| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finish moving of dig(1) to /usr/bin/dig by removing the sources in the | 2020-02-11 | 1 | -583/+0 | |
| | | | | | | old location. dig(1) sources can be found in src/usr.bin/dig. ok deraadt@ | ||||
| * | get rid of lib/isc/nothreads | 2020-01-26 | 1 | -56/+1 | |
| | | | | | OK tedu | ||||
| * | config.h and platform.h are unused now | 2020-01-22 | 1 | -2/+2 | |
| | | |||||
| * | unifdef the last config.h bits | 2020-01-22 | 1 | -26/+0 | |
| | | | | | OK millert | ||||
| * | eliminate many other possibilities in favor of just using select() here. | 2020-01-22 | 1 | -3/+0 | |
| | | | | | ok florian | ||||
| * | Pretty sure we are not BSDI 3.1; remove a threading straggler | 2020-01-22 | 1 | -13/+0 | |
| | | |||||
| * | remove mutex.h etc. since this code is now unthreaded. | 2020-01-21 | 1 | -29/+1 | |
| | | | | | ok florian | ||||
| * | libisc has a global variable called "isc_bind9" that indicates the program-family | 2020-01-21 | 1 | -3/+3 | |
| | | | | | | | | | | (bind, dig, nslookup, host..) the library is being used by, this flag is cleared using a constructor-like mechanism in a .c file which is not compiled nor called. if the flag is cleared, the library acts differently in 40+ functions. Imagine if our libc had such a global variable?? delete all of that. ok florian | ||||
| * | Rip out custom memory allocator. | 2020-01-20 | 1 | -17/+11 | |
| | | | | | OK otto | ||||
| * | As millert@ points out we can replace isc_string_touint64 with | 2020-01-20 | 1 | -1/+1 | |
| | | | | | | strtoull(3) and then get rid of lib/isc/string.c OK millert | ||||
| * | Do not use a message catalog for error messages. | 2020-01-20 | 1 | -4/+1 | |
| | | | | | | It's not installed anyway. OK millert | ||||
| * | unifdef threading related defines | 2020-01-20 | 1 | -19/+0 | |
| | | | | | input & OK millert | ||||
| * | Use normal int types like int32_t instead of isc_int32_t. | 2020-01-09 | 1 | -1/+1 | |
| | | | | | OK millert | ||||
| * | Remove thread support. Minus 4k lines. | 2020-01-07 | 1 | -306/+0 | |
| | | | | | OK millert | ||||
| * | update to 9.10.8-P1, last isc-licensed release | 2019-12-17 | 1 | -2/+2 | |
| | | |||||
| * | Update to bind-9.10.5-P3, which appears to have been the last ISC version. | 2019-12-16 | 1 | -191/+550 | |
| | | | | | | | | | | We only use this tree to build dig and nslookup. Our previous version predated edns0 support in those tools, and we want that. This is the worst code I've looked at in years, with layers and layers of spaghetti abstraction clearly unfit for reuse, but then reused anyways, and the old ones remain behind. So this is a 8MB diff. florian, sthen, and otto tried this merge before but failed. | ||||
| * | Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@ | 2008-08-04 | 1 | -1/+1 | |
| | | |||||
| * | Dynamically allocate fd_sets so we are not limited to FD_SETSIZE | 2008-07-16 | 1 | -3/+3 | |
| | | | | | connections. With help from djm@. OK djm@ | ||||
| * | ISC BIND release 9.4.2 | 2007-12-09 | 1 | -10/+12 | |
| | | |||||
| * | ISC BIND version 9.3.0. ok deraadt@ | 2004-09-28 | 1 | -21/+38 | |
| | | |||||
| * | ISC BIND version 9.2.2rc1 | 2003-01-20 | 1 | -0/+664 | |
