Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-06 | Import of WGRISC port. (Willowglen R3081 board) | Per Fogelstrom | |
1997-02-06 | From theo: use VM_PROT_* types and pass address nicely | Niklas Hallqvist | |
1997-02-06 | Fixed some missing declarations and such. Still sth to fix for Theo :-) | Niklas Hallqvist | |
1997-02-06 | cdev for rd | Theo de Raadt | |
1997-02-06 | PowerPC 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-06 | Enable support for gzip'd kernels. | Jason Downs | |
1997-02-06 | Be more explicit about what we are. | Jason Downs | |
1997-02-06 | Use the font ROM size, instead of hard coding one. | Jason Downs | |
1997-02-05 | bring siginfo stuff for the pmax in sync with the arc and add | Thomas Graichen | |
BUFCACHEPERCENT for the pmax | |||
1997-02-05 | add CD9660 and MSDOSFS to PLUTO and SUMMER | Thomas Graichen | |
1997-02-05 | Make std.hp300 useable for other config files, just don't use it in GENERIC | Jason Downs | |
ones. | |||
1997-02-05 | latest siginfo changes from theo | Jason Downs | |
1997-02-05 | Pull 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-05 | Non-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-05 | correct boottime messages | Theo de Raadt | |
1997-02-05 | map native sig/code to svr4 code in a different fashion; must be checked later | Theo de Raadt | |
1997-02-05 | add GENERIC | Theo de Raadt | |
1997-02-05 | mv comment to proper place | Theo de Raadt | |
1997-02-05 | If tty structure has not been initialized, don't dereference it. | Jason Downs | |
1997-02-05 | An 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-05 | Fixups 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-05 | Don't push _cpl before calling _npxintr, it is never used (or popped off | Thorsten Lockert | |
the stack!) | |||
1997-02-05 | Siginfo changes. | Dale S. Rahn | |
1997-02-04 | provide fpe fault addr; thanks for help from torek@bsdi.com | Theo de Raadt | |
1997-02-04 | ipfiltering | kstailey | |
1997-02-04 | send VM_PROT_* code for si_trapno | Theo de Raadt | |
1997-02-04 | do not accidentally pass VM_PROT_WRITE|VM_PROT_READ | Theo de Raadt | |
1997-02-04 | an important comment | Theo de Raadt | |
1997-02-04 | VM_PROT_* for si_trapno in SIGBUS/SIGSEGV | Theo de Raadt | |
1997-02-04 | pass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGV | Theo de Raadt | |
1997-02-04 | pass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGV | Theo de Raadt | |
1997-02-04 | More changes of carrel@netbsd.org's that I missed. | Jason Downs | |
1997-02-04 | checkpoint: pull in spl() changes from NetBSD, and more siginfo. | Jason Downs | |
1997-02-04 | fix a few more SIGxxx/xxx_* and fault addr issues | Theo de Raadt | |
1997-02-04 | match SIGILL to ILL_COPROC | Theo de Raadt | |
1997-02-04 | T_DIVIDE -> FPE_INTDIV | Theo de Raadt | |
1997-02-04 | NetBSD -> OpenBSD | kstailey | |
1997-02-04 | adjust warning flags | kstailey | |
1997-02-03 | remove DDB hack | kstailey | |
1997-02-03 | add siginfo member to struct sigframe | kstailey | |
1997-02-03 | closer to NetBSD 1.65 | kstailey | |
1997-02-03 | First try at SA_SIGINFO support. | kstailey | |
Some mods in trap.c to bring it closer to NetBSD 1.65. | |||
1997-02-03 | fix a fpe trapsignal to provide proper type | Theo de Raadt | |
1997-02-03 | for SIGxxx always use xxx_* types as error code | Theo de Raadt | |
1997-02-03 | mv siginfo_t * to the proper place | Theo de Raadt | |
1997-02-03 | More 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-03 | initial cut at siginfo | Theo de Raadt | |
1997-02-03 | repair confusion over kv/uv addr for siginfo_t storage | Theo de Raadt | |
1997-02-03 | SA_SIGINFO | Theo de Raadt | |
1997-02-03 | SA_SIGINFO implementation | Theo de Raadt | |