summaryrefslogtreecommitdiffstats
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-1/+1
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-32/+0
* Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY.phk2001-04-301-10/+4
* Revert consequences of changes to mount.h, part 2.grog2001-04-297-14/+0
* Move the netexport structure from the fs-specific mountstructurephk2001-04-252-29/+2
* Correct #includes to work with fixed sys/mount.h.grog2001-04-237-0/+14
* 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-112-1/+3
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Display the Joliet Extension 'level' in the log message.alfred2001-02-231-1/+1
* Add a hook for loading of a Unicode -> char conversion routine as a kld at asobomax2001-02-131-0/+12
* Change and clean the mutex lock interface.bmilekic2001-02-091-8/+8
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-15/+2
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-14/+11
* 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
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-3/+3
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+5
* Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacksbp2000-10-034-9/+18
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+1
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-42/+3
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+2
* Fix memory leakage on module unload.bp2000-06-293-1/+12
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-055-0/+5
* Add $FreeBSD$peter2000-05-012-0/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* 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
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-4/+4
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-152-18/+3
* Commit the kernel part of our DVD support. Nothing much to say really,sos1999-12-071-0/+30
* 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 unused #includesphk1999-10-111-1/+0
* Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-301-8/+0
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-201-2/+4
* 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-2812-12/+12
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-18/+2
OpenPOWER on IntegriCloud