aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ia64 actually uses 80-bit long doubles and must support big and littleMike Barcroft2003-02-262-3/+27
* - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANTWarner Losh2003-02-262-9/+38
* Fix compiling error.David Xu2003-02-262-2/+2
* Fix typo.Robert Drehmel2003-02-251-1/+1
* Fixed CLEANFILES.Ruslan Ermilov2003-02-252-2/+2
* Catch up with change to kse_release syscall.Julian Elischer2003-02-251-2/+2
* Fixed a typo in MLINKS.Ruslan Ermilov2003-02-241-1/+1
* Fixed copyright.Ruslan Ermilov2003-02-241-20/+32
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-2418-194/+186
* Insert threads interrupted by a signal while running onto the run queue.Jonathan Mini2003-02-234-52/+6
* Add signal logic to the build.Jonathan Mini2003-02-232-0/+4
* Mention CLOCK_MONOTONIC.Poul-Henning Kamp2003-02-231-2/+3
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-2312-38/+44
* mdoc(7) police: kill self-xref.Ruslan Ermilov2003-02-231-1/+0
* Punctuation.Ruslan Ermilov2003-02-231-1/+1
* Typo.Ruslan Ermilov2003-02-231-1/+1
* Grammar.Ruslan Ermilov2003-02-231-0/+1
* More changes from NetBSD:Mike Heffner2003-02-231-9/+11
* Grab some changes from NetBSD:Mike Heffner2003-02-231-5/+6
* Apple PR-2449102: getdomainname() doesn't document that it is NIS/YP specificDave Zarzycki2003-02-221-3/+3
* Use strlcpy instead of strncpy.Johan Karlsson2003-02-221-2/+1
* Fix a bad free() call that would occur if some #if 0'd code was used.Tim J. Robbins2003-02-221-4/+6
* Mention that dlerror() is also applicable to retrieve error message afterAlexey Zelkin2003-02-211-0/+2
* Some things don't build for PowerPC yet.David E. O'Brien2003-02-211-1/+5
* Don't tell people to include <sys/dkstat.h> any more.Poul-Henning Kamp2003-02-191-1/+0
* Fix the description for mkdtemp(), which creates directories, not files.Gregory Neil Shapiro2003-02-191-1/+1
* Clean up error reporting in block.c, so that it gives honest error stringsJuli Mallett2003-02-192-13/+22
* Update errors.Tom Rhodes2003-02-181-8/+8
* Whack 28 unused variables.Jacques Vidrine2003-02-188-19/+9
* Remove these from libc; they are now system calls.Daniel Eischen2003-02-182-532/+0
* Expand length of pnpinfo and length fields since pccard pnpinfo canWarner Losh2003-02-171-2/+2
* Add libgmp.so.3 from 4.7-RELEASE CDs.David E. O'Brien2003-02-172-0/+1552
* Add libgmp.so.3 from 4.7-RELEASE CDs.Jacques Vidrine2003-02-172-0/+2
* Deliver signals posted via an upcall to the appropriate thread.Jonathan Mini2003-02-1712-1050/+548
* Call the weak symbol for sigprocmask, so that it can be overridden.Jonathan Mini2003-02-171-1/+1
* Back out "drop first N values" method of removing monotonically increasedAndrey A. Chernov2003-02-171-7/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-1637-39/+74
* Remove include of <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Premptively include <sys/resource.h> to get the cp_time[CPUSTATES].Poul-Henning Kamp2003-02-161-0/+1
* Add an "allow_local" option which forces historical behaviour.Dag-Erling Smørgrav2003-02-162-2/+20
* Assume "localhost" if no remote host was specified. This is safe from aDag-Erling Smørgrav2003-02-151-3/+4
* Add libcrypto.so.2/libssl.so.2 from 4.7-RELEASE CDs.Jacques Vidrine2003-02-156-0/+18489
* Add dlinfo(3) manual page to the rank of base system manpagesAlexey Zelkin2003-02-151-2/+2
* Add examples of dlinfo() usage to manual page.Alexey Zelkin2003-02-151-1/+48
* o Document that dlsym()'s behaviour with new special handle RTLD_SELFAlexey Zelkin2003-02-141-1/+16
* Follow Solaris's manual page and describe Link_map structure hereAlexey Zelkin2003-02-141-1/+29
* Add manual page for dlinfo(3). It's still need some work and addAlexey Zelkin2003-02-141-0/+191
* Enable just committed manual pages, update MLINKSAlexey Zelkin2003-02-131-0/+13
* Add AUTHORS sectionAlexey Zelkin2003-02-131-0/+6
* Finally! Document all undocumented functions in libc_r.Alexey Zelkin2003-02-1310-0/+696