summaryrefslogtreecommitdiff
path: root/sys/dev/ccd.c
AgeCommit message (Expand)Author
1999-11-26vm_offset_t -> vaddr_tArtur Grabowski
1999-09-11s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-10roundup(foo, CLBYTES) -> clrnd(round_page(foo))Artur Grabowski
1999-02-26uvm compatArtur Grabowski
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
1998-08-04don't rely on b_resid being signedTodd C. Miller
1998-03-10Play nicely with soft updates. Based on a patch from Kirk via FreeBSD--untestedTodd C. Miller
1998-02-06add FS_CCD, make ccd prefer such partitions. It still accespts FS_BSDFFS, and...Theo de Raadt
1998-01-25typoNiklas Hallqvist
1998-01-25Disable the new buffer policy for nowNiklas Hallqvist
1998-01-25Remove redundant splbio I added yesterdayNiklas Hallqvist
1998-01-24On the other hand... no need for recursive locks.Niklas Hallqvist
1998-01-24Well when MP comes.. we need locksNiklas Hallqvist
1998-01-24Protect allocation of ccd physmem of ccd interruptsNiklas Hallqvist
1998-01-24Eek, missing splbio, although splx was there. marging two "if"sNiklas Hallqvist
1998-01-21remove obsolete commentNiklas Hallqvist
1998-01-09Clear buffers on allocation, suggested by csapuntzNiklas Hallqvist
1998-01-07DOH! I managed to alloc 0 bytes always for the segment descriptors.Niklas Hallqvist
1997-12-15compile w/ DEBUGMichael Shalayeff
1997-12-12Make compile on systems where NBPG is not a constantNiklas Hallqvist
1997-11-26Optimized to perform well on small interleaves which makes the ccd driverNiklas Hallqvist
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
1997-02-13Remove statics to ease DDB debuggingNiklas Hallqvist
1997-01-31off-by-one in partition indexing, netbsd pr#3161, kleink@layla.inka.deTheo de Raadt
1997-01-31if error, b_resid = b_bcountTheo de Raadt
1996-12-19netbsd fix to problem found by m4@nts.umn.eduTheo de Raadt
1996-05-10return an errorTheo de Raadt
1996-05-02no sys/cpu.hTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19Fix according to the last changes.Michael Shalayeff
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1996-03-02From NetBSD: sync with 960217 sourcesNiklas Hallqvist
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist
1996-01-12from netbsd;Theo de Raadt
1995-12-14from netbsd:Theo de Raadt
1995-12-08unconfiguring of ccd causes system panic; fix from gdonl@gv.ssi1.com; netbsd ...Theo de Raadt
1995-11-06In ccdstart(), only translate the block number from partition-relativeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt