| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rewrite isc_time_microdiff() as uelapsed() and put it directly | 2020-09-14 | 1 | -41/+0 | |
| | | | | | | into dig sources, lets us get rid of unix/time.{c,h} OK deraadt | ||||
| * | cleanup | 2020-02-16 | 1 | -17/+1 | |
| | | | | | OK millert | ||||
| * | clock_gettime cannot fail if called correctly; unravel TIME_NOW | 2020-02-16 | 1 | -12/+1 | |
| | | | | | | | | indirections. (I'm not convinced that we always want to read CLOCK_REALTIME, in fact we probably want to almost always read CLOCK_MONOTONIC.) OK millert | ||||
| * | Move isc_time_formathttptimestamp to the only place it is used. | 2020-02-16 | 1 | -19/+1 | |
| | | | | | OK millert | ||||
| * | unravel isc_time_formattimestamp | 2020-02-16 | 1 | -26/+3 | |
| | | | | | OK millert | ||||
| * | unravel isc_time_add and isc_time_subtract | 2020-02-16 | 1 | -22/+1 | |
| | | | | | OK millert | ||||
| * | unravel isc_time_compare | 2020-02-16 | 1 | -17/+1 | |
| | | | | | OK millert | ||||
| * | unravel isc_time_isepoch | 2020-02-16 | 1 | -13/+1 | |
| | | | | | OK millert | ||||
| * | remove timespec setters | 2020-02-16 | 1 | -17/+1 | |
| | | | | | OK millert | ||||
| * | Reduce interval indirection by setting struct members directly and | 2020-02-16 | 1 | -27/+1 | |
| | | | | | | using macros from sys/time.h OK millert | ||||
| * | The timer type we are using requires interval to be set, remove | 2020-02-16 | 1 | -4/+1 | |
| | | | | | | unused interval_zero. OK millert | ||||
| * | Replace isc_time_t and interval_t with struct timespec. | 2020-02-16 | 1 | -120/+47 | |
| | | | | | Input & OK millert | ||||
| * | Now we are only using one timer type (once) and expires is always NULL | 2020-02-16 | 1 | -4/+1 | |
| | | | | | | so remove those struct members. OK millert | ||||
| * | threads are gone, replace thread safe isc__strerror() wrapper | 2020-02-13 | 1 | -5/+2 | |
| | | | | | | | with strerror() and drop it ok millert florian | ||||
| * | remove more uneeded include statements and files | 2020-02-13 | 1 | -3/+1 | |
| | | |||||
| * | trust gettimeofday doing the right thing | 2020-02-13 | 1 | -48/+1 | |
| | | |||||
| * | remove some unreferenced functions | 2020-02-12 | 1 | -104/+1 | |
| | | | | | ok florian@ | ||||
| * | remove uneeded #include lines | 2020-02-11 | 1 | -3/+2 | |
| | | | | | ok florian@ | ||||
| * | Move dig(1) and needed DNS libraries into it's own source directory in | 2020-02-07 | 1 | -0/+435 | |
| 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 | |||||
