| Commit message (Expand) | Author | Age | Files | Lines |
* | Track a size in the scary area of cluster_collectbufs, so that we know |  deraadt | 2015-10-03 | 1 | -8/+11 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | 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 | -3/+3 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -3/+1 |
* | 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 | -6/+6 |
* | bread does nothing with its ucred argument. remove it. ok matthew |  tedu | 2011-07-04 | 1 | -2/+2 |
* | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ |  pedro | 2007-05-26 | 1 | -501/+4 |
* | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ |  pedro | 2006-10-16 | 1 | -13/+13 |
* | Introduce daddr64_t and use it for physical block numbers |  pedro | 2006-10-03 | 1 | -16/+13 |
* | Use ANSI function declarations and deregister, no binary change |  pedro | 2005-11-08 | 1 | -45/+14 |
* | styling |  pedro | 2004-10-26 | 1 | -4/+4 |
* | useless caddr_t cast removal. same md5s. |  tedu | 2004-04-13 | 1 | -5/+5 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Stop using an LFS type for cluster mallocs, use an own type and |  art | 2003-01-30 | 1 | -9/+9 |
* | spelling; from Brian Poole <raj@cerias.purdue.edu> |  todd | 2002-06-14 | 1 | -2/+2 |
* | cluster_callback is a b_iodone handler. Since it calls functions |  art | 2002-05-24 | 1 | -1/+3 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -10/+10 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
* | KNF |  deraadt | 2001-06-22 | 1 | -21/+21 |
* | cluster_rbuild() have a race between incore and getblk. incore() returns |  gluk | 2001-05-28 | 1 | -1/+2 |
* | fix comments. |  gluk | 2001-05-20 | 1 | -4/+4 |
* | Fix a race which could cause us to write out data belonging |  art | 2001-03-21 | 1 | -2/+10 |
* | Move buf_undirty and tbp flags manipulation back before calling the |  csapuntz | 2001-02-27 | 1 | -12/+12 |
* | Change the B_DELWRI flag using buf_dirty and buf_undirty instead of |  csapuntz | 2001-02-23 | 1 | -9/+8 |
* | Remove the clustering fields from the vnodes and place them in the |  csapuntz | 2001-02-23 | 1 | -56/+61 |
* | Latest soft updates from FreeBSD/Kirk McKusick |  csapuntz | 2001-02-21 | 1 | -3/+3 |
* | remove obsolete vtrace guts; art@ |  mickey | 2000-06-23 | 1 | -8/+2 |
* | panic prints a newline for you, don't do it in the panic string |  millert | 1999-01-11 | 1 | -3/+3 |
* | More fixes for huge (>2GB) files. |  csapuntz | 1998-10-13 | 1 | -7/+9 |
* | Fix from Kirk McKusick to make sure that clustering works correctly across |  csapuntz | 1998-10-11 | 1 | -2/+2 |
* | Please GCC 2.8's harsher view of good style |  niklas | 1998-02-20 | 1 | -3/+5 |
* | Soft updates bug fix: Set the flags on the buffer describing our intentions |  csapuntz | 1998-01-08 | 1 | -7/+9 |
* | Updates for VFS Lite 2 + soft update. |  csapuntz | 1997-11-06 | 1 | -14/+5 |
* | back out vfs lite2 till after 2.2 |  deraadt | 1997-10-06 | 1 | -5/+14 |
* | VFS Lite2 Changes |  csapuntz | 1997-10-06 | 1 | -14/+5 |
* | Cleaning up my tree.. that is why nits like this extra blank line |  niklas | 1997-09-27 | 1 | -1/+2 |
* | Correct early termination case of read clustering which could cause |  niklas | 1997-02-01 | 1 | -24/+17 |
* | Correct a panic condition hitting on machines with NBPG != ffs blocksize, |  niklas | 1997-01-10 | 1 | -2/+2 |
* | Kernel-implementation of update(8) my me |  tholo | 1996-06-11 | 1 | -1/+3 |
* | sync syscalls, no sys/cpu.h |  deraadt | 1996-05-02 | 1 | -4/+4 |
* | partial sync with netbsd 960418, more to come |  deraadt | 1996-04-21 | 1 | -5/+5 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -3/+6 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+773 |