aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* 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-1149/+1091
* 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
* First pass at cleaning up macros relating to pages, clusters and all that.Poul-Henning Kamp1996-05-021-2/+2
* Provide a better handling of partially corrupted directory entries.Joerg Wunsch1996-03-141-10/+12
* This commit was generated by cvs2svn to compensate for changes in r14553,Peter Wemm1996-03-112-11/+54
|\
| * Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, allPeter Wemm1996-03-1113-0/+4587
* Added prototypes.Bruce Evans1995-12-033-32/+79
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-2/+11
* Since FreeBSD clustering code now supports filesystems < PAGE_SIZE,John Dyson1995-11-201-2/+6
* Get rid of hostnamelen variable.Poul-Henning Kamp1995-11-141-3/+3
* Brought in the setattr call support from Lite-2 so that more correct errorDavid Greenman1995-11-121-3/+38
* Fix isoilk hang caused by not checking for read-onlyness in several places.David Greenman1995-11-122-3/+19
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-093-136/+136
* Make a lot of stuff static.Poul-Henning Kamp1995-10-314-66/+69
* Finalize GETPAGES layering scheme. Move the device GETPAGESJohn Dyson1995-10-231-1/+2
* Moved the filesystem read-only check out of the syscalls and into theDavid Greenman1995-10-221-1/+4
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-042-3/+8
* Converted mountlist to a CIRCLEQ.David Greenman1995-08-111-2/+2
* Add support for the va_filerev attribute required by NFSv3.Doug Rabson1995-08-021-1/+2
* Change `extern inline' to `static inline' so that several functionsBruce Evans1995-07-251-9/+9
* There is a small bug in the cd9660 code that prevents stating ofJoerg Wunsch1995-07-161-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-214/+214
* NFS diskless operation was broken because swapdev_vp wasn't initialized.David Greenman1995-05-191-4/+4