Age | Commit message (Expand) | Author |
2015-10-23 | Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG. | Kenneth R Westerback |
2015-10-23 | Nuke a bunch of leading/embedded/trailing whitespace so the code can be | Kenneth R Westerback |
2015-01-09 | rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt | Ted Unangst |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-11-18 | use siphash for key lookups in all the filesystem hashes. | David Gwynne |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2013-12-24 | fix error checking oddity in msdosfs code, as noted by kettenis@ | Alexander Hall |
2013-10-01 | Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_t | Stefan Fritsch |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2012-09-06 | Remove the need to occasionally treat dos file names as strings by | Kenneth R Westerback |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-10-27 | improve the look of a for loop | Theo de Raadt |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback |
2009-08-13 | - ansify function declarations, no binary change | Jasper Lievisse Adriaanse |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2008-01-13 | Return pcbmap() errors from deget() rather than ignoring them. EIO at | Kenneth R Westerback |
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback |
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | Kenneth R Westerback |
2007-06-02 | convert all daddr_t types to either daddr64_t or uint32_t or other such | Theo de Raadt |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson |
2007-03-21 | Remove the v_interlock simplelock from the vnode structure. | Thordur I. Bjornsson |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2004-05-12 | 32 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@ | Ted Unangst |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-06-23 | Get rid of several vnode operations | Constantine Sapuntzakis |
1999-04-28 | zap the newhashinit hack. | Artur Grabowski |
1999-02-26 | compat with uvm vnode pager | Artur Grabowski |
1999-01-08 | always initialize error in inactive | Artur Grabowski |
1998-08-21 | Make tabbing better. | Constantine Sapuntzakis |
1998-08-21 | malloc can block so there was a race in this code which could cause two | Constantine Sapuntzakis |
1998-01-11 | FAT32 support from NetBSD by Wolfgang Solfrank. | Niels Provos |
1997-11-11 | Initialize the de_lock. some KNF | Niklas Hallqvist |
1997-11-06 | Fixed minor bug in msdosfs_hashget | Constantine Sapuntzakis |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |