freebsd-skq/sbin
Julian Elischer 914b41c2dc Reviewed by: julian
Submitted by:	archie@whistle.com

This patch allows true interface routing to be controlled
from the command line..
you can now do:
route add default -interface ppp0
even if you have no clue what the address at the other end is..

this is part of a set of changes that allow true "unnumbered links"
such as netcom run between their sites..
In practice you should assign the address from one of your ethernet
interfaces to the local side of the P2P link so that IP doesn't
say that the packet comes from 255.255.255.255, but
there is no need whatsoever to assign an address of any kind
to the remote end of the link.. useful for frame relay links etc also.
1996-08-09 22:52:02 +00:00
..
adjkerntz English corrections from jdp. 1996-04-09 11:31:34 +00:00
badsect
bsdlabel Moved initialization of defaults for the label for the whole disk from 1996-06-17 14:43:54 +00:00
ccdconfig Our kernel is not called /netbsd. ;) 1996-06-14 10:51:47 +00:00
clri removed xref to icheck(8), ncheck(8) as they don't exist 1996-04-11 07:49:34 +00:00
comcontrol
cxconfig
disklabel Moved initialization of defaults for the label for the whole disk from 1996-06-17 14:43:54 +00:00
dmesg Add relevant files to the FILES section 1996-08-03 19:13:35 +00:00
dset Stupid bug, the default man page goes to section 1, not 8. 1996-05-03 18:09:06 +00:00
dump
dumpfs Fix a couple of bogus casts to off_t that caused dumpfs to lseek negative 1996-06-23 00:05:04 +00:00
dumplfs Fixed a type to match Lite2's fixed-width type changes. 1996-03-19 14:41:05 +00:00
dumpon Fixed some minor formatting problems to silence manck some more. 1996-02-12 01:20:38 +00:00
fdisk Code clean up. Prototypes, parentheses around assignments used in 1996-06-21 02:39:19 +00:00
fsck From: Terry Lambert <terry@lambert.org> 1996-05-09 16:38:27 +00:00
fsck_ffs From: Terry Lambert <terry@lambert.org> 1996-05-09 16:38:27 +00:00
fsck_ifs From: Terry Lambert <terry@lambert.org> 1996-05-09 16:38:27 +00:00
fsdb
i386 add nextboot by default 1996-08-09 22:44:55 +00:00
ifconfig Submitted by: archie@whistle.com 1996-07-23 01:18:47 +00:00
init Better method of choosing libdescrypt/libscrypt. 1996-05-04 08:16:20 +00:00
ipfw Filter by IP protocol. 1996-08-05 02:38:51 +00:00
ldconfig General -Wall warning cleanup, part I. 1996-07-12 19:08:36 +00:00
md5
mknod Document that the major and minor numbers are parsed by strtoul(). 1996-07-30 17:44:36 +00:00
modload changed a strchr to a strrchr so that modules with a `.' in the path 1996-04-26 18:39:48 +00:00
modunload
mount I have added a new option -p to the mount command. This was 1996-07-21 23:34:04 +00:00
mount_cd9660 Get rid of the last vestiges of the old MOUNT_* constants in the 1996-05-13 17:43:19 +00:00
mount_ext2fs mount_ext2fs somehow got a stray mntopts.h, which was out of sync with 1996-07-23 19:29:27 +00:00
mount_ifs I have added a new option -p to the mount command. This was 1996-07-21 23:34:04 +00:00
mount_lfs Get rid of the last vestiges of the old MOUNT_* constants in the 1996-05-13 17:43:19 +00:00
mount_msdos One program I missed in removing MOUNT_* constants. 1996-05-13 17:56:34 +00:00
mount_msdosfs One program I missed in removing MOUNT_* constants. 1996-05-13 17:56:34 +00:00
mount_nfs Get rid of the last vestiges of the old MOUNT_* constants in the 1996-05-13 17:43:19 +00:00
mount_null Get rid of the last vestiges of the old MOUNT_* constants in the 1996-05-13 17:43:19 +00:00
mount_nullfs Get rid of the last vestiges of the old MOUNT_* constants in the 1996-05-13 17:43:19 +00:00
mount_portal Get rid of the last vestiges of the old MOUNT_* constants in the 1996-05-13 17:43:19 +00:00
mount_portalfs Get rid of the last vestiges of the old MOUNT_* constants in the 1996-05-13 17:43:19 +00:00
mount_std Accept mount(8)'s calling convention of passing just the filesystem type 1996-05-14 15:16:49 +00:00
mount_umap Get rid of the last vestiges of the old MOUNT_* constants in the 1996-05-13 17:43:19 +00:00
mount_umapfs Get rid of the last vestiges of the old MOUNT_* constants in the 1996-05-13 17:43:19 +00:00
mount_union Disable setuid permission for mount_union(1). 1996-05-17 22:46:01 +00:00
mount_unionfs Disable setuid permission for mount_union(1). 1996-05-17 22:46:01 +00:00
mountd Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
newfs
newlfs Document LFS as broken. 1996-05-12 11:12:17 +00:00
nextboot slight man page additions re: deficiencies 1996-08-09 22:41:57 +00:00
nfsd Default to udp if neither udp nor tcp is specified. The previous revision 1996-05-01 03:13:45 +00:00
nfsiod
nologin Now that we have a manpage, don't have the 'clean' target be a NO-OP. 1996-07-10 18:36:41 +00:00
ping Drop setuid ASAP, to minimize code executed as root. 1996-08-09 06:00:53 +00:00
quotacheck Silence some cc -Wall warnings in quotacheck. 1996-02-27 08:04:48 +00:00
rdisc
reboot Removed the boot_*(8) man pages for machines we don't support: 1996-02-12 04:29:10 +00:00
restore When running 'rrestore foo', you get a segmentation fault because 1996-07-23 19:33:44 +00:00
route Reviewed by: julian 1996-08-09 22:52:02 +00:00
savecore NBPG -> getpagesize() 1996-05-02 09:09:04 +00:00
scsi Don't immediately give up if a single read() or write() wasn't 1996-04-06 11:00:28 +00:00
scsiformat
shutdown
slattach Properly distinguish 3 different cases: 1996-03-12 23:14:45 +00:00
startslip Fixed a couple of format strings to match the change of pid_t from long 1996-04-13 15:47:43 +00:00
swapon
sysctl Fix a core dump when the user gives "-w" without an "=" 1996-04-10 00:53:22 +00:00
tunefs
umount
Makefile Return make_union, s-bit removed 1996-05-19 17:24:10 +00:00
Makefile.inc Split CRYPTOBJDIR -> SCRYPTOBJDIR/DESCRYPTOBJDIR for init(8) 1996-05-04 08:11:47 +00:00