aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-296-20/+25
* -Wall and minor style(9) cleanups.Daniel Eischen1999-12-2821-46/+42
* Change stack allocation algorithm to make better use of memoryDaniel Eischen1999-12-286-66/+60
* Don't wakeup threads when there is a process signal and no installedDaniel Eischen1999-12-283-69/+111
* Typo cops.Tim Vanderhoek1999-12-281-1/+1
* Add history: The reallocf() function first appeared in FreeBSD-3.0.Tim Vanderhoek1999-12-281-0/+5
* Add ".Xref tolower 3" since its internal use is inferred in DESCRIPTION.Tim Vanderhoek1999-12-281-1/+2
* Avoid the potentially confusing term "a null pointer" and say "the NULLTim Vanderhoek1999-12-282-3/+3
* Add .Xrefs to tolower.3 and toupper.3, respectively.Tim Vanderhoek1999-12-282-0/+2
* Use the ctype.h version of isascii() - it doesn't loose precision and thinkPeter Wemm1999-12-281-1/+1
* Suppress vast quantities of unneeded warnings spewed by libc's gethostbydnsRobert Watson1999-12-281-3/+4
* Small bug fix and improvementsYoshinobu Inoue1999-12-281-0/+7
* Upgrade to the pam_ssh module, version 1.1..Brian Feldman1999-12-281-12/+173
* Work around an assert failure in the dynamic linker's default threadJohn Polstra1999-12-281-0/+4
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-288-4/+3657
* Tidy up some loose ends. nullfs_read/write were returning the wrong value.Peter Wemm1999-12-273-5/+7
* Make this compile with -Wall -WerrorPeter Wemm1999-12-271-1/+2
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingPeter Wemm1999-12-2711-129/+60
* Add a new function dllockinit() for registering thread lockingJohn Polstra1999-12-273-1/+124
* Creating weak symbols doesn't work correctly when building an aout libc.Jason Evans1999-12-244-16/+8
* Fixed missing #include in synopsis.Bruce Evans1999-12-232-1/+3
* Fixed a formatting error in the prototype for crypt().Bruce Evans1999-12-231-2/+2
* Fixed bitrot in synopsis. The change from "int *pshared" to "int pshared"Bruce Evans1999-12-232-2/+2
* Fixed wrong #include in synopsis.Bruce Evans1999-12-231-2/+2
* Fixed missing `const' in synopsis.Bruce Evans1999-12-231-1/+1
* Fixed missing includes in synopsis.Bruce Evans1999-12-231-0/+2
* Fixed missing installation of a link to ctermid_r.3.Bruce Evans1999-12-231-0/+1
* Fixed wrong prototype and missing include for strsignal(3). strsignal()Bruce Evans1999-12-231-2/+3
* Fixed missing installation of a link to getlogin_r.3. This is the firstBruce Evans1999-12-231-0/+1
* Fixed missing installation of a link to rand_r.3.Bruce Evans1999-12-231-1/+1
* Fix the fixfsfile() so that it works for both block and character devicesPeter Wemm1999-12-231-1/+7
* Just on the off-chance that somebody might use libdisk in a totallyPoul-Henning Kamp1999-12-221-5/+11
* Document the current behaviour with respect to the handling of errno.Sheldon Hearn1999-12-221-1/+8
* Aargh, the $FreeBSD$ check caused an inconsistent commit by rejectingBruce Evans1999-12-221-2/+3
* Removed vlimit.3 and vtimes.3. Removed vlimit.c and vtimes.c fromBruce Evans1999-12-222-270/+0
* Fix a typo which I cannot believe I missed after rereading this textJeroen Ruigrok van der Werven1999-12-211-1/+1
* Properly manify this manpage.Jeroen Ruigrok van der Werven1999-12-211-5/+5
* Fix a bug where a pointer would be one character too far after puttingOllivier Robert1999-12-214-4/+4
* What was I smoking? Use the proper form of the library names.David E. O'Brien1999-12-211-5/+3
* Manual page style work.Julian Elischer1999-12-211-16/+37
* Forgot a library.David E. O'Brien1999-12-201-4/+5
* Add needed 3.x libraries from 3.4-RELEASE.David E. O'Brien1999-12-2011-1/+16534
* Make sure curses.h is generated when making build-tools make_keysMarcel Moolenaar1999-12-202-4/+4
* Rewriting of flags_to_string() and string_to_flags() to use an array.Ollivier Robert1999-12-194-344/+244
* This commit was generated by cvs2svn to compensate for changes in r54820,Peter Wemm1999-12-192-0/+383
|\
| * Import fparseln(3) from NetBSD. It's used for easily dealing with \Peter Wemm1999-12-192-0/+383
* | Initialize a var to quiet -Wall.David E. O'Brien1999-12-181-1/+1
* | Switch over to the OpenBSD fts.c, fixing lots of things.Brian Feldman1999-12-182-142/+250
* | Fix some minor POSIX/SUSv2 compliance nits.Jason Evans1999-12-186-21/+15
* | Make a dlopen failure consistant with dlsym(). "Shouldn't happen."Peter Wemm1999-12-172-2/+6