| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-12-27 | Convert the speclisth hash buckets into SLIST macros. This makes |  bluhm | 1 | -4/+6 |
| 2019-01-21 | Introduce a dedicated entry point data structure for file locks. This new data |  anton | 1 | -2/+2 |
| 2016-04-05 | Increase size of the clone bitmap (revised diff after revert). I have |  natano | 1 | -2/+3 |
| 2016-04-01 | Revert the clone bitmap enlargement change |  mikeb | 1 | -3/+2 |
| 2016-03-31 | Increase size of the clone bitmap. A limit of only 64 device clones |  natano | 1 | -2/+3 |
| 2013-11-02 | do not export speclisth to userland |  deraadt | 1 | -2/+3 |
| 2013-08-06 | Make it possible to have multiple clonable devices per major. |  kettenis | 1 | -1/+7 |
| 2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 1 | -2/+2 |
| 2011-07-05 | clean up some left over decls from before the code moved to one file |  deraadt | 1 | -12/+1 |
| 2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw |  deraadt | 1 | -1/+1 |
| 2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where |  thib | 1 | -4/+2 |
| 2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 1 | -2/+4 |
| 2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 1 | -4/+2 |
| 2010-07-17 | Wrap kernel function declarations in #ifdef _KERNEL to eliminate warnings |  guenther | 1 | -1/+3 |
| 2008-05-03 | Introduce vop_generic_bmap(); use it where applicable. |  thib | 1 | -2/+1 |
| 2008-04-14 | garbage collect the now unused spec_ebadf(); |  thib | 1 | -2/+1 |
| 2008-04-12 | remove useless defines for the vnode operations, and instead |  thib | 1 | -20/+2 |
| 2008-04-08 | bring cloning up too date; Munge it so it will work with atleast |  thib | 1 | -5/+4 |
| 2007-12-27 | fifofs, deadfs and specfs all have the same "trivial lookup routine that |  thib | 1 | -2/+1 |
| 2007-06-02 | daddr_t -> daddr64_t for specfs. convert some variables |  thib | 1 | -2/+2 |
| 2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has |  thib | 1 | -2/+1 |
| 2006-06-02 | Add a clonable devices implementation. Hacked along with thib@, input |  pedro | 1 | -1/+17 |
| 2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() |  millert | 1 | -2/+2 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 1 | -6/+2 |
| 2003-02-12 | Remove commons; inspired by netbsd. |  jason | 1 | -2/+2 |
| 2002-11-08 | Implement simple vnodeop inheritance for specfs and fifofs. |  art | 1 | -1/+3 |
| 2002-03-14 | First round of __P removal in sys |  millert | 1 | -19/+19 |
| 2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some |  art | 1 | -2/+1 |
| 2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to |  art | 1 | -1/+2 |
| 2001-06-23 | Get rid of several unused vnode operations |  csapuntz | 1 | -8/+1 |
| 2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. |  provos | 1 | -1/+2 |
| 2001-02-23 | Remove the clustering fields from the vnodes and place them in the |  csapuntz | 1 | -1/+2 |
| 1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock |  csapuntz | 1 | -6/+6 |
| 1997-11-06 | Updates for VFS Lite 2 + soft update. |  csapuntz | 1 | -12/+8 |
| 1997-10-06 | back out vfs lite2 till after 2.2 |  deraadt | 1 | -8/+12 |
| 1997-10-06 | VFS Lite2 Changes |  csapuntz | 1 | -12/+8 |
| 1997-01-04 | spec_advlock() via lf_advlock() |  kstailey | 1 | -1/+3 |
| 1996-02-27 | From NetBSD: update to 960217 sources |  niklas | 1 | -46/+47 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 1 | -0/+129 |