.. |
amrctl
|
Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
|
2009-10-19 18:41:07 +00:00 |
apmlabel
|
…
|
|
atactl
|
fix a mysterious indent lossage roaming around for last couple of years.
|
2011-01-14 06:02:57 +00:00 |
badsect
|
…
|
|
bioctl
|
Fix two problems with argc handling in bioctl(8), which makes
|
2010-02-20 22:25:54 +00:00 |
brconfig
|
…
|
|
ccdconfig
|
Fix file descriptor leak. Found by cppcheck.
|
2011-01-04 23:31:29 +00:00 |
cgdconfig
|
Convert from the oldstyle cgd_kops.op_open to the newstyle prog_open
|
2010-12-14 17:46:21 +00:00 |
chkconfig
|
…
|
|
chown
|
Use SYMLINKS, I'm not sure why I ahve commited old version of my patch, but
|
2011-01-13 23:44:11 +00:00 |
clri
|
Remove gross hack and attendant need for -fno-strict-aliasing.
|
2009-07-26 03:22:01 +00:00 |
disklabel
|
Change printf formats to match the data type of the values being
|
2011-01-06 21:39:01 +00:00 |
dkctl
|
Use Nm. Bump date for previous.
|
2011-01-04 23:29:51 +00:00 |
dkscan_bsdlabel
|
…
|
|
dmesg
|
…
|
|
drvctl
|
…
|
|
dump
|
File system snapshots are no longer experimental.
|
2010-11-05 10:02:53 +00:00 |
dump_lfs
|
…
|
|
fastboot
|
…
|
|
fdisk
|
Minor punctuation fixes, improve and sort SYNOPSIS, sort flag descriptions.
|
2010-04-07 09:40:58 +00:00 |
fsck
|
- use warn/err properly
|
2010-03-06 00:30:54 +00:00 |
fsck_ext2fs
|
Call the file system "ext2" consistently. Suggested by tsutsui.
|
2010-02-21 13:26:45 +00:00 |
fsck_ffs
|
minimal ansification/constification
|
2010-09-12 16:03:39 +00:00 |
fsck_lfs
|
dev_bsize wasn't initialized. The actual value doesn't matter since
|
2010-02-21 16:24:21 +00:00 |
fsck_msdos
|
New sentence, new line. Sort SEE ALSO.
|
2010-04-11 21:29:37 +00:00 |
fsdb
|
Userland now builds and uses terminfo instead of termcap.
|
2010-02-03 15:34:37 +00:00 |
fsirand
|
…
|
|
gpt
|
Clarify the 'dkctl addwedge' usage message after creating a GPT
|
2011-01-06 17:51:28 +00:00 |
ifconfig
|
A few weeks ago when i added "linkstr" support I didn't know that
|
2010-12-14 10:51:51 +00:00 |
init
|
Keep an internal variable indicating whether securelevel is present, and
|
2009-12-29 17:07:17 +00:00 |
ldconfig
|
Fix file descriptor leak. Found by cppcheck.
|
2011-01-04 23:31:29 +00:00 |
mbrlabel
|
Sort option descriptions, per PR 43119 by Bug Hunting.
|
2010-04-05 18:08:41 +00:00 |
mknod
|
…
|
|
modload
|
Fix xref; module(4) -> module(7).
|
2010-12-14 16:23:59 +00:00 |
modstat
|
Fix xref; module(4) -> module(7).
|
2010-12-14 16:23:59 +00:00 |
modunload
|
Fix xref; module(4) -> module(7).
|
2010-12-14 16:23:59 +00:00 |
mount
|
In case we are union-mounting /, don't force MNT_UPDATE. This makes
|
2011-01-13 11:57:02 +00:00 |
mount_ados
|
…
|
|
mount_cd9660
|
fspec: dev -> canon_dev
|
2009-10-07 20:42:09 +00:00 |
mount_efs
|
…
|
|
mount_ext2fs
|
32 bit UID and GID support on ext2fs has been added since 5.0
|
2010-02-22 09:45:02 +00:00 |
mount_fdesc
|
initialize canon_dev
|
2010-03-31 13:10:10 +00:00 |
mount_ffs
|
…
|
|
mount_filecore
|
…
|
|
mount_hfs
|
…
|
|
mount_kernfs
|
convert to parseargs
|
2010-03-31 13:33:14 +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
|
Make it possible to set the retry timeout as a compile-time define.
|
2010-07-23 19:25:23 +00:00 |
mount_nilfs
|
Fix Dd argument, sort options and option descriptions.
|
2009-07-18 17:07:12 +00:00 |
mount_ntfs
|
\\ -> \e
|
2010-03-30 14:05:32 +00:00 |
mount_null
|
…
|
|
mount_overlay
|
…
|
|
mount_portal
|
Use pclose for popened handles. Found by cppcheck.
|
2011-01-04 23:36:23 +00:00 |
mount_procfs
|
…
|
|
mount_ptyfs
|
naughty naughty, don't peek into src/sys
|
2010-06-14 14:42:49 +00:00 |
mount_puffs
|
PUFFSDEVELVERS is a goner
|
2010-05-21 11:59:38 +00:00 |
mount_smbfs
|
use -Wno-pointer-sign in the HAVE_PCC case also
|
2010-04-03 11:55:41 +00:00 |
mount_sysvbfs
|
…
|
|
mount_tmpfs
|
…
|
|
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
|
…
|
|
mount_union
|
…
|
|
newbtconf
|
…
|
|
newfs
|
Add -G to usage, omission pointed out by wiz. Also, make usage format
|
2010-08-09 21:14:26 +00:00 |
newfs_ext2fs
|
Add a URL of Linux Documentation "The Second Extended Filesystem."
|
2010-09-10 15:51:20 +00:00 |
newfs_lfs
|
Three changes in a single commit.
|
2010-02-16 23:20:30 +00:00 |
newfs_msdos
|
Add support for DIOCGDISKINFO to disk like device drivers. Change
|
2009-06-05 21:52:31 +00:00 |
newfs_sysvbfs
|
…
|
|
newfs_udf
|
Fix memory leaks. Found by cppcheck.
|
2011-01-04 23:42:48 +00:00 |
nologin
|
…
|
|
pdisk
|
…
|
|
ping
|
be a happy crunch build
|
2010-12-13 19:19:10 +00:00 |
ping6
|
Avoid NaN when calculating std-dev, which fixes a crash on VAX.
|
2010-09-20 11:49:48 +00:00 |
pppoectl
|
Kill stray t.
|
2010-03-31 04:17:23 +00:00 |
raidctl
|
Use RUMPPRG.
|
2010-12-15 18:37:55 +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
|
multicore update
|
2010-12-12 11:38:42 +00:00 |
resize_ffs
|
Add support for byteswapped file systems (big-endian on little-endian
|
2011-01-05 02:18:15 +00:00 |
resize_lfs
|
Add support for DIOCGDISKINFO to disk like device drivers. Change
|
2009-06-05 21:52:31 +00:00 |
restore
|
Fix fd leak. Found by cppcheck.
|
2011-01-04 23:46:34 +00:00 |
rndctl
|
…
|
|
route
|
be a happy crunch build
|
2010-12-13 19:19:10 +00:00 |
routed
|
Memcpy into local variable to ensure proper alignement.
|
2010-10-13 09:19:40 +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
|
…
|
|
scsictl
|
…
|
|
setkey
|
no need for noinput
|
2009-10-29 14:34:06 +00:00 |
shutdown
|
Remove _PATH_NOLOGIN before reboot, as well as before exit(), to prevent
|
2010-06-09 04:51:53 +00:00 |
slattach
|
…
|
|
svhlabel
|
…
|
|
swapctl
|
Make the exit status from "swapctl -A" and "swapctl -U" tri-state:
|
2009-09-24 16:15:20 +00:00 |
sysctl
|
use crunchops for crunchables
|
2010-12-13 21:48:01 +00:00 |
ttyflags
|
…
|
|
tunefs
|
Restore change from 1.39 after previous commit.
|
2009-09-13 18:30:30 +00:00 |
umount
|
…
|
|
veriexecctl
|
use %option instead of #define YY_NO_...
|
2009-10-29 14:49:02 +00:00 |
wdogctl
|
Xr acpiwdrt(4)
|
2011-01-17 16:09:48 +00:00 |
wsconsctl
|
Allow standalone commands to be recognized, as in the in-kernel keymaps.
|
2010-11-30 12:22:06 +00:00 |
Makefile
|
Move chown from usr.sbin to sbin and chgrp from usr.bin to bin directories.
|
2011-01-13 22:28:35 +00:00 |
Makefile.inc
|
…
|
|