1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.bin
Kelly Yancey 100b98db75 Add support for printing IPSEC protocol stats if the kernel was compiled
with FAST_IPSEC rather than the KAME IPSEC stack.

Note that the output of "netstat -s -p ipsec" differs depending on which
stack is compiled into the kernel since they each keep different stats.
This delta also adds the "esp", "ah", and "ipcomp" protocol stats, which
are also available when the kernel is compiled with the FAST_IPSEC stack
(e.g. "netstat -s -p esp").

Submitted by:	Matt Titus <titus at nttmcl dot com>
MFC after:	3 days
2005-12-28 20:36:55 +00:00
..
alias Use the "builtin" shell function to make sure that the requested 2005-10-24 22:32:19 +00:00
apply
asa Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
at While revision 1.26 fixed the code to really subtract 3600 due to 2005-08-18 08:18:02 +00:00
atm
awk Add temporary patches to make one-true-awk respect locale's collating order 2005-05-17 14:54:33 +00:00
banner
basename
biff
bluetooth Teach rfcomm_sppd(8) to recognize "lan" (for LAN Access Using PPP) service 2005-12-07 19:41:58 +00:00
brandelf Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
bsdiff Fix up markup. 2005-11-18 12:08:31 +00:00
bzip2 Don't use a patch w/in /usr/src. Programmatically change files when needed. 2005-05-31 22:16:49 +00:00
bzip2recover
c89 Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
c99 Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
calendar Someone buy me a beer. Now. 2005-12-28 08:41:57 +00:00
cap_mkdb
catman Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98. 2005-12-05 14:22:12 +00:00
chat
checknr
chkey
chpass Cross-reference pw(8) into chpass(1), passwd(1), and vipw(8). 2005-08-02 21:38:03 +00:00
cksum
cmp -mdoc sweep. 2005-11-18 10:36:29 +00:00
col Avoid shadowing a local scratch variable, 2005-11-13 20:30:13 +00:00
colcrt
colldef Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
colrm
column
comm
compile_et Style: move .PATH to where it belongs. 2005-10-14 15:50:22 +00:00
compress -mdoc sweep. 2005-11-18 10:36:29 +00:00
csplit
ctags
cut
dig Disable thread support in BIND. It appears to reduce performance rather 2005-07-25 14:44:11 +00:00
dirname Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
du Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
ee - Remove MLINKS to nonexistant manpages 2005-07-14 20:29:08 +00:00
elf2aout Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
elfdump Know the machines FreeBSD runs on. Print the machine value for 2005-12-17 23:24:34 +00:00
enigma - Remove MLINKS to nonexistant manpages 2005-07-14 20:29:08 +00:00
env Fix minor memory leak when expanding ${variable}s 2005-07-18 22:18:16 +00:00
expand
false
fetch
file
file2c Fix all the spelling mistakes I could find in the man pages for words 2005-07-31 03:30:48 +00:00
find Fixes for gcc4.x. 2005-08-25 13:44:02 +00:00
finger Setting .nofinger will not hide you from root. 2005-09-19 10:11:47 +00:00
fmt
fold
from Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
fstat Un-break processing of device major/minor values with fstat -n. We do 2005-11-05 23:38:08 +00:00
fsync
ftp
gcore
gencat Our bsd.*.mk only supports 6 WARNS levels and we should not use higher values 2005-06-30 11:56:31 +00:00
getconf
getopt
gprof Catch up with increasing the resolution suitable for high-res kernel 2005-10-07 11:58:46 +00:00
head
hesinfo
hexdump
host Disable thread support in BIND. It appears to reduce performance rather 2005-07-25 14:44:11 +00:00
id Add flag to choose whether to use getgrouplist(3) or getgroups(2) 2005-04-29 10:11:18 +00:00
indent Use the appropriate error function for displaying the error, 2005-11-20 13:48:15 +00:00
ipcrm
ipcs Change the data type of the upper shared memory limits from a signed 2005-08-06 07:20:18 +00:00
join
jot
kdump -mdoc sweep. 2005-11-18 10:36:29 +00:00
keylogin
keylogout
killall
ktrace
ktrdump Really fix the relative timestamp bug. It was only incorrect for the ALQ 2005-12-09 14:27:03 +00:00
lam Call usage() instead of being insolent. 2005-08-05 01:04:36 +00:00
last
lastcomm Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
ldd
leave
less Correct the script name to be "zless.sh". This avoids an extra cp/chmod 2005-05-17 11:41:01 +00:00
lessecho
lesskey
lex
limits
locale Xref setlocale(3), bump document date. 2005-11-01 19:36:17 +00:00
locate Add a -0 option for interoperability with xargs -0. 2005-12-07 12:22:46 +00:00
lock
lockf Finish off style(9) fixes which I started two revisions ago. This basically 2005-10-09 04:45:41 +00:00
logger Reduce compiler warning: variable might be used uninitialized, by giving 2005-05-29 16:04:46 +00:00
login o Teach login(1) to respect "hushlogin" and "nocheckmail" attributes 2005-06-01 12:23:06 +00:00
logins
logname
look
lorder Oops, revert last commit (the manpage is still built in objdir). 2005-09-28 07:54:18 +00:00
lsvfs
m4
mail Sync usage screen with manpage. 2005-10-07 10:18:44 +00:00
make Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98. 2005-12-05 14:22:12 +00:00
makewhatis Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98. 2005-12-05 14:22:12 +00:00
mesg Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
minigzip
ministat In 2003, a -s flag was added to ministat to separate the 2005-07-21 08:32:56 +00:00
mkdep
mkfifo
mklocale Make <runefile.h> internal to libc. 2005-05-16 09:32:41 +00:00
mkstr
mktemp
mkuzip - check for geom_uzip module presence using kldstat -m. 2005-05-11 17:02:38 +00:00
msgs
mt -mdoc sweep. 2005-11-18 10:36:29 +00:00
nc
ncal Document incorrect handling of multibyte characters. 2005-10-23 01:37:25 +00:00
ncplist
ncplogin
netstat Add support for printing IPSEC protocol stats if the kernel was compiled 2005-12-28 20:36:55 +00:00
newgrp
newkey Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
nfsstat
nice Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
nl Remove unused variables. 2005-04-09 14:31:41 +00:00
nohup
nslookup Disable thread support in BIND. It appears to reduce performance rather 2005-07-25 14:44:11 +00:00
nsupdate Disable thread support in BIND. It appears to reduce performance rather 2005-07-25 14:44:11 +00:00
objformat
opieinfo
opiekey
opiepasswd
pagesize
passwd Cross-reference pw(8) into chpass(1), passwd(1), and vipw(8). 2005-08-02 21:38:03 +00:00
paste
pathchk Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
pkill -mdoc sweep. 2005-11-18 10:36:29 +00:00
pr Fix misspelled 'argument' and try to make the sentence into English. 2005-10-26 17:37:54 +00:00
printenv
printf Prefer {u,}intmax_t over the deprecated {u_,}quad_t. 2005-08-05 08:18:00 +00:00
quota Remove an unused #define. md5's with and without this commit match. 2005-03-13 17:58:31 +00:00
renice Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
rev
rlogin len and len2 work better as size_t 2005-11-13 21:03:56 +00:00
rpcgen Eliminate coredump problem introduced by last commit. 2005-11-14 13:35:08 +00:00
rpcinfo
rs - Set negative row or column argument values to zero. 2005-04-28 12:37:15 +00:00
rsh - Remove MLINKS to nonexistant manpages 2005-07-14 20:29:08 +00:00
rup Catch up with 64bit time_t on sparc64. The rstat packet expects a 32bit 2005-12-04 18:25:26 +00:00
ruptime - Do not allocate memory to entries in /var/rwho which have been down for 2005-09-02 14:58:26 +00:00
rusers Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
rwall Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
rwho It's actually 11 minutes when the machine is assumed to be down and removed 2005-08-07 11:48:44 +00:00
script
sed The function inplace_edit() doesn't exist anymore, remove the prototype. 2005-09-24 13:18:30 +00:00
shar
showmount Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
smbutil Make smbfs capable to use 16bit char set in filenames. 2005-05-04 15:05:46 +00:00
sockstat Don't free(sock) before it's even allocated. 2005-06-10 06:36:03 +00:00
split -mdoc sweep. 2005-11-18 10:36:29 +00:00
stat Markup and wording fixes. 2005-06-14 11:50:53 +00:00
su
systat Fix all the spelling mistakes I could find in the man pages for words 2005-07-31 03:30:48 +00:00
tabs
tail Unbreak tail -f on non-local filesystems. 2005-08-26 08:15:57 +00:00
talk Use socklen_t where appropriate. 2005-03-11 14:17:12 +00:00
tar Remove the -B option from the directory-copying examples. The -B 2005-12-09 05:19:00 +00:00
tcopy
tee
telnet Remove kludges intended to support src trees with partial obj trees. 2005-06-10 06:12:53 +00:00
tftp Use the new name H_SETSIZE instead of the old H_EVENT to set the history 2005-10-19 15:37:43 +00:00
time Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
tip Fix an erroneous description of the file descriptor assignments for 2005-11-02 05:47:49 +00:00
top (1) Revert unnecessary indentation changes I committed as part of the 2005-05-18 13:42:51 +00:00
touch
tput
tr Remove unused variables. 2005-04-09 14:31:41 +00:00
true
truncate Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
truss The kernel accepts sockaddrs with len set to zero for sockaddr_in 2005-10-15 06:17:29 +00:00
tset Reduce compiler warning: variable might be used uninitialized, by giving 2005-05-29 15:49:53 +00:00
tsort Move FreeBSD Id outside of copyright. Initialize variable. 2005-05-29 15:47:31 +00:00
tty
uac
ul Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
uname
unexpand
unifdef Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
uniq
units
unvis
usbhidaction
usbhidctl
users
uudecode
uuencode - Remove MLINKS to nonexistant manpages 2005-07-14 20:29:08 +00:00
uuidgen Mention that uuidgen(1) generates DCE version 1 UUIDs only 2005-09-07 07:49:21 +00:00
vacation Remove kludges intended to support src trees with partial obj trees. 2005-06-10 06:12:53 +00:00
vgrind Fix vgrind(1) indexing I broke in previous revision. 2005-09-23 12:55:22 +00:00
vi
vis
vmstat Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec) 2005-10-17 15:37:22 +00:00
w Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec) 2005-10-17 15:37:22 +00:00
wall
wc
what Markup and wording fixes. 2005-06-14 11:50:53 +00:00
whereis Remove unused variables. 2005-04-09 14:31:41 +00:00
which
who Move variable initialization to reduce compiler warning. 2005-05-29 15:52:48 +00:00
whois Reduce compiler warning: variable might be used uninitialized, by giving 2005-05-29 15:49:53 +00:00
window Fixes for gcc 4.x. 2005-08-25 14:09:35 +00:00
write Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
xargs Wording tweaks. 2005-12-07 12:33:52 +00:00
xinstall Fix all the spelling mistakes I could find in the man pages for words 2005-07-31 03:30:48 +00:00
xlint Include <err.h> where needed. Add $FreeBSD$ where missing. 2005-08-05 09:07:42 +00:00
xstr Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 10:14:11 +00:00
yacc
yes
ypcat Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
ypmatch Sync program's usage() with manpage's SYNOPSIS. 2005-05-21 09:55:10 +00:00
ypwhich
Makefile Connect smbfs build on powerpc. 2005-09-19 08:13:43 +00:00
Makefile.inc