summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1997-02-10Kill COMPAT_NOLABEL. It is not appropiate in the modern world.Jason Downs
1997-02-10Support 16 partitions.Jason Downs
1997-02-09shadowed variable caused si_addr to be incorrectTheo de Raadt
1997-02-09Use the instruction pointer from the trapframe many places CR2 does notThorsten Lockert
1997-02-08Provide more information on FP exceptionsThorsten Lockert
1997-02-08Give correct signal information on integer overflowThorsten Lockert
1997-02-08BIOS does not report >64M memoryThorsten Lockert
1997-02-08Add definitions for the exception bits in the status wordThorsten Lockert
1997-02-08add _kernel_textTheo de Raadt
1997-02-08cvs.openbsd.org now has 17GB of disk...Theo de Raadt
1997-02-07define kernel_text, just like other ports.Michael Shalayeff
1997-02-07Set up intrframe correctly for FPU exceptions againThorsten Lockert
1997-02-07Changed hdintr() to hdinterupt() so it won't interferedima
1997-02-07add -Wno-uninitializedkstailey
1997-02-07add IPFILTERkstailey
1997-02-07add IPFILTERkstailey
1997-02-06Add zlib support for booting gzipped kernels.Dale S. Rahn
1997-02-06adjustments to SA_SIGINFOkstailey
1997-02-06support for BUFCACHEPERCENTkstailey
1997-02-06need a frame.h; empty for now; PR#74, gwen@rtmx.comTheo de Raadt
1997-02-06Import of WGRISC port. (Willowglen R3081 board)Per Fogelstrom
1997-02-06From theo: use VM_PROT_* types and pass address nicelyNiklas Hallqvist
1997-02-06Fixed some missing declarations and such. Still sth to fix for Theo :-)Niklas Hallqvist
1997-02-06cdev for rdTheo de Raadt
1997-02-06PowerPC pieces for ramdisk (rd) changes this is adds majors,Dale S. Rahn
1997-02-06Enable support for gzip'd kernels.Jason Downs
1997-02-06Be more explicit about what we are.Jason Downs
1997-02-06Use the font ROM size, instead of hard coding one.Jason Downs
1997-02-05bring siginfo stuff for the pmax in sync with the arc and addThomas Graichen
1997-02-05add CD9660 and MSDOSFS to PLUTO and SUMMERThomas Graichen
1997-02-05Make std.hp300 useable for other config files, just don't use it in GENERICJason Downs
1997-02-05latest siginfo changes from theoJason Downs
1997-02-05Pull in some of the changes from NetBSD's revision 1.63:Jason Downs
1997-02-05Non-console ITE devices need to be initialized properly, too, ya know.Jason Downs
1997-02-05correct boottime messagesTheo de Raadt
1997-02-05map native sig/code to svr4 code in a different fashion; must be checked laterTheo de Raadt
1997-02-05add GENERICTheo de Raadt
1997-02-05mv comment to proper placeTheo de Raadt
1997-02-05If tty structure has not been initialized, don't dereference it.Jason Downs
1997-02-05An 8k kernel may not be loaded at a 4k address, as the ROM supplies.Jason Downs
1997-02-05Fixups of the siginfo code changes.Dale S. Rahn
1997-02-05Don't push _cpl before calling _npxintr, it is never used (or popped offThorsten Lockert
1997-02-05Siginfo changes.Dale S. Rahn
1997-02-04provide fpe fault addr; thanks for help from torek@bsdi.comTheo de Raadt
1997-02-04ipfilteringkstailey
1997-02-04send VM_PROT_* code for si_trapnoTheo de Raadt
1997-02-04do not accidentally pass VM_PROT_WRITE|VM_PROT_READTheo de Raadt
1997-02-04an important commentTheo de Raadt
1997-02-04VM_PROT_* for si_trapno in SIGBUS/SIGSEGVTheo de Raadt
1997-02-04pass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGVTheo de Raadt