NetBSD/usr.bin/systat
ad 703069c0e9 specfs changes for PR kern/37717 (raidclose() is no longer called on
shutdown). There are still problems with device access and a PR will be
filed.

- Kill checkalias(). Allow multiple vnodes to reference a single device.

- Don't play dangerous tricks with block vnodes to ensure that only one
  vnode can describe a block device. Instead, prohibit concurrent opens of
  block devices. As a bonus remove the unreliable code that prevents
  multiple file system mounts on the same device. It's no longer needed.

- Track opens by vnode and by device. Issue cdev_close() when the last open
  goes away, instead of abusing vnode::v_usecount to tell if the device is
  open.
2008-01-24 17:32:52 +00:00
..
bufcache.c specfs changes for PR kern/37717 (raidclose() is no longer called on 2008-01-24 17:32:52 +00:00
cmds.c
cmdtab.c Include code to display per system call counts and times. 2007-02-18 17:00:08 +00:00
df.c
disks.c
extern.h don't call curses from a signal handler! 2007-12-31 00:22:13 +00:00
fetch.c
globalcmds.c
icmp.c use c99 initializers 2006-10-22 16:43:24 +00:00
iostat.c
ip6.c use c99 initializers 2006-10-22 16:43:24 +00:00
ip.c use c99 initializers 2006-10-22 16:43:24 +00:00
ipsec.c use c99 initializers 2006-10-22 16:43:24 +00:00
keyboard.c don't call curses from a signal handler! 2007-12-31 00:22:13 +00:00
main.c don't call curses from a signal handler! 2007-12-31 00:22:13 +00:00
Makefile Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 2007-05-28 12:06:17 +00:00
mbufs.c use c99 initializers 2006-10-22 16:43:24 +00:00
netcmds.c
netstat.c use c99 initializers 2006-10-22 16:43:24 +00:00
pigs.c use c99 initializers 2006-10-22 16:43:24 +00:00
ps.c Revert the changes done after newlock2 merge, except for the removal of 2007-02-17 22:49:56 +00:00
ps.h
swap.c
syscall.c Include code to display per system call counts and times. 2007-02-18 17:00:08 +00:00
systat.1 Document 'systat syscall'. 2007-02-18 17:29:26 +00:00
systat.h
tcp.c use c99 initializers 2006-10-22 16:43:24 +00:00
vmstat.c use c99 initializers 2006-10-22 16:43:24 +00:00
vmstat.h