summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/unix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finish moving of dig(1) to /usr/bin/dig by removing the sources in theflorian2020-02-1116-4803/+0
* isc/stat.h is unusedflorian2020-02-042-54/+1
* just use netdb.h directlyflorian2020-02-041-56/+0
* Remove unused typedefs that got left behind in previousflorian2020-02-041-32/+0
* Remove a bunch of unused functions who access the filesystem and thenflorian2020-02-043-329/+2
* Nuke autohell from orbit. It's the only way to be sure.florian2020-01-283-111/+0
* Switch to Makefile based builds.florian2020-01-282-26/+6
* Support for queries on ports != 53jca2020-01-261-2/+2
* Remove unused code from socket.cflorian2020-01-261-590/+18
* reduce isc/stdio to what is usedflorian2020-01-261-111/+1
* get rid of lib/isc/nothreadsflorian2020-01-262-59/+1
* Remove now unused unix/file.c and unix/fsaccess.cflorian2020-01-263-756/+2
* isc_file_isdirwritable is not used (and besides, it uses access() whichderaadt2020-01-251-6/+1
* isc/unix/syslog is unusedflorian2020-01-254-133/+4
* another chroot tendrilderaadt2020-01-251-4/+1
* Oops, one break too many removed; unbreak +tcp.florian2020-01-241-0/+1
* Since we are no longer using config.h we can remove a lot of featureflorian2020-01-241-3/+3
* Remove overly complicated set_rcvbuf. Very likely not needed in dig et al.florian2020-01-231-68/+0
* Remove socket types that we are not going to use, like AF_UNIX sockets.florian2020-01-231-1183/+30
* We can always create IPv4 and IPv6 sockets.florian2020-01-232-483/+5
* config.h and platform.h are unused nowflorian2020-01-2215-29/+29
* unifdef the last config.h bitsflorian2020-01-223-128/+1
* Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T asflorian2020-01-222-20/+13
* eliminate many other possibilities in favor of just using select() here.tedu2020-01-222-427/+0
* unifdef a few features we have. ok floriantedu2020-01-222-46/+2
* Pretty sure we are not BSDI 3.1; remove a threading stragglerflorian2020-01-221-13/+0
* remove mutex.h etc. since this code is now unthreaded.tedu2020-01-213-284/+2
* libisc has a global variable called "isc_bind9" that indicates the program-familyderaadt2020-01-211-3/+3
* Rip out custom memory allocator.florian2020-01-204-126/+78
* As millert@ points out we can replace isc_string_touint64 withflorian2020-01-207-11/+11
* Do not use a message catalog for error messages.florian2020-01-203-157/+38
* unifdef threading related definesflorian2020-01-202-38/+0
* Remove unused tm.cflorian2020-01-202-32/+3
* We are not using json, xml nor httpd.florian2020-01-201-279/+2
* does not need a chroot wrapper; ok florianderaadt2020-01-091-28/+0
* Remove various unused bits and pieces from lib/isc.florian2020-01-0912-2992/+7
* Forgot to remove the file with the weird int type definitions in theflorian2020-01-091-54/+0
* Use normal int types like int32_t instead of isc_int32_t.florian2020-01-0912-105/+105
* Nuke atomics support. This gets rid of 4k lines of code including a bunchflorian2020-01-091-186/+1
* Replace entropy.c, random.c and an outdated arc4random copy withflorian2020-01-093-614/+6
* Assorted unifdefs:florian2020-01-095-35/+10
* unifdef pkcs11:florian2020-01-094-793/+2
* unifdef printf and string functions:florian2020-01-099-16/+16
* unifdef network defines:florian2020-01-097-344/+6
* Remove thread support. Minus 4k lines.florian2020-01-074-372/+2
* Do not need the getudpportrange functions. We don't need to perform anyderaadt2019-12-191-119/+1
* unifdef _AIXsthen2019-12-181-34/+0
* disable all the dscp probing code. it sees all the dscp optionderaadt2019-12-171-351/+4
* Add back some SOCK_DNS to socket() calls, and add a few more whilederaadt2019-12-172-10/+10
* update to 9.10.8-P1, last isc-licensed releasesthen2019-12-1740-268/+270