HardenedBSD/sbin
Jordan K. Hubbard a309172130 From: Wankle Rotary Engine <wpaul@skynet.ctr.columbia.edu>
- The -a flag now works just as it does in SunOS: '-a' is actually
  handled like a wildcard for all interfaces. 'ifconfig -a' displays
  the status of all interfaces, 'ifconfig -a netmask 0xffffff00' sets
  the netmask of all interfaces, and so forth. I don't know if many
  people really need to be able to set the netmasks of all interfaces
  at once, but the SunOS ifconfig seems to allow this, so there you
  have it.

- An 'ether_status' function has been added to display the ethernet
  address of all ethernet interfaces. Again, as in SunOS, you must
  be root in order for this to work. The ethernet address is read
  from /dev/kmem using kvm_open() and kvm_read(), much in the same
  was as it's done with netstat. If you choose to install ifconfig
  set-gid kmem then normal users will be able to see the ethernet
  address as well, though this may not be desireable. This feature
  requires a small change to the ifconfig Makefile: you need to link
  with -lkvm in order to use the kvm_*() functions.

Submitted by:	wpaul
1994-12-30 22:42:41 +00:00
..
adjkerntz Use timelocal() instead of mktime() hack 1994-12-26 10:43:48 +00:00
badsect
bsdlabel
clri
comcontrol rc.local -> rc.serial 1994-12-05 19:52:29 +00:00
cxconfig Cronyx/Sigma sync/async serial driver with PPP support 1994-12-02 23:23:01 +00:00
disklabel
dmesg
dump
dumpfs
dumplfs fix another BLODDY ABSOLUTE .PATH !!!! :-< 1994-11-20 22:28:09 +00:00
fastboot
fdisk
fsck
fsck_ffs
fsck_ifs
ft
i386 rc.local -> rc.serial 1994-12-05 19:52:29 +00:00
ifconfig From: Wankle Rotary Engine <wpaul@skynet.ctr.columbia.edu> 1994-12-30 22:42:41 +00:00
init
ip_mroute_mod
ipfw Add interface to clear accounting entry option. 1994-12-13 15:56:51 +00:00
ldconfig Updated to recent version of Paul K.'s shlib code. This code has better 1994-12-23 22:31:35 +00:00
md5 Changed a sum(1) to a cksum(1). 1994-12-11 23:29:20 +00:00
mknod
modload
modunload
mount
mount_cd9660
mount_fdesc
mount_ifs
mount_kernfs
mount_lfs
mount_msdos Fix another path that was broken by moving things to sbin/i386. 1994-12-04 08:01:24 +00:00
mount_msdosfs Fix another path that was broken by moving things to sbin/i386. 1994-12-04 08:01:24 +00:00
mount_nfs Correct a litle typo in an error message: PRC -> RPC. 1994-11-26 13:57:46 +00:00
mount_null This time: an absolute -I :-< 1994-11-20 22:41:03 +00:00
mount_nullfs This time: an absolute -I :-< 1994-11-20 22:41:03 +00:00
mount_portal And another absolute path -I :-< 1994-11-20 22:42:16 +00:00
mount_portalfs And another absolute path -I :-< 1994-11-20 22:42:16 +00:00
mount_procfs
mount_umap Whoops. 1994-11-20 22:46:14 +00:00
mount_umapfs Whoops. 1994-11-20 22:46:14 +00:00
mount_union Guess what 1994-11-20 22:47:52 +00:00
mount_unionfs Guess what 1994-11-20 22:47:52 +00:00
mountd Change obnoxious ``Not root dir'' error message into one which actually 1994-12-02 02:58:56 +00:00
newfs
newlfs Another absolute path... Two actually. 1994-11-20 23:01:27 +00:00
nfsd
nfsiod
nologin
ping In past releases of FreeBSD, I have used the exit status of "ping" to 1994-11-29 16:09:56 +00:00
quotacheck
rdisc
reboot
restore
route
savecore
scsiformat
shutdown Submitted by: M.C. Wong 1994-11-27 23:52:13 +00:00
slattach Check exit code of the dialer, from asa@gw.cronyx.msk.su 1994-11-14 20:17:36 +00:00
startslip Joe Greco <jgreco@brasil.moneng.mei.com>'s enhancements to startslip. 1994-12-04 12:26:01 +00:00
swapon
sysctl
sysinstall Bring the 2.0 RELEASE version back into -current. Now I just need 1994-12-27 23:26:59 +00:00
tunefs
umount
DISCLAIMER
Makefile Move i386-specific programs into i386 subdirectory. 1994-12-02 23:53:23 +00:00
Makefile.inc