| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
OK deraadt
|
| |
|
|
|
| |
into dig sources, lets us get rid of unix/time.{c,h}
OK deraadt
|
| | |
|
| |
|
|
|
| |
time(3) for the wall clock.
prodding & OK jung
|
| |
|
|
|
|
| |
with input from florian
ok millert florian
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
OK millert
|
| |
|
|
| |
ok florian
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
Input & OK millert
|
| |
|
|
|
|
| |
with strerror() and drop it
ok millert florian
|
| |
|
|
| |
ok florian@
|
|
|
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
|