Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-26 | pmax is also mips based | imp | |
1999-01-26 | Arc is mips based, not m68k based | imp | |
1999-01-25 | call diskless kernel "bsd" so it would be loaded even we have | Michael Shalayeff | |
problems w/ kbd on PDC console device. remove neva-gonna-b-there stuff from conf.c some improvements to srt0.S code, use constants defined in machine/ files. | |||
1999-01-25 | mask one more debug printf out | Michael Shalayeff | |
1999-01-25 | shut up gcc | Michael Shalayeff | |
1999-01-25 | fix a real bad bug, which consists of return value from | Michael Shalayeff | |
read() /* oread() */ not being checked for errors/eof or not checked for error value (-1), which would result in bad kernels loaded, i/o errors not reported and such. | |||
1999-01-24 | The E801 probe has several problems. Disable for now. | Niklas Hallqvist | |
1999-01-24 | remove unneeded pio.h inclusion | Michael Shalayeff | |
1999-01-24 | applied s/then/than/ from krw@tcn.net; even better grammar now | Michael Shalayeff | |
1999-01-23 | Fixes to update to that the powerpc port builds again. | Dale S. Rahn | |
These change were necessary due to the following changes: The change/import of the "generic" isa/pcppi driver. The powerpc port currently has it's own copy of that driver. The two versions need to be merged. The parameter changes to cpu_set_kpc. The powerpc change was not quite correct. | |||
1999-01-23 | kill #pragma pack. | Marc Espie | |
1999-01-23 | Kill svr4 #pragma pack. | Marc Espie | |
1999-01-23 | replace #pragma pack -> attribute((packed)) | Marc Espie | |
1999-01-22 | I'm stupid. Fix a panic when not DIAGNOSTIC. | Artur Grabowski | |
1999-01-21 | Remove remnicients of old pcmcia code, allow both pccom & com at pcmcia | Niklas Hallqvist | |
work again | |||
1999-01-21 | Fix my com/pccom thinko | Niklas Hallqvist | |
1999-01-21 | Comment com attach since it conflicts with the i386 declaration. | Federico G. Schwindt | |
(perhaps this should be moved to files.<arch>?) | |||
1999-01-21 | Fixes select(2)/accept(2) race condition which permits DoS; mycroft@netbsd.org | Todd C. Miller | |
1999-01-21 | just include <mips/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller | |
1999-01-21 | just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller | |
1999-01-21 | doh, wrong dir | Todd C. Miller | |
1999-01-21 | libc_r includes machine/spinlock.h so create a dummy that just includes ↵ | Todd C. Miller | |
m68k/spinlock.h | |||
1999-01-20 | some comments on the elements in struct uio | Artur Grabowski | |
1999-01-20 | put some more stuff behind #ifdef KMEMSTATS | Artur Grabowski | |
1999-01-20 | s/MAX_PID/HPPA_MAX_PID/g | Michael Shalayeff | |
1999-01-20 | yes, some more | Michael Shalayeff | |
1999-01-20 | cleanup some rudimentaries | Michael Shalayeff | |
1999-01-20 | pccom is i386 only, com can be attached from mi-land though | Niklas Hallqvist | |
1999-01-20 | ne needs to be attached before we | Niklas Hallqvist | |
1999-01-20 | Use #error instead of C syntax error to report an inconsistency in defines | Niklas Hallqvist | |
1999-01-20 | Yep, our pcmcia framework works on amigas too :-) | Niklas Hallqvist | |
I also added aic and ep, although they are untested. | |||
1999-01-20 | Add dummy versions of bus_space_{alloc,free} | Niklas Hallqvist | |
1999-01-20 | setregs does not reset stack anymore | Niklas Hallqvist | |
1999-01-20 | Clear regs on process startup; from NetBSD | Niklas Hallqvist | |
1999-01-20 | Remove stack reset that was incompatible with kthread rfork use | Niklas Hallqvist | |
1999-01-19 | Single Unix specification 2 says that rmdir(".") should suceed or give EBUSY | Artur Grabowski | |
1999-01-19 | don't define SIMPLELOCK_DEBUG when DEBUG is defined | Artur Grabowski | |
1999-01-19 | Add isa_intr_check functionality | Niklas Hallqvist | |
1999-01-19 | Add isa_intr_check functionality | Niklas Hallqvist | |
1999-01-19 | sync | Todd C. Miller | |
1999-01-19 | move attachment of lpt way down as it can deal without | Niklas Hallqvist | |
getting an interrupt nowadays. This makes the sb/lpt conflict go away | |||
1999-01-16 | Do not lose st_blocks on NFSv2 mounts when files>2GB | Niklas Hallqvist | |
1999-01-16 | Do not lose st_blocks when files > 2GB | Niklas Hallqvist | |
1999-01-16 | M1531 Host-PCI Bridge | Federico G. Schwindt | |
1999-01-16 | hppa has isa too | Michael Shalayeff | |
1999-01-16 | clean up subspaces somewhat | Michael Shalayeff | |
1999-01-16 | use right defines for eiem, some cleanup | Michael Shalayeff | |
1999-01-15 | IN_MULTICAST takes network order addresses | Niklas Hallqvist | |
1999-01-13 | 100Mb ethernet (finally) | kstailey | |
1999-01-13 | Add common NE2000 attachment | Niklas Hallqvist | |