..
amrctl
…
apmlabel
Nuke extra comma in Xrefs.
2007-06-25 00:41:50 +00:00
atactl
Fix typo in SATA features: Perservation -> Preservation.
2007-11-04 02:34:27 +00:00
badsect
…
bim
…
bioctl
- Remove the code for softraid, it's unlikely that NetBSD will support
2007-11-04 08:25:04 +00:00
brconfig
Bump date for previous.
2007-01-08 07:22:12 +00:00
ccdconfig
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
2007-05-28 12:06:17 +00:00
cgdconfig
Add a DIAGNOSTICS section and explain that the error message "could not
2007-02-23 20:00:04 +00:00
chkconfig
…
clri
…
disklabel
Let the operator use the DISKLABELSECTOR and DISKLABELOFFSET
2007-06-05 21:48:46 +00:00
dkctl
…
dkscan_bsdlabel
Use CPPFLAGS, not COPTS, and ${NETBSDSRCDIR}, not "../..". This
2007-03-02 04:03:17 +00:00
dmesg
…
drvctl
drvctl 4 does not exist.
2007-03-10 20:32:26 +00:00
dump
Convert a couple of "(void)&" constructs to volatile.
2006-12-18 20:07:32 +00:00
dump_lfs
…
edlabel
…
fastboot
…
fdisk
Don't print Drive serial number if -S (setting shell variables) is specified.
2007-10-28 10:02:08 +00:00
fsck
__attribute -> __attribute__.
2007-09-15 14:35:33 +00:00
fsck_ext2fs
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
fsck_ffs
Avoid zero-divides from Anon Ymous
2007-08-22 16:30:28 +00:00
fsck_lfs
Merge from vmlocking:
2007-10-10 20:42:20 +00:00
fsck_msdos
Change mismatch of bytes 11 to 90 to be a warning, not an error, and
2007-03-19 18:30:40 +00:00
fsdb
Remove unused ctype.h
2007-03-10 01:16:17 +00:00
fsirand
include <signal.h> where signal(3) is used
2007-02-08 21:36:58 +00:00
gpt
Produce more useful error messages.
2007-06-11 04:22:00 +00:00
ifconfig
Our VLAN implementation (as it correctly expected) is not allowed
2007-06-05 11:15:15 +00:00
init
backout previous.
2007-03-24 00:17:34 +00:00
ldconfig
…
mbrlabel
…
mknod
Use block minor (from device name) for block devices (not char minor).
2007-07-07 20:11:07 +00:00
modload
…
modunload
…
mount
Explain that nosuid,nodev is also needed for non-privileged mounts.
2007-08-01 08:51:24 +00:00
mount_ados
Rescue the subjunctive.
2007-07-30 05:00:55 +00:00
mount_cd9660
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_efs
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_ext2fs
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_fdesc
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_ffs
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_filecore
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_hfs
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_kernfs
kernfs doesn't support getargs, so fail silently instead of making
2007-07-16 17:09:42 +00:00
mount_lfs
Don't attempt to start megamaid if run with MNT_GETARGS.
2007-07-17 12:39:24 +00:00
mount_msdos
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_nfs
lengthen timeout. i saw a server for which 10s was not enough.
2007-08-05 22:09:12 +00:00
mount_ntfs
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_null
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_overlay
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_portal
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_procfs
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_ptyfs
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_smbfs
…
mount_sysvbfs
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_tmpfs
Print MNT_GETARGS results in one line to make them display
2007-07-16 17:12:03 +00:00
mount_udf
Add additional 'sizeof args' parameter to mount(2).
2007-07-14 15:57:24 +00:00
mount_umap
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
mount_union
Don't re-explain vfs.generic.usermount & friends here.
2007-08-01 08:52:07 +00:00
newbtconf
…
newfs
Make all mount(2) return value error checks against -1. Some file
2007-07-16 17:06:52 +00:00
newfs_lfs
brelse() now takes two args.
2007-10-08 21:42:33 +00:00
newfs_msdos
include <signal.h> where signal(3) is used
2007-02-08 21:36:58 +00:00
newfs_sysvbfs
typographical fixes
2007-08-04 10:45:36 +00:00
nologin
…
pdisk
…
ping
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
2007-05-28 12:06:17 +00:00
ping6
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
2007-05-28 12:06:17 +00:00
pppoectl
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
2007-05-28 12:06:17 +00:00
raidctl
Talk a bit more about how the size of a RAID set is determined, and
2007-08-06 19:44:16 +00:00
rcorder
No need to cast pointers to (char *) when passing to free(3).
2007-03-03 00:09:30 +00:00
reboot
Document that reboot(8) passes any arguments to reboot(2) as bootstr.
2007-06-03 22:39:47 +00:00
resize_ffs
writeat() also expect offsets in DEV_BSIZE unit. This and the previous commit
2007-07-08 16:54:40 +00:00
resize_lfs
Move lfs_cleanerd from /usr/libexec to /libexec. This is to allow putting
2006-11-11 14:47:27 +00:00
restore
Bump date because of last change.
2007-04-30 12:33:13 +00:00
rndctl
…
route
TSEL() is const char* now
2007-02-18 01:48:37 +00:00
routed
__attribute -> __attribute__.
2007-09-16 18:42:02 +00:00
rtsol
…
savecore
from Anon Ymous: remove (void)&var;
2006-12-18 20:08:48 +00:00
scan_ffs
Use a two clause license for all the code I contributed.
2007-10-06 07:21:02 +00:00
scsictl
Bump date for previous.
2007-01-23 20:34:17 +00:00
setkey
…
shutdown
PR/36626 - Jukka Salmi -- fails to compile if DEBUG is defined
2007-07-10 23:50:35 +00:00
slattach
…
svhlabel
When checking for an EFS filesystem just read in the whole superblock,
2007-06-30 02:05:27 +00:00
swapctl
Re-phrase description of -A option, as per suggestion from Jukka Salmi
2007-08-02 18:53:46 +00:00
sysctl
PR/35304: C J Coleman: Off-by-one nul byte overwrite in mode_bits routine
2006-12-21 22:25:39 +00:00
ttyflags
Remove more duplicate #includes,
2007-01-17 21:59:49 +00:00
tunefs
…
umount
kill MFSNAMELEN
2007-07-17 20:17:52 +00:00
veriexecctl
Remove intval from %union, it's unused... ok christos@.
2007-10-01 17:01:55 +00:00
wdogctl
…
wsconsctl
…
Makefile
Add read-only support for SGI's Extent File System.
2007-06-29 23:30:16 +00:00
Makefile.inc
…