| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Pointed out by: rwatson
Reviewed by: peter
Notes:
svn path=/head/; revision=117772
|
|
|
|
|
|
|
|
| |
actually works. I have no idea why this wasn't finished
and happened to try to use it.
Notes:
svn path=/head/; revision=115955
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
65536 / (sizeof(int) * CHAR_BITS) `int's instead of
65536 / (sizeof(int) * CHAR_BITS) bytes to avoid a possible
segmentation fault if ports above 16383 are specified via the
-p option on a platform with 4 byte wide ints.
Approved by: re (bmah)
Reported by: Marco Wertejuk <wertejuk@mwcis.com>
Notes:
svn path=/head/; revision=114853
|
|
|
|
|
|
|
|
| |
removal of unnecessary casts and throw in some minor cleanups to see if
anyone complains, just for the hell of it.
Notes:
svn path=/head/; revision=109153
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pointer types, and remove a huge number of casts from code using it.
Change struct xfile xf_data to xun_data (ABI is still compatible).
If we need to add a #define for f_data and xf_data we can, but I don't
think it will be necessary. There are no operational changes in this
commit.
Notes:
svn path=/head/; revision=109123
|
|
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107276
|
|
|
|
|
|
|
|
|
|
| |
to stop GCC emitting warnings about increased alignment requirements
which broke the build for sparc64.
Approved by: des
Notes:
svn path=/head/; revision=101220
|
|
|
|
|
|
|
| |
Submitted by: bde
Notes:
svn path=/head/; revision=101163
|
|
|
|
| |
Notes:
svn path=/head/; revision=101144
|
|
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=101043
|
|
|
|
|
|
|
|
| |
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
Notes:
svn path=/head/; revision=95258
|
|
|
|
| |
Notes:
svn path=/head/; revision=94793
|
|
|
|
| |
Notes:
svn path=/head/; revision=81588
|
|
|
|
| |
Notes:
svn path=/head/; revision=81430
|
|
|
|
|
|
|
| |
Suggested by: roam
Notes:
svn path=/head/; revision=81259
|
|
|
|
|
|
|
|
|
| |
PR: 29231
Submitted by: pherman@frenchfries.net
MFC after: 2 weeks
Notes:
svn path=/head/; revision=80355
|
|
|
|
| |
Notes:
svn path=/head/; revision=79535
|
|
|
|
| |
Notes:
svn path=/head/; revision=75286
|
|
|
|
| |
Notes:
svn path=/head/; revision=74848
|
|
|
|
| |
Notes:
svn path=/head/; revision=74312
|
|
|
|
| |
Notes:
svn path=/head/; revision=73880
|
|
|
|
| |
Notes:
svn path=/head/; revision=71102
|
|
|
|
| |
Notes:
svn path=/head/; revision=70022
|
|
|
|
| |
Notes:
svn path=/head/; revision=68718
|
|
|
|
| |
Notes:
svn path=/head/; revision=67079
|
|
|
|
|
|
|
| |
command-line options for selecting what to display.
Notes:
svn path=/head/; revision=66790
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
wrote, and as such was not very pretty.
Changes that may cause problems for people who use sockstat in scripts:
- sockstat(8) now displays Unix domain sockets in addition to IPv4 and IPv6
- the last period in local and foreign addresses is changed to a colon to
make the port number easier to spot
- IPv4 and IPv6 sockets are listed separately (IPv4 first, then IPv6, then
Unix)
Notes:
svn path=/head/; revision=66789
|
|
|
|
|
|
|
|
|
| |
correct the author's name. Were broken in rev 1.6.
Approved by: des
Notes:
svn path=/head/; revision=65259
|
|
|
|
| |
Notes:
svn path=/head/; revision=65249
|
|
|
|
| |
Notes:
svn path=/head/; revision=58625
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sockstat use netstat tcp/udp socket print, and fstat tcp/udp
socket print, but it just specify all of IPPROTO_IP and
IPPROTO_IPV6 sockets for fstat.
Now IPv6 socket also use raw socket, but only netstat don't print it,
so now they are printed as empty entries in sockstat output.
Approved by: jkh
Notes:
svn path=/head/; revision=57905
|
|
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57670
|
|
|
|
|
|
|
|
|
|
| |
Approved by: jkh
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by: des
Notes:
svn path=/head/; revision=57494
|
|
|
|
|
|
|
|
|
|
| |
the sockstat.1 document title, which still remembers when sockstat was
called lsock.
Reviewed by: mpp
Notes:
svn path=/head/; revision=51015
|
|
|
|
| |
Notes:
svn path=/head/; revision=50477
|
|
|
|
|
|
|
|
|
|
| |
Don't truncate the protocol field.
These two changes conspire to make sockstat(1) show divert sockets.
Submitted by: ru
Notes:
svn path=/head/; revision=48644
|
|
|
|
|
|
|
| |
Submitted by: Christopher Masto <chris@netmonger.net>
Notes:
svn path=/head/; revision=46222
|
|
Suggested by: Sheldon Hearn <sheldonh@iafrica.com>
Approved by: Peter Wemm <peter@netplex.com.au>
Notes:
svn path=/head/; revision=45699
|