freebsd-nq/sys/miscfs
Jonathan M. Bresler caea99a368 before this commit, specfs reported disk partitions
using decimal major and minor numbers.  "ls -l" reports
	disk partitions using decimal major numbers and hex
	minor numbers.

	make specfs use decimal major numbers and hex minor numbers,
	just like "ls -l"
2000-06-12 10:20:18 +00:00
..
deadfs Remove unneeded <sys/buf.h> includes. 2000-04-18 15:15:39 +00:00
devfs Separate the struct bio related stuff out of <sys/buf.h> into 2000-05-05 09:59:14 +00:00
fdesc Instead of completely disallowing VOP_SETATTR, just do it where there is 2000-06-06 00:35:39 +00:00
fifofs Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
kernfs Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
nullfs Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
portal Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
procfs Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
specfs before this commit, specfs reported disk partitions 2000-06-12 10:20:18 +00:00
umapfs Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
union Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00