History log of /openbsd/usr.sbin/dhcpd/hash.c (Results 1 – 9 of 9)
Revision Date Author Comments
# bb9a412a 10-Nov-2020 krw <krw@openbsd.org>

Remove prototypes for functions removed 10+ years ago. Return types should be on
their own lines.

Diffs from Martin Vahlensiech via tech@. Thanks!


# c525a185 13-Feb-2017 krw <krw@openbsd.org>

Switch from old errwarn.c logging to shiny new log.[ch].

ok benno@


# 837cddff 06-Feb-2016 krw <krw@openbsd.org>

Eliminate #include inside *.h files and include only needed headers in
each *.c file.

Inspired by mention of header silliness by Edgar Pettijohn and mmcc@
on tech@.


# 04b89754 01-Jan-2010 krw <krw@openbsd.org>

Wrappers around a wrapper around free() are of no more use than
wrappers around wrappers around calloc().

The purpose of the free() wrapper is to generate an error message
when free'ing NULL. But fr

Wrappers around a wrapper around free() are of no more use than
wrappers around wrappers around calloc().

The purpose of the free() wrapper is to generate an error message
when free'ing NULL. But free_hash_bucket(), free_lease(), and
free_tree() are all called immediately after dereferencing the
pointer to be freed. Thus the error message will never be issued.

show more ...


# 750b584a 01-Jan-2010 krw <krw@openbsd.org>

A slightly more complex calloc() wrapper wrapper, new_hash_table(),
bites the dust.


# 773bb22e 01-Jan-2010 krw <krw@openbsd.org>

Single-use wrapper functions that just call a wrapper function
around calloc() and end up producing duplicate error messages are
just confusing.

Eliminate new_hash_bucket(), new_lease(), new_leases(

Single-use wrapper functions that just call a wrapper function
around calloc() and end up producing duplicate error messages are
just confusing.

Eliminate new_hash_bucket(), new_lease(), new_leases(), new_group().

show more ...


# 0795b389 16-Sep-2004 deraadt <deraadt@openbsd.org>

avoid aliasing with libc functions; ok henning


# 3c41e82c 14-Apr-2004 henning <henning@openbsd.org>

more crap bites the dust


# e853bc5d 13-Apr-2004 henning <henning@openbsd.org>

may the whacking begin