NetBSD/sbin
ad 101a9782a2 Add crash(8), a utility to diagnose kernel crashes. This is basically
ddb running on crash dumps, but with two notable changes:

- Breakpoints, watches, etc are obviously never going to work so they
  are not handled.

- You can pipe output to the shell, e.g. ps | grep foo

Items remaining to be done:

- Port it to architectures other than i386. This isn't difficult, just
  a case of making db_disasm.c/db_trace.c or their equivalent compile
  and work.

- Make more of the "show" commands work, e.g "show uvmexp".
2009-03-07 22:08:07 +00:00
..
amrctl
apmlabel
atactl
badsect
bioctl
brconfig
ccdconfig
cgdconfig
chkconfig
clri
disklabel Convert more MACHINE tests to MACHINE_ARCH 2009-02-14 13:50:50 +00:00
dkctl
dkscan_bsdlabel
dmesg
drvctl
dump
dump_lfs Comment out CFLAGS+=-g. 2009-02-13 16:02:05 +00:00
edlabel This ain't whitespace98. 2009-02-16 13:38:21 +00:00
fastboot
fdisk
fsck
fsck_ext2fs - add a sanity check for e2fs_inode_size in readsb() 2009-03-02 11:31:59 +00:00
fsck_ffs don't copy the address of a pointer. Noticed by Anon Ymous 2009-02-25 13:52:18 +00:00
fsck_lfs PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
fsck_msdos
fsdb
fsirand
gpt
ifconfig Comment out CFLAGS+=-g. 2009-02-13 16:02:05 +00:00
init
ldconfig
mbrlabel
mknod
modload
modstat
modunload
mount Fix typo, and restore line that was lost in previous. 2009-02-23 08:14:53 +00:00
mount_ados
mount_cd9660
mount_efs
mount_ext2fs
mount_fdesc
mount_ffs
mount_filecore
mount_hfs
mount_kernfs
mount_lfs
mount_msdos
mount_nfs nfsdefargs: use designated initializers 2009-02-20 15:37:22 +00:00
mount_ntfs
mount_null
mount_overlay
mount_portal
mount_procfs Note change with linux compat. 2009-02-24 12:45:37 +00:00
mount_ptyfs
mount_smbfs
mount_sysvbfs
mount_tmpfs
mount_udf
mount_umap
mount_union
newbtconf
newfs
newfs_ext2fs Use inodesize to get offset of inode in one more place. 2009-03-02 10:57:03 +00:00
newfs_lfs Restore newfs_lfs after softdep removal (hi ad) 2009-02-22 23:06:23 +00:00
newfs_msdos Use the wedge size, not the disk size, from Yorick Hardy 2009-02-17 00:16:35 +00:00
newfs_sysvbfs Make function bodies static, the prototype already is. 2009-02-25 23:59:30 +00:00
newfs_udf fix typo: "aprox." -> "approx." (approximate). 2009-02-15 08:23:31 +00:00
nologin
pdisk
ping
ping6
pppoectl
raidctl
rcorder
reboot
resize_ffs
resize_lfs
restore remove a useless cast. 2009-02-22 15:28:43 +00:00
rndctl
route
routed
rtsol
savecore Add crash(8), a utility to diagnose kernel crashes. This is basically 2009-03-07 22:08:07 +00:00
scan_ffs
scsictl
setkey
shutdown
slattach
svhlabel
swapctl
sysctl Add missing free() in machdep_diskinfo(). 2009-03-05 15:35:59 +00:00
ttyflags
tunefs PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
umount
veriexecctl
wdogctl
wsconsctl
Makefile
Makefile.inc