summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2002-12-10Use CPU_ISSUN4M macro rather than check cputyp value. Consistent with the restMiod Vallat
2002-12-10No need to hardclock IPL_STATCLOCK value anymore.Miod Vallat
2002-12-10The introduction of fbwscons_setcolormap() left out 24 bit frame buffersMiod Vallat
2002-12-05remove altq entries.Kenjiro Cho
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-11-29Upon detection of an international Sun keyboard with a recognized layout,Miod Vallat
2002-11-24Be sun4m-friendly in FDC_C_HANDLER case.Miod Vallat
2002-11-24Fix a kernel fault in FDC_C_HANDLER code.Miod Vallat
2002-11-24Make this compile again if FDC_C_HANDLER is defined.Miod Vallat
2002-11-24When initializing the colormap on low depth frame buffers, pick valuesMiod Vallat
2002-11-23Mention that hme does not work in sun4c machines.Miod Vallat
2002-11-22new sysctl: machdep.v8mul says whether the kernel replaced the mul/div/remTheo de Raadt
2002-11-11Various little pmap changes:Miod Vallat
2002-11-10Use appropriate VM_MAP constants rather than hardcoded values inMiod Vallat
2002-11-09- make IFF_SIMPLEX only set if the media is IFM_FDX (prevents ip6 fromFederico G. Schwindt
2002-11-07Don't uvm_useracc the user sigcontext in sys_sigreturn and then accessArtur Grabowski
2002-11-06- always initialize colormaps, even if the frame buffer is non console; thisMiod Vallat
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-24Add missing pmap_update(9) after pmap_kenter_pa(9); art@ ok.Federico G. Schwindt
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2002-10-14Use uvm_km_valloc_prefer_wait instead of doing the same thing manually.Artur Grabowski
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-10-06Garbage collect __HAVE_SPLASSERT. It wasn't necessary.Artur Grabowski
2002-10-05spelling.Federico G. Schwindt
2002-10-01Do not enable the code that makes use of the vertical retrace interruptMiod Vallat
2002-10-01If the framebuffer is being run in 32bit mode, register a shutdown_hookMiod Vallat
2002-09-30Evil, evil, evil typo broke innocent ramdisks. Die!Miod Vallat
2002-09-23Get the wsdisplay capabilities from rasops, rather than attempting toMiod Vallat
2002-09-23Link the kernel so that it gets only one load section.Artur Grabowski
2002-09-20Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit modeFederico G. Schwindt
2002-09-15Begone.Miod Vallat
2002-09-11update from sparc64 version:Jason Wright
2002-09-10Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page *Artur Grabowski
2002-09-09Register more screen capabilities to work with the recent wsemul_sun changes.Miod Vallat
2002-09-06Fix pmap_protect for VM_PROT_EXECUTEArtur Grabowski
2002-09-05Allow kernels with no display device configured to link. Found by marc@Miod Vallat
2002-09-05Fix STRIPFLAGS for elf version of strip. Use same flagsMarco S Hyman
2002-09-03Old (rev 1) OpenPROM will always report as the "fb" node, the firstMiod Vallat
2002-09-02Make the cgfourteen work in 32bit when possible, also display the size ofMiod Vallat
2002-08-31Driver for the Vigra VS10 and VS12 SBus framebuffers, and possibly more fromMiod Vallat
2002-08-30Add pnozz and wsdisplay at pnozz for Tadpole users. Spotted by millert@Miod Vallat
2002-08-21Recognize both VSIMM slots, and allow one cgfourteen to attach to eachMiod Vallat
2002-08-21Correctly map the video memory, for proper operation.Miod Vallat
2002-08-20Because of reversed use of the annul bit and delay slots copyin andArtur Grabowski
2002-08-16remove debugging codeJason Wright
2002-08-16Scale back rows and columns if the font would not otherwise fit on theTodd C. Miller
2002-08-15One line fix to make boot link from miod whose main NFS serverTodd C. Miller