NetBSD/sys/arch/alpha
rmind 3f18fe8123 - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.
- Replace most remaining uses of l_addr with uvm_lwp_getuarea() or lwp_getpcb().
- Amend assembly in ports where it accesses PCB via struct user.
- Rename L_ADDR to L_PCB in few places.  Reduce sys/user.h inclusions.
2009-11-27 03:23:03 +00:00
..
a12 - Use lwp_getpcb() on Alpha. 2009-11-21 05:35:40 +00:00
alpha - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. 2009-11-27 03:23:03 +00:00
common Use bus_dmamem common. 2009-08-21 03:39:41 +00:00
compile
conf Loading the kernel at 0xfffffc0000300000 doesn't work on my ES40 when I've 2009-11-09 04:03:19 +00:00
eisa
include Remove IPL_LPT and IPL_IPI aliases, use the actual IPLs. 2009-11-25 14:28:49 +00:00
isa ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
jensenio - Use lwp_getpcb() on Alpha. 2009-11-21 05:35:40 +00:00
mcbus
pci The tsc(4) bus initialization was using a single statically allocated 2009-10-30 18:55:45 +00:00
sableio - Use lwp_getpcb() on Alpha. 2009-11-21 05:35:40 +00:00
stand Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder). 2009-10-21 23:12:09 +00:00
tc Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
tlsb Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
Makefile Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +00:00
STYLE