summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-12-29fix buf allocation; partoff may be a NULL tooMichael Shalayeff
2002-12-27Use model control capability to distinguish 8 from 16 line models,Hugh Graham
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-25Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase.Miod Vallat
2002-12-25Get prototypes from *dev_decl() macros rather than running our own.Miod Vallat
2002-12-25Do not force DEBUG to be defined here. hp300 is already slow enough.Miod Vallat
2002-12-25Initialize color palette from rasops settings (from sparc) rather thanMiod Vallat
2002-12-24Received a christmas card from Diego and Wim -- thanks!Hugh Graham
2002-12-23regenMichael Shalayeff
2002-12-23a few more machines and devsMichael Shalayeff
2002-12-22better handling of bigendian batteries; problem noticed by blovett@bsdguru.comMichael Shalayeff
2002-12-22Do not attempt to select keyboard layout until it has been determined fromMiod Vallat
2002-12-20dino is atakenMichael Shalayeff
2002-12-20do not compile what we already get from libkern (size does not matter)Michael Shalayeff
2002-12-20those are gone nowMichael Shalayeff
2002-12-20no need for these to sit in their own dirs, there not gonna be any sources th...Michael Shalayeff
2002-12-19make sure we are hitting user stack and not smth else here, make init show no...Michael Shalayeff
2002-12-19arc4random seems better nowMichael Shalayeff
2002-12-19setregs: put the whole frame setup into one placeMichael Shalayeff
2002-12-19level 0x16 is really an l2Michael Shalayeff
2002-12-19knf, remove register, space trimMichael Shalayeff
2002-12-19do not plan for DISKLESS; cross out CRTBEGIN and CRTENDMichael Shalayeff
2002-12-19updateMichael Shalayeff
2002-12-19debugging check_alias is only needed in PMAPDEBUGMichael Shalayeff
2002-12-18newer machines use phantom bus to attach lasi and other bus adapters.Michael Shalayeff
2002-12-18APM_BEBATT is in the apm_flags, not sc_flags, from markus@Michael Shalayeff
2002-12-18order the entries by numberMichael Shalayeff
2002-12-18boot -a support.Miod Vallat
2002-12-18Dammit Theo, I told you to fix the typo before commiting!Miod Vallat
2002-12-18bye byeTheo de Raadt
2002-12-18make boot.lif use GENERICTheo de Raadt
2002-12-18working full GENERIC; miod okTheo de Raadt
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-12-17Export a few more symbols to kvm realm; ok mickey@Miod Vallat
2002-12-17try to deal w/ a premature clock interrupt; does not break the 'it works scen...Michael Shalayeff
2002-12-17real interrupts/spl framework.Michael Shalayeff
2002-12-15max size for the iodc entry point is 64k, by the iodc spec;Michael Shalayeff
2002-12-15pdc device class for fibrechannel; from the iodc specMichael Shalayeff
2002-12-15Correctly report MicroVAX-30 as a MicroVAX, not a VAXstation.Miod Vallat
2002-12-14remove extra space in dmesgTheo de Raadt
2002-12-14Let this compile with option DEBUGMiod Vallat
2002-12-14handelr -> handlerFederico G. Schwindt
2002-12-14handeled -> handled; reported by someone on the list, but i no longerFederico G. Schwindt
2002-12-13Comment out wsdisplay at sti attachment, as it causes problems at the moment.Miod Vallat
2002-12-13Add FireWire to kernel config.Thierry Deval
2002-12-12Dvorak typo.Miod Vallat
2002-12-12Remove dead prototypesMiod Vallat
2002-12-12linux passes the 6th syscall argument in ebpJason Ish
2002-12-11Some people say that "__asm __volatile("")" is not enough.Artur Grabowski
2002-12-11Added paranoia to make sure that gcc doesn't reorder spl* inlines.Artur Grabowski