| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate ramdisk.c and ramdisk.h now that they're unused. |  matthew | 2011-06-23 | 1 | -633/+0 |
* | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot |  matthew | 2011-06-05 | 1 | -8/+1 |
* | Get rid of the wlabel argument to bounds_check_with_label(). It's |  matthew | 2011-06-03 | 1 | -2/+2 |
* | Change a few of the more common disk drivers (sd, cd, wd, rd, and vnd) |  matthew | 2011-05-31 | 1 | -2/+2 |
* | All users of physio(9) now pass NULL as the buf pointer argument, so |  matthew | 2010-09-22 | 1 | -3/+3 |
* | Store a struct device pointer within struct disk and populate this when |  jsing | 2010-09-08 | 1 | -2/+2 |
* | no need for an activate function if it just returns 0 |  deraadt | 2010-09-07 | 1 | -9/+2 |
* | Garbage collect struct dkdriver. |  matthew | 2010-08-28 | 1 | -3/+1 |
* | Recycle unused disklabel fields in order to create a disklabel unique |  jsing | 2010-04-23 | 1 | -3/+1 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
* | ANSI and other cleanups; ok krw |  deraadt | 2008-08-22 | 1 | -118/+71 |
* | Make sure the label is read in rdopen(), this isn't the case if you |  miod | 2008-07-12 | 1 | -1/+6 |
* | Don't bypass partition bounds check for RAW_PART. We now guarantee that |  krw | 2008-06-15 | 1 | -5/+3 |
* | Make rd act more like a 'normal' disk device, allowing the elimination of |  krw | 2008-05-23 | 1 | -3/+49 |
* | return with ENOTTY instead of EINVAL for unknown ioctl requests. |  brad | 2008-01-05 | 1 | -1/+4 |
* | KNF |  gilles | 2007-09-11 | 1 | -2/+2 |
* | more M_ZERO changes |  gilles | 2007-09-08 | 1 | -3/+2 |
* | b_cylinder does not need to be set on the callpath down into drivers. |  deraadt | 2007-06-20 | 1 | -25/+14 |
* | avoid modification race in DIOCRLDINFO; ok krw miod |  deraadt | 2007-06-18 | 1 | -5/+7 |
* | Implement DIOCRLDINFO, DIOCGPDINFO and DIOCGPART. Tweak DIOCGDINFO to |  krw | 2007-06-18 | 1 | -12/+36 |
* | all drivers should spoof version 1 labels |  deraadt | 2007-06-08 | 1 | -1/+2 |
* | now that all partition size/offsets are potentially 64-bit, change the |  deraadt | 2007-06-06 | 1 | -3/+3 |
* | use six new macros to access & store the 48-bit disklabel fields related |  deraadt | 2007-06-05 | 1 | -3/+3 |
* | Don't initialize d_partitions[RAW_DISK] just before calling |  krw | 2007-06-01 | 1 | -6/+1 |
* | Pass a real dev_t to readdisklabel(), not a unit number with lipstick. |  krw | 2007-04-24 | 1 | -7/+7 |
* | Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were |  krw | 2006-09-24 | 1 | -2/+1 |
* | Now that DEV_BSIZE is universally defined as 1 << DEV_BSHIFT, use it to |  krw | 2006-08-14 | 1 | -2/+2 |
* | Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then |  krw | 2006-08-12 | 1 | -3/+2 |
* | Do not compile RAMDISK_SERVER functionnality by default if option SMALL_KERNEL; |  miod | 2005-06-30 | 1 | -2/+2 |
* | Complete 'lp.d_' to 'lp->d_' changes started with r1.24 so that ramdisk_cd and |  krw | 2004-04-03 | 1 | -18/+18 |
* | Better bounds checking in strategy(), and kill the (unused) rd flags |  miod | 2004-04-01 | 1 | -67/+52 |
* | Do not fill more than the first three fields of cfdriver structures unless |  miod | 2004-01-14 | 1 | -2/+2 |
* | typos from Tom Cosgrove; |  jmc | 2003-10-21 | 1 | -3/+3 |
* | Some string cleanup: sprintf -> snprintf and magic numbers to sizeof |  krw | 2003-04-19 | 1 | -5/+9 |
* | Provide a functional d_psize() function for ramdisk block devices. |  miod | 2003-03-03 | 1 | -16/+25 |
* | Protect biodone calls with splbio. |  art | 2002-05-23 | 1 | -1/+7 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -10/+10 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+1 |
* | Use macros from sys/disklabel.h instead of custom ones with slightly |  millert | 2001-10-24 | 1 | -25/+16 |
* | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok |  mickey | 2001-09-19 | 1 | -3/+1 |
* | Add missing call to minor() in RDLABELDEV macro. |  millert | 2001-07-08 | 1 | -2/+2 |
* | zap old vm |  art | 2001-06-27 | 1 | -7/+1 |
* | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) |  ho | 2001-05-16 | 1 | -5/+1 |
* | We don't need a prototype for kmem_alloc. |  art | 1999-11-16 | 1 | -4/+1 |
* | vaddr_t/vsize_t |  mickey | 1999-09-14 | 1 | -7/+6 |
* | compatibility with uvm kmem allocators |  art | 1999-02-26 | 1 | -1/+10 |
* | Add a "spoofonly" argument to readdisklabel() which will be used to |  millert | 1998-10-03 | 1 | -2/+2 |
* | avoid "no disklabel" error messages |  deraadt | 1997-10-18 | 1 | -2/+2 |
* | Changes to ramdisk driver to support disklabels. Work done by Theo. |  rahnds | 1997-02-06 | 1 | -8/+110 |
* | partial sync with netbsd 960418, more to come |  deraadt | 1996-04-21 | 1 | -44/+88 |