freebsd_amp_hwpstate/usr.sbin
Brian Somers 927145be97 Overhaul ppp:
o Use syslog
  o Remove references to stdout/stderr (incl perror())
  o Introduce VarTerm - the interactive terminal or zero
  o Allow "set timeout" to affect current session
  o Change "set debug" to "set log"
  o Allow "set log [+|-]flag"
  o Make MSEXT and PASSWDAUTH stuff the default
  o Move all #ifdef DEBUG stuff into the code - this
    shouldn't be too much overhead.  It's now controlled
    with "set log +debug"
  o Add "set log command, debug, tun, warn, error, alert"
  o Remove cdefs.h, and assume an ansi compiler.
  o Improve all diagnostic output
  o Don't trap SIGSEGV
  o SIGHUP now terminates again (log files are controlled
    by syslog)
  o Call CloseModem() when changing devices
  o Fix parsing of third arg of "delete"

I think this fixes the "magic is same" problems that some
people have been experiencing.
The man page is being rewritten.  It'll follow soon.
1997-06-09 03:27:43 +00:00
..
IPXrouted
ac compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
accton compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
adduser Change "no" answer to "default" for login class, because "no" class 1997-05-01 23:34:25 +00:00
amd Add ${DESTDIR} to absolute pathnames of required sources. 1997-05-23 07:45:42 +00:00
apm compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
apmconf
arp Removed inconsistent declaration of malloc(). `make world' with DESTDIR 1997-04-23 10:16:58 +00:00
bad144
bootparamd compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
cdcontrol
chown Activate the -h flag which tells chown/chgrp to work on the symlink itself 1997-03-31 13:03:49 +00:00
chroot compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
ckdist
config compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
cron compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
crunch compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
ctm compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
dev_mkdb compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
diskpart
edquota compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
fdcontrol compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
fdformat
fdwrite `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. 1997-05-19 16:33:27 +00:00
inetd login_getclass() -> login_getpwclass(). 1997-05-10 19:02:03 +00:00
iostat compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
kbdcontrol
kbdmap sysconfig -> rc.conf 1997-05-19 07:30:45 +00:00
kernbb
keyadmin
keyserv Import of the keyserv daemon needed for Secure RPC. 1997-05-28 15:44:22 +00:00
kgmon compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
kvm_mkdb compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
lpr Check for duplicate spool dirs. 1997-05-17 03:04:43 +00:00
lptcontrol
manctl
mixer
mkdosfs compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
mount_portalfs
mountd Back out msmith's recent commit which breaks using symbolic names for netmasks. 1997-04-30 18:40:12 +00:00
moused compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
mptable Made 'options NINTR' greater of 24 and calculated value. 1997-05-22 22:55:05 +00:00
mrouted
mtest
mtree Change FTS_PHYSICAL (not follow symlinks but return them) 1997-05-15 08:46:57 +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
named.restart
ncrcontrol
ndc sysconfig -> rc.conf 1997-05-27 07:19:57 +00:00
newsyslog Allow a '-' flag as a placeholder so that path_to_pid_file 1997-05-06 23:11:06 +00:00
nfsd
nologin
nslookup
pccard
pciconf compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
pcvt compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
pkg_install Add support for srcdir overrides. 1997-06-06 12:19:11 +00:00
portmap compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
ppp Overhaul ppp: 1997-06-09 03:27:43 +00:00
pppd Fix a bug (dereferencing zero) introduced by the last mods. 1997-05-13 20:34:01 +00:00
pppstats
pstat compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
pw Fixes skeleton directory test-it-is-a-directory logic. 1997-05-24 10:41:49 +00:00
pwd_mkdb Document the -u option. 1997-04-04 00:49:35 +00:00
qcamcontrol compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
quot
quotaon compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
rarpd compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
repquota compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
rmt
rndcontrol compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
rpc.lockd Typo fix: ${.DESTDIR} -> ${DESTDIR}. 1997-05-23 08:43:27 +00:00
rpc.statd Typo fix: ${.DESTDIR} -> ${DESTDIR}. 1997-05-23 08:43:27 +00:00
rpc.yppasswdd compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
rpc.ypupdated Clobber unneeded prototypes; in particular, the redeclaration of malloc() 1997-06-06 15:47:57 +00:00
rpc.ypxfrd Back out unnecessary overly-paranoid paranoia test from here too; yp_access() 1997-04-28 14:22:31 +00:00
rtprio
rwhod
sa
sade 1. Make it possible to set up all the TCP/IP values from a script. 1997-06-09 01:19:44 +00:00
sendmail compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
sgsc
sicontrol
sliplogin Add FILES section to manpage. 1997-04-16 09:54:50 +00:00
slstat
spkrtest
spray
stallion
sysctl compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
sysinstall 1. Make it possible to set up all the TCP/IP values from a script. 1997-06-09 01:19:44 +00:00
syslogd Nobody ever seemed to be interested in reviewing these changes, and i 1997-05-03 22:17:43 +00:00
tcpdump Update Makefile to build tcpdump-3.3 . 1997-05-27 02:21:28 +00:00
timed Typo: .SH --> .Sh. 1997-05-25 19:11:26 +00:00
traceroute
trpt compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
tzsetup
vidcontrol
vipw compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
vnconfig compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
watch compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
wlconfig Make it build under 3.x 1997-05-23 04:04:17 +00:00
wormcontrol Remove the select command. The WORMIOCQUIRKSELECT ioctl call has been removed 1997-05-19 17:37:30 +00:00
xntpd
xten
yp_mkdb fix a couple typos... 1997-04-15 07:06:15 +00:00
ypbind This commit adds support to ypbind(8) for binding to non-local servers. 1997-05-25 19:49:33 +00:00
yppoll
yppush compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
ypserv Back out one of my paranoia tests from the last commit here; yp_access() 1997-04-28 14:18:38 +00:00
ypset
zic compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
Makefile Another (harmless, luckily) mind-o: somehow I typed 'rpc.ypupdated.' 1997-05-29 14:21:39 +00:00
Makefile.inc