summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Drop the references to index(3) and rindex(3), which are non-standardalex2000-07-189-18/+0
* Change my email address in the copyright notices for the sake of consistencyjasone2000-07-187-7/+7
* Reshuffle the SEE ALSO section.jasone2000-07-173-7/+7
* Add SEE ALSO section, as with the other string functions.alex2000-07-171-0/+11
* Make the NAME section a bit less confusing.ben2000-07-152-2/+2
* Fix typo, teh -> the.asmodai2000-07-141-1/+1
* Fix typo; sa_siginfo -> sa_sigactionben2000-07-111-1/+1
* Try and fix the worst of some highly bogus malloc/free resourcepeter2000-07-111-1/+1
* Actually make it so this Makefile can build grot.green2000-07-101-1/+8
* Add a test case for one of the bugs found on the new additions todcs2000-07-091-0/+1
* Spencer's regex(3) test code.dcs2000-07-098-0/+1727
* altoffset() always returned whenever it recursed, because at the enddcs2000-07-091-0/+4
* Since g->moffset points to the _maximum_ offset at which the mustdcs2000-07-091-1/+1
* Add some casts here and there.dcs2000-07-091-3/+3
* Turn malloc options "AJ" on by default.phk2000-07-091-2/+2
* reject empty scopeid. use strtoul() for checking all-numericness ofitojun2000-07-091-8/+15
* First appeared in 2.9BSD, not 3.0.dannyboy2000-07-081-1/+1
* Since we have modified charjump to be CHAR_MIN-based, we have todcs2000-07-081-1/+2
* Change the dllockinit() interface from "experimental" tojdp2000-07-081-3/+4
* fix commentache2000-07-071-1/+1
* Do not free NULL pointers.dcs2000-07-071-1/+1
* Deal with the signed/unsigned chars issue in a more proper manner. Wedcs2000-07-072-21/+17
* remove sys/time.h by instruction from bde.jmg2000-07-061-1/+0
* cleanup the tsearch import.alfred2000-07-062-53/+4
* I hate signed chars.^W^W^W^W^WCast to unsigned char before using signeddcs2000-07-061-1/+1
* Correct comment to work with test code.dcs2000-07-061-2/+2
* Use UCHAR_MAX consistently.dcs2000-07-061-1/+1
* sync with more recent kame tree.itojun2000-07-052-45/+254
* sync with latest kame.itojun2000-07-051-70/+208
* sync with kame.itojun2000-07-051-29/+50
* o Enable building of libposix1e capability state utility functions andrwatson2000-07-051-8/+12
* o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated withrwatson2000-07-054-0/+196
* o When calling the syscall, use &cap instead of cap. Apparently thisrwatson2000-07-051-1/+1
* o Comment out <sys/audit.h> and <sys/mac.h> since they are not yetrwatson2000-07-051-2/+2
* add getifaddrs(3) from bsdi. this is a magic function which lets you grabitojun2000-07-053-2/+545
* Describe agrument range correctly, according to multibyte(3)ache2000-07-032-23/+21
* Remove trailing whitespace only.sheldonh2000-07-032-18/+18
* Fix overlong line and trailing whitespace introduced in rev 1.8.sheldonh2000-07-031-1/+2
* Add to the SEE ALSO section, a reference to the RFC mentioned insheldonh2000-07-032-1/+12
* Re-pair the MLINKS of unvis.3 with strunvisx.3. This undoubtedly was agreen2000-07-031-1/+1
* Previous commit broke the case of chained CNAME entries. Instead handlekris2000-07-031-6/+18
* Fix a nasty bug which would leave the struct hostent incompletely filled outkris2000-07-031-1/+1
* Add strunvisx.3 MLINK.alex2000-07-021-1/+1
* Document VIS_HTTPSTYLE:alex2000-07-022-4/+34
* Fix memory leak introduced with regcomp.c rev 1.14.dcs2000-07-021-0/+6
* Enhance the optimization provided by pre-matching. Fix style bugs withdcs2000-07-023-12/+177
* Remove from the notes a bug that it's said to have been fixed.dcs2000-07-021-5/+0
* Style fixes.dan2000-07-011-11/+12
* Add URI encoding to the vis/unvis routines courtesy of VIS_HTTPSTYLE.dan2000-07-012-1/+73
* bring in binary search tree code.alfred2000-07-016-2/+347
OpenPOWER on IntegriCloud