Age | Commit message (Expand) | Author |
2008-08-22 | ANSI and other cleanups; ok krw | Theo de Raadt |
2008-07-12 | Make sure the label is read in rdopen(), this isn't the case if you | Miod Vallat |
2008-06-15 | Don't bypass partition bounds check for RAW_PART. We now guarantee that | Kenneth R Westerback |
2008-05-23 | Make rd act more like a 'normal' disk device, allowing the elimination of | Kenneth R Westerback |
2008-01-05 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-09-11 | KNF | Gilles Chehade |
2007-09-08 | more M_ZERO changes | Gilles Chehade |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | avoid modification race in DIOCRLDINFO; ok krw miod | Theo de Raadt |
2007-06-18 | Implement DIOCRLDINFO, DIOCGPDINFO and DIOCGPART. Tweak DIOCGDINFO to | Kenneth R Westerback |
2007-06-08 | all drivers should spoof version 1 labels | 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-24 | Pass a real dev_t to readdisklabel(), not a unit number with lipstick. | Kenneth R Westerback |
2006-09-24 | Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were | Kenneth R Westerback |
2006-08-14 | Now that DEV_BSIZE is universally defined as 1 << DEV_BSHIFT, use it to | Kenneth R Westerback |
2006-08-12 | Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then | Kenneth R Westerback |
2005-06-30 | Do not compile RAMDISK_SERVER functionnality by default if option SMALL_KERNEL; | Miod Vallat |
2004-04-03 | Complete 'lp.d_' to 'lp->d_' changes started with r1.24 so that ramdisk_cd and | Kenneth R Westerback |
2004-04-01 | Better bounds checking in strategy(), and kill the (unused) rd flags | Miod Vallat |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-04-19 | Some string cleanup: sprintf -> snprintf and magic numbers to sizeof | Kenneth R Westerback |
2003-03-03 | Provide a functional d_psize() function for ramdisk block devices. | Miod Vallat |
2002-05-23 | Protect biodone calls with splbio. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-24 | Use macros from sys/disklabel.h instead of custom ones with slightly | Todd C. Miller |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-07-08 | Add missing call to minor() in RDLABELDEV macro. | Todd C. Miller |
2001-06-27 | zap old vm | Artur Grabowski |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
1999-11-16 | We don't need a prototype for kmem_alloc. | Artur Grabowski |
1999-09-14 | vaddr_t/vsize_t | Michael Shalayeff |
1999-02-26 | compatibility with uvm kmem allocators | Artur Grabowski |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller |
1997-10-18 | avoid "no disklabel" error messages | Theo de Raadt |
1997-02-06 | Changes to ramdisk driver to support disklabels. Work done by Theo. | Dale S. Rahn |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist |
1996-01-12 | from netbsd; | Theo de Raadt |
1995-11-19 | from netbsd; get size of softc right | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |