| Commit message (Expand) | Author | Age | Files | Lines |
| * | move the specfs code to a place people can see it; ok guenther thib krw |  deraadt | 2011-07-04 | 1 | -2/+2 |
| * | kqueue attach functions should return an errno or 0, not a plain 1. Fix |  nicm | 2011-07-02 | 1 | -2/+2 |
| * | Introduce vop_generic_bmap(); use it where applicable. |  thib | 2008-05-03 | 1 | -1/+16 |
| * | fifofs, deadfs and specfs all have the same "trivial lookup routine that |  thib | 2007-12-27 | 1 | -1/+11 |
| * | Allow to pull out an usb stick with ffs filesystem while mounted |  bluhm | 2007-09-15 | 1 | -1/+13 |
| * | pedro ok'd this ~3500 line diff which removes the vop argument |  deraadt | 2007-06-01 | 1 | -16/+4 |
| * | Nuke a bunch of simpelocks and associated goo. |  thib | 2007-05-26 | 1 | -6/+1 |
| * | Remove the v_interlock simplelock from the vnode structure. |  thib | 2007-03-21 | 1 | -19/+1 |
| * | Retire VOP_LEASE(); It was a bit for NQNFS and has |  thib | 2007-01-16 | 1 | -9/+1 |
| * | nit |  pedro | 2005-11-07 | 1 | -2/+2 |
| * | Make comments match reality, space the code a bit while at it |  pedro | 2005-11-06 | 1 | -5/+14 |
| * | Use ANSI-style function declarations, no binary change, okay jsg@ |  pedro | 2005-11-06 | 1 | -22/+10 |
| * | Remove v_vnlock from struct vnode, okay krw@ tedu@ |  pedro | 2005-10-19 | 1 | -47/+1 |
| * | Extended Attributes was a piece to get to ACLs, however ACLs have not |  drahn | 2005-07-03 | 1 | -17/+1 |
| * | in theory, vnlock should alays be NULL in the generic lock (sic) functions. |  tedu | 2004-06-09 | 1 | -23/+3 |
| * | use pool for namei pathbuf. testing ok millert@ tdeval@ |  tedu | 2004-05-14 | 1 | -2/+3 |
| * | fix typos/spelling in comments, from pedro martelletto |  jolan | 2004-04-25 | 1 | -2/+2 |
| * | match syscallargs comments with reality |  henning | 2003-09-01 | 1 | -1/+7 |
| * | remove caddr_t casts. it's just silly to cast something when the function |  tedu | 2003-07-21 | 1 | -2/+2 |
| * | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -3/+3 |
| * | fucntion->function. |  fgsch | 2002-02-26 | 1 | -4/+3 |
| * | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ |  drahn | 2002-02-22 | 1 | -1/+17 |
| * | UBC was a disaster. It worked very good when it worked, but on some |  art | 2001-12-19 | 1 | -11/+3 |
| * | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. |  art | 2001-12-10 | 1 | -684/+2 |
| * | Merge in struct uvm_vnode into struct vnode. |  art | 2001-12-10 | 1 | -7/+7 |
| * | Readd VOP_MMAP, will be used soon. Right now it's just a question to |  art | 2001-12-04 | 1 | -1/+8 |
| * | Call buf_cleanout, which handles wakeups |  csapuntz | 2001-11-30 | 1 | -5/+3 |
| * | Bunch of bug fixes from NetBSD. |  art | 2001-11-29 | 1 | -16/+17 |
| * | Make sure the whole buffer is initialized before calling bgetvp. |  art | 2001-11-29 | 1 | -3/+3 |
| * | Correctly handle b_vp with bgetvp and brelvp in {get,put}pages. |  art | 2001-11-29 | 1 | -5/+12 |
| * | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The |  art | 2001-11-27 | 1 | -3/+680 |
| * | Remove NQNFS |  csapuntz | 2001-06-25 | 1 | -1/+9 |
| * | KNF |  deraadt | 2001-06-22 | 1 | -9/+9 |
| * | generic kqfilter that just like select returns ready for read and write. |  provos | 2001-06-05 | 1 | -1/+51 |
| * | Locking bug on spechash. Thanks to Dawson Engler and team |  csapuntz | 2001-03-16 | 1 | -1/+2 |
| * | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock |  csapuntz | 1998-08-06 | 1 | -10/+26 |
| * | Fix a couple spinlock references. More code motion in vfs_subr.c |  csapuntz | 1998-01-11 | 1 | -1/+3 |
| * | A couple more splbio()s in vfs_bio plus moving around a couple functions. |  csapuntz | 1998-01-10 | 1 | -0/+235 |