summaryrefslogtreecommitdiffstats
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-18/+2
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-6/+2
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sbde1999-08-231-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-6/+6
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-082-4/+3
* I have not one single time remembered the name of this function correctlyphk1999-07-171-3/+3
* Simplify cdevsw registration.phk1999-05-311-3/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-114-9/+9
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-6/+6
* The lowercasing of Joliet filenames was not a feature.dcs1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-6/+6
* Suser() simplification:phk1999-04-271-2/+2
* Add support for Joliet extensions to the iso9660 fs. The related PRdcs1999-04-187-82/+224
* Don't comment out dead code; remove it.bde1999-01-311-4/+1
* Use suser() to determine super-user-ness.phk1999-01-301-17/+15
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-274-25/+32
* Mountroot could concievably make sense to a KLD though, in the preloadpeter1999-01-171-6/+1
* Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
* MFC: loosen compare even though bde doesn't like it.jkh1998-12-061-3/+3
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-2/+3
* Remove the SLICE code.sos1998-09-141-13/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-3/+3
* Fix problem reported on bugtraq: check permission of device mountedguido1998-09-071-1/+19
* There is no such thing any more as "struct bdevsw".julian1998-07-041-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* As described by the submitter:msmith1998-05-061-16/+1
* The 'mountroot' option is obviously pointless for an LKMjulian1998-04-201-3/+9
* Make the devfs SLICE option a standard type option.julian1998-04-201-1/+2
* Add changes and code to implement a functional DEVFS.julian1998-04-191-1/+12
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-5/+6
* Trivial filesystem getpages/putpages implementations, set the second.msmith1998-03-061-1/+35
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+16
* Staticize.eivind1998-02-091-4/+4
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+3
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+11
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+3
* Properly clean out the SI_MOUNTEDON flag iff the mount attempt failsjoerg1997-12-211-1/+2
* Staticize a few things.phk1997-11-183-11/+10
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-072-4/+3
* Use bread() instead of cluster_read() for reading the last blockbde1997-10-271-2/+2
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-2/+2
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-172-62/+12
* Another VFS cleanup "kilo commit"phk1997-10-161-102/+1
* VFS mega cleanup commit (x/N)phk1997-10-165-92/+28
* vnops megacommitphk1997-10-151-65/+3
OpenPOWER on IntegriCloud