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
/
icmp.c
Age
Commit message (
Expand
)
Author
2019-10-03
Properly initalize the ICMP message to zero to avoid leaking 4-byte
Claudio Jeker
2017-02-13
Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and
Kenneth R Westerback
2017-02-13
Adjust some long lines.
Kenneth R Westerback
2017-02-13
Switch from old errwarn.c logging to shiny new log.[ch].
Kenneth R Westerback
2016-11-15
Replace bzero(3) with memset(3)
Ricardo Mestre
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-05-07
back out the previous ICMP simplifying diff, it caused livelocks.
Martin Pelikan
2014-05-05
Don't call the ICMP handler indirectly + clean up a bit.
Martin Pelikan
2008-09-15
When checking if a syscall like open(), ioctl() or writev() failed compare
Claudio Jeker
2004-09-16
avoid aliasing with libc functions; ok henning
Theo de Raadt
2004-04-22
instead of using some lower 16 bits of some address on the stack that
Henning Brauer
2004-04-21
cleaning; Ryan ok
Henning Brauer
2004-04-20
$OpenBSD$
Henning Brauer
2004-04-18
various knf; henning ok
Theo de Raadt
2004-04-14
ansi
Theo de Raadt
2004-04-14
spaces
Theo de Raadt
2004-04-14
more crap bites the dust
Henning Brauer
2004-04-13
may the whacking begin
Henning Brauer