freebsd-dev/usr.sbin
Bruce Evans 0b8a3ff790 Set the input and output buffer sizes and the input buffer watermarks
dynamically depending on the line speed(s).  This should give the old
sizes and watermarks until drivers are changed.

Display the input watermarks in pstat and sicontrol.
1998-03-07 15:36:29 +00:00
..
ac Style in rcsid, sort #include. 1997-09-01 06:11:40 +00:00
accton Use err(3). 1997-09-01 06:12:37 +00:00
adduser Clarify the -batch arguments. 1998-02-14 22:55:23 +00:00
amd Don't use the FreeBSD misfeature DPSRCS or give explicit dependencies 1998-03-06 07:00:28 +00:00
apm Updated my e-mail addresses. 1998-02-20 07:17:48 +00:00
apmconf Updated my e-mail addresses. 1998-02-20 07:17:48 +00:00
arp Removed most unused includes of <net/if_var.h> outside the kernel. 1998-01-16 17:38:56 +00:00
bad144 Fixed printing of and comparison with d_typename[]. It is not always 1997-12-12 18:01:57 +00:00
bootparamd Restored xref to diskless(8). diskless(8) existed but was not installed. 1998-01-01 11:02:45 +00:00
cdcontrol The status command prints the audio position, the media catalog and the 1998-01-26 00:57:54 +00:00
chown Chown(8) compiled with -DSUPPORT_DOT (backward compatibility) does 1997-09-21 09:13:57 +00:00
chroot Remove unused #include. Statisize usage(). 1997-09-15 06:32:01 +00:00
ckdist Put includes in alphabetical order. various cosmetics. 1997-09-15 06:33:52 +00:00
config Fixed `make -jN' for large N, as usual. 1998-03-06 15:02:45 +00:00
cron Use foo/bar.a' instead of -Lfoo -lbar' for linking to static internal 1998-03-07 09:48:14 +00:00
crunch Use /bin/pwd instead of a potentially shell builtin that does 1998-01-22 19:34:31 +00:00
ctm Delete ctm_scan program. There is no manpage for ctm_scan 1997-10-12 19:58:53 +00:00
dev_mkdb Use err(3) instead of local redefinition. 1997-09-17 06:26:06 +00:00
diskpart Fix: too many arguments passed to fprintf(). 1997-11-18 05:56:03 +00:00
dpt A bit of the dpt userland utilities that got left out. 1998-01-26 06:26:41 +00:00
edquota Use err(3). Add prototypes. 1997-09-17 06:29:23 +00:00
fdcontrol Perror() -> warn(). 1997-09-17 06:30:22 +00:00
fdformat Use err(3). Document options in man page, not in usage string. 1997-09-17 06:32:45 +00:00
fdwrite Use err(3). Document -y flag. Remove unused -s flag from getopt string. 1997-09-18 06:35:51 +00:00
inetd Make maxchild and max child-per-minute default values configurable from 1998-02-24 21:55:14 +00:00
iostat Use err(3). 1997-09-19 06:27:30 +00:00
IPXrouted Major IPXrouted rework. 1997-07-06 07:38:36 +00:00
kbdcontrol Fix the output of `kbdcontrol -L _keymap_file_' which I broke in the last 1998-01-12 23:53:26 +00:00
kbdmap Use An macro for author name. 1997-09-19 06:29:52 +00:00
kernbb Typo fix. 1997-10-12 11:51:25 +00:00
keyadmin Use err(3). Make it -Wall friendly. Typo fix in man page. 1997-09-23 06:32:33 +00:00
keyserv Fixed DPADD. 1997-12-16 17:43:33 +00:00
kgmon Use err(3). Add usage() and prototypes. 1997-09-23 06:38:54 +00:00
kvm_mkdb Statisize usage(). Add return(0) for -wall. 1997-09-24 06:44:12 +00:00
lpr Use foo/bar.a' instead of -Lfoo -lbar' for linking to static internal 1998-03-07 09:48:14 +00:00
lptcontrol Use err(3). 1997-09-25 06:36:29 +00:00
manctl Stylistic changes in man page. 1997-09-25 06:38:17 +00:00
mixer According to Bruce, err(-1,..) is bogus. Change it to err(1,..). More commits 1997-10-01 06:34:09 +00:00
mkdosfs Handle the ``maintenance'' case better. 1997-12-19 23:56:18 +00:00
mount_portalfs Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mountd Converted to Lite2 mount interface - use vfc_typenum from the 1998-01-20 15:22:27 +00:00
moused Add -I flag. 1998-03-07 09:03:43 +00:00
mptable Don't #include implementation header <machine/types.h> directly. 1998-02-24 01:11:47 +00:00
mrouted Use foo/bar.a' instead of -Lfoo -lbar' for linking to static internal 1998-03-07 09:49:12 +00:00
mtest Use err(3). -Wall cleaning. 1997-10-01 06:27:34 +00:00
mtree Use err(3) instead of local redefinition. 1997-10-01 06:30:02 +00:00
named Don't override BINOWN and BINGRP by setting them to "bin". Use the 1997-05-17 11:53:03 +00:00
named.reload Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
named.restart Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
natd Make it clear that aliasing is done on the public interface, not 1998-01-29 00:40:41 +00:00
ncrcontrol Use err(3). 1997-10-02 11:46:53 +00:00
ndc Check named_enable rather than just named_flags. 1997-06-18 01:55:19 +00:00
newsyslog Sleep 10secs after kill -HUP instead of 3secs, some daemons like Apache 1997-11-30 18:58:18 +00:00
nfsd Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
nologin An odd merge from 2.2 to -current. Somehow that 2.2 nologin.5 1997-03-03 06:47:27 +00:00
nslookup Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +00:00
pccard bit_nset was not correctly used. 1998-03-02 20:51:06 +00:00
pciconf Sync usage string with man page. 1997-10-06 11:38:30 +00:00
pcvt Use foo/bar.a' instead of -Lfoo -lbar' for linking to static internal 1998-03-07 08:55:00 +00:00
periodic Sort cross refereces in section SEE ALSO. 1997-09-29 19:11:55 +00:00
pkg_install Use foo/bar.a' instead of -Lfoo -lbar' for linking to static internal 1998-03-07 08:55:00 +00:00
pnpinfo bmake'd pnpinfo 1997-09-19 15:41:57 +00:00
portmap Don't assume that a computer can have no more than 1998-01-21 10:55:39 +00:00
ppp Use the correct device name in -direct mode. 1998-03-06 00:35:30 +00:00
pppctl Remove bogus timeout code in Receive(). 1997-12-27 13:44:42 +00:00
pppd Removed most unused includes of <net/if_var.h> outside the kernel. 1998-01-16 17:38:56 +00:00
pppstats Duh, calculate the compression ration correctly. (fixed point artithmatic 1997-09-10 08:43:17 +00:00
procctl Use err(3). Change Synopsis to SYNOPSIS (needed for macro expansion) and 1998-01-05 07:19:15 +00:00
pstat Set the input and output buffer sizes and the input buffer watermarks 1998-03-07 15:36:29 +00:00
pw Overhaul this manpage - removing typos, awkward phrasing, and addressing 1998-02-14 18:33:37 +00:00
pwd_mkdb Reenable building of /etc/passwd. 1998-02-19 08:12:11 +00:00
quot Started getting rid of the compatibility cruft for the Lite1 mount() 1998-01-17 16:45:03 +00:00
quotaon Use err(3). Add prototypes. Cosmetic in usage string. 1997-10-13 11:01:33 +00:00
rarpd Removed most unused includes of <net/if_var.h> outside the kernel. 1998-01-16 17:38:56 +00:00
repquota Use err(3). Add prototypes. 1997-10-13 11:05:07 +00:00
rmt Hide sccsid[]. Typo in man page. 1997-10-13 11:06:30 +00:00
rndcontrol Use err(3). 1997-10-13 11:08:47 +00:00
rpc.lockd Fixed `make -jN' for large N, as usual. 1998-03-06 14:34:47 +00:00
rpc.statd Don't use the FreeBSD misfeature DPSRCS or give explicit dependencies 1998-03-06 07:00:28 +00:00
rpc.yppasswdd Remove multiply defined Id string. Hide sccsid string. 1997-10-13 11:18:53 +00:00
rpc.ypupdated Fixed `make -jN' for large N, as usual. 1998-03-06 14:40:42 +00:00
rpc.ypxfrd Fixed `make -jN' for large N, as usual. 1998-03-06 14:34:47 +00:00
rtprio Fix a couple of stray apostrophes. 1997-12-28 20:52:56 +00:00
rwhod Use err(3). Add usage. 1997-10-13 11:27:55 +00:00
sa Add usage(). 1997-10-15 06:41:19 +00:00
sade Add a mouse configuration menu. 1998-03-07 08:59:32 +00:00
sendmail setpwent now has a void return type, so remove the now bogus cast. 1998-02-01 17:11:07 +00:00
sgsc Use err(3). Rewrote man page in mdoc format. 1997-10-15 06:42:28 +00:00
sicontrol Set the input and output buffer sizes and the input buffer watermarks 1998-03-07 15:36:29 +00:00
sliplogin Insist that the user has group network. 1997-09-05 23:11:28 +00:00
slstat Hardcode progname in usage string. 1997-10-20 12:41:41 +00:00
spkrtest Typo. 1997-10-20 12:43:03 +00:00
spray Fix usage in man page. Remove progname. 1997-10-20 12:44:53 +00:00
stallion Remove optind (getopt() already knows about it). 1998-01-12 08:01:40 +00:00
sysctl Install sysctl in /sbin. It is used in some cases in network_pass1(), 1997-12-18 15:34:08 +00:00
sysinstall Add a mouse configuration menu. 1998-03-07 08:59:32 +00:00
syslogd Don't assume sigset_t and int are equivalent. Also, get 1998-02-28 15:14:00 +00:00
tcpdump Fixed `make -jN' for large N. version.h was missing from SRCS, 1998-03-06 14:47:53 +00:00
timed Make all strings representing hostnames to be NUL-terminated within 1997-10-31 12:33:14 +00:00
traceroute Import Lite2's src/usr.sbin, except for timed. All changed files 1997-08-02 19:36:03 +00:00
trpt Use err(3). Add usage() and prototypes. 1997-10-22 06:23:12 +00:00
tzsetup Minor brace gymnastics so that /etc/wall_cmos_clock is really 1998-01-10 15:55:11 +00:00
vidcontrol Use err(3). Stylistic changes in man page. 1997-10-27 07:52:10 +00:00
vipw Statisize usage(). 1997-10-27 07:53:22 +00:00
vnconfig Use err(3). Add prototypes. Document -s and -r flags. 1997-10-27 07:55:31 +00:00
watch Use err(3). 1997-10-27 12:21:10 +00:00
wlconfig Removed most unused includes of <net/if_var.h> outside the kernel. 1998-01-16 17:38:56 +00:00
wormcontrol One line usage string: see man page for more info. 1997-10-27 12:25:38 +00:00
xntpd Use foo/bar.a' instead of -Lfoo -lbar' for linking to static internal 1998-03-07 09:46:17 +00:00
xten Add usage() and err(3). Sync man page with usage string. 1997-10-27 12:27:21 +00:00
yp_mkdb Remove `progname'. 1997-10-27 12:29:25 +00:00
ypbind Also fix ypbind to compile with ANSI-fied /usr/include/rpcsvc. One of 1998-01-19 23:31:38 +00:00
yppoll Use err(3). 1997-10-27 12:30:30 +00:00
yppush Cosmetics in yp_error() and usage(). 1997-11-03 07:53:44 +00:00
ypserv Fixed `make -jN' for large N, as usual. Too usual for yp programs. 1998-03-06 14:51:35 +00:00
ypset Use err(3). 1997-10-29 07:26:09 +00:00
zic Convert to mdoc. 1998-02-04 07:30:11 +00:00
Makefile Disconnect (nonexistent) qcamcontrol 1998-02-18 13:48:37 +00:00
Makefile.inc