summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix threaded applications on ia64 that are linked dynamicly. We didmarcel2003-03-052-3/+6
* Don't cast an int to a pointer type without (possibly) widening themarcel2003-03-051-1/+1
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforemarcel2003-03-051-2/+2
* Re-document unimplemented capabilities that were removed in the lastdas2003-03-051-0/+57
* MFlibc_r: add and document pthread_attr_get_np() function.phantom2003-03-036-0/+232
* Add and document support for a FETCH_BIND_ADDRESS environment variabledes2003-03-033-4/+37
* mdoc(7) police: Nits.ru2003-03-032-4/+4
* - Document the fact that we now use pam_passwdqc(8) to checkdas2003-03-031-58/+16
* Restore vendor ID.obrien2003-03-031-2/+2
* Use __FBSDID.obrien2003-03-0335-44/+85
* Fix a machine check abort caused by the EFI loader trying to open amarcel2003-03-032-2/+4
* mdoc(7) police: Nits.ru2003-03-021-7/+7
* Use a character device and ioctl() for communication between libncptjr2003-02-283-35/+40
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-2714-5/+33
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-2/+2
* ia64 actually uses 80-bit long doubles and must support big and littlemike2003-02-262-3/+27
* - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANTimp2003-02-262-9/+38
* Fix compiling error.davidxu2003-02-262-2/+2
* Fix typo.robert2003-02-251-1/+1
* Fixed CLEANFILES.ru2003-02-252-2/+2
* Catch up with change to kse_release syscall.julian2003-02-251-2/+2
* Fixed a typo in MLINKS.ru2003-02-241-1/+1
* Fixed copyright.ru2003-02-241-20/+32
* mdoc(7) police: Scheduled sweep.ru2003-02-2418-194/+186
* Insert threads interrupted by a signal while running onto the run queue.mini2003-02-234-52/+6
* Add signal logic to the build.mini2003-02-232-0/+4
* Mention CLOCK_MONOTONIC.phk2003-02-231-2/+3
* mdoc(7) police: markup laundry.ru2003-02-2312-38/+44
* mdoc(7) police: kill self-xref.ru2003-02-231-1/+0
* Punctuation.ru2003-02-231-1/+1
* Typo.ru2003-02-231-1/+1
* Grammar.ru2003-02-231-0/+1
* More changes from NetBSD:mikeh2003-02-231-9/+11
* Grab some changes from NetBSD:mikeh2003-02-231-5/+6
* Apple PR-2449102: getdomainname() doesn't document that it is NIS/YP specificzarzycki2003-02-221-3/+3
* Use strlcpy instead of strncpy.johan2003-02-221-2/+1
* 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
OpenPOWER on IntegriCloud