Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-08 | Mostly sync to NetBSD-current 970804 + tags. | Jason Downs | |
1997-08-08 | Mostly sync to NetBSD-current 970804. | Jason Downs | |
Apologies if this breaks anyone else using the MI ESP driver... | |||
1997-08-08 | Add hwreset callback; drivers need to set this appropiately. | 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 | grammar | Niklas Hallqvist | |
1997-08-07 | Back that out, I'm too tired to be messing with this. | Jason Downs | |
1997-08-07 | pretty | Niklas Hallqvist | |
1997-08-07 | Add cf_locnames to struct cfdata. | Jason Downs | |
1997-08-07 | I know u_short will always be 16 bits, call me a pedant.. | Niklas Hallqvist | |
1997-08-07 | slight KNF | Niklas Hallqvist | |
1997-08-07 | document needed MD funcs for SOFTWARE_SSTEP better | Niklas Hallqvist | |
1997-08-07 | O_ASYNC handling from NetBSD... | Niklas Hallqvist | |
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 | silence this thing again | Theo de Raadt | |
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 | Make compile on alpha | Niklas Hallqvist | |
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 | do consdev | Michael Shalayeff | |
1997-08-04 | dynamic crc32 table calculation | Michael Shalayeff | |
1997-08-04 | remove that i386 defines, we can survive w/o 'em | Michael Shalayeff | |
1997-08-04 | Add Cyclades serial driver as character major number 38. | dgregor | |
1997-08-04 | Change disable_intr()/enable_intr() to splhigh()/splx(). | dgregor | |
Fix bug of 'tp' not being initialized in cyopen - patch from Theo de Raadt. Thanks to Niklas Hallqvist and Theo de Raadt for finding this bug. | |||
1997-08-04 | let us all try this for a while, and argue amongst ourselves. | Theo de Raadt | |
make a read(2) on an open'd directory return 0 bytes. always. | |||
1997-08-04 | Add 35 to the chrtoblktb. | Jason Downs | |
1997-08-04 | No more crashes because of this bug (double m_freem(), essentially). | Angelos D. Keromytis | |
1997-08-02 | change vars names, add attach_args | Michael Shalayeff | |