summaryrefslogtreecommitdiff
path: root/sys/arch/usermode
AgeCommit message (Expand)Author
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2009-12-11Add PRIx{P,V}{ADDR,SIZE}, PRIu{P,V}SIZE, and PRIxREGISTER{,32,64} for allmatt
2009-12-10Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostlymatt
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-21Catch-up Xen and usermode with lwp_getpcb() and unbreak Xen build.rmind
2009-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-21Drop 3rd and 4th clauses. OK jmcneill (copyright holder).snj
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-02-06Changes to MEMORY_RBFLAGS option:jym
2008-08-10Add accept filters to GENERIC kernels where they exist.tls
2008-07-02Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.ad
2008-05-25Re-enable INCLUDE_CONFIG_FILE in the GENERIC kernel config files foragc
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-12Introduce device_find_by_xname and device_find_by_driver_unit to replacejoerg
2008-01-25Refactor in_cksum/in4_cksum/in6_cksum implementations:joerg
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-07Use gettimeofday as timecounter.joerg
2007-12-29Add GENERIC32 configuration file for 32 bit architectures. Thisreinoud
2007-12-29define opt constants away for i386reinoud
2007-12-29*** empty log message ***reinoud
2007-12-29To make NetBSD/userland to boot on i386 choose some defaults in vmparam.hreinoud
2007-12-29Fix enough to get i386 more-or-less compiling. The i386 needs u_long to bereinoud
2007-12-29-Dfree=kernfree, to match -Dmalloc=kernmallocjmcneill
2007-12-29Add -z to usage strings.jmcneill
2007-12-29Define init_main's main away to kernmain, and provide our own MD main entryjmcneill
2007-12-29#ifdef _X86_foo_H -> _ARCH_USERMODE_INCLUDE_foo_H, to match the rest ofjmcneill
2007-12-29Import work-in-progress NetBSD/usermode port.jmcneill