summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Remove vestiges of libthr's signal mangling past. This fixes that lastmtm2004-09-221-14/+1
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-225-11/+11
* The SUSv3 function say that the affected functions MAY FAIL, if themtm2004-09-221-27/+6
* Always link with -lpthread, not -lc_r, because platforms that don't havedes2004-09-221-6/+5
* Clean up and comment config.mk. Centralize more stuff. Bitch ifdes2004-09-228-35/+60
* Switch from BIND 8 to BIND 9.des2004-09-2123-230/+5782
* Update copyright years.des2004-09-218-8/+9
* Further refine some #ifs:das2004-09-171-2/+2
* Fix two ugly errors:kientzle2004-09-171-2/+6
* There is no such manual page in FreeBSD.pjd2004-09-161-2/+0
* Implement cancellation points in libc interfaces, as specified by POSIX.mtm2004-09-162-0/+314
* Fix a condition where the hole would be inserted in the wrongkuriyama2004-09-131-4/+2
* We have now so many GEOM classes that it is better to just skip unknownpjd2004-09-131-12/+2
* Ignore geom_stripe providers.le2004-09-131-0/+2
OpenPOWER on IntegriCloud