This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
fs
/
cd9660
History
Poul-Henning Kamp
29796304f8
Do not call VOP_BMAP() on our own vnodes.
...
It is particularly silly when all it does is a minor piece of math.
2003-08-17 23:00:30 +00:00
..
cd9660_bmap.c
Use __FBSDID().
2003-06-11 00:34:37 +00:00
cd9660_lookup.c
Do not call VOP_BMAP() on our own vnodes.
2003-08-17 23:00:30 +00:00
cd9660_mount.h
…
cd9660_node.c
Use __FBSDID().
2003-06-11 00:34:37 +00:00
cd9660_node.h
change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660
2003-06-24 22:11:20 +00:00
cd9660_rrip.c
Use __FBSDID().
2003-06-11 00:34:37 +00:00
cd9660_rrip.h
…
cd9660_util.c
Use __FBSDID().
2003-06-11 00:34:37 +00:00
cd9660_vfsops.c
Consistently use the BSD u_int and u_short instead of the SYSV uint and
2003-08-07 15:04:27 +00:00
cd9660_vnops.c
Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations
2003-06-15 18:53:00 +00:00
iso_rrip.h
Remove __P.
2002-03-20 07:51:46 +00:00
iso.h
Fixed some style bugs in the removal of __P(()). Continuation lines
2002-03-24 04:35:23 +00:00
TODO
…
TODO.hibler
…