summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-05-13The current solution to handle the protection fault trap is notArtur Grabowski
2003-05-13kill a stupid warningJason Wright
2003-05-13nuke curproc common (yes this will need revisiting in smp land, but whatJason Wright
2003-05-12use new display types; ok miodJason Wright
2003-05-12use new display typesJason Wright
2003-05-12Initial work to bring this driver in par with other sparc frame buffers:Miod Vallat
2003-05-12Enable Intrepid's mac-io match.Thierry Deval
2003-05-12kill another common; drahn okJason Wright
2003-05-12add a few more trap typesJason Wright
2003-05-11nuke another common: want_reschedJason Wright
2003-05-11nuke common: physmemJason Wright
2003-05-11don't run off end of strings and use bad pointersMarcus Watts
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-11nuke debugging stuffJason Wright
2003-05-11get the offset of the config space correct, now to figure out why the rtc is ...Jason Wright
2003-05-11check done for NULL before dereferencing. ok drahn@Ted Unangst
2003-05-10string cleaning; ok beck dhartmeiTheo de Raadt
2003-05-10Remove some exec mappings in the pmap test code (ifdef DEBUG).Artur Grabowski
2003-05-09Map page tables non-exec.Artur Grabowski
2003-05-09No need to map the message buffer executable.Artur Grabowski
2003-05-09No need to map framebuffers executable. Really.Artur Grabowski
2003-05-09'found' variable was not used correctly, simplify the logic.Dale Rahn
2003-05-09sprintf() removal for ppc disassembler. ok millert@Dale Rahn
2003-05-09Remove dead (ifdef 0) code that pollutes my greps.Artur Grabowski
2003-05-08'branch absolute linking' instruction is 'bla', not 'bal'.Dale Rahn
2003-05-08KNFDale Rahn
2003-05-08Change extract_field() arguments, eliminates the nasty '31 -' all over theDale Rahn
2003-05-08Put newline on end of disasm so that x /i <addr>,<cnt> works correctly.Dale Rahn
2003-05-08EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template.Jason McIntyre
2003-05-07string cleaningTheo de Raadt
2003-05-07double semicolon in local var declMichael Shalayeff
2003-05-07disable profiling for tlb fault handlersMichael Shalayeff
2003-05-07selecet pa-level and scheduling separatelyMichael Shalayeff
2003-05-07double memsize as there might be prom as wellMichael Shalayeff
2003-05-07exit stack is not used anymore. fpemu and emergency are fine w/ just a page p...Michael Shalayeff
2003-05-06allow programming dma block bus transaction length on 710 and set to 8 words ...Michael Shalayeff
2003-05-06Declare the major number for wd, so that a custom kernel can specific explicitMiod Vallat
2003-05-05Move exec base to 0x1c000000, exe/data gap to 512MB. Allows betterDale Rahn
2003-05-05Write explicit scsibus at controller attachment, rather than scsibus at scsiMiod Vallat
2003-05-04mop-mop squeek-squeekMichael Shalayeff
2003-05-04snprintfTheo de Raadt
2003-05-04Set code segment register according to nxpages, copied from machdep.cDale Rahn
2003-05-04When a protection fault occurs, force %cr2 to contain the pc asDale Rahn
2003-05-04string cleaning. ok deraadt@Ted Unangst
2003-05-02when flipping the code descriptors also update cs in theMichael Shalayeff
2003-05-02add eap and do a bit of cleaningJason Wright
2003-05-01add eso, opl, and midi, and clean the audio stuff up a bitJason Wright
2003-04-30do not be hungry for buffers and allocate lower than a max (for iodc io)Michael Shalayeff
2003-04-30from netbsd:Michael Shalayeff
2003-04-30now that we use less memory we can push the boot a little higher (to help som...Michael Shalayeff