Age | Commit message (Expand) | Author |
2009-08-24 | - fix format strings for values that are daddr64_t | Jasper Lievisse Adriaanse |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-06-04 | Add DIOCRLDINFO to those drivers previously deprived. | Kenneth R Westerback |
2008-07-01 | Remove clauses 3 and 4 from BSD license owned by mickey, niklas, and NetBSD. | Ray Lai |
2008-06-15 | Don't bypass partition bounds check for RAW_PART. We now guarantee that | Kenneth R Westerback |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2007-09-12 | There is no such word as `detatch'. | Michael Knudsen |
2007-09-11 | KNF | Gilles Chehade |
2007-09-08 | more M_ZERO changes | Gilles Chehade |
2007-09-01 | fix a use after free case. | Thordur I. Bjornsson |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-07 | in OpenBSD as all old BSD unix, RAW_PART always starts at 0, so no | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-04-28 | CCDLABELDEV/ect and RAIDLABELDEV/etc join other no-op defines in the | Kenneth R Westerback |
2007-04-18 | Remove the ``new i/o'' code. It has never worked well, noone has stepped up | Miod Vallat |
2007-04-06 | use rwlocks instead of hand-rolled. make the softc private parts private. | Ted Unangst |
2007-03-30 | accept interleave of 0; pr 5431, my patch matches the author's | Theo de Raadt |
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 |