index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
dhcpd
/
alloc.c
Age
Commit message (
Expand
)
Author
2010-01-02
Eliminate all uses of dmalloc() where the returned pointer
Kenneth R Westerback
2010-01-01
Eliminate all uses of dfree() where the pointer is either dereferenced
Kenneth R Westerback
2010-01-01
Wrappers around a wrapper around free() are of no more use than
Kenneth R Westerback
2010-01-01
A slightly more complex calloc() wrapper wrapper, new_hash_table(),
Kenneth R Westerback
2010-01-01
Another calloc() wrapper wrapper, new_tree(), bites the dust.
Kenneth R Westerback
2010-01-01
Two more calloc() wrapper wrappers, new_shared_network() and
Kenneth R Westerback
2010-01-01
Single-use wrapper functions that just call a wrapper function
Kenneth R Westerback
2010-01-01
Plug a potential leak similar to the one parfait spotted and Theo
Kenneth R Westerback
2004-09-16
avoid aliasing with libc functions; ok henning
Theo de Raadt
2004-05-04
remove things not used, spotted by lint mostly; ok henning
Theo de Raadt
2004-04-14
cheat to KNF and ansi this: take the one from dhclient and add back the
Henning Brauer
2004-04-13
may the whacking begin
Henning Brauer