summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/specfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't use seltrue() in poll ops since it requires v_rdev dereferencinggrange2004-11-291-2/+3
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-232-11/+10
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-12/+4
* Remove commons; inspired by netbsd.jason2003-02-122-3/+5
* Implement simple vnodeop inheritance for specfs and fifofs.art2002-11-082-3/+13
* First round of __P removal in sysmillert2002-03-142-25/+25
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-192-5/+3
* Readd VOP_MMAP, will be used soon. Right now it's just a question toart2001-12-042-3/+5
* Get rid of several unused vnode operationscsapuntz2001-06-232-16/+2
* Use buf_startcsapuntz2001-03-151-3/+3
* port kqueue changes from freebsd, plus all required openbsd glue.provos2001-03-012-2/+22
* Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.csapuntz2001-02-241-5/+3
* Remove the clustering fields from the vnodes and place them in thecsapuntz2001-02-232-2/+5
* Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockcsapuntz1998-08-061-6/+6
* Please GCC 2.8 -Wall + some KNFniklas1998-02-231-7/+4
* I should be more careful about what I check in. Undo earlier commenting-outcsapuntz1997-12-281-5/+1
* Removed i386-specific crudcsapuntz1997-11-061-93/+4
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-062-43/+136
* back out vfs lite2 till after 2.2deraadt1997-10-062-136/+43
* VFS Lite2 Changescsapuntz1997-10-062-43/+136
* spec_advlock() via lf_advlock()kstailey1997-01-042-7/+8
* make spec_advlock() perform indirect call to lf_advlock()kstailey1996-12-221-14/+15
* fix locking on devices to work on diskless workstationskstailey1996-12-051-3/+9
* remrq -> remrunqueuekstailey1996-11-231-2/+2
* added const to second parameter of cfprint_t routineskstailey1996-11-231-1/+5
* permit locking on devicesderaadt1996-11-041-2/+3
* no sys/cpu.hderaadt1996-05-021-3/+2
* From NetBSD: update to 960217 sourcesniklas1996-02-272-108/+145
* initial import of NetBSD treederaadt1995-10-182-0/+831