| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
instead of hardcoded whitespaces
Notes:
svn path=/head/; revision=9846
|
| |
|
|
|
|
|
| |
in 8bit environment (isalpha at the end of digits)
Notes:
svn path=/head/; revision=9845
|
| |
|
|
|
|
|
|
|
| |
like 38400<any 8bit char, isalpha> it not detect this stuff and
produce very big number instead. Fixed by operating with unsigned char
and checking for isascii. (secure/telnetd hits by it f.e.)
Notes:
svn path=/head/; revision=9843
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8870
|
| |
|
|
|
|
|
|
|
|
| |
Grrr. If the dbhash routines weren't grossly overengineered I wouldn't
even need to do this! :-(
Also now export the hash_stats routine. Manpage coming RSN - I promise.
Notes:
svn path=/head/; revision=7435
|
| |
|
|
| |
Notes:
svn path=/head/; revision=7394
|
| |
|
|
|
|
|
|
| |
that the db/hash functions don't, and they're much simpler to use for
low-overhead string hashing.
Notes:
svn path=/head/; revision=7388
|
| |
|
|
|
|
|
|
| |
realpath() still accepts "" as an arg and converts it to a canonical
pathname for the current directory.
Notes:
svn path=/head/; revision=6700
|
| |
|
|
|
|
|
| |
or depend on <stdio.h> bogusly including it.
Notes:
svn path=/head/; revision=2504
|
| |
|
|
|
|
|
|
| |
my machine, and a simple static (genassym) and shared (sysctl) executable
both work. Still to be done: RPCand YP merge.
Notes:
svn path=/head/; revision=1849
|
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
|