| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=12505
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version is now GNU configure driven.
A word of warning for future committers so that you don't fall into
the same trap as I did: The source has an printf-style funtion
"print". This doesn't understand "%u", so the usual print-casting
stuff for long long ints isn't
printf("%u", (unsigned int)foo);
but
print("%d", (int)foo);
which obviously looses in some cases, but I didn't take the effort to
extend this function to take 64 bit value (just unsigned is limited as
well).
In this case, it isn't that bad, since it is used to print limits, but
memory limits are internally stored as "mega" or "kilo" anyway.
Notes:
svn path=/head/; revision=11355
|
|
|
|
|
|
|
| |
closes ports/3037
Notes:
svn path=/head/; revision=6176
|
|
|
|
| |
Notes:
svn path=/head/; revision=4575
|
|
|
|
|
|
|
| |
by Peter.)
Notes:
svn path=/head/; revision=3456
|
|
|
|
|
|
|
| |
Submitted by: James Raynard <fports@jraynard.demon.co.uk>
Notes:
svn path=/head/; revision=3351
|
|
|
|
| |
Notes:
svn path=/head/; revision=2372
|
|
|
|
| |
Notes:
svn path=/head/; revision=2371
|
|
|
|
|
|
|
| |
Pointed out by: jkh
Notes:
svn path=/head/; revision=2063
|
|
to import it all at once!
Submitted by: Eric L. Hernes <erich@lodgenet.com>
Notes:
svn path=/head/; revision=2055
|