summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-152-6/+6
* Get even closer to not crashing ext2fsphk2004-11-064-4/+2
* Get closer to unbreaking ext2fsphk2004-11-062-0/+4
* Properly implement a default version of VOP_GETWRITEMOUNT.phk2004-11-062-2/+0
* Move EXT2FS to GEOM backing instead of DEVFS.phk2004-10-298-100/+114
* Reduce the locking activity by epsilon by checking VNON condition beforephk2004-10-282-8/+6
* Eliminate unnecessary KASSERTs.phk2004-10-274-8/+2
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-254-6/+8
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-244-4/+4
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-222-2/+2
* Desupport device nodes on EXT2 filesystems.phk2004-09-276-238/+24
* Give cluster_write() an explicit vnode argument.phk2004-09-272-2/+2
* Create simple function init_va_filerev() for initializing a va_filerevphk2004-09-072-48/+2
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-152-16/+10
* Put a version element in the VFS filesystem configuration structurephk2004-07-302-10/+10
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-282-2/+4
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-262-10/+10
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-122-4/+6
* Update for the KDB framework:marcel2004-07-102-10/+6
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-042-28/+4
* Fixed misformatting of code and breaking of a comment in previous commit.bde2004-06-202-4/+4
* Fixed misformatting in previous commit.bde2004-06-202-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-169-20/+20
* Remove advertising clause from University of California Regent'simp2004-04-0727-108/+0
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathphk2004-03-112-8/+8
* Remove unused mnt_reservedvnlist field.phk2004-03-112-2/+0
* Remove unused second arg to vfinddev().phk2004-03-112-2/+6
* Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();tjr2004-02-198-32/+22
* Add partial support for large (>4GB) files on ext2 filesystems. Thistjr2004-02-186-2/+32
* Fixed misspellings of "ext2_*" as "ufs_*" and " "ext2fs_*", and ofbde2004-02-152-14/+12
* Removed support for the unsupported option READONLY. It just forcedbde2004-02-152-8/+0
* MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lockbde2004-02-132-8/+20
* Fixed longstanding brokenness of inode updates. The waitfor flag wasbde2004-02-132-8/+0
* MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reducesbde2004-02-122-24/+26
* Locking for the per-process resource limits structure.jhb2004-02-042-14/+14
* Copy workaround from FFS: open device for write access even iftjr2004-01-242-0/+38
* Spell magic '16' number as IO_SEQSHIFT.kan2004-01-192-6/+6
* This commit was generated by cvs2svn to compensate for changes in r124361,obrien2004-01-111-10/+19
|\
| * Vendor import emu10k1.h from version 1.0.1 of the ALSA driver.obrien2004-01-111-10/+19
* | Sync with Creative's 8010.h rev 1.51.obrien2004-01-091-74/+140
* | Dike out some very Linux-specific parts that we can't compile with.obrien2004-01-091-0/+8
* | This commit was generated by cvs2svn to compensate for changes in r124273,obrien2004-01-091-2/+42
|\ \ | |/
| * Vendor import revision 1.9 of ac97_codec.h (we renamed the file) fromobrien2004-01-091-2/+42
* | Fixed a reference to a nonexistent variable in previous commit. Renamingbde2003-11-052-18/+16
* | Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-052-22/+22
* | Remove alpha-bitops.h now that it's unused. It's in the attic ifmarcel2003-11-031-255/+0
* | Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameterkan2003-11-032-4/+8
* | Take care not to call vput if thread used in corresponding vgetkan2003-11-022-2/+4
* | Temporarily undo parts of the stuct mount locking commit by jeff.kan2003-11-012-4/+2
* | Fix the alpha tinderbox. The alpha specific bitops used by the bitmapmarcel2003-10-294-12/+4
OpenPOWER on IntegriCloud