| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'. | cvs2svn | 2003-05-31 | 21 | -9355/+0 |
| * | This commit was generated by cvs2svn to compensate for changes in r113778, | David E. O'Brien | 2003-04-21 | 1 | -0/+245 |
| |\ |
|
| | * | Vendor import revision 1.8 of ac97_codec.h (we renamed the file) from | David E. O'Brien | 2003-04-21 | 1 | -0/+245 |
| | * | Vendor import revision 1.51 of 8010.h (we renamed the file) fromvendor/alsa/1.51 | David E. O'Brien | 2003-04-18 | 1 | -68/+134 |
| | * | Vendor import revision 1.39 of 8010.h (we renamed the file) fromvendor/alsa/1.39 | David E. O'Brien | 2003-04-18 | 1 | -18/+23 |
| | * | This commit was manufactured by cvs2svn to create branch 'ALSA'. | cvs2svn | 2000-04-02 | 1 | -0/+666 |
| * | Sync with Creative's 8010.h rev 1.39. | David E. O'Brien | 2003-04-18 | 1 | -3/+3 |
| * | Use local struct proc variables to reduce repeated td->td_proc dereferences | John Baldwin | 2003-04-17 | 1 | -4/+5 |
| * | - Lock the buf before clearing flags. | Jeff Roberson | 2003-03-13 | 2 | -2/+2 |
| * | - Add a new 'flags' parameter to getblk(). | Jeff Roberson | 2003-03-04 | 8 | -16/+16 |
| * | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 2 | -2/+2 |
| * | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | Dag-Erling Smørgrav | 2003-03-02 | 2 | -68/+66 |
| * | uiomove-related caddr_t -> void * (just the low-hanging fruit) | Dag-Erling Smørgrav | 2003-03-02 | 2 | -4/+2 |
| * | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | Jeff Roberson | 2003-02-25 | 2 | -2/+2 |
| * | This commit was generated by cvs2svn to compensate for changes in r111368, | David E. O'Brien | 2003-02-23 | 1 | -0/+248 |
| |\ |
|
| | * | Import Linux's linux/include/asm-sparc64/bitopts.h.vendor/ext2fs | David E. O'Brien | 2003-02-23 | 1 | -0/+248 |
| | * | Update the vendor branch of ext2fs to Linux 2.3.35. This is neededvendor/ext2fs/2.3.35 | Bruce Evans | 2000-01-01 | 8 | -686/+1123 |
| | * | Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fs | Bruce Evans | 2000-01-01 | 1 | -0/+135 |
| * | | Import Linux's linux/include/asm-sparc64/bitopts.h. | David E. O'Brien | 2003-02-23 | 1 | -0/+248 |
| * | | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 6 | -18/+18 |
| * | | - Use the new vop_stdfsync instead of recreating our own. | Jeff Roberson | 2003-02-09 | 2 | -98/+6 |
| * | | Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY(). | Poul-Henning Kamp | 2003-01-28 | 2 | -2/+2 |
| * | | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 6 | -18/+18 |
| * | | Since Jeffr made the std* functions the default in rev 1.63 of | Poul-Henning Kamp | 2003-01-04 | 2 | -18/+0 |
| * | | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | Poul-Henning Kamp | 2003-01-03 | 2 | -2/+2 |
| * | | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 2 | -4/+4 |
| * | | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 2 | -2/+2 |
| * | | MFufs 1.33: | Bruce Evans | 2002-10-18 | 2 | -2/+2 |
| * | | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 2 | -32/+32 |
| * | | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 5 | -5/+1 |
| * | | - Lock access to the buf lists. | Jeff Roberson | 2002-09-25 | 6 | -28/+38 |
| * | | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | Don Lewis | 2002-09-19 | 2 | -22/+8 |
| * | | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 2 | -8/+4 |
| * | | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 4 | -8/+8 |
| * | | vfs_syscalls.c: | Bruce Evans | 2002-09-10 | 2 | -102/+12 |
| * | | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 4 | -14/+18 |
| * | | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent | Robert Watson | 2002-08-12 | 4 | -20/+26 |
| * | | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 2 | -6/+12 |
| * | | Use hashdestroy() now that it exists. | Ian Dowse | 2002-06-30 | 1 | -6/+1 |
| * | | Use suword16/fuword16 instead of susword/fusword - this has two different | Peter Wemm | 2002-06-20 | 2 | -15/+15 |
| * | | Convert ext2fs to nmount(2). | Maxime Henrion | 2002-05-24 | 4 | -54/+56 |
| * | | Add an ext2_uninit() routine that undoes the actions performed by | Ian Dowse | 2002-05-18 | 5 | -10/+37 |
| * | | Fix two off-by-one errors when sanity-checking inode numbers. In | Ian Dowse | 2002-05-18 | 4 | -4/+4 |
| * | | Use explicitly-sized types where necessary to make ext2fs work again | Ian Dowse | 2002-05-18 | 16 | -118/+118 |
| * | | Give ext2fs its own static "dirchk" variable instead of using ufs's | Ian Dowse | 2002-05-16 | 2 | -8/+24 |
| * | | Remove register keyword. | Ian Dowse | 2002-05-16 | 16 | -172/+166 |
| * | | Complete the separation of ext2fs from ufs by copying the remaining | Ian Dowse | 2002-05-16 | 28 | -898/+2684 |
| * | | Following a repo-copy from src/sys/ufs/ufs, rename functions and | Ian Dowse | 2002-05-14 | 7 | -303/+214 |
| * | | Make daddr_t and u_daddr_t 64bits wide. | Poul-Henning Kamp | 2002-05-14 | 2 | -4/+4 |
| * | | Fixed syntax errors (tokens after #endif). | Bruce Evans | 2002-05-13 | 8 | -45/+45 |