summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-09-20Cleanup uses of intstack and interrupt_stack[] - also makes time % in topMiod Vallat
2003-09-20move the checks after we fixed the hd info.Federico G. Schwindt
2003-09-19In pmap_changebit(), do not flush tlb entries unless really necessary.Miod Vallat
2003-09-19Let boot -b return to debugger before invoking the kernels entry point, likeMiod Vallat
2003-09-19Disable USB_USE_SOFTINTR until we have generic support for soft interrupts.Anil Madhavapeddy
2003-09-19- some bios return a valid geometry for inexistent hd's so beforeFederico G. Schwindt
2003-09-19add debug info around #41; toby@ ok.Federico G. Schwindt
2003-09-19Put in a couple of sanity checks to ensure that the AN_DEFAULT_*Anil Madhavapeddy
2003-09-18comment spelling, from jonathon grayTed Unangst
2003-09-18spacing;Jason McIntyre
2003-09-18typo in error;Jason McIntyre
2003-09-18- move checks earlier to catch inexistent devices before testing for edd.Federico G. Schwindt
2003-09-18- pass the correct device to bios_getdisklabel().Federico G. Schwindt
2003-09-17More cleaning of the exception handling code, and collateral damage:Miod Vallat
2003-09-16Do not use | !FOO to mention undesirable flags, but rather & ~FOO - hopefullyMiod Vallat
2003-09-16Remove unused material from include files, as well as the annoying U() macroMiod Vallat
2003-09-16Clean <machine/db_machdep.h> of unused material. Also, let this file beMiod Vallat
2003-09-16Provide more information about the CPU/CMMU configuration in the dmesgMiod Vallat
2003-09-16document extension support bitmap definition; requested by deraadt@.Federico G. Schwindt
2003-09-15tree unlock, as we move to 3.4-currentTheo de Raadt
2003-09-11permit ramdisks to buildTheo de Raadt
2003-09-11support new via c3 AES instruction; written by jasonTheo de Raadt
2003-09-11handle case where bios EDD support only supports a subset; from fgsch,Theo de Raadt
2003-09-09fix potential int overflow found by blexim at hush.com. restrict root toTed Unangst
2003-09-09Remove DDB conditionals and always define T_KDB_*Miod Vallat
2003-09-09CMI can do mu-law encoding, don't use software emulation mode.Kevin Lo
2003-09-08match size of fpreg w/ the save87 structs as figured in discussion w/ jason t...Michael Shalayeff
2003-09-08Revert the changes reordering the data access exception processing in theMiod Vallat
2003-09-08fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.hBob Beck
2003-09-07Oops, use the local MVMEPROM_CALL(), rather than the one which used to beMiod Vallat
2003-09-07RegenMiod Vallat
2003-09-07No COMPAT_10 SYSVSHM syscalls on sparc64; ok deraadt@Miod Vallat
2003-09-07The PTE bit used to flag wiring is zeroed behind our back on 88110, soMiod Vallat
2003-09-07Fix system hangs some i386 machines experienced when booting with theKenneth R Westerback
2003-09-07Narrow a conditional in non-88110 area...Miod Vallat
2003-09-07Get rid of PREP2's SSBR parameter, since it does not have sense for 88110.Miod Vallat
2003-09-06A couple of hppa-only changes, allowing siop to work on pci hppaKenneth R Westerback
2003-09-06Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed.Dale Rahn
2003-09-06Fix boot -a, add protected cnpollc(). ok deraadt@Dale Rahn
2003-09-06Large cleaning of exception handling:Miod Vallat
2003-09-05Never enable interrupts just before processing data exceptions, but ratherMiod Vallat
2003-09-05Do not drop the user into DDB without a really, really good reason.Miod Vallat
2003-09-04What I blamed on a specific CMMU fault pecularity turned out to be, in fact,Miod Vallat
2003-09-04a better cpu identification; testing by miodMichael Shalayeff
2003-09-04remove an unneccessary (and incorrectly sized) bzeroAnil Madhavapeddy
2003-09-04bzero the full malloced space, not the sizeof the pointerAnil Madhavapeddy
2003-09-04correct sizeof for bzero/bcopyAnil Madhavapeddy
2003-09-04syncTed Unangst
2003-09-04dummy xattr syscalls. ok deraadt@Ted Unangst
2003-09-03m68k at least doesn't like random mappings. disable for now.Ted Unangst