freebsd-skq/sbin
Andrey V. Elsukov 9527ec6e52 Add new rule actions "call" and "return" to ipfw. They make
possible to organize subroutines with rules.

The "call" action saves the current rule number in the internal
stack and rules processing continues from the first rule with
specified number (similar to skipto action). If later a rule with
"return" action is encountered, the processing returns to the first
rule with number of "call" rule saved in the stack plus one or higher.

Submitted by:	Vadim Goncharov
Discussed by:	ipfw@, luigi@
2011-06-29 10:06:58 +00:00
..
adjkerntz
atacontrol Re-encode files from ISO-8859-1 to UTF-8 2011-05-22 14:03:30 +00:00
atm
badsect
bsdlabel
camcontrol Lay groundwork in CAM for recording and reporting physical path and 2011-06-14 14:53:17 +00:00
ccdconfig
clri
comcontrol
conscontrol Changed "conscontrol unset" to accept an existing virtual 2011-04-18 20:28:07 +00:00
ddb Correct subcommand name 'unset' -> 'unscript'. 2011-06-18 22:32:55 +00:00
devd Typo. For USB devices, 'serial' should be 'sernum'. 2011-05-10 02:34:11 +00:00
devfs
dhclient
dmesg Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00
dump
dumpfs We now have multiple filesystems (UFS, ZFS, ...), so for tools that only 2011-05-08 12:34:31 +00:00
dumpon
fdisk
fdisk_pc98
ffsinfo
fsck
fsck_ffs Implement fully asynchronous partial truncation with softupdates journaling 2011-06-10 22:48:35 +00:00
fsck_msdosfs
fsdb
fsirand
gbde
geom When user specifies the bootcode with size smaller than VTOC_BOOTCODE, 2011-06-21 10:35:20 +00:00
ggate Because ggatel(8) operates on local GEOM providers, use unlimited queue size in 2011-04-02 06:59:05 +00:00
growfs Revert the mechanical change from 'file system' to 'filesystem', committed 2011-06-28 19:59:46 +00:00
gvinum * Add the readline(3) API to libedit. The libedit versions of 2011-04-05 18:41:01 +00:00
hastctl Compile hastd and hastctl with capsicum support. 2011-06-27 09:15:41 +00:00
hastd Check the returned value of activemap_write_complete() and update matadata on 2011-06-28 21:01:32 +00:00
ifconfig Grab one of the ifcap bits for netmap, and enable printing in ifconfig. 2011-06-14 12:40:55 +00:00
init
ipf
ipfw Add new rule actions "call" and "return" to ipfw. They make 2011-06-29 10:06:58 +00:00
iscontrol
kldconfig
kldload
kldstat
kldunload
ldconfig
mca
md5
mdconfig Somewhere around the 473rd time I mistyped "mdconfig file" instead of 2011-04-29 22:40:11 +00:00
mdmfs
mknod
mksnap_ffs
mount Add a special mount option "failok" to indicate that the administrator wants 2011-06-07 18:48:49 +00:00
mount_cd9660
mount_ext2fs
mount_hpfs
mount_msdosfs
mount_nfs Implemented a mount option "nocto" that disables cache coherency 2011-05-04 13:27:45 +00:00
mount_ntfs
mount_nullfs
mount_reiserfs Re-encode files from ISO-8859-1 to UTF-8 2011-05-22 14:03:30 +00:00
mount_std
mount_udf
mount_unionfs
natd Furthermore condition IP waiting behaviour also on -dynamic flag. 2011-04-18 23:45:50 +00:00
newfs Advertise growfs(8) a little better. 2011-06-22 18:02:28 +00:00
newfs_msdos
nfsiod
nos-tun
pfctl
pflogd Update packet filter (pf) code to OpenBSD 4.5. 2011-06-28 11:57:25 +00:00
ping
ping6
quotacheck
rcorder Bump .Dd 2011-06-06 13:18:29 +00:00
reboot Remove vestiges of disklabel(5). 2011-04-14 08:53:04 +00:00
recoverdisk recoverdisk(8): treat output file consistently and abort on EINVAL 2011-05-01 20:14:10 +00:00
resolvconf
restore
route
routed
rtsol Add dump.c to the rtsol build. It is needed now that sec2str is non-static 2011-06-08 21:59:07 +00:00
savecore Remove duplicated header files 2011-06-24 07:29:04 +00:00
sconfig
setkey mdoc: fix markup 2011-06-02 09:56:42 +00:00
shutdown
spppcontrol
sunlabel mdoc: drop even more redundant .Pp calls 2010-10-19 12:35:40 +00:00
swapon
sysctl
tunefs Advertise growfs(8) a little better. 2011-06-22 18:02:28 +00:00
umount Add a sentence to the umount.8 man page to clarify the behaviour 2011-05-31 18:27:18 +00:00
Makefile
Makefile.amd64
Makefile.arm
Makefile.i386
Makefile.ia64
Makefile.inc
Makefile.mips
Makefile.pc98
Makefile.sparc64