Age | Commit message (Expand) | Author |
2011-07-06 | Eliminate redundant buf validation checks in xxstrategy() methods now | Matthew Dempsky |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2010-11-11 | Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@ | Miod Vallat |
2010-09-22 | Add DIOCGPDINFO to drivers that were lacking it. Where there | Kenneth R Westerback |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-05-23 | add dkio.h to the last of the disk ioctl users i can find. | David Gwynne |
2009-09-05 | fix typos | Theo de Raadt |
2009-09-05 | Make DIOCSDINFO code consistant everywhere. | Kenneth R Westerback |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-01-04 | In x[dy]dummystrat, do not clear B_BUSY from the buffer. | Miod Vallat |
2007-11-28 | ctob/btoc -> ptoa/atop | Martin Reindl |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-07-01 | Perform minimal disklabel setup without needing to do the disklabel_to_sun() | Miod Vallat |
2007-06-24 | Fix xd and xy disklabel handling. | Miod Vallat |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-07 | more XXsize() fallout | 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-04-29 | Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, and | Kenneth R Westerback |
2007-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
2006-12-03 | Initialize more fields of the proto disklabel before invoking readdisklabel(), | Miod Vallat |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-01-20 | b_un.b_addr -> b_data; no functional change. | Miod Vallat |
2006-01-20 | Use <dev/sun/disklabel.h> instead of similar <machine/sun_disklabel.h> on | Miod Vallat |
2004-09-29 | Switch sparc to evcount; ok deraadt@ | Miod Vallat |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2004-01-12 | typos from Jared Yanovich; | Jason McIntyre |
2003-09-29 | avaliable -> available | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2002-06-08 | Use tsleep. | Artur Grabowski |
2002-05-29 | splbio around biodone. | Artur Grabowski |
2002-04-30 | Fix an ancient problem in how sparc interrupts are handled. | 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-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-03-24 | Convert to new timeout API. art@ ok. | Hakan Olsson |
2001-02-22 | ifdef sparc -> ifdef __sparc__ | Artur Grabowski |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-07-04 | missing splx | Artur Grabowski |
1999-07-09 | vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t | Artur Grabowski |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller |
1998-03-01 | Fixed declaration of iorqno in xd_piodriver(), | johns |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist |
1997-08-08 | Mostly sync to NetBSD-current 970804. | Jason Downs |
1996-08-12 | repair XDC_HWAIT macro to handle the fact that waithead is now | chuck |
1996-08-11 | netbsd port, now we merge our changes back in | Theo de Raadt |
1996-03-04 | Fix two bugs reported by Don Koch <aardvark@poirot.krl.com>(NetBSD PR#216{8,9}) | chuck |