summaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-2328-28/+28
* Merge vfs_subr.c:1.646 (in spirit) from HEAD to RELENG_5:Robert Watson2005-09-161-1/+1
* MFC src/sys/gnu/fs/ext2fs/fs.h 1.18Don Lewis2005-09-121-8/+8
* Revert MFC: Do not change number of arguments to vrecycle().Poul-Henning Kamp2005-03-011-1/+1
* MFC:Poul-Henning Kamp2005-02-281-1/+1
* MFC: /*- and related license changesWarner Losh2005-01-3123-36/+39
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-08-1822-9430/+0
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-152-16/+10
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-302-10/+10
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-282-2/+4
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-262-10/+10
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-122-4/+6
* Update for the KDB framework:Marcel Moolenaar2004-07-102-10/+6
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-042-28/+4
* Fixed misformatting of code and breaking of a comment in previous commit.Bruce Evans2004-06-202-4/+4
* Fixed misformatting in previous commit.Bruce Evans2004-06-202-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-169-20/+20
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0727-108/+0
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathPoul-Henning Kamp2004-03-112-8/+8
* Remove unused mnt_reservedvnlist field.Poul-Henning Kamp2004-03-112-2/+0
* Remove unused second arg to vfinddev().Poul-Henning Kamp2004-03-112-2/+6
* Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();Tim J. Robbins2004-02-198-32/+22
* Add partial support for large (>4GB) files on ext2 filesystems. ThisTim J. Robbins2004-02-186-2/+32
* Fixed misspellings of "ext2_*" as "ufs_*" and " "ext2fs_*", and ofBruce Evans2004-02-152-14/+12
* Removed support for the unsupported option READONLY. It just forcedBruce Evans2004-02-152-8/+0
* MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lockBruce Evans2004-02-132-8/+20
* Fixed longstanding brokenness of inode updates. The waitfor flag wasBruce Evans2004-02-132-8/+0
* MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reducesBruce Evans2004-02-122-24/+26
* Locking for the per-process resource limits structure.John Baldwin2004-02-042-14/+14
* Copy workaround from FFS: open device for write access even ifTim J. Robbins2004-01-242-0/+38
* Spell magic '16' number as IO_SEQSHIFT.Alexander Kabaev2004-01-192-6/+6
* This commit was generated by cvs2svn to compensate for changes in r124361,David E. O'Brien2004-01-111-10/+19
|\
| * Vendor import emu10k1.h from version 1.0.1 of the ALSA driver.vendor/alsaDavid E. O'Brien2004-01-111-10/+19
* | Sync with Creative's 8010.h rev 1.51.David E. O'Brien2004-01-091-74/+140
* | Dike out some very Linux-specific parts that we can't compile with.David E. O'Brien2004-01-091-0/+8
* | This commit was generated by cvs2svn to compensate for changes in r124273,David E. O'Brien2004-01-091-2/+42
|\|
| * Vendor import revision 1.9 of ac97_codec.h (we renamed the file) fromDavid E. O'Brien2004-01-091-2/+42
* | Fixed a reference to a nonexistent variable in previous commit. RenamingBruce Evans2003-11-052-18/+16
* | Remove mntvnode_mtx and replace it with per-mountpoint mutex.Alexander Kabaev2003-11-052-22/+22
* | Remove alpha-bitops.h now that it's unused. It's in the attic ifMarcel Moolenaar2003-11-031-255/+0
* | Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameterAlexander Kabaev2003-11-032-4/+8
* | Take care not to call vput if thread used in corresponding vgetAlexander Kabaev2003-11-022-2/+4
* | Temporarily undo parts of the stuct mount locking commit by jeff.Alexander Kabaev2003-11-012-4/+2
* | Fix the alpha tinderbox. The alpha specific bitops used by the bitmapMarcel Moolenaar2003-10-294-12/+4
* | DuH!Poul-Henning Kamp2003-10-186-6/+6
* | Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()Poul-Henning Kamp2003-10-186-0/+6
* | - File systems that wish to inspect the vnode contents or their privateJeff Roberson2003-10-052-0/+16
* | - Don't cache_purge() in ext2_reclaim. vclean() does it for us soJeff Roberson2003-10-052-2/+0
* | - Don't use vrecycle() call vgonel() directly after grabing the vnodeJeff Roberson2003-10-042-8/+12
* | - Clean-up comments that refer to the use of B_LOCKED.Jeff Roberson2003-08-284-6/+8