| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a reference to a nonexistent variable in previous commit. Renaming | bde | 2003-11-05 | 2 | -18/+16 |
* | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | kan | 2003-11-05 | 2 | -22/+22 |
* | Remove alpha-bitops.h now that it's unused. It's in the attic if | marcel | 2003-11-03 | 1 | -255/+0 |
* | Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameter | kan | 2003-11-03 | 2 | -4/+8 |
* | Take care not to call vput if thread used in corresponding vget | kan | 2003-11-02 | 2 | -2/+4 |
* | Temporarily undo parts of the stuct mount locking commit by jeff. | kan | 2003-11-01 | 2 | -4/+2 |
* | Fix the alpha tinderbox. The alpha specific bitops used by the bitmap | marcel | 2003-10-29 | 4 | -12/+4 |
* | DuH! | phk | 2003-10-18 | 6 | -6/+6 |
* | Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY() | phk | 2003-10-18 | 6 | -0/+6 |
* | - File systems that wish to inspect the vnode contents or their private | jeff | 2003-10-05 | 2 | -0/+16 |
* | - Don't cache_purge() in ext2_reclaim. vclean() does it for us so | jeff | 2003-10-05 | 2 | -2/+0 |
* | - Don't use vrecycle() call vgonel() directly after grabing the vnode | jeff | 2003-10-04 | 2 | -8/+12 |
* | - Clean-up comments that refer to the use of B_LOCKED. | jeff | 2003-08-28 | 4 | -6/+8 |
* | - In LCK_BUF() simply change the owner of the buf to the kernel. | jeff | 2003-08-28 | 2 | -20/+4 |
* | Change of plans: Add ext2_bitops.h with generic and portable | marcel | 2003-08-25 | 7 | -55/+232 |
* | Add compilation support for extfs on ia64, primarily to support LINT. | marcel | 2003-08-23 | 5 | -12/+63 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 2 | -2/+2 |
* | Initiate de-orbit burn for fpu-less operation. 386+387 is still | peter | 2003-07-22 | 43 | -12145/+0 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | phk | 2003-06-15 | 2 | -0/+4 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 2 | -50/+42 |
* | This commit was generated by cvs2svn to compensate for changes in r115990, | obrien | 2003-06-07 | 1 | -0/+1361 |
|\ |
|
| * | Vendor import emu10k1.h from version 0.9.4 of the ALSA driver (which | obrien | 2003-06-07 | 1 | -0/+1361 |
* | | Remove extra ';' | phk | 2003-05-31 | 1 | -1/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r113778, | obrien | 2003-04-21 | 1 | -0/+245 |
|\ \
| |/ |
|
| * | Vendor import revision 1.8 of ac97_codec.h (we renamed the file) from | obrien | 2003-04-21 | 1 | -0/+245 |
| * | Vendor import revision 1.51 of 8010.h (we renamed the file) from | obrien | 2003-04-18 | 1 | -68/+134 |
| * | Vendor import revision 1.39 of 8010.h (we renamed the file) from | obrien | 2003-04-18 | 1 | -18/+23 |
| * | This commit was manufactured by cvs2svn to create branch 'ALSA'. | cvs2svn | 2000-04-02 | 98 | -44607/+0 |
* | | Sync with Creative's 8010.h rev 1.39. | obrien | 2003-04-18 | 1 | -3/+3 |
* | | Use local struct proc variables to reduce repeated td->td_proc dereferences | jhb | 2003-04-17 | 1 | -4/+5 |
* | | - Lock the buf before clearing flags. | jeff | 2003-03-13 | 2 | -2/+2 |
* | | - Add a new 'flags' parameter to getblk(). | jeff | 2003-03-04 | 8 | -16/+16 |
* | | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 2 | -2/+2 |
* | | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 2 | -68/+66 |
* | | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 2 | -4/+2 |
* | | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | jeff | 2003-02-25 | 2 | -2/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r111368, | obrien | 2003-02-23 | 1 | -0/+248 |
|\ \ |
|
| * | | Import Linux's linux/include/asm-sparc64/bitopts.h. | obrien | 2003-02-23 | 1 | -0/+248 |
| * | | Update the vendor branch of ext2fs to Linux 2.3.35. This is needed | bde | 2000-01-01 | 8 | -686/+1123 |
| * | | Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fs | bde | 2000-01-01 | 1 | -34/+10 |
* | | | Import Linux's linux/include/asm-sparc64/bitopts.h. | obrien | 2003-02-23 | 1 | -0/+248 |
* | | | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 6 | -18/+18 |
* | | | - Use the new vop_stdfsync instead of recreating our own. | jeff | 2003-02-09 | 2 | -98/+6 |
* | | | Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY(). | phk | 2003-01-28 | 2 | -2/+2 |
* | | | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 6 | -18/+18 |
* | | | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 2 | -18/+0 |
* | | | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | phk | 2003-01-03 | 2 | -2/+2 |
* | | | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -4/+4 |
* | | | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 2 | -2/+2 |
* | | | MFufs 1.33: | bde | 2002-10-18 | 2 | -2/+2 |