summaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-0722-9469/+0
* 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
* - In LCK_BUF() simply change the owner of the buf to the kernel.Jeff Roberson2003-08-282-20/+4
* Change of plans: Add ext2_bitops.h with generic and portableMarcel Moolenaar2003-08-257-55/+232
* Add compilation support for extfs on ia64, primarily to support LINT.Marcel Moolenaar2003-08-235-12/+63
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-262-2/+2
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillPeter Wemm2003-07-2243-12145/+0
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsPoul-Henning Kamp2003-06-152-0/+4
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-122-50/+42
* This commit was generated by cvs2svn to compensate for changes in r115990,David E. O'Brien2003-06-071-0/+1361
|\
| * Vendor import emu10k1.h from version 0.9.4 of the ALSA driver (whichDavid E. O'Brien2003-06-071-0/+1361
* | Remove extra ';'Poul-Henning Kamp2003-05-311-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r113778,David E. O'Brien2003-04-211-0/+245
|\|
| * Vendor import revision 1.8 of ac97_codec.h (we renamed the file) fromDavid E. O'Brien2003-04-211-0/+245
| * Vendor import revision 1.51 of 8010.h (we renamed the file) fromvendor/alsa/1.51David E. O'Brien2003-04-181-68/+134
| * Vendor import revision 1.39 of 8010.h (we renamed the file) fromvendor/alsa/1.39David E. O'Brien2003-04-181-18/+23
| * This commit was manufactured by cvs2svn to create branch 'ALSA'.cvs2svn2000-04-021-0/+666
* Sync with Creative's 8010.h rev 1.39.David E. O'Brien2003-04-181-3/+3
* Use local struct proc variables to reduce repeated td->td_proc dereferencesJohn Baldwin2003-04-171-4/+5
* - Lock the buf before clearing flags.Jeff Roberson2003-03-132-2/+2
* - Add a new 'flags' parameter to getblk().Jeff Roberson2003-03-048-16/+16
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-032-2/+2
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.Dag-Erling Smørgrav2003-03-022-68/+66
* uiomove-related caddr_t -> void * (just the low-hanging fruit)Dag-Erling Smørgrav2003-03-022-4/+2
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.Jeff Roberson2003-02-252-2/+2
* This commit was generated by cvs2svn to compensate for changes in r111368,David E. O'Brien2003-02-231-0/+248
|\
| * Import Linux's linux/include/asm-sparc64/bitopts.h.vendor/ext2fsDavid E. O'Brien2003-02-231-0/+248
| * Update the vendor branch of ext2fs to Linux 2.3.35. This is neededvendor/ext2fs/2.3.35Bruce Evans2000-01-018-686/+1123
| * Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fsBruce Evans2000-01-011-0/+135
* | Import Linux's linux/include/asm-sparc64/bitopts.h.David E. O'Brien2003-02-231-0/+248
* | Back out M_* changes, per decision of the TRB.Warner Losh2003-02-196-18/+18
* | - Use the new vop_stdfsync instead of recreating our own.Jeff Roberson2003-02-092-98/+6
* | Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY().Poul-Henning Kamp2003-01-282-2/+2
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-216-18/+18
* | Since Jeffr made the std* functions the default in rev 1.63 ofPoul-Henning Kamp2003-01-042-18/+0
* | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincePoul-Henning Kamp2003-01-032-2/+2
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-4/+4
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-302-2/+2