Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-08 | Add htobe32 and similar friends | Niklas Hallqvist | |
1997-08-08 | Temporary fix | Tobias Weingartner | |
1997-08-08 | More pedantic | Tobias Weingartner | |
1997-08-08 | Thanks Niklas (nuke push/pop) | Tobias Weingartner | |
1997-08-08 | Updated from GENERIC. | Jason Downs | |
1997-08-08 | Update GENERIC_SCSI3 from GENERIC and add tags. | Jason Downs | |
1997-08-08 | Missed these... | Jason Downs | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-08 | Mostly sync to NetBSD-current 970804. | Jason Downs | |
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled. | |||
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-08 | hardcode keyboard probe to 1 for now | Niklas Hallqvist | |
1997-08-07 | 9600-N-8 is better than 9600-N-7 no? | Niklas Hallqvist | |
1997-08-07 | grammar | Niklas Hallqvist | |
1997-08-07 | grammar | Niklas Hallqvist | |
1997-08-07 | grammar & spelling | Niklas Hallqvist | |
1997-08-07 | probe should be returning non-zero when succesful | Niklas Hallqvist | |
it was the other way around. | |||
1997-08-07 | RCS tag + KNF | Niklas Hallqvist | |
1997-08-07 | RCS tag | Niklas Hallqvist | |
1997-08-07 | typo | Niklas Hallqvist | |
1997-08-07 | aic and no serial console now | Niklas Hallqvist | |
1997-08-07 | Yes, -g is good on this one | Niklas Hallqvist | |
1997-08-07 | No -g on this one anymore | Niklas Hallqvist | |
1997-08-07 | no more {in,out}*, they are in machine/pio.h | Michael Shalayeff | |
1997-08-07 | no more biosmem.S | Michael Shalayeff | |
1997-08-07 | call BIOS from C | Michael Shalayeff | |
1997-08-07 | right DOINT for C | Michael Shalayeff | |
1997-08-06 | print nice message | Michael Shalayeff | |
1997-08-06 | "option INSECURE" is obsolete, edit /etc/rc.securelevel and set | kstailey | |
securelevel=-1 instead. | |||
1997-08-06 | fix hd major basing on disklabel d_type info | Michael Shalayeff | |
1997-08-06 | cmd is global anyways, don't pass it to handlers | Michael Shalayeff | |
add echo command | |||
1997-08-05 | kentry proto is in the libsa.h | Michael Shalayeff | |
change var name | |||
1997-08-05 | Less verbose. | Tobias Weingartner | |
1997-08-05 | more debugs | Michael Shalayeff | |
1997-08-05 | Add ahc. Reorganize some. Fix comments. Add out-commented aic entry, | Niklas Hallqvist | |
it compiles but is not yet tested. Add commented-out attachments for cy and ahc, that has yet to be tested. | |||
1997-08-05 | Add cy0 (cyclades) | dgregor | |
1997-08-04 | remember boot device geometry | Michael Shalayeff | |
1997-08-04 | comment typo | Michael Shalayeff | |
clean syntax | |||
1997-08-04 | Hmmm... quick one-liner that makes the panic() in case of a Mac IIfx machine | gene | |
class a lot more understandable. | |||
1997-08-04 | dynamic crc32 table calculation | Michael Shalayeff | |
1997-08-04 | Add Cyclades serial driver as character major number 38. | dgregor | |
1997-08-04 | Add 35 to the chrtoblktb. | Jason Downs | |
1997-08-02 | change vars names, add attach_args | Michael Shalayeff | |
1997-08-02 | move kentry() in boot | Michael Shalayeff | |
1997-08-02 | silence messages that we do not need | Theo de Raadt | |
1997-08-01 | geez, DEBUG is two things... | Theo de Raadt | |
1997-08-01 | wrap proto in DEBUG too | Theo de Raadt | |
1997-08-01 | fix DIAGNOSTIC vs DEBUG confusion | Theo de Raadt | |