aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2912-12/+12
* MFC. Do not lowercase Joliet cd's filenames.Daniel C. Sobral1999-05-081-2/+2
* Add support for Joliet extensions to the iso 9660 filesystem.Daniel C. Sobral1999-04-248-123/+267
* Mountroot could concievably make sense to a KLD though, in the preloadPeter Wemm1999-01-171-6/+1
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* MFC: loosen compare even though bde doesn't like it.Jordan K. Hubbard1998-12-061-3/+3
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedBruce Evans1998-10-251-2/+3
* Remove the SLICE code.Søren Schmidt1998-09-141-13/+1
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-3/+3
* Fix problem reported on bugtraq: check permission of device mountedGuido van Rooij1998-09-071-1/+19
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-2/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* As described by the submitter:Mike Smith1998-05-061-16/+1
* The 'mountroot' option is obviously pointless for an LKMJulian Elischer1998-04-201-3/+9
* Make the devfs SLICE option a standard type option.Julian Elischer1998-04-201-1/+2
* Add changes and code to implement a functional DEVFS.Julian Elischer1998-04-191-1/+12
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-5/+6
* Trivial filesystem getpages/putpages implementations, set the second.Mike Smith1998-03-061-1/+35
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+16
* Staticize.Eivind Eklund1998-02-091-4/+4
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* 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