freebsd-dev/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 Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
bsdlabel disklabel will dump core if you give it too few numbers to process 1994-09-26 04:45:11 +00:00
clri Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
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 disklabel will dump core if you give it too few numbers to process 1994-09-26 04:45:11 +00:00
dmesg Converted 'vmunix' to 'kernel'. 1994-08-05 09:14:37 +00:00
dump Fixed an evil bug where rawname() could write across the boundaries of 1994-10-28 17:26:27 +00:00
dumpfs Corrected message when no rotational position table is found. 1994-10-01 16:53:53 +00:00
dumplfs fix another BLODDY ABSOLUTE .PATH !!!! :-< 1994-11-20 22:28:09 +00:00
fastboot Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
fdisk Don't write outside of partp[] if the user gives an invalid partition 1994-10-25 17:46:53 +00:00
fsck Woops, last patch was by Wolfgang Solfrank. 1994-09-09 11:16:03 +00:00
fsck_ffs Woops, last patch was by Wolfgang Solfrank. 1994-09-09 11:16:03 +00:00
fsck_ifs Woops, last patch was by Wolfgang Solfrank. 1994-09-09 11:16:03 +00:00
ft Update this to the latest version from Steve Gerakines. This is an easy 1994-06-22 04:49:04 +00:00
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 revision 1.6 1994-10-14 17:15:40 +00:00
ip_mroute_mod Makefile to generate the ip_mroute_mod.o LKM. After talking this over 1994-09-14 22:11:51 +00:00
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 Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
modload Fix one more _PATH_UNIX. 1994-09-24 03:18:32 +00:00
modunload Killed explicit OS specification. 1994-08-19 13:40:41 +00:00
mount Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
mount_cd9660 Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
mount_fdesc Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
mount_ifs Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
mount_kernfs Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
mount_lfs Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
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 Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
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 Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
newlfs Another absolute path... Two actually. 1994-11-20 23:01:27 +00:00
nfsd Automatically load NFS and a bevy of other filesystems. 1994-09-22 22:17:02 +00:00
nfsiod Automatically load NFS and a bevy of other filesystems. 1994-09-22 22:17:02 +00:00
nologin Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
ping In past releases of FreeBSD, I have used the exit status of "ping" to 1994-11-29 16:09:56 +00:00
quotacheck Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
rdisc Router Discovery from Sun Microsystems 1994-09-30 21:16:09 +00:00
reboot Install aliases "fasthalt" and "fastboot" for halt and boot respectively. 1994-08-21 05:48:34 +00:00
restore Fix endian bug introduced at Berkeley during the Net2->4.4-lite transition. 1994-09-08 01:06:46 +00:00
route Missing 'break' after setting interface route flag was causing interface 1994-09-15 08:35:37 +00:00
savecore Get rid of _PATH_UNIX completely; use getbootfile(3) instead. 1994-09-24 00:08:43 +00:00
scsiformat BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00
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 Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
sysctl Remove machdep.color_display 1994-10-18 03:41:16 +00:00
sysinstall Bring the 2.0 RELEASE version back into -current. Now I just need 1994-12-27 23:26:59 +00:00
tunefs Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
umount From njw@cs.city.ac.uk (Nick Williams): 1994-11-04 17:51:37 +00:00
DISCLAIMER Router discovery code - Courtesy Sun Microsystems 1994-09-30 20:47:35 +00:00
Makefile Move i386-specific programs into i386 subdirectory. 1994-12-02 23:53:23 +00:00
Makefile.inc Don't build /sbin shared. 1994-05-28 03:56:49 +00:00