summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* 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
* | DuH!phk2003-10-186-6/+6
* | Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()phk2003-10-186-0/+6
* | - File systems that wish to inspect the vnode contents or their privatejeff2003-10-052-0/+16
* | - Don't cache_purge() in ext2_reclaim. vclean() does it for us sojeff2003-10-052-2/+0
* | - Don't use vrecycle() call vgonel() directly after grabing the vnodejeff2003-10-042-8/+12
* | - Clean-up comments that refer to the use of B_LOCKED.jeff2003-08-284-6/+8
* | - In LCK_BUF() simply change the owner of the buf to the kernel.jeff2003-08-282-20/+4
* | Change of plans: Add ext2_bitops.h with generic and portablemarcel2003-08-257-55/+232
* | Add compilation support for extfs on ia64, primarily to support LINT.marcel2003-08-235-12/+63
* | Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-262-2/+2
* | Initiate de-orbit burn for fpu-less operation. 386+387 is stillpeter2003-07-2243-12145/+0
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-152-0/+4
* | Initialize struct vfsops C99-sparsely.phk2003-06-122-50/+42
* | This commit was generated by cvs2svn to compensate for changes in r115990,obrien2003-06-071-0/+1361
|\ \ | |/
| * Vendor import emu10k1.h from version 0.9.4 of the ALSA driver (whichobrien2003-06-071-0/+1361
* | Remove extra ';'phk2003-05-311-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r113778,obrien2003-04-211-0/+245
|\ \ | |/
| * Vendor import revision 1.8 of ac97_codec.h (we renamed the file) fromobrien2003-04-211-0/+245
| * Vendor import revision 1.51 of 8010.h (we renamed the file) fromobrien2003-04-181-68/+134
| * Vendor import revision 1.39 of 8010.h (we renamed the file) fromobrien2003-04-181-18/+23
| * This commit was manufactured by cvs2svn to create branch 'ALSA'.cvs2svn2000-04-0298-44607/+0
* | Sync with Creative's 8010.h rev 1.39.obrien2003-04-181-3/+3
* | Use local struct proc variables to reduce repeated td->td_proc dereferencesjhb2003-04-171-4/+5
OpenPOWER on IntegriCloud