summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-1/+1
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-28/+2
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Add missed MODULE_VERSION() call, so loading of unicode conversion routinesobomax2001-03-111-0/+1
* Add a mount time option which slightly relaxes checks for valid Joiletbp2001-03-111-1/+2
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Display the Joliet Extension 'level' in the log message.alfred2001-02-231-1/+1
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-15/+2
* Proc locking to protect p_ucred while we obtain additional references.jhb2001-01-241-2/+15
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+2
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-3/+3
* Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacksbp2000-10-031-1/+5
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+2
* Fix memory leakage on module unload.bp2000-06-291-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* remove check now done in vn_isdisk().phk2000-01-101-4/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-2/+2
* Return ENXIO if there is no device.phk2000-01-021-1/+5
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+3
* Next step in the device cleanup process.phk1999-11-091-3/+6
* remove a confusing and stale comment.phk1999-11-081-3/+0
* Newline-terminate the complaint message about not being able to findmsmith1999-11-011-1/+1
* Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-301-8/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-15/+27
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-50/+4
* Fix various trivial warnings from LINTphk1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-18/+2
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-6/+2
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sbde1999-08-231-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-6/+6
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+1
* Simplify cdevsw registration.phk1999-05-311-3/+2
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-6/+6
* Continue where Julian left off in July 1998:phk1999-05-071-6/+6
* Suser() simplification:phk1999-04-271-2/+2
* Add support for Joliet extensions to the iso9660 fs. The related PRdcs1999-04-181-21/+84
* Don't comment out dead code; remove it.bde1999-01-311-4/+1
* Use suser() to determine super-user-ness.phk1999-01-301-17/+15
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-10/+12
* Mountroot could concievably make sense to a KLD though, in the preloadpeter1999-01-171-6/+1
* MFC: loosen compare even though bde doesn't like it.jkh1998-12-061-3/+3
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-2/+3
* Remove the SLICE code.sos1998-09-141-13/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-3/+3
* Fix problem reported on bugtraq: check permission of device mountedguido1998-09-071-1/+19
OpenPOWER on IntegriCloud