aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-055-0/+5
* Add $FreeBSD$Peter Wemm2000-05-012-0/+3
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1
* remove check now done in vn_isdisk().Poul-Henning Kamp2000-01-101-4/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-2/+2
* Return ENXIO if there is no device.Poul-Henning Kamp2000-01-021-1/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-4/+4
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-152-18/+3
* Commit the kernel part of our DVD support. Nothing much to say really,Søren Schmidt1999-12-071-0/+30
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-091-3/+6
* remove a confusing and stale comment.Poul-Henning Kamp1999-11-081-3/+0
* Newline-terminate the complaint message about not being able to findMike Smith1999-11-011-1/+1
* remove unused #includesPoul-Henning Kamp1999-10-111-1/+0
* Remove the D_NOCLUSTER[RW] options which were added because vn hadPoul-Henning Kamp1999-09-301-8/+0
* More removals of vnode->v_lastr, replaced by preexisting seqcountMatthew Dillon1999-09-201-2/+4
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-15/+27
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-50/+4
* Fix various trivial warnings from LINTPoul-Henning Kamp1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2812-12/+12
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-18/+2
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.Poul-Henning Kamp1999-08-251-6/+2
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sBruce Evans1999-08-231-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-6/+6
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-082-4/+3
* I have not one single time remembered the name of this function correctlyPoul-Henning Kamp1999-07-171-3/+3
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-3/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-114-9/+9
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-6/+6
* The lowercasing of Joliet filenames was not a feature.Daniel C. Sobral1999-05-081-2/+2
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-6/+6
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Add support for Joliet extensions to the iso9660 fs. The related PRDaniel C. Sobral1999-04-187-82/+224
* Don't comment out dead code; remove it.Bruce Evans1999-01-311-4/+1
* Use suser() to determine super-user-ness.Poul-Henning Kamp1999-01-301-17/+15
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-274-25/+32
* Mountroot could concievably make sense to a KLD though, in the preloadPeter Wemm1999-01-171-6/+1
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* MFC: loosen compare even though bde doesn't like it.Jordan K. Hubbard1998-12-061-3/+3
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedBruce Evans1998-10-251-2/+3
* Remove the SLICE code.Søren Schmidt1998-09-141-13/+1
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-3/+3
* Fix problem reported on bugtraq: check permission of device mountedGuido van Rooij1998-09-071-1/+19
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-2/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* As described by the submitter:Mike Smith1998-05-061-16/+1