freebsd-dev/sys/fs
Dmitrij Tejblum 191e6fd0b6 Fix off by ane error in previous commit.
This caused following commands:
	mkdir z
	cd z
	touch A B
	mv B A
corrupt the '..' entry in 'z'.

Reported by:	bde
1998-05-09 09:36:38 +00:00
..
cd9660 As described by the submitter: 1998-05-06 05:29:41 +00:00
deadfs Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL 1997-12-15 03:09:59 +00:00
fdescfs As described by the submitter: 1998-05-06 05:29:41 +00:00
fifofs Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
msdosfs Fix off by ane error in previous commit. 1998-05-09 09:36:38 +00:00
nullfs As described by the submitter: 1998-05-06 05:29:41 +00:00
portalfs As described by the submitter: 1998-05-06 05:29:41 +00:00
procfs As described by the submitter: 1998-05-06 05:29:41 +00:00
specfs Add changes and code to implement a functional DEVFS. 1998-04-19 23:32:49 +00:00
umapfs As described by the submitter: 1998-05-06 05:29:41 +00:00
unionfs In the words of the submitter: 1998-05-07 04:58:58 +00:00