summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a bad free() call that would occur if some #if 0'd code was used.tjr2003-02-221-4/+6
* Mention that dlerror() is also applicable to retrieve error message afterphantom2003-02-211-0/+2
* Some things don't build for PowerPC yet.obrien2003-02-211-1/+5
* Don't tell people to include <sys/dkstat.h> any more.phk2003-02-191-1/+0
* Fix the description for mkdtemp(), which creates directories, not files.gshapiro2003-02-191-1/+1
* Clean up error reporting in block.c, so that it gives honest error stringsjmallett2003-02-192-13/+22
* Update errors.trhodes2003-02-181-8/+8
* Whack 28 unused variables.nectar2003-02-188-19/+9
* Remove these from libc; they are now system calls.deischen2003-02-182-532/+0
* Expand length of pnpinfo and length fields since pccard pnpinfo canimp2003-02-171-2/+2
* Add libgmp.so.3 from 4.7-RELEASE CDs.obrien2003-02-172-0/+1552
* Add libgmp.so.3 from 4.7-RELEASE CDs.nectar2003-02-172-0/+2
* Deliver signals posted via an upcall to the appropriate thread.mini2003-02-1712-1050/+548
* Call the weak symbol for sigprocmask, so that it can be overridden.mini2003-02-171-1/+1
* Back out "drop first N values" method of removing monotonically increasedache2003-02-171-7/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-1637-39/+74
* Remove include of <sys/dkstat.h>phk2003-02-161-1/+0
* Premptively include <sys/resource.h> to get the cp_time[CPUSTATES].phk2003-02-161-0/+1
* Add an "allow_local" option which forces historical behaviour.des2003-02-162-2/+20
* Assume "localhost" if no remote host was specified. This is safe from ades2003-02-151-3/+4
* Add libcrypto.so.2/libssl.so.2 from 4.7-RELEASE CDs.nectar2003-02-156-0/+18489
* Add dlinfo(3) manual page to the rank of base system manpagesphantom2003-02-151-2/+2
* Add examples of dlinfo() usage to manual page.phantom2003-02-151-1/+48
* o Document that dlsym()'s behaviour with new special handle RTLD_SELFphantom2003-02-141-1/+16
* Follow Solaris's manual page and describe Link_map structure herephantom2003-02-141-1/+29
* Add manual page for dlinfo(3). It's still need some work and addphantom2003-02-141-0/+191
* Enable just committed manual pages, update MLINKSphantom2003-02-131-0/+13
* Add AUTHORS sectionphantom2003-02-131-0/+6
* Finally! Document all undocumented functions in libc_r.phantom2003-02-1310-0/+696
* Break important implementation detail note into IMPLEMENTATION DETAILSphantom2003-02-131-3/+7
* Add cross reference for pthread_attr_get_np()phantom2003-02-131-0/+1
* Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack()phantom2003-02-131-3/+2
* Add appropriate MLINKS for functions documented in libgeom.3phantom2003-02-131-0/+10
* Fix some mdoc issues: add .Nd to NAME section, use valid .Lb argument,phantom2003-02-131-15/+16
* Implement dlinfo() function.kan2003-02-131-0/+8
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-1213-102/+220
* This manual is called SIGNBIT(3) not FPCLASSIFY(3).mike2003-02-121-1/+1
* Implement C99's signbit() macro.mike2003-02-114-2/+102
* Actually link in the attr_{set,get}stack.alfred2003-02-113-0/+6
* Use pam_get_user(3) instead of pam_get_item(3) where appropriate.des2003-02-102-4/+4
* Add pthread_attr_getstack() and pthread_attr_setstack().alfred2003-02-107-0/+359
* Handle %%m properly in syslog format string. Previously it would expandalfred2003-02-101-3/+13
* Leak more stuff into libgeom.phk2003-02-105-6/+582
* Complete rewrite of pam_ssh(8). The previous version was becoming harddes2003-02-094-557/+307
* Implement fpclassify():mike2003-02-0818-3/+530
* Lower WARNS to 3 until I track down a way to explain that I know whatphk2003-02-081-1/+1
* Include <sys/time.h>, it's not the users problem that we use bintimephk2003-02-081-0/+1
* Hook libgeom in.phk2003-02-081-1/+1
* Add libgeom to the system.phk2003-02-084-0/+362
* Maybe I was a little too fast? Remove debugging code, and commit thedes2003-02-063-2/+90
OpenPOWER on IntegriCloud