This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
608bb3ffdf
freebsd-dev
/
sys
/
fs
History
Poul-Henning Kamp
608bb3ffdf
Remove spec_getattr(), which as far as I can tell can never be called from the current code-paths, and if it were, would panic on any unmounted bdev.
1999-08-13 10:53:58 +00:00
..
cd9660
The bdevsw() and cdevsw() are now identical, so kill the former.
1999-08-13 10:29:38 +00:00
coda
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
1999-08-08 18:43:05 +00:00
deadfs
Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixes
1998-11-22 09:19:07 +00:00
fdescfs
Make sure that stat(2) and friends always return a valid st_dev field.
1999-07-02 16:29:47 +00:00
fifofs
Back out DIAGNOSTIC changes.
1998-02-06 12:14:30 +00:00
msdosfs
The bdevsw() and cdevsw() are now identical, so kill the former.
1999-08-13 10:29:38 +00:00
ntfs
The bdevsw() and cdevsw() are now identical, so kill the former.
1999-08-13 10:29:38 +00:00
nullfs
Make sure that stat(2) and friends always return a valid st_dev field.
1999-07-02 16:29:47 +00:00
portalfs
Make sure that stat(2) and friends always return a valid st_dev field.
1999-07-02 16:29:47 +00:00
procfs
Fixed printf format errors (%qu -> %llu; the arg was already unsigned long
1999-08-08 13:43:51 +00:00
specfs
Remove spec_getattr(), which as far as I can tell can never be called from the current code-paths, and if it were, would panic on any unmounted bdev.
1999-08-13 10:53:58 +00:00
umapfs
Make sure that stat(2) and friends always return a valid st_dev field.
1999-07-02 16:29:47 +00:00
unionfs
Make sure that stat(2) and friends always return a valid st_dev field.
1999-07-02 16:29:47 +00:00