Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-01 | PCI-IDE interface. | Angelos D. Keromytis | |
1998-07-01 | Do the right thing with interrupts during autoconfiguration; from NetBSD. | Angelos D. Keromytis | |
1998-07-01 | let COPTS override -02 | Theo de Raadt | |
1998-06-30 | remove unnecessary assignment | Niels Provos | |
1998-06-30 | PCI-IDE interface include files (needed for Alpha, at least); from NetBSD. | Angelos D. Keromytis | |
1998-06-30 | Fix broken IPX so the kernel will compile. | Bob Beck | |
1998-06-30 | Add an NPMODE_KEEPLAST | Angelos D. Keromytis | |
1998-06-30 | In pccngetc, check that dev is not NODEV [NetBSD] | Todd C. Miller | |
Disallow KDENABIO icotl if securelevel > 1 [NetBSD] Only define scrnsv_timeout if PCVT_SCREENSAVER set [NetBSD] Fix setting of keyboard LED's. For some keyboard controllers the keyboard would hang when pcvt set the LED because pcvt did not wait for the ACK to come back. [FreeBSD] Consolidate keyboard type checks into a switch statement. [me] | |||
1998-06-30 | nuke custom build rules | Michael Shalayeff | |
1998-06-29 | add ym (yamaha OPL3-SA3) PnP driver | Todd C. Miller | |
1998-06-29 | sync | Theo de Raadt | |
1998-06-29 | add 3dfx voodoo | Theo de Raadt | |
1998-06-29 | Only use isa_intr_check() if __NO_ISA_INTR_CHECK isn't #defined. | Jason Downs | |
1998-06-29 | Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code. | Jason Downs | |
1998-06-29 | isa_intr_check(), alpha style. | Jason Downs | |
1998-06-29 | Use isa_intr_check() to prevent attachment of drivers that won't get an | Jason Downs | |
interrupt. | |||
1998-06-29 | Add and use isa_intr_check(). | Jason Downs | |
1998-06-28 | indent | Theo de Raadt | |
1998-06-28 | make the openfirmware clock reading routine compatible with the | Dale S. Rahn | |
"typical" hardware clock read routine. | |||
1998-06-28 | Stability fix for powerpc openfirmware system. | Dale S. Rahn | |
Actually implement interrupt masking as appropriate for the openfirmware drivers. This problem was caused by the use of the X86 style of interrupt handling introduced to the powerpc some time back. A problem may still exist in the non-openfirmware drivers: soft_net functions may get called when going from splhigh -> splclock using splx when the soft functions should not be called. Also look into SINT_CLOCK handling (where is this set). Possibly real work can now be done... | |||
1998-06-28 | I'm clearly having problems with cut-and-paste today. | Angelos D. Keromytis | |
1998-06-28 | More defines from NetBSD. | Angelos D. Keromytis | |
1998-06-28 | Oops, cut and pasted a bit too much. | Angelos D. Keromytis | |
1998-06-28 | Extend struct cia_config, needed for the EB164LX/SX support (and other | Angelos D. Keromytis | |
things to come), from NetBSD. | |||
1998-06-28 | Some more defines from NetBSD. | Angelos D. Keromytis | |
1998-06-28 | Accept Modem and modem as match strings for PCMCIA modem cards. | Angelos D. Keromytis | |
1998-06-28 | Some more system definitions, from NetBSD | Angelos D. Keromytis | |
1998-06-27 | have pmsprobe() attempt interrupt establishment; fail probe if interrupt in use | Theo de Raadt | |
1998-06-27 | make isa_intr_establish not panic, but return NULL for failure | Theo de Raadt | |
1998-06-27 | functions go under #ifdef _KERNEL for X; thanks matthieu for the pointer! | Todd T. Fries | |
1998-06-27 | delete extra KFREE(); d@openbsd.org | Theo de Raadt | |
1998-06-27 | securelevels do NOT protect running binaries; only filesystem activity | Theo de Raadt | |
1998-06-27 | gen boot.lif automagically | Michael Shalayeff | |
1998-06-27 | indent | Theo de Raadt | |
1998-06-27 | indent | Theo de Raadt | |
1998-06-27 | Disallow TCP connect() to multicast addresses; cmetz@inner.net | Angelos D. Keromytis | |
1998-06-27 | there is no string.h in stand land | Michael Shalayeff | |
1998-06-27 | hmm, how could i miss this one? | Michael Shalayeff | |
1998-06-27 | stand guys don't have string.h as well | Michael Shalayeff | |
1998-06-27 | fix for non-ansi compilers | Michael Shalayeff | |
1998-06-26 | indent | Theo de Raadt | |
1998-06-26 | convert DLT_LOOP header to network-order u_int32_t | Theo de Raadt | |
1998-06-26 | fix bpf select(); from mts@rare.net | Theo de Raadt | |
1998-06-26 | sync | Theo de Raadt | |
1998-06-26 | check for invalid and empty slots by name | Theo de Raadt | |
1998-06-26 | rename BAD as INVALID | Theo de Raadt | |
1998-06-26 | no luns on the ricoh scanner | Theo de Raadt | |
1998-06-25 | sync | Theo de Raadt | |
1998-06-25 | remove duplicate | Theo de Raadt | |
1998-06-25 | Kill PCVT_NETBSD and PCVT_FREEBSD. We no longer have to modify pcvt | Todd C. Miller | |
when we increase the OpenBSD version and our pcvt is now meaningfully diffable against the NetBSD one. |