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
Age
Commit message (
Expand
)
Author
2016-01-01
The "-P" option does not need to read routing table symbols so do not
Martin Pieuchot
2015-12-03
Print the interface index, we no longer have a pointer to the interface.
Martin Pieuchot
2015-10-23
further simplify argv
Ted Unangst
2015-10-23
simplify backcompat. no more support for kernel or kmem on argv
Ted Unangst
2015-10-05
Handle ifi_oqdrops in netstat(8).
Masao Uebayashi
2015-09-11
Remove XRESOLVE support.
Martin Pieuchot
2015-09-11
Remove never called functions to dump per-ifp IPv6 statistics now that
Martin Pieuchot
2015-09-04
Fix mbuf memory accounting after recent *8 pool size change.
Martin Pieuchot
2015-08-24
Remove obsolete fields in struct unpcb. In the past they were used
Alexander Bluhm
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-06-21
There is no need to include sys/ucred.h. Only sys/file.h is needed for the
Claudio Jeker
2015-04-27
sync with rev 1.99 of sbin/route/show.c
Sebastian Benoit
2015-04-22
Expand SLIST macro of unix pcb members before printing the pointer.
Alexander Bluhm
2015-04-16
remove unfinished/unused support for socket-attached ipsec-policies
Markus Friedl
2015-04-14
IPsec auth and credentials are not stored in the kernel anymore;
Mike Belopuhov
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
be more explicit about how -A and -P work, and fix a booboo in previous;
Jason McIntyre
2015-02-12
Initialize buffer pointers passed to get_sysctl to NULL; otherwise they point
Stuart Henderson
2015-02-12
Switch the printing of open sockets from ugly KVM internals to use
Claudio Jeker
2015-02-09
Get rid of another KVM reader and convert the multicast output to use
Claudio Jeker
2015-02-08
Count dropped SYN packets on the tcpstat. They are dropped due to the
YASUOKA Masahiko
2015-02-08
-a for -I or -i is gone for good. So adjust manpage.
Claudio Jeker
2015-02-08
The multicast address printing code has been disabled for 7 years.
Claudio Jeker
2015-02-08
Do extend CFLAGS instead of assigning it so that DEBUG=-g works
Claudio Jeker
2015-02-06
Remove route/netstat -f encap in favor of ipsecctl -s flow.
Reyk Floeter
2015-01-20
Adjust <sys/param.h> comments regarding use of use of MSIZE, or
Theo de Raadt
2015-01-19
First step of hiding many kernel-only parts of <netinet/ip_ipsp.h>
Theo de Raadt
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-12-26
not necessary to define INET anymore
Ted Unangst
2014-11-21
remove pointless if_var.h and socketvar.h includes; ok deraadt
Mike Belopuhov
2014-11-06
i renamed the mbuf pool.
David Gwynne
2014-11-03
Put the socket splicing fields into a seperate struct sosplice that
Alexander Bluhm
2014-10-26
remove unused variables
Charles Longeau
2014-10-23
Remove networks(5) support.
Ingo Schwarze
2014-08-14
No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.
Martin Pieuchot
2014-08-14
Kill bandwidth monitoring meters.
Martin Pieuchot
2014-07-10
#define _KERNEL hack requires ucred.h now as well
Theo de Raadt
2014-07-02
info about pools is currently given to userland by copying each
David Gwynne
2014-06-23
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
Philip Guenther
2014-05-10
catch up with the inet(3) rename; this commit missed in previous
Jason McIntyre
2014-05-08
Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST.
Martin Pieuchot
2014-04-17
Sync show.c with the route version. Make the two files more similar but
Claudio Jeker
2014-02-13
use strtonum. ok krw
Ted Unangst
2014-01-25
Fix printing of icps_toofreq unlike IPv6 the IPv4 value is just a u_long.
Claudio Jeker
2014-01-23
hardware cecksummed counters -> software checksummed counters
Henning Brauer
2014-01-19
Report the number of dropped ICMP error because the rate limit got exceeded.
Claudio Jeker
2014-01-10
ddpcb and unixsw symbols are no longer used with kvm_read
Philip Guenther
2013-12-25
final circleq to tailq fix. restore the previous pointer check by reading
Ted Unangst
[next]