| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling |  jsg | 2021-03-10 | 1 | -2/+2 |
* | Rename poll-compatibility flag to better reflect what it is. |  mpi | 2020-06-11 | 1 | -2/+2 |
* | Make spec_kqfilter() and cttykqfilter() behave like their corresponding |  mpi | 2020-06-11 | 1 | -6/+11 |
* | struct vops is not modified during runtime so use const which moves each |  claudio | 2020-01-20 | 1 | -2/+2 |
* | Convert the speclisth hash buckets into SLIST macros. This makes |  bluhm | 2019-12-27 | 1 | -2/+2 |
* | Consistently release the vnode lock while calling d_close of cloned and |  visa | 2019-10-29 | 1 | -29/+22 |
* | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ |  cheloha | 2019-07-25 | 1 | -2/+2 |
* | vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@ |  cheloha | 2019-07-19 | 1 | -2/+2 |
* | Remember to lock v_specparent for VOP operations. |  visa | 2018-07-07 | 1 | -3/+13 |
* | Fix a locking error in spec_setattr(). Unlike many VOP operations, |  visa | 2018-07-07 | 1 | -2/+2 |
* | Use more list macros for v_dirtyblkhd. |  bluhm | 2018-07-02 | 1 | -3/+2 |
* | Remove proc from the parameters of vn_lock(). The parameter is |  visa | 2018-05-02 | 1 | -8/+8 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 1 | -9/+9 |
* | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 1 | -2/+2 |
* | Increase size of the clone bitmap (revised diff after revert). I have |  natano | 2016-04-05 | 1 | -3/+3 |
* | Revert the clone bitmap enlargement change |  mikeb | 2016-04-01 | 1 | -4/+3 |
* | Increase size of the clone bitmap. A limit of only 64 device clones |  natano | 2016-03-31 | 1 | -3/+4 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -9/+9 |
* | Convert min() and uiomovei() to ulmin() and uiomove(), |  stefan | 2016-01-19 | 1 | -9/+11 |
* | remove stale lint annotations |  tedu | 2015-12-05 | 1 | -2/+1 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -3/+3 |
* | Explicitely include <uvm/uvm_extern.h> in order to build on variable page size |  miod | 2014-12-29 | 1 | -1/+3 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+2 |
* | include sys/unistd.h where needed instead of indirect reliance. ok jsg |  tedu | 2014-11-03 | 1 | -1/+2 |
* | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. |  doug | 2014-09-13 | 1 | -3/+2 |
* | Use local variables for ap->a_p where appropriate. |  guenther | 2013-10-30 | 1 | -12/+13 |
* | Unlock the vnode while calling a device's d_close routine, except when |  guenther | 2013-10-29 | 1 | -3/+11 |
* | Make it possible to have multiple clonable devices per major. |  kettenis | 2013-08-06 | 1 | -3/+7 |
* | Do a proper cleanup in the error path when opening a clonable device fails. |  kettenis | 2013-07-29 | 1 | -4/+7 |
* | back out the cache flipper temporarily to work out of tree. |  beck | 2013-07-09 | 1 | -4/+2 |
* | High memory page flipping for the buffer cache. |  beck | 2013-06-11 | 1 | -2/+4 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -3/+3 |
* | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, |  guenther | 2013-03-28 | 1 | -1/+4 |
* | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, |  guenther | 2013-03-28 | 1 | -4/+1 |
* | Cleanup our filesystem pathconf() code a little bit to make it easier |  matthew | 2012-06-20 | 1 | -9/+12 |
* | When using rthreads, the thread that calls exit will be the last one to |  jsing | 2011-07-30 | 1 | -4/+4 |
* | clean up some left over decls from before the code moved to one file |  deraadt | 2011-07-05 | 1 | -1/+4 |
* | move the specfs code to a place people can see it; ok guenther thib krw |  deraadt | 2011-07-04 | 1 | -3/+93 |
* | Fix another kqfilter return value. |  nicm | 2011-07-04 | 1 | -2/+2 |
* | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is |  nicm | 2011-07-04 | 1 | -2/+2 |
* | bread does nothing with its ucred argument. remove it. ok matthew |  tedu | 2011-07-04 | 1 | -4/+4 |
* | Every single vop_default is set to eopnotsupp, so retire it |  thib | 2011-04-05 | 1 | -2/+1 |
* | Bring back the "End the VOP experiment." diff, naddy's issues where |  thib | 2010-12-21 | 1 | -50/+38 |
* | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 2010-09-10 | 1 | -38/+50 |
* | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 2010-09-06 | 1 | -50/+38 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -3/+3 |
* | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this |  dlg | 2010-05-18 | 1 | -1/+2 |
* | - remove super-obvious comments from $fs_vnodeop_entries[] |  jasper | 2009-08-13 | 1 | -36/+36 |
* | backout the buf_acquire() does the bremfree() since all callers |  thib | 2009-06-25 | 1 | -1/+2 |
* | All caller of buf_acquire were doing bremfree before the call. |  art | 2009-06-06 | 1 | -2/+1 |