summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-10-29Since memory deallocation can't fail, remove the error return fromArtur Grabowski
2002-10-29no need to restore shadowed reg, shaves 10% from runtime for tlb handler on p...Michael Shalayeff
2002-10-29Remove some unused globlsArtur Grabowski
2002-10-28do not use asm for accessing the page tables since they are mapped now.Michael Shalayeff
2002-10-28Convert sparc pmap from physseg to VM_PAGE_MD.Artur Grabowski
2002-10-27Turn into a really useful configuration file, i.e. GENERIC tuned for sun4cMiod Vallat
2002-10-27Typo in commentMiod Vallat
2002-10-25fake intrcnt (for now) such that vmstat works (;Michael Shalayeff
2002-10-25allow reading the direct mapped segment through the kmemMichael Shalayeff
2002-10-24Add missing pmap_update(9) after pmap_kenter_pa(9); art@ ok.Federico G. Schwindt
2002-10-24nlist does no aout no more, fuget about som tooMichael Shalayeff
2002-10-24use loadfileMichael Shalayeff
2002-10-24Add va_copy() as necessary for powerpc, same protections as was addedDale Rahn
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2002-10-22do not force single-user; pt out by fries@Michael Shalayeff
2002-10-21make an ieeefp regress pass; miod@ okMichael Shalayeff
2002-10-21try harder to sync in dmamap_syncMichael Shalayeff
2002-10-20fxp now works on bigendian, add it to macppc.Dale Rahn
2002-10-19Kill register.Hugh Graham
2002-10-18this is a precision architecture -- be more precise about fault types and in ...Michael Shalayeff
2002-10-18Remove some very pointless 'if 0' code, some of which prevented compilationDale Rahn
2002-10-18Do not define astpending twice, once non-volatile and one volatile.Dale Rahn
2002-10-17use shadows on fpu cxsw (and fix arg0 trashing), do not restore shadowed regs...Michael Shalayeff
2002-10-17sync with gcc version, fixes bug in sftp where it had a 64 bit parameterDale Rahn
2002-10-17Correct io space config after last patch. allows fxp to workDale Rahn
2002-10-17convert to use vm_page_md instead of pmap_physseg, make code smaller and simp...Michael Shalayeff
2002-10-15a few missing options and pseudo-devs, noticed by miod@ and dhartmei@Michael Shalayeff
2002-10-15missing initmsgbuf(), noticed by miod@Michael Shalayeff
2002-10-14Fix from FreeBSD for atlhon problems with mtrr and XFree86. Ok deraadt@Matthieu Herrb
2002-10-14Use uvm_km_valloc_prefer_wait instead of doing the same thing manually.Artur Grabowski
2002-10-13better USER_LDT comment; originally suggested by seb@todesplanet.de; ok deraadtPeter Valchev
2002-10-13Remove more '\n's from panic() statements. From Chris Kuethe.Kenneth R Westerback
2002-10-13track the end of physmem for use in dmmem_allocMichael Shalayeff
2002-10-13split the scp/iscp/scb between the cache lines, make the leds blink betterMichael Shalayeff
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-10protect against multiple inclusion; pointed out by naddy, miod okPeter Valchev
2002-10-09pretty printTheo de Raadt
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
2002-10-07also s/_PSW/_PSL/Michael Shalayeff
2002-10-07s/PSW_/PSL_/ to match other archsMichael Shalayeff
2002-10-07proper terminate the user stack on signalMichael Shalayeff
2002-10-07on implementations w/ fpu included unimplemented instructionsMichael Shalayeff
2002-10-07Improved workaround for cardbus support on macppc. This allows mappings toDale Rahn
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-10-06Declare nbuf just like all other architectures.Artur Grabowski
2002-10-06Garbage collect __HAVE_SPLASSERT. It wasn't necessary.Artur Grabowski
2002-10-05spelling.Federico G. Schwindt
2002-10-04Aasking to load an already loaded map is not a "warn and pray" kinda thing.Jason Wright
2002-10-01need fpemu for the geckoMichael Shalayeff