summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-10-25grow kvm space; fix an over-agressive pmap optimizationTheo de Raadt
1996-10-25be slightly more verbose for my sakeJason Downs
1996-10-25syncJason Downs
1996-10-24Discourage MATH_EMULATE.Jason Downs
1996-10-24kernel is 'bsd'Michael Shalayeff
1996-10-24add 3 another build directoriesMichael Shalayeff
1996-10-23correct disklabel writing; from priceTheo de Raadt
1996-10-23avoid long linesTheo de Raadt
1996-10-23An empty arglist is called __P((void)) not __P(())Niklas Hallqvist
1996-10-23Get memory configuration from boot blocks or /boot when it becomesetheisen
available. Use MEM_COMPUTE option to use old behavior. Use EXTMEM_SIZE to override extended memory size.
1996-10-23Patches from Dave Huang <khym@bga.com> to get something in and out of thebriggs
Quadra SCSI. Patched by me. VERY slow (~50K/s), but working.
1996-10-23Sync up with NetBSD and include patch from Dave Huang <khym@bga.com>briggs
that puts AV I/O in the right place.
1996-10-22reality checkJason Downs
1996-10-22patch com speed initializationJason Downs
1996-10-21-Wall happinessMichael Shalayeff
1996-10-21random is stock nowMichael Shalayeff
1996-10-21Added 'S' for Stack tracebacks. There are usually 3 items on theimp
stack before the routine that caused you to get into the debugger (due to the calls to stacktrace, actually). However, other than that garbage on the top of the stack, this has proven to be useful for me in tracking down strange things. While it might be better to get mdbstacktrace working (since it looks like it wants to be more complete), this gets functionality right away. Hope people find it useful.
1996-10-21Fix two bugs noticed by Taras Ivanenko <ivanenko@ctpa03.mit.edu>briggs
via.c: don't allow spl to remain at splhigh on error. mainbus.c: Make sure that variable is initialized.
1996-10-20Out of NetBSD (scottr):briggs
Define MACH_CLASSQ2, used by Performa 575. Remove susword() because of prototype conflict with <sys/systm.h>.
1996-10-20Spaces -> tabs that were my faultimp
1996-10-20Truncate rdpmc result to 40 bits. Make pctr.c build with -Wall.dm
1996-10-20pms0Theo de Raadt
1996-10-19random device is permanent now.Michael Shalayeff
1996-10-19add random deviceMichael Shalayeff
1996-10-19__assert added, impl from netbsd, however put elsewhere. use it insteadNiklas Hallqvist
of private versions (one even using the userland header) in if_sn.c
1996-10-18-Wall happinessNiklas Hallqvist
1996-10-18-Wall happinessMichael Shalayeff
1996-10-18-Wall happiness (not happieness, pointed by theo ;)Michael Shalayeff
1996-10-18-Wall happienessMichael Shalayeff
1996-10-18device_register proto addedNiklas Hallqvist
1996-10-18INSTALL kernel not needed any more, we use GENERIC in our minirootsNiklas Hallqvist
1996-10-17-Wall happinessNiklas Hallqvist
1996-10-17Add pedantic warnings, as well as -m486 if we are only for the 486Niklas Hallqvist
1996-10-17Trim, and reflect realityNiklas Hallqvist
1996-10-17Conditionalize variable declsNiklas Hallqvist
1996-10-17One too much ifdef..Niklas Hallqvist
1996-10-17kvtop protoNiklas Hallqvist
1996-10-17Remove unnecessary macros, what was I thinking?Niklas Hallqvist
1996-10-17more SIGBUS garbageTheo de Raadt
1996-10-16contextual usageTheo de Raadt
1996-10-16protoTheo de Raadt
1996-10-16update according to the libsa changesMichael Shalayeff
1996-10-16iupdate according to the libsa changesMichael Shalayeff
1996-10-16the Wall thing, you knowTheo de Raadt
1996-10-16proto rtcintrTheo de Raadt
1996-10-16repair fusword/susword protosTheo de Raadt
1996-10-16decl calibrate_cyclecounter, fusword, suswordTheo de Raadt
1996-10-16unused variableTheo de Raadt
1996-10-16missing */Theo de Raadt
1996-10-14openbsdTheo de Raadt