freebsd-dev/usr.bin/fstat
Poul-Henning Kamp f3732fd15b Second half of the dev_t cleanup.
The big lines are:
	NODEV -> NULL
	NOUDEV -> NODEV
	udev_t -> dev_t
	udev2dev() -> findcdev()

Various minor adjustments including handling of userland access to kernel
space struct cdev etc.
2004-06-17 17:16:53 +00:00
..
cd9660.c fix this code properly. msdosfs can't have device nodes on them. 2003-06-24 08:18:18 +00:00
fstat.1 Correct the description of the -N option. 2004-03-26 10:48:35 +00:00
fstat.c Second half of the dev_t cleanup. 2004-06-17 17:16:53 +00:00
fstat.h Second half of the dev_t cleanup. 2004-06-17 17:16:53 +00:00
Makefile Don't use gcc specific flags. 2002-03-30 14:01:55 +00:00
msdosfs.c Do not cache and correctly free() dosmount entry in case of errors. 2003-09-23 16:44:17 +00:00