NetBSD/sbin
plunky f5c86c146d use
.if defined(HAVE_GCC) && ${HAVE_GCC} == 4

rather than

.if ${HAVE_GCC} == 4

as HAVE_GCC may be undefined
2010-02-08 07:56:06 +00:00
..
amrctl Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
apmlabel
atactl Add display of Long Physical Sector and Long Logical Sectors feature set 2010-01-25 01:24:11 +00:00
badsect fix sign-compare issues 2009-03-16 12:52:07 +00:00
bioctl Enable WARNS=4 by default except for: 2009-04-11 07:58:11 +00:00
brconfig fix sign-compare issues 2009-03-16 12:56:19 +00:00
ccdconfig Fix markup 2009-08-22 00:14:21 +00:00
cgdconfig Use RUMP_ACTION to avoid having to specify the same information 2009-12-19 15:03:34 +00:00
chkconfig
clri Remove gross hack and attendant need for -fno-strict-aliasing. 2009-07-26 03:22:01 +00:00
disklabel Add necessary byteswap ops for tools disklabel(8) used with -F option 2010-01-05 15:45:26 +00:00
dkctl Bump date for previous. Add comma in enumeration. Use Pp for paragraph 2009-08-02 22:49:08 +00:00
dkscan_bsdlabel
dmesg Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 01:20:21 +00:00
drvctl Document -n. 2009-04-20 22:07:23 +00:00
dump range-check what we assign to int cachebufs from calculations with 2010-01-27 12:20:25 +00:00
dump_lfs Enable WARNS=4 by default except for: 2009-04-11 07:58:11 +00:00
edlabel System utilities, boot programs and kernel modules are machine 2009-12-13 05:01:32 +00:00
fastboot
fdisk Add info for -A ptn_alignment[/ptn_0_offset] 2009-12-23 20:56:18 +00:00
fsck Centralize time printing and deal with ctime possibly returning NULL. 2010-02-04 23:55:42 +00:00
fsck_ext2fs Centralize time printing and deal with ctime possibly returning NULL. 2010-02-04 23:55:42 +00:00
fsck_ffs Centralize time printing and deal with ctime possibly returning NULL. 2010-02-04 23:55:42 +00:00
fsck_lfs Centralize time printing and deal with ctime possibly returning NULL. 2010-02-04 23:55:42 +00:00
fsck_msdos fix sign-compare issues 2009-04-11 06:59:18 +00:00
fsdb Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
fsirand
gpt Enable WARNS=4 by default except for: 2009-04-11 07:58:11 +00:00
ifconfig Use getnameinfo() for printing AppleTalk addresses. While here, fix 2010-01-30 18:30:33 +00:00
init Keep an internal variable indicating whether securelevel is present, and 2009-12-29 17:07:17 +00:00
ldconfig Add <sys/exec_aout.h> includes 2009-08-16 18:01:49 +00:00
mbrlabel
mknod Enable WARNS=4 by default except for: 2009-04-11 07:58:11 +00:00
modload Sync usage with man page. 2009-06-11 08:12:00 +00:00
modstat Make modstat output look pretty again. 2009-10-03 02:27:43 +00:00
modunload Remove LKMs and switch to the module framework, pass 1. 2008-11-12 12:35:50 +00:00
mount Remove puffs| from vfstype before making comparison to determine if 2010-01-14 21:46:24 +00:00
mount_ados Refactor mount utilities to provide a mount_fs_parseargs() routine. 2008-08-05 20:57:45 +00:00
mount_cd9660 fspec: dev -> canon_dev 2009-10-07 20:42:09 +00:00
mount_efs EFS -> SGI EFS in NAME 2009-01-05 16:36:04 +00:00
mount_ext2fs Refactor mount utilities to provide a mount_fs_parseargs() routine. 2008-08-05 20:57:45 +00:00
mount_fdesc convert to parseargs form 2009-07-31 14:58:21 +00:00
mount_ffs Refactor mount utilities to provide a mount_fs_parseargs() routine. 2008-08-05 20:57:45 +00:00
mount_filecore Refactor mount utilities to provide a mount_fs_parseargs() routine. 2008-08-05 20:57:45 +00:00
mount_hfs Refactor mount utilities to provide a mount_fs_parseargs() routine. 2008-08-05 20:57:45 +00:00
mount_kernfs Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-21 13:24:38 +00:00
mount_lfs remember to add cleaner_main() prototype 2009-08-06 00:58:32 +00:00
mount_msdos Don't -I from $S/sys. 2009-12-22 17:50:22 +00:00
mount_nfs Use getprogname() instead of hardcoding "mount_nfs" to get the 2009-11-30 17:17:55 +00:00
mount_nilfs Fix Dd argument, sort options and option descriptions. 2009-07-18 17:07:12 +00:00
mount_ntfs Set fspec to canon_dev instead of dev. 2009-09-14 12:43:46 +00:00
mount_null Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 01:20:21 +00:00
mount_overlay Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 01:20:21 +00:00
mount_portal Use CMSG_SPACE() for buffer when receiving file descriptors. 2009-12-19 16:01:25 +00:00
mount_procfs Note change with linux compat. 2009-02-24 12:45:37 +00:00
mount_ptyfs Drop trailing whitespace. 2009-03-18 10:46:58 +00:00
mount_puffs from main with return 0; 2010-01-14 22:06:54 +00:00
mount_smbfs use 2010-02-08 07:56:06 +00:00
mount_sysvbfs Convert to the new mount world order with parseargs. 2008-09-04 12:07:58 +00:00
mount_tmpfs Enable WARNS=4 by default except for: 2009-04-11 07:58:11 +00:00
mount_udf Remove the comment on disc space accounting from the bugs section; it has been 2009-07-13 17:58:10 +00:00
mount_umap Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 01:20:21 +00:00
mount_union Fix typo in Dd argument. 2009-05-04 20:11:30 +00:00
newbtconf
newfs Skip handling of APPLEUFS_LABEL if it is smaller than a device block. 2010-01-31 16:04:34 +00:00
newfs_ext2fs Remove vinum-removal sentence fragment, similarly to newfs(8). 2009-12-01 08:47:25 +00:00
newfs_lfs Define syscalls of lfs userspace tools (cleaner, mainly) through 2009-08-06 00:51:55 +00:00
newfs_msdos Add support for DIOCGDISKINFO to disk like device drivers. Change 2009-06-05 21:52:31 +00:00
newfs_sysvbfs fix sign-compare issue 2009-04-11 07:37:50 +00:00
newfs_udf Bump date. 2009-12-23 09:18:48 +00:00
nologin
pdisk
ping remove ancient ifdefs (Aleksej Saushev) 2009-11-02 00:47:09 +00:00
ping6 fix sign-compare issues 2009-04-11 07:40:37 +00:00
pppoectl Fix preamble to match order set out by mdoc(7). Discussed with wiz. 2009-03-09 19:24:26 +00:00
raidctl use warn/err appropriately. 2010-01-27 18:34:02 +00:00
rcorder Allow rcorder-visualise.sh to accept an optional set of file names on 2009-08-09 17:08:53 +00:00
reboot xref rescue(8) 2008-10-21 02:32:37 +00:00
resize_ffs set WARNS=3 -- too many -Wsign-compare issues in the kernel ffs code 2009-04-26 05:57:48 +00:00
resize_lfs Add support for DIOCGDISKINFO to disk like device drivers. Change 2009-06-05 21:52:31 +00:00
restore fix sign-compare issues 2009-04-07 12:38:12 +00:00
rndctl fix sign-compare issues 2009-04-05 12:06:33 +00:00
route Add AF_APPLETALK support to getnameinfo(); make "route show" use it. 2010-01-26 21:27:54 +00:00
routed merge 2.32 which is actually 2.31. Most important change is: 2009-10-26 02:53:15 +00:00
rtsol
savecore Instead of exiting with an obscure error message if -N /kernelname isn't 2009-08-18 04:02:39 +00:00
scan_ffs fix sign-compare issues 2009-04-11 06:48:36 +00:00
scsictl
setkey no need for noinput 2009-10-29 14:34:06 +00:00
shutdown Enable WARNS=4 by default except for: 2009-04-11 07:58:11 +00:00
slattach Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 01:20:21 +00:00
svhlabel Sort option descriptions. 2009-05-13 22:49:48 +00:00
swapctl Make the exit status from "swapctl -A" and "swapctl -U" tri-state: 2009-09-24 16:15:20 +00:00
sysctl Remove stale references to the "read only at securelevel [12]" flags in 2009-09-30 04:30:50 +00:00
ttyflags Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 01:20:21 +00:00
tunefs Restore change from 1.39 after previous commit. 2009-09-13 18:30:30 +00:00
umount Add an exmaple of unmounting all file systems apart from NFS and MFS 2009-05-17 14:09:15 +00:00
veriexecctl use %option instead of #define YY_NO_... 2009-10-29 14:49:02 +00:00
wdogctl Sort SEE ALSO. 2009-05-18 12:29:31 +00:00
wsconsctl follow KS_GROUP_Ascii->KS_GROUP_Plain rename in kernel, 2010-01-29 09:49:34 +00:00
Makefile Descend into mount_puffs. 2010-01-14 21:29:26 +00:00
Makefile.inc Enable WARNS=4 by default except for: 2009-04-11 07:58:11 +00:00