| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | Fix a few format string bugs with -DDEBUG |  sf | 2014-06-15 | 1 | -2/+2 |
* | Attempt to approximate what should happen on a suspend/resume cycle. |  deraadt | 2013-12-28 | 1 | -1/+12 |
* | remove the #define b_cylinder b_resid from bufs. i hated the |  dlg | 2013-11-21 | 1 | -12/+17 |
* | Sprinkle (long long) casts where %lld is being used to print daddr_t |  krw | 2013-11-01 | 1 | -4/+5 |
* | move fd(4) from directly using disksort to using bufqs. |  dlg | 2013-11-01 | 1 | -15/+18 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -4/+4 |
* | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 2013-05-30 | 1 | -7/+17 |
* | Convert to ANSI. |  matthew | 2011-07-04 | 1 | -72/+22 |
* | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot |  matthew | 2011-06-05 | 1 | -7/+1 |
* | Do not #include <sys/dkstat.h> if you don't need anything from it. |  miod | 2010-11-18 | 1 | -2/+1 |
* | Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent |  jsing | 2010-09-23 | 1 | -1/+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 |
* | Garbage collect struct dkdriver. |  matthew | 2010-08-28 | 1 | -4/+1 |
* | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this |  dlg | 2010-05-18 | 1 | -1/+2 |
* | Recycle unused disklabel fields in order to create a disklabel unique |  jsing | 2010-04-23 | 1 | -3/+1 |
* | Add DIOCSDINFO support to the three fd drivers. No change to existing |  krw | 2009-09-12 | 1 | -7/+9 |
* | Don't pass uninitialized stack memory to setdisklabel() as the 'old' |  krw | 2009-09-06 | 1 | -4/+5 |
* | - fix format strings for values that are daddr64_t |  jasper | 2009-08-24 | 1 | -3/+3 |
* | - remove double \n in panic string |  jasper | 2009-08-24 | 1 | -2/+2 |
* | - turn a printf(), which predated a panic()-function that could take printf-like arguments, |  jasper | 2009-08-23 | 1 | -5/+2 |
* | Replace the error strings that were being passed around with much simpler |  deraadt | 2009-08-13 | 1 | -9/+4 |
* | timeout_add -> timeout_add_msec |  blambert | 2009-08-05 | 1 | -4/+4 |
* | Fix some minor format string problems found in a maze of false positives |  deraadt | 2009-06-02 | 1 | -2/+2 |
* | Second pass of simple timeout_add -> timeout_add_sec conversions |  blambert | 2008-10-15 | 1 | -5/+5 |
* | Bring biomem diff back into the tree after the nfs_bio.c fix went in. |  deraadt | 2008-06-12 | 1 | -2/+2 |
* | back out biomem diff since it is not right yet. Doing very large |  deraadt | 2008-06-11 | 1 | -2/+2 |
* | Fix buffer cache pending read statistics by ensuring we can identify |  beck | 2008-06-10 | 1 | -2/+2 |
* | Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd |  krw | 2008-03-22 | 1 | -3/+20 |
* | Fix typo/pasto in commented out debug printf(). sc_dv -> sc_dev. |  krw | 2008-03-21 | 1 | -2/+2 |
* | Bring isa/fd.c into line with sparc/sparc64 fd code and prepare all |  krw | 2008-03-20 | 1 | -34/+80 |
* | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where |  krw | 2007-10-01 | 1 | -3/+2 |
* | b_cylinder does not need to be set on the callpath down into drivers. |  deraadt | 2007-06-20 | 1 | -7/+4 |
* | 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 | -4/+4 |
* | use six new macros to access & store the 48-bit disklabel fields related |  deraadt | 2007-06-05 | 1 | -2/+2 |
* | Don't initialize d_partitions[RAW_DISK] just before calling |  krw | 2007-06-01 | 1 | -6/+1 |
* | 2nd one found: If you really wish to make a function __inline (which will |  deraadt | 2007-05-08 | 1 | -3/+3 |
* | Even floppies should use DISKLABELDEV() on the dev_t parameter to |  krw | 2007-04-27 | 1 | -3/+4 |
* | Don't print the error strings returned by readdisklabel(). If you |  krw | 2007-02-15 | 1 | -2/+2 |
* | Consistently spell FALLTHROUGH to appease lint. |  jsg | 2007-02-14 | 1 | -3/+3 |
* | 'tranfer' -> 'transfer' in comments. |  krw | 2006-12-21 | 1 | -3/+3 |
* | Kernel stack can be swapped. This means that stuff that's on the stack |  miod | 2006-11-29 | 1 | -3/+1 |
* | Zap D_REMOVABLE flag from disklabel. If you didn't already know that |  krw | 2006-09-26 | 1 | -2/+1 |
* | RAW_PART p_size on floppies and mcd's should be in sectors. |  krw | 2006-08-13 | 1 | -3/+2 |
* | Define and use FD_BSIZE, similar to FD_BSIZE from sparc and sparc64 |  krw | 2006-08-13 | 1 | -9/+7 |
* | Nuke dk_establish(), no longer used. |  miod | 2006-03-15 | 1 | -2/+1 |