summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Correctly document the return value of strerror() and strerror_r() andkeramida2004-10-121-11/+10
* Build as a shared lib again.obrien2004-10-111-4/+0
* Belatedly catch up with the dev_t/cdev changes from a few months back.peter2004-10-111-1/+11
* More updates for math(3):das2004-10-111-30/+40
* Add and document ilogbl(), a long double version of ilogb().stefanf2004-10-114-4/+65
* Use the FP_ILOG macros from <math.h> rather than hardcoded return values.stefanf2004-10-092-6/+13
* o Backout rev. 1.16, see 1.3 commit log for more info.maxim2004-10-091-6/+4
* Delete a .Fn that had no argument andkeramida2004-10-091-1/+1
* if system scope thread didn't set timeout, don't call clock_gettime syscalldavidxu2004-10-082-16/+18
* When send()ing to syslogd return ENOBUFS keep trying until success.glebius2004-10-081-8/+18
* Make less wrong for desciptions of signal handlingjulian2004-10-081-41/+53
* Remove a reference to a non-existent syscall: _thr_exit(). Themtm2004-10-081-4/+1
* Use PTHREAD_SCOPE_SYSTEM to decide what should be done.davidxu2004-10-072-6/+4
* Follow kernel change, restore signal mask correctly by using a commanddavidxu2004-10-072-42/+34
* - Fix the compile to chase the p_rux changes.jhb2004-10-061-1/+7
* Close a race between a thread exiting and the freeing of it's stack.mtm2004-10-061-3/+2
* Allocate red zone and stack space together and then split red zone fromdavidxu2004-10-062-14/+34
* Mutually cross-reference sysexits(3) and err(3). Add text to err(3)jkoshy2004-10-041-1/+6
* Don't add integers to void pointers.stefanf2004-10-036-7/+7
* Don't add integers to void pointers.stefanf2004-10-031-1/+2
* Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn'tstefanf2004-10-031-0/+1
* Finish the de-orbital burn of our previous FreeBSD version compat libsobrien2004-10-02164-172537/+0
* Enable the new compat4x libs.scottl2004-10-021-0/+5
* Update libc, libc_r, and libperl and add libhistory, libm, libopie, libpcap,scottl2004-10-028-14879/+18490
* Prepare for 5.3 release by updating libraries that had changed inkensmith2004-10-019-13474/+16626
* Bump the library version numbers for the following libraries:kensmith2004-10-013-2/+3
* Reflect the fact addr2ascii(3) and ascii2addr(3) need sys/socket.hmaxim2004-09-291-0/+1
* Backout manual page updates.pjd2004-09-261-19/+27
* Add a wrapper for execve(). The exec'd process must be started withdeischen2004-09-265-0/+140
* Fix up the man file installation for the new BIND 9 sources:dougb2004-09-261-1/+76
* Take the lastest fixes from NetBSD.pjd2004-09-252-90/+70
* Fix build in the !NOATM case by using the begemot library in place oftrhodes2004-09-242-1/+28
* Ruslan has educated me both on the wisdom of why this approach isdougb2004-09-241-9/+6
* Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBSdougb2004-09-248-10/+18
* Don't expose BIND libraries and their headers to the public by default,ru2004-09-248-18/+69
* _tcb_ctor takes two args.cognet2004-09-244-4/+4
* Make sure we don't call _thr_start_sig_daemon() when SYSTEM_SCOPE_ONLY is def...ssouhlal2004-09-242-4/+6
* Remove __isnanl() to avoid conflicting with the same function in libm.das2004-09-241-10/+0
* Arbitraly choose the Variant II for arm.cognet2004-09-231-1/+2
* Make setjmp()/longjmp() use sigprocmask.cognet2004-09-231-9/+9
* Add a dummy set_tp().cognet2004-09-232-1/+36
* Always use bx for returning on Xscale.cognet2004-09-231-76/+76
* Fix the align-to-32-bits code.cognet2004-09-231-2/+2
* Implement .init and .fini.cognet2004-09-233-8/+27
* Instead of hardcoding the BIND version, deduce it from ${BIND_DIR}/version.des2004-09-231-1/+5
* libpthread is always libpthread, even when it's libc_r.des2004-09-231-1/+1
* Bump version number after vendor import of 9.3.0.des2004-09-231-2/+2
* LOCALSTATEDIR should be /var, since the BIND 9 source appendsdougb2004-09-231-1/+1
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-231-2/+2
* The offset argument to mmap(2) is not a pointer. Use 0 instead of NULL.marcel2004-09-221-1/+1
OpenPOWER on IntegriCloud