summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add note that there is a kernel-imposed limit on the number of threadsarchie2002-10-081-0/+7
* Add MLINKS to kse.2.archie2002-10-081-0/+2
* Fix to support pc98.nyan2002-10-083-0/+12
* Add a note to the Compatiblity section suggesting that these functionstjr2002-10-0613-13/+162
* Put giant locks due to make getaddrinfo(), getnameinfo()ume2002-10-062-1/+41
* Remove rants/whines about the rune interface being superior to thetjr2002-10-061-16/+2
* Remove a completely incorrect statement from the Return Values section.tjr2002-10-061-5/+6
* Once again, remove the i386-specific hacks to save and restoredeischen2002-10-051-9/+0
* Add restrict type-qualifier to sem_getvalue().mike2002-10-044-4/+4
* White-space change only. Move closer to style(9).phk2002-10-041-323/+322
* Minor tweaks to make this manpage readable.ru2002-10-041-4/+5
* Style.ru2002-10-041-9/+5
* Connect libbsdxml (nee libexpat) to the build.phk2002-10-041-1/+1
* Correct the regressive part of my last commit to these files:robert2002-10-042-7/+4
* Ok, concensus was to install libexpat under a "private brandname", and afterphk2002-10-042-9/+78
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givestjr2002-10-045-4/+454
* Drop login.c and logwtmp.c from the library build. None of the appspeter2002-10-041-1/+1
* Add stpcpy(3).obrien2002-10-034-2/+73
* Actually implement gzip's -c option. minigzip now also doublesjohan2002-10-031-5/+34
* Allocate 64K recieve buffer for DNS responses.ume2002-10-032-26/+50
* Improve three instances of questionable or confusing grammar.tjr2002-10-031-5/+8
* Add an example.tjr2002-10-031-1/+22
* Document towlower() and towupper() in separate manual pages instead oftjr2002-10-033-24/+89
* Point out that although toupper() and tolower() really accept rune_t'stjr2002-10-032-4/+28
* HTTP authentication got broken in rev. 1.49.ru2002-10-031-4/+4
* towlower() appeared twice in the synopsis; one of the occurrences shouldtjr2002-10-031-3/+3
* Add an Examples section with an example of how to use the functions.tjr2002-10-033-3/+54
* Add missing const qualifier in tfind().mike2002-10-032-2/+2
* Catch up to SMTX -> SLOCK changes.jhb2002-10-021-7/+7
* Add a man page for the KSE system calls.archie2002-10-022-1/+586
* Add an example showing how to use wcstok(). Fix ordering of See Also section.tjr2002-10-021-2/+15
* Add the 'restrict' type qualifier to the prototypes of `sigaction',robert2002-10-029-9/+14
* #include the right thing for PC98phk2002-10-021-0/+4
* Add restrict type-qualifier.mike2002-10-024-14/+15
* Build libexpat out of src/contrib/expat.phk2002-10-022-0/+109
* Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NISmaxim2002-10-021-2/+2
* Remove the "special processes" section. It has rotted, and the ideadd2002-10-021-7/+0
* Don't claim to return the fileid which we unloaded. The kerneldd2002-10-011-9/+1
* make rstat(3) return an 'enum clnt_stat' rather than an 'int' to matchalfred2002-10-011-1/+1
* Ressurect libkvm use of the bitmasked signal list in the kernel, now thatjmallett2002-10-011-7/+1
* Fixed a last-minute editing error in previous commit. nfs and/or cvsbde2002-10-011-0/+0
* Merged all interesting difference between the old math.h and the currentbde2002-10-011-0/+0
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-014-0/+4
* Fix typo, should zero the kinfo_proc's siglist, not the real one's - the realjmallett2002-10-011-1/+1
* The list of queued signals is not, can not, and will not be exported to thejmallett2002-09-301-1/+7
* bzero() allocations.mdodd2002-09-301-0/+2
* Install library-installed signal handlers with the SA_RESTART flagdeischen2002-09-303-3/+3
* Add back the i386-specific hack to save and restore the FP statedeischen2002-09-302-4/+4
* Align the stack suitably for the version of gcc in FreeBSD-4 (providedbde2002-09-292-0/+66
* Add getopt_long(3).eric2002-09-293-2/+771
OpenPOWER on IntegriCloud