summaryrefslogtreecommitdiffstats
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* Unbreak MNT_UPDATE when running with cd as root. Detect mountroot bypeter2002-11-021-2/+1
* Fix comments and one resulting code confusion about the type of thephk2002-10-161-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-142-7/+1
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-282-7/+7
* - Use vrefcnt() instead of v_usecount.jeff2002-09-251-2/+2
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-18/+3
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-142-2/+2
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-3/+3
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-8/+7
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* Quick fix for non-unique inode numbers for hard links. We use thebde2002-05-221-6/+14
* More s/file system/filesystem/gtrhodes2002-05-163-5/+5
* Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles.jeff2002-05-042-0/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-0/+4
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-243-8/+7
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-4/+4
* Remove __P.alfred2002-03-207-92/+82
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-175-16/+42
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Fix mounting root from a ISO9660 filesystem on a SCSI CDROM.ken2001-11-271-0/+10
* Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flagsdillon2001-11-041-1/+1
* B_ERROR is BIO_ERROR on -current.phk2001-11-041-1/+1
* Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assumingdillon2001-11-041-1/+23
* KSE Milestone 2julian2001-09-124-56/+55
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* 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
OpenPOWER on IntegriCloud