freebsd-skq/sbin
cperciva c990ac0757 Don peril-sensitive glasses and throw the switch to move nologin(8) from
/sbin to /usr/sbin.  A symlink from /sbin/nologin -> /usr/sbin/nologin
is created for compatibility purposes.

This will probably not cause any problems, but anyone who is doing
anything particularly unusual with nologin(8) or shells in general might
be well advised to check that everything still works.

Bikesheds on:	cvs-all, current
2004-03-13 11:02:37 +00:00
..
adjkerntz
atacontrol
atm Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
badsect
bsdlabel
camcontrol Fix a couple of camcontrol issues that popped up on sparc64: 2004-03-03 01:51:24 +00:00
ccdconfig
clri
comcontrol
conscontrol Explain what console names are valid. 2004-02-17 04:53:47 +00:00
devd
devfs
dhclient style.Makefile(5): 2004-02-23 20:25:27 +00:00
dmesg Further simplify the code for printing the message buffer: 2004-02-08 23:08:53 +00:00
dump
dumpfs
dumpon style.Makefile(5): 2004-02-23 20:25:27 +00:00
fdisk style.Makefile(5): 2004-02-23 20:25:27 +00:00
fdisk_pc98 style.Makefile(5): 2004-02-23 20:25:27 +00:00
ffsinfo
fsck
fsck_ffs In the case of a background fsck, periodically update the process title 2004-02-28 07:50:42 +00:00
fsck_msdosfs style.Makefile(5): 2004-02-23 20:25:27 +00:00
fsdb Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
fsirand style.Makefile(5): 2004-02-23 20:25:27 +00:00
gbde Fix the last and most important bit of the test case to test the same 2004-02-07 22:58:39 +00:00
gconcat Make libgeom usable by C++ programs: 2004-03-09 21:14:18 +00:00
gpt style.Makefile(5): 2004-02-23 20:25:27 +00:00
growfs
idmapd style.Makefile(5): 2004-02-23 20:25:27 +00:00
ifconfig The print mask's first part is the base, not the total number of bit 2004-03-12 23:52:32 +00:00
init Fixed misspellings of 0 as NULL. 2004-03-11 10:01:12 +00:00
ip6fw Make this WARNS=2 clean by: 2004-03-03 20:21:15 +00:00
ipf style.Makefile(5): 2004-02-23 20:25:27 +00:00
ipfs style.Makefile(5): 2004-02-23 20:25:27 +00:00
ipfstat style.Makefile(5): 2004-02-23 20:25:27 +00:00
ipfw
ipmon style.Makefile(5): 2004-02-23 20:25:27 +00:00
ipnat style.Makefile(5): 2004-02-23 20:25:27 +00:00
kldconfig Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
kldload
kldstat
kldunload
ldconfig Fix 10 year old size-of-bcopy bug. 2004-03-13 00:11:05 +00:00
mca style.Makefile(5): 2004-02-23 20:25:27 +00:00
md5 Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
mdconfig Fix a long-standing deadlock issue with vnode backed md(4) devices: 2004-03-10 20:41:09 +00:00
mdmfs Add a "-l" parameter to mdmfs so that memory file systems can be 2004-02-26 01:15:47 +00:00
mknod style.Makefile(5): 2004-02-23 20:25:27 +00:00
mksnap_ffs Style nit in previous commit. 2004-01-27 19:28:13 +00:00
mount s/considred/considered/ 2004-03-04 00:52:16 +00:00
mount_cd9660 style.Makefile(5): 2004-02-23 20:25:27 +00:00
mount_ext2fs Support mounting ext2fs file systems with -async to the small extent 2004-02-15 06:31:26 +00:00
mount_hpfs style.Makefile(5): 2004-02-23 20:25:27 +00:00
mount_msdosfs
mount_nfs style.Makefile(5): 2004-02-23 20:25:27 +00:00
mount_nfs4 style.Makefile(5): 2004-02-23 20:25:27 +00:00
mount_ntfs style.Makefile(5): 2004-02-23 20:25:27 +00:00
mount_nullfs style.Makefile(5): 2004-02-23 20:25:27 +00:00
mount_std style.Makefile(5): 2004-02-23 20:25:27 +00:00
mount_udf style.Makefile(5): 2004-02-23 20:25:27 +00:00
mount_umapfs style.Makefile(5): 2004-02-23 20:25:27 +00:00
mount_unionfs style.Makefile(5): 2004-02-23 20:25:27 +00:00
natd style.Makefile(5): 2004-02-23 20:25:27 +00:00
newfs Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. This 2004-02-26 01:14:27 +00:00
newfs_msdos style.Makefile(5): 2004-02-23 20:25:27 +00:00
nfsiod
nologin Report login attempts to syslog. Due to the statically-linked nature of 2004-02-22 10:03:24 +00:00
nos-tun style.Makefile(5): 2004-02-23 20:25:27 +00:00
pfctl Add skeleton build dirs for pf userland: 2004-02-28 21:50:50 +00:00
pflogd Add skeleton build dirs for pf userland: 2004-02-28 21:50:50 +00:00
ping style.Makefile(5): 2004-02-23 20:25:27 +00:00
ping6 style.Makefile(5): 2004-02-23 20:25:27 +00:00
quotacheck style.Makefile(5): 2004-02-23 20:25:27 +00:00
raidctl Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
rcorder style.Makefile(5): 2004-02-23 20:25:27 +00:00
reboot
restore style.Makefile(5): 2004-02-23 20:25:27 +00:00
route style.Makefile(5): 2004-02-23 20:25:27 +00:00
routed Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com. 2004-02-25 23:45:57 +00:00
rtsol style.Makefile(5): 2004-02-23 20:25:27 +00:00
savecore o Remove obsoleted '-N' and '-d' flags. 2004-02-28 10:42:27 +00:00
sconfig
setkey Fixed mispellings of '\0' as NULL. 2004-03-11 11:41:54 +00:00
shutdown
slattach style.Makefile(5): 2004-02-23 20:25:27 +00:00
spppcontrol
startslip style.Makefile(5): 2004-02-23 20:25:27 +00:00
sunlabel Spell "disklabel" correctly. 2004-02-01 13:09:26 +00:00
swapon Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
sysctl Add CTLTYPE_QUAD to the list of types for which we don't want an empty 2004-03-02 05:42:52 +00:00
tunefs
umount s/considred/considered/ 2004-03-04 00:52:16 +00:00
vinum style.Makefile(5): 2004-02-23 20:25:27 +00:00
Makefile Don peril-sensitive glasses and throw the switch to move nologin(8) from 2004-03-13 11:02:37 +00:00
Makefile.inc