summaryrefslogtreecommitdiffstats
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused second arg to vfinddev().phk2004-03-111-1/+3
* Fix comment containing vop_readdir_args contents: a_cookies is reallytjr2004-02-231-1/+1
* cookies is an array of u_long, not u_int, so MALLOC() it accordingly.tjr2004-02-231-2/+2
* Spell magic '16' number as IO_SEQSHIFT.kan2004-01-191-1/+1
* DuH!phk2003-10-181-1/+1
* Initialize b_offset before calling VOP_SPECSTRATEGY()phk2003-10-181-0/+1
* - Don't cache_purge() in cd9660_reclaim. vclean() does it for us sojeff2003-10-051-1/+0
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-268-60/+187
* Do not call VOP_BMAP() on our own vnodes.phk2003-08-171-10/+3
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-2/+2
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-2/+2
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660jmg2003-06-241-1/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-14/+9
* Use __FBSDID().obrien2003-06-117-8/+21
* emove unused variable(s).phk2003-05-311-2/+0
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-3/+0
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-25/+25
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-192-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-6/+6
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-041-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-9/+0
* 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
OpenPOWER on IntegriCloud