summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* libc rcmd update for IPv6.shin2000-01-135-88/+295
* Correct placement of $FreeBSD$ CVS identifier.asmodai2000-01-131-1/+1
* Change ``from'' to ``to''.asmodai2000-01-131-1/+1
* Fix unresolved _libc_*() references in libc by creating weak aliasesjasone2000-01-131-0/+2
* added IPv6 unspecified addr check for getipnodebyaddr.shin2000-01-131-0/+2
* added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup caseshin2000-01-131-1/+4
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-1279-292/+452
* Remove the warning that this interface shouldn't be used yet. Fixjdp2000-01-091-8/+4
* Correct discrepancy between definition of argument to tempnam() andkris2000-01-091-2/+2
* Sync contents of struct nfsd_svrargskris2000-01-091-2/+2
* remove most of PF_INET6 description. add references only.itojun2000-01-061-138/+4
* bring in description for KAME IPv6 changes.itojun2000-01-061-4/+156
* Make example for handling "-##" work and comply with style(9). Stillhoek2000-01-061-5/+12
* Fixed the type of dllockinit() (const unpoisoning).bde2000-01-051-4/+1
* Fixed missing include in synopsis.bde2000-01-052-4/+4
* Fixed missing include in synopsis.bde2000-01-051-0/+1
* Unbreak profiling. bde says this is not the cleanest way to fix thejasone2000-01-044-8/+8
* Grammar: "be even number" -> "be an even number"billf2000-01-031-1/+1
* Backout the prev. commit. It's a bad idea to make-up terms. I believehoek1999-12-312-3/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-293-14/+19
* Typo cops.hoek1999-12-281-1/+1
* Add history: The reallocf() function first appeared in FreeBSD-3.0.hoek1999-12-281-0/+5
* Add ".Xref tolower 3" since its internal use is inferred in DESCRIPTION.hoek1999-12-281-1/+2
* Avoid the potentially confusing term "a null pointer" and say "the NULLhoek1999-12-282-3/+3
* Add .Xrefs to tolower.3 and toupper.3, respectively.hoek1999-12-282-0/+2
* Suppress vast quantities of unneeded warnings spewed by libc's gethostbydnsrwatson1999-12-281-3/+4
* Small bug fix and improvementsshin1999-12-281-0/+7
* Work around an assert failure in the dynamic linker's default threadjdp1999-12-281-0/+4
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-288-4/+3657
* Make this compile with -Wall -Werrorpeter1999-12-271-1/+2
* Add a new function dllockinit() for registering thread lockingjdp1999-12-273-1/+124
* Creating weak symbols doesn't work correctly when building an aout libc.jasone1999-12-244-16/+8
* Fixed wrong #include in synopsis.bde1999-12-231-2/+2
* Fixed missing `const' in synopsis.bde1999-12-231-1/+1
* Fixed missing includes in synopsis.bde1999-12-231-0/+2
* Fixed missing installation of a link to ctermid_r.3.bde1999-12-231-0/+1
* Fixed wrong prototype and missing include for strsignal(3). strsignal()bde1999-12-231-2/+3
* Fixed missing installation of a link to getlogin_r.3. This is the firstbde1999-12-231-0/+1
* Fixed missing installation of a link to rand_r.3.bde1999-12-231-1/+1
* Fix the fixfsfile() so that it works for both block and character devicespeter1999-12-231-1/+7
* Document the current behaviour with respect to the handling of errno.sheldonh1999-12-221-1/+8
* Fix a typo which I cannot believe I missed after rereading this textasmodai1999-12-211-1/+1
* Properly manify this manpage.asmodai1999-12-211-5/+5
* Fix a bug where a pointer would be one character too far after puttingroberto1999-12-213-3/+3
* Rewriting of flags_to_string() and string_to_flags() to use an array.roberto1999-12-193-258/+183
* Initialize a var to quiet -Wall.obrien1999-12-181-1/+1
* Switch over to the OpenBSD fts.c, fixing lots of things.green1999-12-182-142/+250
* Back up following macros by functions: ishexnumber, isideogram, isnumber,phantom1999-12-171-7/+58
* Fix handling of trailing :'s to match what other OSes do (spit outjkh1999-12-171-2/+8
* KAME 4th patchshin1999-12-166-4/+1088
OpenPOWER on IntegriCloud