#
e5eb4616 |
| 05-Dec-2021 |
deraadt <deraadt@openbsd.org> |
sys/select.h is not needed, if howmany/NBBY are needed they will arrive via netinet/in.h and sys/time.h, which I must say surprises me a bit
|
#
a59a3cf2 |
| 04-Jun-2018 |
kn <kn@openbsd.org> |
Zap unused mifi_t.
OK bluhm mpi jca
|
#
2b18c0b1 |
| 08-May-2017 |
rzalamena <rzalamena@openbsd.org> |
Make netstat(8) always ask for IPv6 multicast routing information. Worst case is that we get an empty response instead of a message saying that there is no multicast support.
ok mpi@
|
#
d1dc8a2b |
| 22-Dec-2016 |
rzalamena <rzalamena@openbsd.org> |
Remove PIM support from the multicast stack.
ok mpi@
|
#
c361234c |
| 27-Aug-2016 |
guenther <guenther@openbsd.org> |
Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.h
ok deraadt@
|
#
e18e82d8 |
| 13-Feb-2015 |
dcoppa <dcoppa@openbsd.org> |
implicit declaration of function 'free'; add missing stdlib.h
OK sthen@
|
#
30a4ef04 |
| 12-Feb-2015 |
claudio <claudio@openbsd.org> |
Free the buffers used for the sysctl. OK sthen@
|
#
48065f83 |
| 12-Feb-2015 |
sthen <sthen@openbsd.org> |
Initialize buffer pointers passed to get_sysctl to NULL; otherwise they point to random memory so when the sysctl-estimate is too small, the realloc() fails. Problem reported by Ze Loff, ok claudio
|
#
60afce57 |
| 09-Feb-2015 |
claudio <claudio@openbsd.org> |
Get rid of another KVM reader and convert the multicast output to use the new sysctls. Looks good deraadt@
|
#
6a932c06 |
| 17-Jan-2015 |
deraadt <deraadt@openbsd.org> |
_KERNEL 1? no, just _KERNEL
|
#
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 ...
|
#
5a86c6f8 |
| 21-Nov-2014 |
mikeb <mikeb@openbsd.org> |
remove pointless if_var.h and socketvar.h includes; ok deraadt
|
#
149dc9fc |
| 23-Jun-2014 |
guenther <guenther@openbsd.org> |
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
inconsistent usage in route(8) noted by Gregor Best (gbe (at) ring0.de)
|
#
8992daf0 |
| 21-Nov-2013 |
mikeb <mikeb@openbsd.org> |
split kernel parts of the if.h into a separate header file if_var.h which allows us to modify ifnet structure in a relatively safe way; discussed with deraadt, ok mpi
|
#
90d1e215 |
| 07-Feb-2009 |
chl <chl@openbsd.org> |
add missing headers needed for warn() and err().
ok claudio@ ray@
|
#
61054ae8 |
| 14-Dec-2007 |
deraadt <deraadt@openbsd.org> |
remove 21 nlist variables, and instead use sysctl to query the kernel turn on INET6 the default (remove the #ifdef's) ok claudio reyk
|
#
b24c4ab6 |
| 11-Sep-2007 |
henning <henning@openbsd.org> |
u_quad_t -> u_int64_t and %qu -> %llu, from brad
|
#
a0e12d64 |
| 25-Mar-2005 |
jaredy <jaredy@openbsd.org> |
kill unneeded (char *) casts. ok millert, otto
|
#
f75387cb |
| 03-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
f8c85419 |
| 01-Feb-2003 |
deraadt <deraadt@openbsd.org> |
ansi
|
#
626954f6 |
| 02-Jun-2002 |
deraadt <deraadt@openbsd.org> |
KNF
|
#
6c181c88 |
| 27-May-2002 |
deraadt <deraadt@openbsd.org> |
a night of cleanup, so i can read this easier
|
#
8c620fd5 |
| 17-Jan-2002 |
mickey <mickey@openbsd.org> |
evil, annoying spaces and tabs
|
#
c0932ef1 |
| 19-Nov-2001 |
mpech <mpech@openbsd.org> |
kill more registers
millert@ ok
|
#
1b19b969 |
| 08-Dec-1999 |
itojun <itojun@openbsd.org> |
add IPv6 support from KAME. cleanup type matches with printf() format. KAME_SCOPEID should be enabled after KAME get{addr,name}info(3) merge.
|