| Commit message (Expand) | Author | Age | Files | Lines |
* | fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9) |  cheloha | 2020-02-20 | 1 | -2/+2 |
* | Move away from K&R style function definitions. clang is rather picky about |  claudio | 2018-12-27 | 1 | -105/+38 |
* | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 1 | -2/+2 |
* | Also pass the blk offset to disk_unbusy(), so that it can pass it to |  deraadt | 2017-05-04 | 1 | -5/+5 |
* | Rename Debugger() into db_enter(). |  mpi | 2017-04-30 | 1 | -2/+2 |
* | remove splsoftfd and splausoft |  dlg | 2016-06-07 | 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 |
* | Remove bogus semicolon. |  brad | 2014-04-28 | 1 | -2/+2 |
* | remove the #define b_cylinder b_resid from bufs. i hated the |  dlg | 2013-11-21 | 1 | -15/+16 |
* | replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.c |  dlg | 2013-11-02 | 1 | -15/+17 |
* | Sprinkle (long long) casts where %lld is being used to print daddr_t |  krw | 2013-11-01 | 1 | -6/+6 |
* | (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to |  krw | 2013-10-20 | 1 | -2/+2 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -6/+6 |
* | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 2013-05-30 | 1 | -6/+18 |
* | Fix gap value when formatting 1.44MB 3"1/2 floppy disks; from NetBSD |  miod | 2013-01-01 | 1 | -2/+2 |
* | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot |  matthew | 2011-06-05 | 1 | -7/+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 |
* | fix fallout from the removal of dkio.h from ioctl.h |  dlg | 2010-05-19 | 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 | -6/+7 |
* | 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-07-24 | 1 | -5/+5 |
* | Second pass of simple timeout_add -> timeout_add_sec conversions |  blambert | 2008-10-15 | 1 | -6/+6 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | 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 | -1/+19 |
* | Bring isa/fd.c into line with sparc/sparc64 fd code and prepare all |  krw | 2008-03-20 | 1 | -9/+6 |
* | 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 | -8/+4 |
* | bzero the right thing |  deraadt | 2007-06-14 | 1 | -2/+2 |
* | all drivers should spoof version 1 labels |  deraadt | 2007-06-08 | 1 | -1/+2 |
* | an XXsize() function that got skipped |  deraadt | 2007-06-06 | 1 | -2/+2 |
* | now that all partition size/offsets are potentially 64-bit, change the |  deraadt | 2007-06-06 | 1 | -13/+18 |
* | 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 |
* | avoid bypassing sys/queue.h in many places in the kernel. |  pyr | 2007-05-28 | 1 | -2/+2 |
* | Even floppies should use DISKLABELDEV() on the dev_t parameter to |  krw | 2007-04-27 | 1 | -3/+3 |
* | Don't print the error strings returned by readdisklabel(). If you |  krw | 2007-02-15 | 1 | -2/+2 |
* | 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 |
* | Nuke dk_establish(), no longer used. |  miod | 2006-03-15 | 1 | -4/+1 |
* | b_cylin -> b_cylinder; no functional change. |  miod | 2006-01-22 | 1 | -11/+9 |
* | I'm Positive these are Type-O. |  miod | 2005-08-01 | 1 | -2/+2 |
* | Increase timeout in fdcresult(), this allows fdformat(8) to work now. |  miod | 2005-03-17 | 1 | -9/+9 |
* | Do not drop the user in ddb in DIAGNOSTIC checks unless option FD_DEBUG. |  miod | 2005-03-12 | 1 | -2/+2 |