Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-12 | zap some unused variables. | Thordur I. Bjornsson | |
the only use was in an #if notyet chunk since '97. ok miod@ 'no objections' pedro@ | |||
2006-03-15 | Correct checks against cd_ndevs - valid numbers are strictly inferior to | Miod Vallat | |
cd_ndevs. | |||
2005-11-24 | splimp -> spl6 | Brad Smith | |
ok martin@ | |||
2005-11-24 | splimp -> splbio | Brad Smith | |
ok martin@ | |||
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat | |
2004-09-24 | Add DELAY in rx_putonline() such that we can boot on the SIMH VAX simulator. | Mark Kettenis | |
ok hugh@ | |||
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst | |
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt | |
2002-06-12 | No longer need these getdev routines. | Hugh Graham | |
2002-06-08 | protect biodone with splbio | Artur Grabowski | |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller | |
__P removal. | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. hugh@ ok | Thomas Nordin | |
2001-12-05 | sync with netbsd. untested. | Hugh Graham | |
2001-07-04 | Fix off-by-one error in unit checking | Constantine Sapuntzakis | |
2001-06-25 | cold is in systm now | Michael Shalayeff | |
2000-04-27 | sync w/netbsd | Brandon Creighton | |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller | |
implement an ioctl to get a spoofed label even for disks that have a label on them. | |||
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-05-29 | RCS tagging | Niklas Hallqvist | |
1997-01-15 | sync with NetBSD 970112 -moj | Mats O Jansson | |