summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-05-03sync with 0430.Michael Shalayeff
1996-05-03sync with 0430Michael Shalayeff
1996-05-03Fix the copyright.Michael Shalayeff
1996-05-03fix LOCORE->_LOCORE changes.Michael Shalayeff
1996-05-03sync w/ 0430Michael Shalayeff
1996-05-03Use generic m68k sigreturn code from arch/m68kNiklas Hallqvist
1996-05-03We need psl.h to get at the PSL_* stuffNiklas Hallqvist
1996-05-03File lost from NetBSD merge in january!Niklas Hallqvist
1996-05-03prettier printf messagesTheo de Raadt
1996-05-03need another field for pcmciaTheo de Raadt
1996-05-03pcmcia version of if_ep (duct-taped together by me)Theo de Raadt
1996-05-03Make pretty + update $NetBSD$ tag. No functional change.Niklas Hallqvist
1996-05-02udpcksum should never be off in the modern worldTheo de Raadt
1996-05-02make these work togetherTheo de Raadt
1996-05-02more verbose interrupt handling?Theo de Raadt
1996-05-02add ep driver for various PC bussesTheo de Raadt
1996-05-02prettyTheo de Raadt
1996-05-02Remove BIOSSEG.Theo de Raadt
Don't mess with the flags when entering a software interrupt. Use IF, not VIF. NOTE: These changes break dosemu, but are required for proper emulation.
1996-05-02sync with netbsdTheo de Raadt
1996-05-02Turn off the alignment check flag when entering a signal handlerTheo de Raadt
1996-05-02nice typesTheo de Raadt
1996-05-02if_ep splitupTheo de Raadt
1996-05-02no sys/cpu.hTheo de Raadt
1996-05-02bizzare change in netbsd landTheo de Raadt
1996-05-02update for eisadevsTheo de Raadt
1996-05-02add entryTheo de Raadt
1996-05-02proto more stuffTheo de Raadt
1996-05-02no sys/cpu.hTheo de Raadt
1996-05-02no sys/cpu.h, fix bugs in chTheo de Raadt
1996-05-02proto more stuffTheo de Raadt
1996-05-02sync with masterTheo de Raadt
1996-05-02add futimes()Theo de Raadt
1996-05-02dk_establish() is actually supposed to be voidTheo de Raadt
1996-05-02sync syscalls, no sys/cpu.hTheo de Raadt
1996-05-02Implement futimes()Theo de Raadt
1996-05-02no sys/cpu.hTheo de Raadt
1996-05-02- don't use if_index to get the number of interfaces in SIOCGIFNUM; computeTheo de Raadt
the actual number. - forgot to copyout the result in SIOGCIFFLAGS.
1996-05-02Add SI_SYSTEMINFO from Solaris-2.5Theo de Raadt
1996-05-02sync with netbsdTheo de Raadt
1996-05-02pica also uses elfPer Fogelstrom
1996-05-02Temporary exec_elf.c overriding the one in kern until changesPer Fogelstrom
merged with kern/exec_elf.c.
1996-05-02New include file.Per Fogelstrom
1996-05-02New config file...Per Fogelstrom
1996-05-02Updated for new config etc.Per Fogelstrom
1996-05-02Make cpu.h self-contained by including psl.hNiklas Hallqvist
1996-05-02Oops! A file forgotten from the former commit:Niklas Hallqvist
The ed driver cannot be in conf/files due to a name conflict in the amiga port. This is resolved like the if_le conflict, by having it in files.i386 until the conflict is resolved.
1996-05-02Fixup of a merge errorNiklas Hallqvist
1996-05-02Define pcmcia as a dummy device for the sake of files.isa inclusionNiklas Hallqvist
1996-05-02The ed driver cannot be in conf/files due to a name conflict in the amigaNiklas Hallqvist
port. This is resolved like the if_le conflict, by having it in files.i386 until the conflict is resolved.
1996-05-02Sync with NetBSD 9600430. The port has gone over a major -Wall treatNiklas Hallqvist