summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* 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
* | - Lock the buf before clearing flags.jeff2003-03-132-2/+2
* | - Add a new 'flags' parameter to getblk().jeff2003-03-048-16/+16
* | Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-032-2/+2
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-022-68/+66
* | uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-022-4/+2
* | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-252-2/+2
* | This commit was generated by cvs2svn to compensate for changes in r111368,obrien2003-02-231-0/+248
|\ \
| * | Import Linux's linux/include/asm-sparc64/bitopts.h.obrien2003-02-231-0/+248
| * | Update the vendor branch of ext2fs to Linux 2.3.35. This is neededbde2000-01-018-686/+1123
| * | Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fsbde2000-01-011-34/+10
* | | Import Linux's linux/include/asm-sparc64/bitopts.h.obrien2003-02-231-0/+248
* | | Back out M_* changes, per decision of the TRB.imp2003-02-196-18/+18
* | | - Use the new vop_stdfsync instead of recreating our own.jeff2003-02-092-98/+6
* | | Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY().phk2003-01-282-2/+2
* | | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-216-18/+18
* | | Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-042-18/+0
* | | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-032-2/+2
* | | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-4/+4
* | | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-2/+2
* | | MFufs 1.33:bde2002-10-182-2/+2
* | | Be consistent about functions being static.phk2002-10-162-32/+32
* | | Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-145-5/+1
* | | - Lock access to the buf lists.jeff2002-09-256-28/+38
* | | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-192-22/+8
* | | Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-182-8/+4
* | | Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-144-8/+8
* | | vfs_syscalls.c:bde2002-09-102-102/+12
* | | In order to better support flexible and extensible access control,rwatson2002-08-154-14/+18
* | | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-124-20/+26
* | | - Replace v_flag with v_iflag and v_vflagjeff2002-08-042-6/+12
* | | Use hashdestroy() now that it exists.iedowse2002-06-301-6/+1
* | | Use suword16/fuword16 instead of susword/fusword - this has two differentpeter2002-06-202-15/+15
* | | Convert ext2fs to nmount(2).mux2002-05-244-54/+56
* | | Add an ext2_uninit() routine that undoes the actions performed byiedowse2002-05-185-10/+37
* | | Fix two off-by-one errors when sanity-checking inode numbers. Iniedowse2002-05-184-4/+4
* | | Use explicitly-sized types where necessary to make ext2fs work againiedowse2002-05-1816-118/+118
* | | Give ext2fs its own static "dirchk" variable instead of using ufs'siedowse2002-05-162-8/+24
* | | Remove register keyword.iedowse2002-05-1616-172/+166
OpenPOWER on IntegriCloud