summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Backout the prev. commit. It's a bad idea to make-up terms. I believeTim Vanderhoek1999-12-312-3/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-293-14/+19
* 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
* 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
* 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
* Make this compile with -Wall -WerrorPeter Wemm1999-12-271-1/+2
* 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 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
* Document the current behaviour with respect to the handling of errno.Sheldon Hearn1999-12-221-1/+8
* 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-213-3/+3
* Rewriting of flags_to_string() and string_to_flags() to use an array.Ollivier Robert1999-12-193-258/+183
* 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
* Back up following macros by functions: ishexnumber, isideogram, isnumber,Alexey Zelkin1999-12-171-7/+58
* Fix handling of trailing :'s to match what other OSes do (spit outJordan K. Hubbard1999-12-171-2/+8
* KAME 4th patchYoshinobu Inoue1999-12-166-4/+1088
* Document SA_SIGINFOMartin Cracauer1999-12-151-25/+90
* Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases forJason Evans1999-12-144-8/+24
* Commented outNik Clayton1999-12-141-1/+1
* Remove x-ref to itself.Bill Fumerola1999-12-141-1/+0
* Correct "standard compilance" notesAlexey Zelkin1999-12-141-2/+8
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC toMatthew Dillon1999-12-122-0/+56
* While comparing this with OpenBSD (ie: trying to figure out what mkstemps()Peter Wemm1999-12-111-2/+2
* Remove discussion of %C in the BUGS section. The limitations on validSheldon Hearn1999-12-091-4/+0
* Prevent digit-gobbling for all but %l and %e, which can't be fixed.Sheldon Hearn1999-12-082-12/+85
* Accept 12 for %l, because it's logical to expect "%l:%M" to work forSheldon Hearn1999-12-081-1/+1
* Add a cross-reference to fabs(3) man page.Chris Costello1999-12-071-0/+1
* Add reference to netgraph(4) in the 'see also' section.Archie Cobbs1999-12-061-0/+1
* Fix buffer overflows.Kris Kennaway1999-12-051-2/+2
* Add RLIMIT_SBSIZE here, too.Brian Feldman1999-12-031-0/+4
* Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS inSheldon Hearn1999-12-021-1/+8
* Separate some common sysctl code into sysctl_find_oid() and callingBrian Feldman1999-12-011-0/+4
* %Ex -> %Ef to not conflict with POSIXAndrey A. Chernov1999-11-305-13/+53
* Document %Ex and %OBAndrey A. Chernov1999-11-301-2/+4