aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-172-3/+3
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-7/+7
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0712-48/+0
* Remove unused second arg to vfinddev().Poul-Henning Kamp2004-03-111-1/+3
* Fix comment containing vop_readdir_args contents: a_cookies is reallyTim J. Robbins2004-02-231-1/+1
* cookies is an array of u_long, not u_int, so MALLOC() it accordingly.Tim J. Robbins2004-02-231-2/+2
* Spell magic '16' number as IO_SEQSHIFT.Alexander Kabaev2004-01-191-1/+1
* DuH!Poul-Henning Kamp2003-10-181-1/+1
* Initialize b_offset before calling VOP_SPECSTRATEGY()Poul-Henning Kamp2003-10-181-0/+1
* - Don't cache_purge() in cd9660_reclaim. vclean() does it for us soJeff Roberson2003-10-051-1/+0
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-268-60/+187
* Do not call VOP_BMAP() on our own vnodes.Poul-Henning Kamp2003-08-171-10/+3
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-2/+2
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-2/+2
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660John-Mark Gurney2003-06-241-1/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsPoul-Henning Kamp2003-06-151-0/+2
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-14/+9
* Use __FBSDID().David E. O'Brien2003-06-117-8/+21
* emove unused variable(s).Poul-Henning Kamp2003-05-311-2/+0
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-3/+0
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.Dag-Erling Smørgrav2003-03-021-25/+25
* uiomove-related caddr_t -> void * (just the low-hanging fruit)Dag-Erling Smørgrav2003-03-021-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-6/+6
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryPoul-Henning Kamp2003-01-041-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofPoul-Henning Kamp2003-01-041-9/+0
* Unbreak MNT_UPDATE when running with cd as root. Detect mountroot byPeter Wemm2002-11-021-2/+1
* Fix comments and one resulting code confusion about the type of thePoul-Henning Kamp2002-10-161-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-142-7/+1
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-1/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-282-7/+7
* - Use vrefcnt() instead of v_usecount.Jeff Roberson2002-09-251-2/+2
* Remove any VOP_PRINT that redundantly prints the tag.Nate Lawson2002-09-181-18/+3
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-142-2/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-3/+3
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-131-8/+7
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+1
* Quick fix for non-unique inode numbers for hard links. We use theBruce Evans2002-05-221-6/+14
* More s/file system/filesystem/gTom Rhodes2002-05-163-5/+5
* Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles.Jeff Roberson2002-05-042-0/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallyBruce Evans2002-03-301-0/+4
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-243-8/+7
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-4/+4
* Remove __P.Alfred Perlstein2002-03-207-92/+82
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-175-16/+42
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* Fix mounting root from a ISO9660 filesystem on a SCSI CDROM.Kenneth D. Merry2001-11-271-0/+10