summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Initialize variables used by the Boyer-Moore algorithm.dcs2000-06-291-0/+2
* Fix assigning alt_month in compatibility codeache2000-06-291-1/+1
* Add Boyler-Moore algorithm to pre-matching test.dcs2000-06-293-6/+202
* Fix typo in SEE ALSO section.jasone2000-06-281-1/+1
* change first release date to 4.1-R as 5.0-R won't be out for at least ajmg2000-06-261-1/+1
* The argument is not mcontext_t but ucontext_t.alex2000-06-261-1/+1
* Repair a cross-reference to sync(1) that should refer to sync(8).chris2000-06-231-1/+1
* Properly separate paragraphs by using `.Pp' instead of a blank line.chris2000-06-233-6/+6
* Remove blank lines.chris2000-06-234-4/+0
* Mark up errno as a variable (Va), not as a defined value (Dv).sheldonh2000-06-231-3/+3
* Apply the accepted line breaking rules.sheldonh2000-06-231-7/+10
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:chris2000-06-2329-145/+145
* Replace an erroneous `.Va error' with `.Va errno'.chris2000-06-231-1/+1
* Replace ``FreeBSD 4.0'' with ``.Fx 4.0'' and remove a useless empty linechris2000-06-231-2/+2
* Replace .Va references to function arguments to .Fa references.chris2000-06-231-2/+2
* Don't call _getipnodebyname_multi(). It fixes the problem thatume2000-06-201-190/+1216
* Re-commit DNS IPv6 transport support with fixes for IPv4 onlyume2000-06-192-59/+153
OpenPOWER on IntegriCloud