aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs/cd9660/cd9660_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "register" keyword and trailing white space.Poul-Henning Kamp2004-07-031-9/+9
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-1/+6
* Do not call VOP_BMAP() on our own vnodes.Poul-Henning Kamp2003-08-171-10/+3
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* emove unused variable(s).Poul-Henning Kamp2003-05-311-2/+0
* More s/file system/filesystem/gTom Rhodes2002-05-161-3/+3
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-2/+4
* Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flagsMatthew Dillon2001-11-041-1/+1
* B_ERROR is BIO_ERROR on -current.Poul-Henning Kamp2001-11-041-1/+1
* Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assumingMatthew Dillon2001-11-041-1/+23
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacksBoris Popov2000-10-031-6/+12
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add support for Joliet extensions to the iso9660 fs. The related PRDaniel C. Sobral1999-04-181-3/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-6/+6
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-2/+1
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-18/+16
* This stuff is now done centrally.Poul-Henning Kamp1997-09-101-15/+1
* Uncut&paste cache_lookup().Poul-Henning Kamp1997-08-261-54/+2
* Removed unused #includes.Bruce Evans1997-08-021-3/+1
* Use the common nchstats struct instead of a private one for ncs_2passesBruce Evans1997-03-081-5/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Restored one line of "High Sierra" changes from rev.1.6 which wasBruce Evans1997-02-111-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-77/+96
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix signed/unsigned comparison warnings.Alexander Langer1996-10-201-2/+2
* Fix isoilk hang caused by not checking for read-onlyness in several places.David Greenman1995-11-121-2/+2
* Moved the filesystem read-only check out of the syscalls and into theDavid Greenman1995-10-221-1/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-19/+19
* Roll in my changes to make the cd9660 code understand the olderJoerg Wunsch1995-01-161-3/+6
* Alterations to silence gcc -Wall. Some unused variables deleted.Gary Palmer1994-09-261-11/+12
* Obtained from:Bruce Evans1994-09-151-1/+2
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-2/+4
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+465