| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reduce multiple newlines | 2020-02-25 | 1 | -5/+0 | |
| | | |||||
| * | Fix 'previously declared here' error on gcc3(luna88k). | 2020-02-24 | 1 | -3/+0 | |
| | | | | | ok jsg@ florian@ jung@ | ||||
| * | remove unused code | 2020-02-22 | 1 | -114/+0 | |
| | | | | | ok millert florian | ||||
| * | remove unreachable code | 2020-02-19 | 1 | -4/+0 | |
| | | | | | ok millert florian | ||||
| * | Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros. | 2020-02-18 | 1 | -428/+77 | |
| | | | | | | | | While pulling on that it turns out we can / need git rid of a isc_task -> isc__task, isc_taskmgr -> isc__taskmgr, isc_timer -> isc__timer and isc_socket -> isc__socket indirection. OK millert | ||||
| * | Remove unused task, taskmgr, app, socket and socketmgr methods. | 2020-02-18 | 1 | -43/+0 | |
| | | | | | OK millert | ||||
| * | Get rid of isc_stdtime_t and use time_t directly. | 2020-02-16 | 1 | -6/+7 | |
| | | | | | OK millert | ||||
| * | remove task and timer tracing | 2020-02-13 | 1 | -50/+0 | |
| | | |||||
| * | remove more uneeded include statements and files | 2020-02-13 | 1 | -1/+0 | |
| | | |||||
| * | remove some unreferenced functions | 2020-02-12 | 1 | -113/+0 | |
| | | | | | ok florian@ | ||||
| * | remove uneeded #include lines | 2020-02-11 | 1 | -1/+0 | |
| | | | | | ok florian@ | ||||
| * | Move dig(1) and needed DNS libraries into it's own source directory in | 2020-02-07 | 1 | -0/+1513 | |
| usr.bin/dig. From the beginning when we started to remove unneeded nameserver code, it was our goal to extract dig functionality from the bind sources, for everyone's benefit as this is easier to reason about. In total we removed about 2/3 or over 300.000 lines of code. We kept the lib/ subdirectory layout but moved the content of bin/ to the top from the old bind source directory. Previous sources and history can be found in the src/usr.sbin/bind Attic. With & OK deraadt Proposed directory layout sounds good to sthen | |||||
