summaryrefslogtreecommitdiff
path: root/sys/arch/m68k
AgeCommit message (Expand)Author
2005-04-14internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Marc Espie
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
2005-03-08Cosmetics...Thierry Deval
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
2005-01-14Even better nptpages computation without unnecessary extra roundings; allowsMiod Vallat
2005-01-04SET_PC_REGS, arches tested between me and miod.Marc Espie
2005-01-04Better check for UPT filling; saves one more page for userland on most hp300...Miod Vallat
2004-12-30Do the address space checks only if option DEBUG - nobody has seen themMiod Vallat
2004-12-30Rework pmap_bootstrap() computations of I/O maps. Makes the MD part ofMiod Vallat
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-11-30repair DEBUG kernelsMartin Reindl
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-11-27In pmap_bootstrap(), replace PMAP_MD_RWZERO, which would leave the lowestMiod Vallat
2004-10-16Provide a dummp __swap64md() on MD_SWAP architectures; needed by nm(1) now.Miod Vallat
2004-08-07Need pmap_unuse_final() too; Martin Reindl.Miod Vallat
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-07-22Make the inline bzero() of the U area much more readable.Miod Vallat
2004-07-02Cope with SONPROC scheduler changes.Miod Vallat
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2004-04-12Fix process_frame macro.Mark Kettenis
2004-02-19When copyout() of the signal frame fails, sigexit() the process instead ofMiod Vallat
2004-01-27Only install the fpsp exception vectors if the cpu is a 68040.Miod Vallat
2004-01-15instuction -> instructionMiod Vallat
2004-01-09spelling; jjy2+@pitt.eduTheo de Raadt
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2004-01-01Inline pmap_copy() and pmap_phys_address().Miod Vallat
2003-12-26A simple compile-time micro-optimization in pmap_protect() forMiod Vallat
2003-12-16becuaseTheo de Raadt
2003-12-14In pmap_testbit, always update the attribute flags for the pv list hander.Miod Vallat
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
2003-11-07"the the" -> "the"; rohee@Miod Vallat
2003-11-02pmap_remove_mapping() uses an unnecessary PHYS_TO_VM_PAGE call. Instead ofMiod Vallat
2003-10-13More m68k pmap tweaks:Miod Vallat
2003-10-09A few 68060 bugfixes with side effects:Miod Vallat
2003-10-09More m68k common include files factorization.Miod Vallat
2003-09-26Typos: defintion -> definition, proccess -> processMiod Vallat
2003-08-01Nuke calls to uvm_useracc() and instead check copyin() and copyout() forMiod Vallat
2003-06-12final bits of obvious UCB term 3 removalTheo de Raadt
2003-06-04Delete UCB term 3. When there are other copyright owners, we affirmTheo de Raadt
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02licence cleanupTheo de Raadt
2003-05-31Remove a bunch of obsolete definitions.Miod Vallat
2003-03-03Prefer pmap_kenter_pa() in pmap_map().Miod Vallat
2003-03-01- only declare and provide pmap_map() for mac68k, until it bites the dust.Miod Vallat
2003-02-25Let pmap_remove_mapping() do its job correctly if option DIAGNOSTIC isMiod Vallat
2003-01-27Convert m68k pmap from physseg to VM_PAGE_MD.Miod Vallat
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2003-01-05splassert on m68k-based arches. Not totally accurate on hp300 at the moment,Miod Vallat