summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1998-07-02I suppose debugging code can be removedTheo de Raadt
1998-07-02for sugid procs ensure that fd 0-2 are allocated slots (by pointing atTheo de Raadt
1998-07-01Add NPMODE_KEEPLAST conditions; not supported yet (act like NPMODE_QUEUE).Angelos D. Keromytis
1998-07-01First shot for EB164SX/LX support; kernels for those should be muchAngelos D. Keromytis
1998-07-01NetBSD sync.Angelos D. Keromytis
1998-07-01Add pciide_machdep.c; that file is taken from NetBSD (forgot toAngelos D. Keromytis
1998-07-01PCI-IDE interface.Angelos D. Keromytis
1998-07-01Do the right thing with interrupts during autoconfiguration; from NetBSD.Angelos D. Keromytis
1998-07-01let COPTS override -02Theo de Raadt
1998-06-30remove unnecessary assignmentNiels Provos
1998-06-30PCI-IDE interface include files (needed for Alpha, at least); from NetBSD.Angelos D. Keromytis
1998-06-30Fix broken IPX so the kernel will compile.Bob Beck
1998-06-30Add an NPMODE_KEEPLASTAngelos D. Keromytis
1998-06-30In pccngetc, check that dev is not NODEV [NetBSD]Todd C. Miller
1998-06-30nuke custom build rulesMichael Shalayeff
1998-06-29add ym (yamaha OPL3-SA3) PnP driverTodd C. Miller
1998-06-29syncTheo de Raadt
1998-06-29add 3dfx voodooTheo de Raadt
1998-06-29Only use isa_intr_check() if __NO_ISA_INTR_CHECK isn't #defined.Jason Downs
1998-06-29Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code.Jason Downs
1998-06-29isa_intr_check(), alpha style.Jason Downs
1998-06-29Use isa_intr_check() to prevent attachment of drivers that won't get anJason Downs
1998-06-29Add and use isa_intr_check().Jason Downs
1998-06-28indentTheo de Raadt
1998-06-28make the openfirmware clock reading routine compatible with theDale S. Rahn
1998-06-28Stability fix for powerpc openfirmware system.Dale S. Rahn
1998-06-28I'm clearly having problems with cut-and-paste today.Angelos D. Keromytis
1998-06-28More defines from NetBSD.Angelos D. Keromytis
1998-06-28Oops, cut and pasted a bit too much.Angelos D. Keromytis
1998-06-28Extend struct cia_config, needed for the EB164LX/SX support (and otherAngelos D. Keromytis
1998-06-28Some more defines from NetBSD.Angelos D. Keromytis
1998-06-28Accept Modem and modem as match strings for PCMCIA modem cards.Angelos D. Keromytis
1998-06-28Some more system definitions, from NetBSDAngelos D. Keromytis
1998-06-27have pmsprobe() attempt interrupt establishment; fail probe if interrupt in useTheo de Raadt
1998-06-27make isa_intr_establish not panic, but return NULL for failureTheo de Raadt
1998-06-27functions go under #ifdef _KERNEL for X; thanks matthieu for the pointer!Todd T. Fries
1998-06-27delete extra KFREE(); d@openbsd.orgTheo de Raadt
1998-06-27securelevels do NOT protect running binaries; only filesystem activityTheo de Raadt
1998-06-27gen boot.lif automagicallyMichael Shalayeff
1998-06-27indentTheo de Raadt
1998-06-27indentTheo de Raadt
1998-06-27Disallow TCP connect() to multicast addresses; cmetz@inner.netAngelos D. Keromytis
1998-06-27there is no string.h in stand landMichael Shalayeff
1998-06-27hmm, how could i miss this one?Michael Shalayeff
1998-06-27stand guys don't have string.h as wellMichael Shalayeff
1998-06-27fix for non-ansi compilersMichael Shalayeff
1998-06-26indentTheo de Raadt
1998-06-26convert DLT_LOOP header to network-order u_int32_tTheo de Raadt
1998-06-26fix bpf select(); from mts@rare.netTheo de Raadt
1998-06-26syncTheo de Raadt