aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Improve three instances of questionable or confusing grammar.Tim J. Robbins2002-10-031-5/+8
* Add an example.Tim J. Robbins2002-10-031-1/+22
* Document towlower() and towupper() in separate manual pages instead ofTim J. Robbins2002-10-033-24/+89
* Point out that although toupper() and tolower() really accept rune_t'sTim J. Robbins2002-10-032-4/+28
* HTTP authentication got broken in rev. 1.49.Ruslan Ermilov2002-10-031-4/+4
* towlower() appeared twice in the synopsis; one of the occurrences shouldTim J. Robbins2002-10-031-3/+3
* Add an Examples section with an example of how to use the functions.Tim J. Robbins2002-10-033-3/+54
* Add missing const qualifier in tfind().Mike Barcroft2002-10-032-2/+2
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-021-7/+7
* Add a man page for the KSE system calls.Archie Cobbs2002-10-022-1/+586
* Add an example showing how to use wcstok(). Fix ordering of See Also section.Tim J. Robbins2002-10-021-2/+15
* Add the 'restrict' type qualifier to the prototypes of `sigaction',Robert Drehmel2002-10-029-9/+14
* #include the right thing for PC98Poul-Henning Kamp2002-10-021-0/+4
* Add restrict type-qualifier.Mike Barcroft2002-10-024-14/+15
* Build libexpat out of src/contrib/expat.Poul-Henning Kamp2002-10-022-0/+109
* Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NISMaxim Konovalov2002-10-021-2/+2
* Remove the "special processes" section. It has rotted, and the ideaDima Dorfman2002-10-021-7/+0
* Don't claim to return the fileid which we unloaded. The kernelDima Dorfman2002-10-011-9/+1
* make rstat(3) return an 'enum clnt_stat' rather than an 'int' to matchAlfred Perlstein2002-10-011-1/+1
* Ressurect libkvm use of the bitmasked signal list in the kernel, now thatJuli Mallett2002-10-011-7/+1
* Fixed a last-minute editing error in previous commit. nfs and/or cvsBruce Evans2002-10-011-0/+0
* Merged all interesting difference between the old math.h and the currentBruce Evans2002-10-011-0/+0
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-014-0/+4
* Fix typo, should zero the kinfo_proc's siglist, not the real one's - the realJuli Mallett2002-10-011-1/+1
* The list of queued signals is not, can not, and will not be exported to theJuli Mallett2002-09-301-1/+7
* bzero() allocations.Matthew N. Dodd2002-09-301-0/+2
* Install library-installed signal handlers with the SA_RESTART flagDaniel Eischen2002-09-303-3/+3
* Add back the i386-specific hack to save and restore the FP stateDaniel Eischen2002-09-302-4/+4
* Align the stack suitably for the version of gcc in FreeBSD-4 (providedBruce Evans2002-09-292-0/+66
* Add getopt_long(3).Eric Melville2002-09-293-2/+771
* Remove masking macros for getwc(), putwc(), putwchar() and getwchar().Tim J. Robbins2002-09-284-12/+4
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-2831-31/+1
* Use size_t instead of int for len variables passed in/out of sysctl.Robert Watson2002-09-272-3/+4
* Back out previous, free the buffer when __vfprintf() fails and don't botherTim J. Robbins2002-09-261-19/+13
* Back out previous and solve the problems a different way: move va_start/Tim J. Robbins2002-09-261-20/+13
* Simplify by removing unneeded local variables and explicit null termination.Tim J. Robbins2002-09-261-12/+8
* Simplify by removing useless local variables and explicit null termination.Tim J. Robbins2002-09-261-9/+5
* Correctly handle the case where __vfwprintf() fails because it runs outTim J. Robbins2002-09-261-1/+7
* Sync with OpenBSD: avoid memory leak when __vfprintf() fails because itTim J. Robbins2002-09-262-24/+39
* Enhance TACACS+ library to fully support authorization requests inPaul Traina2002-09-255-63/+484
* Update compat3x libc and libc_r from RELENG_3. This fixes the bufferAkinori MUSHA2002-09-253-17509/+17610
* <sys/types.h> is no longer needed.Mike Barcroft2002-09-251-1/+0
* Try not to lint(1) contrib'ed sources. This Is Very Messy.Mark Murray2002-09-252-0/+4
* Disqualify UID/GID with non-numeric character.Maxim Konovalov2002-09-251-3/+13
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-252-3/+5
* Set _POSIX2_VERSION=199209 before calling MKkey_defs.sh as workaround ofAndrey A. Chernov2002-09-242-2/+2
* Warn when setinvalidrune() is referenced for consistency with the restTim J. Robbins2002-09-241-0/+1
* Add cross-references between wide character and single-byte characterTim J. Robbins2002-09-243-2/+6
* Remove an unneeded call to _sfrefill() that was missed in the conversionTim J. Robbins2002-09-241-6/+0
* Use the new va_copy macro to copy variable argument lists instead ofTim J. Robbins2002-09-242-2/+2