aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* Forward declare some structs so that this file is more self-sufficient.Bruce Evans1998-02-031-1/+3
* Forward declare some structs so that this file is more self-sufficient.Bruce Evans1998-02-031-1/+11
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-271-1/+3
* Properly clean out the SI_MOUNTEDON flag iff the mount attempt failsJoerg Wunsch1997-12-211-1/+2
* Staticize a few things.Poul-Henning Kamp1997-11-183-11/+10
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-072-4/+3
* Use bread() instead of cluster_read() for reading the last blockBruce Evans1997-10-271-2/+2
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-271-2/+1
* VFS interior redecoration.Poul-Henning Kamp1997-10-261-2/+2
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichPoul-Henning Kamp1997-10-172-62/+12
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-102/+1
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-165-92/+28
* vnops megacommitPoul-Henning Kamp1997-10-151-65/+3
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-22/+22
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-146/+131
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-122-2/+9
* Clustered read and write are switched at mount-option level.KATO Takenori1997-09-272-23/+15
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-5/+5
* Convert select -> poll.Peter Wemm1997-09-141-23/+19
* This stuff is now done centrally.Poul-Henning Kamp1997-09-101-15/+1
* Removed yet more vestiges of config-time swap configuration and/orBruce Evans1997-09-071-8/+3
* Uncut&paste cache_lookup().Poul-Henning Kamp1997-08-263-58/+7
* Added a sysctl arg, vfs.cd9660.doclusterread. Deleted debug andKATO Takenori1997-08-251-16/+18
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-3/+3
* Removed unused #includes.Bruce Evans1997-08-025-20/+5
* Hide the kernel-only stuff inside #ifdef KERNEL.Joerg Wunsch1997-05-071-5/+14
* Oops. The function cd9660_mountroot() is gone, but i've committed anJoerg Wunsch1997-05-041-3/+1
* This mega-commit brings the following:Joerg Wunsch1997-05-042-19/+61
* For multi-session CD-ROMs, we have to account for previous sessions asJoerg Wunsch1997-04-291-1/+10
* Add support for ISO9660 multi-session CD-ROMs. This is just nothingJoerg Wunsch1997-04-292-2/+5
* Removed more traces of ISODEVMAP.Bruce Evans1997-04-151-20/+1
* Remove all traces of undocumented feature ISODEVMAP.Poul-Henning Kamp1997-04-144-128/+4
* Get the declaration of `struct dirent' from <sys/dirent.h>, not fromBruce Evans1997-04-101-8/+4
* Removed unused or apparently-unused #includes, especially of theBruce Evans1997-04-101-14/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* 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-2211-11/+11
* Killed more FIFO ifdefs. All gone now.Bruce Evans1997-02-132-7/+0
* Removed bogus B_AGE policy again (see rev 1.4).Bruce Evans1997-02-131-5/+0
* Declare function args in order in recently K&Rised function headers.Bruce Evans1997-02-121-3/+6
* Restored one line of "High Sierra" changes from rev.1.8.Bruce Evans1997-02-111-1/+2
* Restored one line of "High Sierra" changes from rev.1.6 which wasBruce Evans1997-02-111-1/+1
* Removed High Sierra task from TODO list. Joerg did it years ago andBruce Evans1997-02-111-6/+0
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-1011-1153/+1095
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1412-12/+12
* This commit is the embodiment of some VFS read clustering improvements.John Dyson1996-12-291-2/+3
* Fix signed/unsigned comparison warnings.Alexander Langer1996-10-202-6/+6
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-202-8/+8
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-4/+11