| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop unnecessary `p' parameter from vget(9). |  visa | 2018-05-27 | 1 | -3/+2 |
* | Remove proc from the parameters of vn_lock(). The parameter is |  visa | 2018-05-02 | 1 | -3/+2 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 1 | -2/+2 |
* | Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(), |  visa | 2018-03-28 | 1 | -2/+2 |
* | msdofs: Add new CLUST_END constant |  sf | 2017-08-14 | 1 | -2/+2 |
* | Tweak lock inits to make the system runnable with witness(4) |  visa | 2017-04-20 | 1 | -2/+2 |
* | Remove the lockmgr() API. It is only used by filesystems, where it is a |  natano | 2016-06-19 | 1 | -2/+2 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -2/+2 |
* | Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG. |  krw | 2015-10-23 | 1 | -7/+8 |
* | Nuke a bunch of leading/embedded/trailing whitespace so the code can be |  krw | 2015-10-23 | 1 | -19/+19 |
* | rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt |  tedu | 2015-01-09 | 1 | -2/+2 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+2 |
* | use siphash for key lookups in all the filesystem hashes. |  dlg | 2014-11-18 | 1 | -3/+21 |
* | 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 | -2/+2 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -3/+1 |
* | fix error checking oddity in msdosfs code, as noted by kettenis@ |  halex | 2013-12-24 | 1 | -2/+2 |
* | Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_t |  sf | 2013-10-01 | 1 | -2/+2 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -2/+2 |
* | Remove the need to occasionally treat dos file names as strings by |  krw | 2012-09-06 | 1 | -6/+8 |
* | bread does nothing with its ucred argument. remove it. ok matthew |  tedu | 2011-07-04 | 1 | -5/+3 |
* | Bring back the "End the VOP experiment." diff, naddy's issues where |  thib | 2010-12-21 | 1 | -4/+3 |
* | improve the look of a for loop |  deraadt | 2010-10-27 | 1 | -2/+2 |
* | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 2010-09-10 | 1 | -3/+4 |
* | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 2010-09-06 | 1 | -4/+3 |
* | Initialize various uninitialized variables. Found by jsg@ via Clang. |  krw | 2010-03-29 | 1 | -2/+2 |
* | - ansify function declarations, no binary change |  jasper | 2009-08-13 | 1 | -35/+14 |
* | Remove the VREF() macro and replaces all instances with a call to verf(), |  thib | 2009-07-09 | 1 | -3/+3 |
* | Return pcbmap() errors from deget() rather than ignoring them. EIO at |  krw | 2008-01-13 | 1 | -2/+4 |
* | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. |  krw | 2007-10-06 | 1 | -2/+2 |
* | MALLOC+bzero -> malloc+M_ZERO. |  krw | 2007-10-03 | 1 | -4/+2 |
* | convert all daddr_t types to either daddr64_t or uint32_t or other such |  deraadt | 2007-06-02 | 1 | -2/+2 |
* | pedro ok'd this ~3500 line diff which removes the vop argument |  deraadt | 2007-06-01 | 1 | -8/+3 |
* | Remove the simplelock argument from vrecycle(); |  thib | 2007-04-11 | 1 | -2/+2 |
* | Remove the v_interlock simplelock from the vnode structure. |  thib | 2007-03-21 | 1 | -3/+2 |
* | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. |  pedro | 2006-01-09 | 1 | -6/+11 |
* | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 1 | -2/+2 |
* | use pool for namei pathbuf. testing ok millert@ tdeval@ |  tedu | 2004-05-14 | 1 | -1/+1 |
* | 32 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@ |  tedu | 2004-05-12 | 1 | -13/+13 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -5/+5 |
* | UBC was a disaster. It worked very good when it worked, but on some |  art | 2001-12-19 | 1 | -26/+6 |
* | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. |  art | 2001-12-10 | 1 | -1/+14 |
* | Merge in struct uvm_vnode into struct vnode. |  art | 2001-12-10 | 1 | -2/+2 |
* | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The |  art | 2001-11-27 | 1 | -6/+13 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
* | Remove old vm. |  art | 2001-06-27 | 1 | -9/+1 |
* | Get rid of several vnode operations |  csapuntz | 2001-06-23 | 1 | -2/+24 |
* | zap the newhashinit hack. |  art | 1999-04-28 | 1 | -2/+2 |
* | compat with uvm vnode pager |  art | 1999-02-26 | 1 | -1/+9 |
* | always initialize error in inactive |  art | 1999-01-08 | 1 | -2/+3 |