#
b9fc9a72 |
| 16-Jan-2015 |
deraadt <deraadt@openbsd.org> |
Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N
Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
show more ...
|
#
c8768c64 |
| 14-Aug-2014 |
mpi <mpi@openbsd.org> |
No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.
|
#
043fbe51 |
| 27-Oct-2009 |
deraadt <deraadt@openbsd.org> |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (th
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
show more ...
|
#
2068f686 |
| 07-Oct-2007 |
deraadt <deraadt@openbsd.org> |
trash $Header goo which is just annoying; 5595
|
#
5a3cb124 |
| 29-May-2006 |
moritz <moritz@openbsd.org> |
Check that struct p8022Hdr was completely captured, before accessing it. With some cleanup from canacar@
ok canacar@
|
#
e7beb4a7 |
| 19-Feb-2002 |
millert <millert@openbsd.org> |
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
|
#
cf4e9b47 |
| 03-Oct-2000 |
ho <ho@openbsd.org> |
Add $OpenBSD$. (jakob@ ok)
|
#
edd7aa8f |
| 26-Apr-2000 |
jakob <jakob@openbsd.org> |
INET6 DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
|
#
dc709136 |
| 12-Dec-1996 |
bitblt <bitblt@openbsd.org> |
*** empty log message ***
|
#
84fb80db |
| 12-Nov-1996 |
mickey <mickey@openbsd.org> |
add NetBIOS printing.
|