| Commit message (Expand) | Author | Age | Files | Lines |
* | trivial size for free() |  deraadt | 2015-09-01 | 1 | -6/+6 |
* | Change unp_scan() and its callbacks to pass the array of struct file ** |  guenther | 2015-07-18 | 1 | -2/+2 |
* | Set POLLHUP even if no valid events were specified as per POSIX. |  millert | 2015-05-10 | 1 | -5/+5 |
* | Now that we have a_fflag in struct vop_poll_args we can handle |  millert | 2015-05-05 | 1 | -13/+34 |
* | Fix a bug introduced in the last commit that broke EOF handling |  millert | 2015-02-12 | 1 | -10/+11 |
* | 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/+3 |
* | Instead of trying to emulate select/poll semantics with respect to EOF |  millert | 2014-10-09 | 1 | -16/+10 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -6/+6 |
* | 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 | -6/+9 |
* | kqueue attach functions should return an errno or 0, not a plain 1. Fix |  nicm | 2011-07-02 | 1 | -2/+2 |
* | 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 | 2 | -56/+39 |
* | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 2010-09-10 | 2 | -39/+56 |
* | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 2010-09-06 | 2 | -56/+39 |
* | - remove super-obvious comments from $fs_vnodeop_entries[] |  jasper | 2009-08-13 | 1 | -36/+36 |
* | fix PR 6082: do not create more fd's than will fit in the message on |  otto | 2009-02-22 | 1 | -2/+2 |
* | retire vn_default_error() and replace all instances |  thib | 2008-05-08 | 1 | -2/+2 |
* | Introduce vop_generic_bmap(); use it where applicable. |  thib | 2008-05-03 | 2 | -18/+3 |
* | remove useless defines for the vnode operations, and instead |  thib | 2008-04-24 | 2 | -46/+23 |
* | fifofs, deadfs and specfs all have the same "trivial lookup routine that |  thib | 2007-12-27 | 2 | -17/+3 |
* | MALLOC/FREE -> malloc/free |  chl | 2007-10-29 | 1 | -4/+4 |
* | ansify/de-register. |  jasper | 2007-06-18 | 1 | -40/+24 |
* | pedro ok'd this ~3500 line diff which removes the vop argument |  deraadt | 2007-06-01 | 1 | -66/+13 |
* | Retire VOP_LEASE(); It was a bit for NQNFS and has |  thib | 2007-01-16 | 2 | -4/+2 |
* | useless caddr_t casts removal, same sha1s |  pedro | 2004-05-18 | 1 | -6/+6 |
* | Fix a bug that occurs when a FIFO is opened for writing with |  millert | 2004-05-14 | 1 | -3/+5 |
* | prevent memory leak on revoke by freeing resources in a real reclaim |  tedu | 2004-03-02 | 2 | -4/+25 |
* | FIFO fixes adapted from FreeBSD: |  millert | 2004-02-24 | 1 | -56/+53 |
* | Don't rely on vp->v_usecount to tell when we can dispose of our resources |  millert | 2004-01-28 | 1 | -2/+2 |
* | Replace select backends with poll backends. selscan() and pollscan() |  millert | 2003-09-23 | 2 | -19/+17 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 2 | -12/+4 |
* | Implement simple vnodeop inheritance for specfs and fifofs. |  art | 2002-11-08 | 2 | -6/+16 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 2 | -21/+21 |
* | UBC was a disaster. It worked very good when it worked, but on some |  art | 2001-12-19 | 2 | -5/+3 |
* | Readd VOP_MMAP, will be used soon. Right now it's just a question to |  art | 2001-12-04 | 2 | -3/+5 |
* | Get rid of several unused vnode operations |  csapuntz | 2001-06-23 | 2 | -16/+2 |
* | port kqueue changes from freebsd, plus all required openbsd glue. |  provos | 2001-03-01 | 2 | -2/+97 |
* | deal with stupid legacy applications that open a fifo O_RDWR. okay millert@ |  provos | 2000-11-15 | 1 | -7/+4 |
* | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock |  csapuntz | 1998-08-06 | 1 | -5/+5 |
* | Updates for VFS Lite 2 + soft update. |  csapuntz | 1997-11-06 | 2 | -35/+35 |
* | back out vfs lite2 till after 2.2 |  deraadt | 1997-10-06 | 2 | -35/+35 |
* | VFS Lite2 Changes |  csapuntz | 1997-10-06 | 2 | -35/+35 |
* | We should return 0 on non-blocking read from FIFO with no writers |  tholo | 1996-11-04 | 1 | -1/+4 |
* | partial sync with netbsd 960418, more to come |  deraadt | 1996-04-21 | 1 | -3/+3 |
* | From NetBSD: update to 960217 sources |  niklas | 1996-02-27 | 2 | -103/+129 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 2 | -0/+607 |