| Commit message (Expand) | Author | Age | Files | Lines |
* | make a macro instead of #ifdef DEBUG if() printf() #endif; no functional change |  mickey | 2005-09-13 | 1 | -169/+89 |
* | remove "0x" in front of %p in printfs. |  art | 2005-05-22 | 1 | -2/+2 |
* | ANSIfy, some KNF and zap a little bit of whitespace. |  niallo | 2005-05-12 | 1 | -75/+28 |
* | Add a bzero() after malloc() when allocating component info in ccdinit(). |  niallo | 2005-05-12 | 1 | -1/+2 |
* | init pool after we allocate softc array in case malloc fails |  mickey | 2005-03-30 | 1 | -7/+7 |
* | calculate the rpm for a disklabel; implement new io discipline for mirror; this also changes the mirror striping strategy a bit to achieve the scatter-gathering; of course it has been proven that new discipline still makes troubles thus not enabling it yet ); |  mickey | 2005-03-25 | 1 | -29/+42 |
* | initialise min arg to uvm_km_suballoc; not currently enabled code path |  mickey | 2005-03-12 | 1 | -2/+4 |
* | fix a buffer-done race that makes mirroring work now; |  mickey | 2005-02-24 | 1 | -113/+130 |
* | new arg to disk_unbusy, to record separate read/write statistics. |  tedu | 2004-02-15 | 1 | -2/+3 |
* | remove uvm_extern.h |  brad | 2004-01-09 | 1 | -3/+1 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | sprintf -> snprintf, plus check for overflow in device name. |  krw | 2003-04-04 | 1 | -2/+6 |
* | In ccdsize(), check for CCDF_INITED before doing the ccdopen(). |  millert | 2003-03-28 | 1 | -6/+9 |
* | Use appropriate VM_MAP constants rather than hardcoded values in |  miod | 2002-11-10 | 1 | -2/+3 |
* | Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO) in all known callers, just to make sure). |  art | 2002-05-24 | 1 | -4/+4 |
* | protect biodone with splbio. |  art | 2002-05-23 | 1 | -1/+5 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -19/+19 |
* | zap some typedefs. |  art | 2001-11-28 | 1 | -2/+2 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+1 |
* | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok |  mickey | 2001-09-19 | 1 | -3/+1 |
* | zap old vm |  art | 2001-06-27 | 1 | -17/+1 |
* | Get rid of CLSIZE and all related stuff. |  art | 2001-05-05 | 1 | -9/+8 |
* | vm_offset_t -> vaddr_t |  art | 1999-11-26 | 1 | -2/+2 |
* | s/vm_offset_t/vaddr_t/g |  mickey | 1999-09-11 | 1 | -3/+3 |
* | roundup(foo, CLBYTES) -> clrnd(round_page(foo)) |  art | 1999-09-10 | 1 | -4/+4 |
* | uvm compat |  art | 1999-02-26 | 1 | -3/+21 |
* | Add a "spoofonly" argument to readdisklabel() which will be used to |  millert | 1998-10-03 | 1 | -2/+2 |
* | don't rely on b_resid being signed |  millert | 1998-08-04 | 1 | -3/+3 |
* | Play nicely with soft updates. Based on a patch from Kirk via FreeBSD--untested |  millert | 1998-03-10 | 1 | -1/+3 |
* | add FS_CCD, make ccd prefer such partitions. It still accespts FS_BSDFFS, and something will change about that soon |  deraadt | 1998-02-06 | 1 | -2/+3 |
* | typo |  niklas | 1998-01-25 | 1 | -2/+2 |
* | Disable the new buffer policy for now |  niklas | 1998-01-25 | 1 | -1/+4 |
* | Remove redundant splbio I added yesterday |  niklas | 1998-01-25 | 1 | -4/+2 |
* | On the other hand... no need for recursive locks. |  niklas | 1998-01-24 | 1 | -3/+1 |
* | Well when MP comes.. we need locks |  niklas | 1998-01-24 | 1 | -1/+3 |
* | Protect allocation of ccd physmem of ccd interrupts |  niklas | 1998-01-24 | 1 | -2/+5 |
* | Eek, missing splbio, although splx was there. marging two "if"s |  niklas | 1998-01-24 | 1 | -3/+3 |
* | remove obsolete comment |  niklas | 1998-01-21 | 1 | -6/+1 |
* | Clear buffers on allocation, suggested by csapuntz |  niklas | 1998-01-09 | 1 | -1/+2 |
* | DOH! I managed to alloc 0 bytes always for the segment descriptors. |  niklas | 1998-01-07 | 1 | -3/+4 |
* | compile w/ DEBUG |  mickey | 1997-12-15 | 1 | -2/+2 |
* | Make compile on systems where NBPG is not a constant |  niklas | 1997-12-12 | 1 | -17/+44 |
* | Optimized to perform well on small interleaves which makes the ccd driver |  niklas | 1997-11-26 | 1 | -124/+281 |
* | Updates for VFS Lite 2 + soft update. |  csapuntz | 1997-11-06 | 1 | -5/+5 |
* | back out vfs lite2 till after 2.2 |  deraadt | 1997-10-06 | 1 | -5/+5 |
* | VFS Lite2 Changes |  csapuntz | 1997-10-06 | 1 | -5/+5 |
* | Change the bounds_check_with_label API to also take a cpu_disklabel |  niklas | 1997-08-08 | 1 | -3/+4 |
* | Remove statics to ease DDB debugging |  niklas | 1997-02-13 | 1 | -23/+23 |
* | off-by-one in partition indexing, netbsd pr#3161, kleink@layla.inka.de |  deraadt | 1997-01-31 | 1 | -2/+2 |
* | if error, b_resid = b_bcount |  deraadt | 1997-01-31 | 1 | -1/+2 |