NetBSD/usr.sbin
hubertf b09f22f48f When downloading and extracting a file (in ftp:
'get pkg.tgz "| cd /var/tmp/inst ; gunzip | tar -x -f -"'), handle
two cases better:

1. Timing out ftp connections: Make sure the hanging pipeline gets a ^C
   (SIGINT), and wait until the ftp prompt is available again. Else we
   may nuke away tar's working dir, and it may be displeased.
2. One of the commands from the pipeline exiting: caught via SIGCHLD;
   for this signal to be delivered, a empty handler is needed)

Adresses PR 10925 by Greg A. Woods <woods@planix.com>
2000-09-01 04:42:57 +00:00
..
ac remove extra period in SEE ALL section 2000-07-05 15:45:28 +00:00
accton sweep of my licenses (userland files w/o only my copyright) for 2000-06-14 17:24:02 +00:00
amd More #include <stdlib.h> string, etc. cleanup 2000-07-04 20:27:35 +00:00
apm Kill the period in the SEE ALSO list. 2000-02-05 11:52:37 +00:00
apmd Check for lowbattery state (if running -l) when polling for state, 2000-08-13 21:13:56 +00:00
arp Removed redundant / extra prototypes. 2000-07-12 22:36:12 +00:00
bad144 More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
bind use libc inet_addr(3). fixes part of PR#10651 2000-08-14 11:30:41 +00:00
bootp Need <sys/param.h> for MAXHOSTNAMELEN. 1999-09-26 10:27:40 +00:00
catman avoid using removelist()/renamelist() 2000-05-29 21:05:34 +00:00
chown Initialize variables which I recently changed storage class from file global 2000-08-25 06:25:59 +00:00
chroot add NetBSD id tags. 2000-08-17 12:36:32 +00:00
chrtbl Add missing .El line. 1999-03-10 08:15:28 +00:00
cnwctl nope, those are unsigned long longs; correct accordingly.. 1999-12-01 03:40:51 +00:00
config do that previous differently. only allow redefinitions if: in different 2000-06-09 05:06:12 +00:00
cron PR/7662: TheMan: crontab does not think the file changed if the editing session 1999-05-29 18:43:40 +00:00
dbsym change: 1999-04-06 04:54:19 +00:00
dev_mkdb deprecate register, use memset/memmove instead of bzero/bcopy 1997-10-18 08:18:00 +00:00
dhcp Fix circular reference. Instead of cross referencing itself, dhcpd.conf(5) 2000-08-02 18:23:44 +00:00
diskpart More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
dumpfs Dump softdep mode. 2000-01-18 20:24:19 +00:00
dumplfs Defined datobyte(fs, da) macro, to ensure cast to off_t. 2000-08-25 05:27:49 +00:00
edquota Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
eeprom errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd 2000-07-07 15:10:32 +00:00
envstat Indicate that the device argument is not mandatory. 2000-07-02 00:55:47 +00:00
eshconfig Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
faithd always use %s for setproctitle. from openbsd-current 2000-07-05 17:59:58 +00:00
greconfig Formatting fixes. 2000-05-27 10:42:25 +00:00
grfconfig More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
grfinfo More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
gspa Make alloc() return void*, and eliminate the use of typeof. 2000-07-23 23:14:10 +00:00
hilinfo convert from NOxxx= to MKxxx=no. 1999-02-13 02:54:17 +00:00
hprop hprop(8) belongs in /usr/sbin, not /usr/libexec. 2000-08-06 20:42:22 +00:00
ifmcstat print addresses in extended scoped address notation. 2000-02-26 08:13:25 +00:00
inetd be more paranoid about UDP-based echo services validation. namely, 2000-08-01 18:42:08 +00:00
iostat Need to include <sys/sched.h> to get cp_time-related constants. 2000-06-03 21:00:42 +00:00
ipf Use 2000-08-30 23:51:46 +00:00
iteconfig sweep of my licenses (userland files w/o only my copyright) for 2000-06-14 17:24:02 +00:00
kadmin link against the not-installed libvers 2000-08-03 22:47:37 +00:00
kdc The Kerberos KDC belongs in /usr/sbin, not in /usr/libexec. 2000-08-06 19:31:24 +00:00
kgmon Add a flag to turn on debugging so you don't need to recompile or patch 2000-08-03 21:14:19 +00:00
kstash link against the not-installed libvers 2000-08-03 22:47:37 +00:00
ktutil link against the not-installed libvers 2000-08-03 22:47:37 +00:00
kvm_mkdb sweep of my licenses (userland files w/o only my copyright) for 2000-06-14 17:24:02 +00:00
lastlogin More #include <stdlib.h> string, etc. cleanup 2000-07-04 20:27:35 +00:00
link Add trailing newline to usage string. 1999-09-20 15:01:36 +00:00
lpr Fix ingroup() to not check gid against trailing groups not set by 2000-08-24 17:40:16 +00:00
mailwrapper use more Xr to refer to sendmail(8). suggested by jhawk. 2000-08-18 07:27:59 +00:00
map-mbone Use strerror(3) instead of sys_errlist and sys_nerr. 1998-05-09 17:22:07 +00:00
mdconfig remove extra period in SEE ALL section 2000-07-05 15:45:28 +00:00
mdsetimage sweep of my licenses (userland files w/o only my copyright) for 2000-06-14 17:24:02 +00:00
memswitch Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
mld6query Nuke gratuitous setting of BINOWN and BINGRP. 2000-02-25 08:52:03 +00:00
mopd A little cleanup. Deal with lost packets 2000-08-11 23:11:12 +00:00
mountd Free the storage allocated by fparseln when skipping an empty line. 2000-07-19 08:41:13 +00:00
mrinfo use destination's size in 2 memcpy calls. 1998-07-04 21:31:59 +00:00
mrouted More #include <stdlib.h> string, etc. cleanup 2000-07-04 20:27:35 +00:00
mtrace Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get 2000-01-21 17:08:33 +00:00
mtrace6 use getifaddrs, not SIOCGIFCONF. 2000-02-26 11:44:28 +00:00
mtree code.c is no longer used, we use strsvis instead. Removed prototypes 1999-12-07 18:42:06 +00:00
ndp More #include <stdlib.h> string, etc. cleanup 2000-07-04 20:27:35 +00:00
netgroup_mkdb errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd 2000-07-07 15:10:32 +00:00
nfsd Substitute the cross reference to portmap(8) with rpcbind(8). 2000-07-03 10:06:24 +00:00
ntp Use /usr/share/doc/html/ntp as location for html files. 2000-07-23 14:34:14 +00:00
pim6dd //#define -> #undef 2000-07-23 22:59:56 +00:00
pim6sd Eliminate a bunch more // annotations. 2000-07-23 23:05:38 +00:00
pkg_install When downloading and extracting a file (in ftp: 2000-09-01 04:42:57 +00:00
pppd add missing .TP 2000-08-01 18:46:22 +00:00
pstat update list of ufs inode, nfs inode flags and tty disciplines to 2000-06-12 13:30:03 +00:00
pvcsif adapt to NetBSD code tree. 1999-07-11 17:35:07 +00:00
pvctxctl tyop. inerface != interface 2000-08-25 07:15:02 +00:00
pwd_mkdb Remove extraneous M_32_SWAP(). 2000-08-08 12:08:17 +00:00
quot Typos (from OpenBSD) 1999-11-18 19:02:31 +00:00
quotacheck Update - quotacheck is run from rc, not rc.local 1999-03-30 23:58:46 +00:00
quotaon errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd 2000-07-07 15:10:32 +00:00
rarpd Include the fact we're making replies in the debug() output. 2000-08-30 11:01:43 +00:00
rbootd use getifaddrs, not SIOCGIFCONF. (should use pcap_lookupdev instead...) 2000-04-13 08:52:44 +00:00
rdate errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd 2000-07-07 15:10:32 +00:00
repquota Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
rip6query add manpage, rip6query(8). 2000-01-19 06:35:22 +00:00
rmt Fix rmt for use with Solaris 2.7 and others. The deal here is that for 2000-02-08 18:00:05 +00:00
route6d fix LP64 issue in routing message parsing. from thorpej 2000-08-13 00:41:30 +00:00
rpc.bootparamd ${RPCGEN}, not hard-coded rpcgen 2000-07-25 06:29:44 +00:00
rpc.lockd Clean up some include paths. 2000-08-12 18:08:43 +00:00
rpc.pcnfsd ${RPCGEN}, not hard-coded rpcgen 2000-07-25 06:29:44 +00:00
rpc.statd ${RPCGEN}, not hard-coded rpcgen 2000-07-25 06:29:44 +00:00
rpc.yppasswdd KNF. 2000-08-03 08:22:33 +00:00
rpcbind Do not check unitialized variables as error values. This is generally 2000-08-03 00:07:22 +00:00
rtadvd repair interface MTU grabbing. real cause of PR 10923. 2000-08-31 16:40:04 +00:00
rtsold warn if net.inet6.ip6.forwarding == 1. rtsol{,d} is not supposed to be used 2000-08-13 18:19:12 +00:00
rwhod avoid memory leak on realloc() error. 1999-12-30 09:10:28 +00:00
sa - detect duplicate keys when initializing the database. abort if too many 2000-07-29 19:15:40 +00:00
screenblank Reflect the recent support of wscons. 1999-08-16 20:10:37 +00:00
sendmail Remove obsolete version 8.8.8 of "sendmail". 8.9.3 is in the main tree 2000-02-13 00:34:15 +00:00
sesd More #include <stdlib.h> string, etc. cleanup 2000-07-04 20:27:35 +00:00
sliplogin RCSID police 1999-02-15 03:59:13 +00:00
slstats Adapt printf formats for 64bit counters. 1999-11-19 10:45:23 +00:00
spray More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
sup Use correct argument type in call to "fparseln(3)". Fix supplied by 2000-07-21 16:03:14 +00:00
syslogd Xr newsyslog. 2000-07-11 12:43:50 +00:00
tadpolectl Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
tcpdchk Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get 2000-01-21 17:08:33 +00:00
tcpdmatch Apply IPv6 support patch. 1999-08-31 13:58:58 +00:00
tcpdump Fix 2 cases of wrong checks for sufficient bytes, causing output 2000-08-19 15:59:43 +00:00
timed Cast timeval members to types we know the printf conversions of. 2000-03-27 17:03:25 +00:00
traceroute nroff nit for SYNOPSIS section. should we translate it to mdoc format? 2000-06-12 16:26:13 +00:00
traceroute6 warnx?/errx? audit (don't pass variable alone). from openbsd. 2000-07-07 12:22:32 +00:00
trpt IPv6 support. 1999-07-01 19:15:03 +00:00
trsp More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
unlink Append newline in usage(). 1999-09-08 01:33:39 +00:00
usbdevs Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
user user's UID is not kept if preserve is "false" (typo fix) 2000-08-18 15:49:21 +00:00
videomode convert from NOxxx= to MKxxx=no. 1999-02-13 02:54:17 +00:00
vipw - Xr adduser -> Xr user. 2000-08-04 14:58:52 +00:00
vnconfig Fix typo. 2000-07-20 12:41:28 +00:00
wiconfig Add support for "microwave oven robustness" with wiconfig -M. 2000-08-23 19:01:04 +00:00
wsconscfg replace references to /etc/rc.wscons with /etc/rc.d/wscons 2000-08-22 08:49:01 +00:00
wsfontload replace references to /etc/rc.wscons with /etc/rc.d/wscons 2000-08-22 08:49:01 +00:00
ypbind use getifaddrs, to avoid complicated alignment constraint in SIOCGIFCONF. 2000-04-11 11:36:47 +00:00
yppoll More #include <stdlib.h> string, etc. cleanup 2000-07-04 20:27:35 +00:00
ypserv generate ipnodes.{byname,byaddr} for IPv4/v6 lookups. 2000-07-30 02:33:13 +00:00
ypset Don't declare 'extern opt*' getopt variables. 2000-04-14 06:26:52 +00:00
zdump
zic add -Dunix to CPPFLAGS to suppress cpp warning. 1998-09-01 03:16:48 +00:00
Makefile hprop(8) belongs in /usr/sbin, not /usr/libexec. 2000-08-06 20:42:22 +00:00
Makefile.inc enable WARNS=1 by default, but disable in unclean 3rd party code 1997-10-18 06:42:25 +00:00