index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
sockstat
/
sockstat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Make sockstat -6 output more readable for long ipv6
maxim
2010-03-30
1
-0
/
+2
*
Mute some warnings on uninitialized variables.
ed
2010-01-02
1
-2
/
+2
*
Remove unused v6 macro aliases for inpcb fields:
rwatson
2009-03-10
1
-4
/
+4
*
Make sure the entries don't run into each other when they're longer than
des
2009-01-30
1
-6
/
+6
*
Add -L to usage().
bms
2008-05-19
1
-1
/
+1
*
Add an -L option to ignore loopback Internet sockets.
bms
2008-05-19
1
-1
/
+16
*
o Do not warn if the process exits before we get its name.
maxim
2007-06-16
1
-1
/
+3
*
Use proc name (ki_comm) instead of thread name (ki_ocomm) as these may now
emaste
2007-03-22
1
-1
/
+1
*
In revision 1.14 I broke the -4 and -6 options of sockstat(1).
keramida
2006-11-12
1
-10
/
+5
*
Add support for filtering sockets by protocol type. The default
keramida
2006-11-11
1
-12
/
+115
*
Don't free(sock) before it's even allocated.
des
2005-06-10
1
-1
/
+0
*
Unbreak sockstat(1) on systems without the divert protocol.
ru
2004-12-06
1
-0
/
+2
*
Show divert(4) sockets as well.
ru
2004-12-05
1
-0
/
+6
*
Do not display bogus entries for sockets in the TIME_WAIT or similar
roam
2004-08-25
1
-0
/
+2
*
make sockstat not print wierd addresses on not connected unix domain sockets
jmg
2003-07-19
1
-1
/
+5
*
Finish the implementation of the -p switch so that it
mux
2003-06-07
1
-0
/
+26
*
To reserve space for 65536 bits, allocate
robert
2003-05-09
1
-1
/
+1
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-2
/
+2
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-2
/
+2
*
Use a cast to `void *' before casting to a pointer to a structure
robert
2002-08-02
1
-5
/
+8
*
Don't depend on namespace pollution from <netinet/in_pcb.h>.
des
2002-08-01
1
-0
/
+2
*
Implement the -l and -c options, which I'd forgotten.
des
2002-08-01
1
-6
/
+17
*
Rewrite sockstat(1) in C.
des
2002-07-31
1
-0
/
+584