| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up the man file installation for the new BIND 9 sources: | dougb | 2004-09-26 | 1 | -1/+76 |
* | Take the lastest fixes from NetBSD. | pjd | 2004-09-25 | 2 | -90/+70 |
* | Fix build in the !NOATM case by using the begemot library in place of | trhodes | 2004-09-24 | 2 | -1/+28 |
* | Ruslan has educated me both on the wisdom of why this approach is | dougb | 2004-09-24 | 1 | -9/+6 |
* | Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBS | dougb | 2004-09-24 | 8 | -10/+18 |
* | Don't expose BIND libraries and their headers to the public by default, | ru | 2004-09-24 | 8 | -18/+69 |
* | _tcb_ctor takes two args. | cognet | 2004-09-24 | 4 | -4/+4 |
* | Make sure we don't call _thr_start_sig_daemon() when SYSTEM_SCOPE_ONLY is def... | ssouhlal | 2004-09-24 | 2 | -4/+6 |
* | Remove __isnanl() to avoid conflicting with the same function in libm. | das | 2004-09-24 | 1 | -10/+0 |
* | Arbitraly choose the Variant II for arm. | cognet | 2004-09-23 | 1 | -1/+2 |
* | Make setjmp()/longjmp() use sigprocmask. | cognet | 2004-09-23 | 1 | -9/+9 |
* | Add a dummy set_tp(). | cognet | 2004-09-23 | 2 | -1/+36 |
* | Always use bx for returning on Xscale. | cognet | 2004-09-23 | 1 | -76/+76 |
* | Fix the align-to-32-bits code. | cognet | 2004-09-23 | 1 | -2/+2 |
* | Implement .init and .fini. | cognet | 2004-09-23 | 3 | -8/+27 |
* | Instead of hardcoding the BIND version, deduce it from ${BIND_DIR}/version. | des | 2004-09-23 | 1 | -1/+5 |
* | libpthread is always libpthread, even when it's libc_r. | des | 2004-09-23 | 1 | -1/+1 |
* | Bump version number after vendor import of 9.3.0. | des | 2004-09-23 | 1 | -2/+2 |
* | LOCALSTATEDIR should be /var, since the BIND 9 source appends | dougb | 2004-09-23 | 1 | -1/+1 |
* | Redefine a PTE as a 64-bit integral type instead of a struct of | marcel | 2004-09-23 | 1 | -2/+2 |
* | The offset argument to mmap(2) is not a pointer. Use 0 instead of NULL. | marcel | 2004-09-22 | 1 | -1/+1 |
* | Remove vestiges of libthr's signal mangling past. This fixes that last | mtm | 2004-09-22 | 1 | -14/+1 |
* | Prefer C99's __func__ over GCC's __FUNCTION__. | stefanf | 2004-09-22 | 5 | -11/+11 |
* | The SUSv3 function say that the affected functions MAY FAIL, if the | mtm | 2004-09-22 | 1 | -27/+6 |
* | Always link with -lpthread, not -lc_r, because platforms that don't have | des | 2004-09-22 | 1 | -6/+5 |
* | Clean up and comment config.mk. Centralize more stuff. Bitch if | des | 2004-09-22 | 8 | -35/+60 |
* | Switch from BIND 8 to BIND 9. | des | 2004-09-21 | 23 | -230/+5782 |
* | Update copyright years. | des | 2004-09-21 | 8 | -8/+9 |
* | Further refine some #ifs: | das | 2004-09-17 | 1 | -2/+2 |
* | Fix two ugly errors: | kientzle | 2004-09-17 | 1 | -2/+6 |
* | There is no such manual page in FreeBSD. | pjd | 2004-09-16 | 1 | -2/+0 |
* | Implement cancellation points in libc interfaces, as specified by POSIX. | mtm | 2004-09-16 | 2 | -0/+314 |
* | Fix a condition where the hole would be inserted in the wrong | kuriyama | 2004-09-13 | 1 | -4/+2 |
* | We have now so many GEOM classes that it is better to just skip unknown | pjd | 2004-09-13 | 1 | -12/+2 |
* | Ignore geom_stripe providers. | le | 2004-09-13 | 1 | -0/+2 |
* | I found "portsdb -u" dumps core with recent INDEX file, and this is | kuriyama | 2004-09-10 | 1 | -0/+2 |
* | Fix format strings to unbreak with -DDEBUG option. | kuriyama | 2004-09-10 | 4 | -19/+20 |
* | Use the recently introduced RES_DFLRETRY parameter instead of a well-hidden | yar | 2004-09-09 | 1 | -1/+1 |
* | bump .Dd | alfred | 2004-09-09 | 1 | -1/+1 |
* | Add/document autoreq_getxid(3), which gets the autofs request | alfred | 2004-09-09 | 3 | -5/+22 |
* | Remove debug output. | alfred | 2004-09-08 | 1 | -4/+4 |
* | Fix a .Fn that should be an .Fa. | alfred | 2004-09-08 | 1 | -3/+16 |
* | sync with private code: | alfred | 2004-09-08 | 4 | -4/+8 |
* | Fix two problems with REG_ICASE that were introduced with the addition of | tjr | 2004-09-05 | 1 | -13/+10 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -1/+8 |
* | Some old tar archives rely on "regular-file-plus-trailing-slash" to | kientzle | 2004-09-04 | 1 | -12/+22 |
* | Reset the seek pointer to 0 when a file is successfully opened, | iedowse | 2004-09-04 | 1 | -0/+2 |
* | Unbreak memmove(). Return the dst argument. While here, fix the END | marcel | 2004-09-04 | 1 | -7/+6 |
* | Unbreak memcpy(). memcpy() is defined to return the dst argument. | marcel | 2004-09-04 | 1 | -6/+5 |
* | Normalize the makefile. | alfred | 2004-09-03 | 1 | -8/+3 |