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.bin
/
netstat
/
mroute6.c
Age
Commit message (
Expand
)
Author
2016-08-27
Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.h
Philip Guenther
2015-02-13
implicit declaration of function 'free'; add missing stdlib.h
David Coppa
2015-02-12
Free the buffers used for the sysctl. OK sthen@
Claudio Jeker
2015-02-12
Initialize buffer pointers passed to get_sysctl to NULL; otherwise they point
Stuart Henderson
2015-02-09
Get rid of another KVM reader and convert the multicast output to use
Claudio Jeker
2015-01-17
_KERNEL 1? no, just _KERNEL
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-21
remove pointless if_var.h and socketvar.h includes; ok deraadt
Mike Belopuhov
2014-06-23
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
Philip Guenther
2013-11-21
split kernel parts of the if.h into a separate header file if_var.h
Mike Belopuhov
2009-02-07
add missing headers needed for warn() and err().
Charles Longeau
2007-12-14
remove 21 nlist variables, and instead use sysctl to query the kernel
Theo de Raadt
2007-09-11
u_quad_t -> u_int64_t and %qu -> %llu, from brad
Henning Brauer
2005-03-25
kill unneeded (char *) casts. ok millert, otto
Jared Yanovich
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-01
ansi
Theo de Raadt
2002-06-02
KNF
Theo de Raadt
2002-05-27
a night of cleanup, so i can read this easier
Theo de Raadt
2002-01-17
evil, annoying spaces and tabs
Michael Shalayeff
2001-11-19
kill more registers
Mike Pechkin
1999-12-08
add IPv6 support from KAME. cleanup type matches with printf() format.
Jun-ichiro itojun Hagino