summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-8/+9
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-1/+14
* remove NULL-checks before free()mmcc2015-12-211-3/+2
* Eliminate all uses of dmalloc() where the returned pointerkrw2010-01-021-5/+12
* Eliminate all uses of dfree() where the pointer is either dereferencedkrw2010-01-011-4/+4
* Wrappers around a wrapper around free() are of no more use thankrw2010-01-011-2/+2
* Another calloc() wrapper wrapper, new_tree(), bites the dust.krw2010-01-011-8/+17
* tiny bit of delinting; ok krw@otto2006-03-131-32/+1
* avoid aliasing with libc functions; ok henningderaadt2004-09-161-2/+2
* remove hostname lookup stuff, done at parse time now, ok theohenning2004-05-081-110/+1
* $OpenBSD$henning2004-04-201-1/+1
* various knf; henning okderaadt2004-04-181-10/+9
* a bunch of knf, ok henningderaadt2004-04-161-2/+3
* knf + ansihshoexer2004-04-151-207/+208
* spacesderaadt2004-04-141-2/+2
* more crap bites the dusthenning2004-04-141-6/+5
* time_t and kill a few dumb defineshenning2004-04-131-5/+5
* may the whacking beginhenning2004-04-131-0/+402