summaryrefslogtreecommitdiff
path: root/sys/arch/sun2
AgeCommit message (Expand)Author
2010-02-25s/cpu_fork/cpu_lwp_fork/ in commentskrll
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-01-28Fix language.mbalmer
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-27Fix missing parenthesis in #ifdef notyet block. PR port-sun2/42524tsutsui
2009-12-11Export pmap_procwr() declaration only #ifdef _KERNEL.tsutsui
2009-12-11Refactoring MD segment related definitions on m68k ports:tsutsui
2009-12-10Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostlymatt
2009-12-10Rename L_ADDR to L_PCB and amend some comments accordingly.rmind
2009-11-28Cast a vaddr_t (integral type) to void* before passing to memset.he
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-11-21Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage.rmind
2009-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2009-10-21Remove uarea swap-out functionality:rmind
2009-09-19Split device_t/softc.tsutsui
2009-08-15Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> tomatt
2009-08-11Remove all declarations of physmem from sys/arch. Add an include ofmatt
2009-04-21change pmap flags argument from int to u_int.cegger
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2009-02-06Changes to MEMORY_RBFLAGS option:jym
2009-01-27Centralize fpu exception to siginfo code encoding for all m68k archs,martin
2009-01-24add COMPAT_50 to all the configs with COMPAT_40.mrg
2009-01-21Re-adapt to the changed return types for major() and minor().he
2009-01-12use PRIu64 format to printf major() and minor() valuescegger
2009-01-12Add parantheses to macro to suppress possible compiler warnings.tsutsui
2008-12-10Make kernel_pmap_ptr a const. Requested by steve_martin.pooka
2008-12-09Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr,pooka
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-25dumpsys: don't spew numbers into the log.ad
2008-11-24Remove softdep, pass 1. We are focused on improving journalling.ad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-11It is not appropriate to call pmf_system_shutdown(9) fromdyoung
2008-11-07*** Summary ***dyoung
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-09-20Remove advertising clause for UCB in various genassym.cf files,tsutsui
2008-08-10Add accept filters to GENERIC kernels where they exist.tls
2008-07-31Add "options WAPBL" to standard GENERIC/INSTALL type configs.simonb
2008-07-06Split device_t/softc with misc cosmetic changes.tsutsui
2008-07-02Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.ad
2008-06-13use device_lookup_private to get softccegger
2008-06-04vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.ad
2008-06-02Bump miniroot size from 500k to 600k to compensate for recent bloat.he
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-27Make compile with debug options.tsutsui
2008-04-27Shrink ramdisk to 500k again.tsutsui
2008-04-26Shrink install kernels a bit.tsutsui
2008-04-26Remove obsolete options SHMMAXPGS.tsutsui
2008-04-25Bump the ramdisk from 500k to 700k to compensate for bloat whichhe