summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-11-17Remove old unused debugging code.Dale Rahn
2002-11-14get more use of the shadowed regsMichael Shalayeff
2002-11-13print 'banner-name' instead of 'name' for mainbus (when available)Jason Wright
2002-11-12build program on hppa onlyTheo de Raadt
2002-11-11Proper defines for powerpc kernel profiling.Dale Rahn
2002-11-11Various little pmap changes:Miod Vallat
2002-11-10Use appropriate VM_MAP constants rather than hardcoded values inMiod Vallat
2002-11-10some creamy fillingMichael Shalayeff
2002-11-09Instead of relying on uvm_useracc(), get a false sense of security, andMiod Vallat
2002-11-09- make IFF_SIMPLEX only set if the media is IFM_FDX (prevents ip6 fromFederico G. Schwindt
2002-11-08absolutely no need to save the fpu state before rewriting the fpu regs, just ...Michael Shalayeff
2002-11-08hmm, todos seem to be unapplicable no moreMichael Shalayeff
2002-11-08only reset the pending fpu exceptions on fork, not the rest of the fpu status...Michael Shalayeff
2002-11-08prepare for bktr on macppc (commented out in generic for now); drahn@ okMichael Shalayeff
2002-11-08Don't uvm_useracc the user sigcontext in sys_sigreturn and then accessMichael Shalayeff
2002-11-08Don't uvm_useracc the user sigcontext in sys_sigreturn and then accessMiod Vallat
2002-11-07dev/isa/i82365_isasubr.c is needed for pcic at pci; from Bernard Gardner via ...Michael Shalayeff
2002-11-07pmap_[de]activate() are not nops; w/ art@'s helpMichael Shalayeff
2002-11-07make pte flushing into a separate function,Michael Shalayeff
2002-11-07Don't uvm_useracc the user sigcontext in sys_sigreturn and then accessArtur Grabowski
2002-11-07Small simplification in sendsig.Artur Grabowski
2002-11-06- always initialize colormaps, even if the frame buffer is non console; thisMiod Vallat
2002-11-06Eliminate the use of KERN_SUCCESS outside of uvm/Artur Grabowski
2002-11-05Add a WEAK_ALIAS macro, to be used by libc/libc_r shortly.Miod Vallat
2002-11-05Allocate by default 6 virtual consoles on alpha, as on i386, rather thanMiod Vallat
2002-11-03Missing word in buffers size line.Miod Vallat
2002-11-01Working atomic locks on vax for libc_r.Miod Vallat
2002-11-01add a missing delay after printf on halt[-p], proper arg for a cold hookMichael Shalayeff
2002-10-31lasi on j210 is in a strange place, add an exact entry for now, to be maybe r...Michael Shalayeff
2002-10-30as found on a 256m machine of millert@'s allocate pdes for the whole kernel v...Michael Shalayeff
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