summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
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
rd_root pieces, config file to generate MINIROOT with rdroot and MAKEDEV changes as well as adding the rd device to known device types.
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
BUFCACHEPERCENT for the pmax
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
ones.
1997-02-05latest siginfo changes from theoJason Downs
1997-02-05Pull in some of the changes from NetBSD's revision 1.63:Jason Downs
thorpej Sat Feb 1 23:55:54 PST 1997 ... - Eliminate some unnecessary cpu/mmu checks, based on what CPUs the kernel was compiled for. - Add some comments about possible further optimization. ...
1997-02-05Non-console ITE devices need to be initialized properly, too, ya know.Jason Downs
Add enough glue to the aux attach structure to do so, and teach all the device drivers how to set it. This fixes the last ITE panic I know of...
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
We align it to the the next 8k address, as per our 8k kernels. (This ain't NetBSD, baby.) Fixed with debugging help from niklas.
1997-02-05Fixups of the siginfo code changes.Dale S. Rahn
All of the siginfo changes were from theo, I just cleaned up the header files and tested it.
1997-02-05Don't push _cpl before calling _npxintr, it is never used (or popped offThorsten Lockert
the stack!)
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
1997-02-04pass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGVTheo de Raadt
1997-02-04More changes of carrel@netbsd.org's that I missed.Jason Downs
1997-02-04checkpoint: pull in spl() changes from NetBSD, and more siginfo.Jason Downs
1997-02-04fix a few more SIGxxx/xxx_* and fault addr issuesTheo de Raadt
1997-02-04match SIGILL to ILL_COPROCTheo de Raadt
1997-02-04T_DIVIDE -> FPE_INTDIVTheo de Raadt
1997-02-04NetBSD -> OpenBSDkstailey
1997-02-04adjust warning flagskstailey
1997-02-03remove DDB hackkstailey
1997-02-03add siginfo member to struct sigframekstailey
1997-02-03closer to NetBSD 1.65kstailey
1997-02-03First try at SA_SIGINFO support.kstailey
Some mods in trap.c to bring it closer to NetBSD 1.65.
1997-02-03fix a fpe trapsignal to provide proper typeTheo de Raadt
1997-02-03for SIGxxx always use xxx_* types as error codeTheo de Raadt
1997-02-03mv siginfo_t * to the proper placeTheo de Raadt
1997-02-03More siginfo implementations (alpha and mips might even work)Theo de Raadt
move "siginfo_t *" to 2nd arg of signal handler as 1003.1b requires. I really wish I had 1003.1b documentation.
1997-02-03initial cut at siginfoTheo de Raadt
1997-02-03repair confusion over kv/uv addr for siginfo_t storageTheo de Raadt
1997-02-03SA_SIGINFOTheo de Raadt
1997-02-03SA_SIGINFO implementationTheo de Raadt