summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-3/+4
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-1/+13
* remove NULL-checks before free()mmcc2015-12-211-3/+2
* Eliminate all uses of dmalloc() where the returned pointerkrw2010-01-021-17/+9
* Eliminate all uses of dfree() where the pointer is either dereferencedkrw2010-01-011-12/+2
* Wrappers around a wrapper around free() are of no more use thankrw2010-01-011-19/+1
* A slightly more complex calloc() wrapper wrapper, new_hash_table(),krw2010-01-011-15/+1
* Another calloc() wrapper wrapper, new_tree(), bites the dust.krw2010-01-011-9/+1
* Two more calloc() wrapper wrappers, new_shared_network() andkrw2010-01-011-16/+1
* Single-use wrapper functions that just call a wrapper functionkrw2010-01-011-31/+1
* Plug a potential leak similar to the one parfait spotted and Theokrw2010-01-011-8/+1
* avoid aliasing with libc functions; ok henningderaadt2004-09-161-3/+3
* remove things not used, spotted by lint mostly; ok henningderaadt2004-05-041-39/+2
* cheat to KNF and ansi this: take the one from dhclient and add back thehenning2004-04-141-203/+101
* may the whacking beginhenning2004-04-131-0/+344