NetBSD/sbin
thorpej ef731d9e00 - Add a new DRVCTLCOMMAND ioctl to /dev/drvctl. This is a generic
"execute a command" ioctl that takes a dictionary as an argument
  (specifying the command and arguments) and returns a dictionary
  with the results (error code, optional error message, optional
  result data).

- Define and implement a "get-properties" command for DRVCTLCOMMAND
  that returns the properties dictionary of the specified device.

- Add a -p flag to drvctl(8) to fetch and display the properties of
  the specified device.

This is a great example of how to use prop_dictionary_sendrecv_ioctl().
2006-09-22 04:37:36 +00:00
..
amrctl Drop trailing whitespace. 2006-07-23 13:23:12 +00:00
atactl sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
badsect
bim One "const" is enough... 2006-09-04 01:20:44 +00:00
brconfig
ccdconfig
cgdconfig Programs that use efun. 2006-08-26 18:14:28 +00:00
chkconfig
clri sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
disklabel New NetBSD/landisk port uses MBR too. 2006-09-01 21:44:02 +00:00
dkctl fix typo 2006-06-17 02:16:19 +00:00
dmesg
drvctl - Add a new DRVCTLCOMMAND ioctl to /dev/drvctl. This is a generic 2006-09-22 04:37:36 +00:00
dump Change LFCNWRAP{STOP,GO} to make them more suitable for snapshotting; in 2006-06-24 05:28:54 +00:00
dump_lfs Use Dv for a macro; new sentence, new line. 2006-06-24 07:57:07 +00:00
edlabel
fastboot
fdisk Support MAKEVERBOSE. 2006-06-28 15:03:00 +00:00
fsck add a const 2006-08-27 09:20:53 +00:00
fsck_ext2fs Programs that use efun. 2006-08-26 18:14:28 +00:00
fsck_ffs - Deal with wedges and the new disk geometry structures, instead of using 2006-08-26 22:03:47 +00:00
fsck_lfs Several fixes to improve the reliability of the roll-forward agent. 2006-09-01 19:52:48 +00:00
fsck_msdos Programs that use efun. 2006-08-26 18:14:28 +00:00
fsdb need getdiskinfo. 2006-08-27 01:37:28 +00:00
fsirand
ifconfig Fix typo, noted by Nino Dehne <ndehne@gmail.com> 2006-09-16 20:15:49 +00:00
init Remove securelevel-related text from init(8) man-page as they're now in 2006-09-15 20:20:06 +00:00
ldconfig
mbrlabel
mknod
modload Replace complicated test for ELFSIZE 64 with #ifdef _LP64 which is 2006-07-08 05:49:01 +00:00
modunload
mount
mount_ados
mount_cd9660
mount_ext2fs
mount_fdesc
mount_ffs
mount_filecore
mount_kernfs
mount_lfs
mount_msdos
mount_nfs Replace strcpy() call with strlcpy() call. 2006-07-07 17:25:01 +00:00
mount_ntfs
mount_null
mount_overlay
mount_portal
mount_procfs
mount_ptyfs
mount_smbfs sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
mount_sysvbfs
mount_tmpfs remove __POOL_EXPOSE. 2006-05-27 09:14:03 +00:00
mount_udf
mount_umap
mount_union
newbtconf
newfs Make the "traditional" comment match reality. 2006-08-27 18:49:08 +00:00
newfs_lfs Deal with wedges and the new disk geometry structures, instead of using 2006-09-05 19:44:44 +00:00
newfs_msdos Coverity CID 830: Fix dead code issue 2006-05-25 15:32:17 +00:00
newfs_sysvbfs sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
nologin
pdisk
ping prtsig: remove a mysterious abort(). 2006-07-14 05:43:49 +00:00
ping6 Replace the way we calculate the standard deviation with the unbiased form 2006-05-18 02:14:22 +00:00
pppoectl
raidctl
rcorder Programs that use efun. 2006-08-26 18:14:28 +00:00
reboot
resize_ffs
resize_lfs include <bsd.own.mk>. From Geoff Wing on source-changes. 2006-09-07 23:53:41 +00:00
restore sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
rndctl
route remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
routed
rtsol
savecore accept either "time_second" or "time" as kernel timevariable in 2006-07-09 06:43:16 +00:00
scan_ffs Sort options in usage and SYNOPSIS. 2006-09-10 20:28:52 +00:00
scsictl
setkey
shutdown
slattach Misc fixes for sl(4) and slattach(8) man pages: 2006-07-08 17:22:14 +00:00
swapctl Sort sections. Fix typo. Start sentence with upper-case letter. 2006-09-02 23:58:41 +00:00
sysctl Import of TCP ECN algorithm for congestion control. 2006-09-05 00:29:35 +00:00
ttyflags
tunefs
umount
veriexecctl .Sh -> .Ss 2006-09-17 13:03:02 +00:00
wdogctl Add -x to usage. 2006-08-13 23:24:53 +00:00
wsconsctl Mark splash.enable and splash.progress write-only, there are no ioctls 2006-08-13 23:52:11 +00:00
Makefile Add a /dev/amr* control file for amr(4) devices, which allows sending raw 2006-07-23 12:01:25 +00:00
Makefile.inc