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
/
unix.c
Age
Commit message (
Expand
)
Author
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
Philip Guenther
2018-01-05
No need for <sys/socketvar.h>
Martin Pieuchot
2016-09-15
dont #define _KERNEL around some #includes
David Gwynne
2016-08-27
Pull in <sys/time.h> for struct timespec and timeval
Philip Guenther
2015-08-24
Remove obsolete fields in struct unpcb. In the past they were used
Alexander Bluhm
2015-04-22
Expand SLIST macro of unix pcb members before printing the pointer.
Alexander Bluhm
2015-02-12
Switch the printing of open sockets from ugly KVM internals to use
Claudio Jeker
2015-01-20
Adjust <sys/param.h> comments regarding use of use of MSIZE, or
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-10
#define _KERNEL hack requires ucred.h now as well
Theo de Raadt
2013-11-09
kinfo_file returns the socket buffer counts in uint64_ts, so we need to
Philip Guenther
2013-10-22
- add UNIX-domain socket info to struct kinfo_file2
Philip Guenther
2013-08-18
Fix calls to printf-like functions which passed a non-fixed string
Philip Guenther
2013-04-23
create a method to print the unp_ino (ino_t) properly once it becomes
Theo de Raadt
2013-04-18
improve time_t printing; ok claudio
Theo de Raadt
2013-04-16
handle long long tv_sec; ok millert
Theo de Raadt
2013-03-20
As non-root, whenever netstat is about to print out a kernel pointer...
Theo de Raadt
2010-10-30
Print socket structure internals when netstat -P pcbaddr is called
Alexander Bluhm
2010-04-28
Rename nfiles so as not to collide with sys/file.h,
Jonathan Gray
2007-12-19
delete rcsid crud
Theo de Raadt
2005-03-25
kill unneeded (char *) casts. ok millert, otto
Jared Yanovich
2004-03-13
some NULL vs 0 and knf; parts from nimadeus@pandora.be
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-01
ansi
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
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
1997-06-29
Use correct spacing on both 32bit and 64bit machines.
Todd C. Miller
1997-06-29
Make fields line up nicely for 64-bit addresses. Should probably #if
Todd C. Miller
1997-06-29
Mostly clean -Wall + 64bit issues.
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt