Age | Commit message (Expand) | Author |
2006-11-29 | The historical reasons to spoof the 'c' partition of ccdN as being FFS | Kenneth R Westerback |
2006-08-12 | Rather than using cs->sc_size to set d_secperunit and then RAW_PART's | Kenneth R Westerback |
2006-07-20 | otto sez there is no need to check for upper bound for the ileave. indeed | Michael Shalayeff |
2006-07-20 | do some range checking on ccio passed from user; pt out by ramrunner@gmail.com | Michael Shalayeff |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2005-09-13 | make a macro instead of #ifdef DEBUG if() printf() #endif; no functional change | Michael Shalayeff |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski |
2005-05-12 | ANSIfy, some KNF and zap a little bit of whitespace. | Niall O'Higgins |
2005-05-12 | Add a bzero() after malloc() when allocating component info in ccdinit(). | Niall O'Higgins |
2005-03-30 | init pool after we allocate softc array in case malloc fails | Michael Shalayeff |
2005-03-25 | calculate the rpm for a disklabel; implement new io discipline for mirror; th... | Michael Shalayeff |
2005-03-12 | initialise min arg to uvm_km_suballoc; not currently enabled code path | Michael Shalayeff |
2005-02-24 | fix a buffer-done race that makes mirroring work now; | Michael Shalayeff |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-04 | sprintf -> snprintf, plus check for overflow in device name. | Kenneth R Westerback |
2003-03-28 | In ccdsize(), check for CCDF_INITED before doing the ccdopen(). | Todd C. Miller |
2002-11-10 | Use appropriate VM_MAP constants rather than hardcoded values in | Miod Vallat |
2002-05-24 | Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO)... | Artur Grabowski |
2002-05-23 | protect biodone with splbio. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-06-27 | zap old vm | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
1999-11-26 | vm_offset_t -> vaddr_t | Artur Grabowski |
1999-09-11 | s/vm_offset_t/vaddr_t/g | Michael Shalayeff |
1999-09-10 | roundup(foo, CLBYTES) -> clrnd(round_page(foo)) | Artur Grabowski |
1999-02-26 | uvm compat | Artur Grabowski |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller |
1998-08-04 | don't rely on b_resid being signed | Todd C. Miller |
1998-03-10 | Play nicely with soft updates. Based on a patch from Kirk via FreeBSD--untested | Todd C. Miller |
1998-02-06 | add FS_CCD, make ccd prefer such partitions. It still accespts FS_BSDFFS, and... | Theo de Raadt |
1998-01-25 | typo | Niklas Hallqvist |
1998-01-25 | Disable the new buffer policy for now | Niklas Hallqvist |
1998-01-25 | Remove redundant splbio I added yesterday | Niklas Hallqvist |
1998-01-24 | On the other hand... no need for recursive locks. | Niklas Hallqvist |
1998-01-24 | Well when MP comes.. we need locks | Niklas Hallqvist |
1998-01-24 | Protect allocation of ccd physmem of ccd interrupts | Niklas Hallqvist |
1998-01-24 | Eek, missing splbio, although splx was there. marging two "if"s | Niklas Hallqvist |
1998-01-21 | remove obsolete comment | Niklas Hallqvist |
1998-01-09 | Clear buffers on allocation, suggested by csapuntz | Niklas Hallqvist |
1998-01-07 | DOH! I managed to alloc 0 bytes always for the segment descriptors. | Niklas Hallqvist |
1997-12-15 | compile w/ DEBUG | Michael Shalayeff |
1997-12-12 | Make compile on systems where NBPG is not a constant | Niklas Hallqvist |
1997-11-26 | Optimized to perform well on small interleaves which makes the ccd driver | Niklas Hallqvist |
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 |