.. |
bus_dma.c
|
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
2007-03-04 05:59:00 +00:00 |
bus_space.c
|
Fix the other instance of SR601_PA_MATCH_P in this file (the unmap case) too.
|
2007-04-09 17:43:40 +00:00 |
compat_13_machdep.c
|
Merge newlock2 to head.
|
2007-02-09 21:55:00 +00:00 |
compat_16_machdep.c
|
Use (char *) cast on pointer arith.
|
2007-03-05 10:43:32 +00:00 |
copystr.c
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
darwin_commpage_machdep.S
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
darwin_machdep.c
|
Initialize the link context in a signal frame to the receiving lwp's
|
2007-07-08 10:19:21 +00:00 |
db_disasm.c
|
Replace the Mach-derived boolean_t type with the C99 bool type. A
|
2007-02-21 22:59:35 +00:00 |
db_interface.c
|
More boolean_t -> bool lossage.
|
2007-02-22 04:47:07 +00:00 |
db_memrw.c
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
db_trace.c
|
TRUE -> true, FALSE -> false
|
2007-02-22 16:57:56 +00:00 |
fpu.c
|
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
2005-12-24 20:06:46 +00:00 |
fubyte.c
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
fuswintr.c
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
in_cksum.c
|
__asm__ -> __asm
|
2005-12-24 23:23:59 +00:00 |
ipkdb_glue.c
|
Remove duplicate #includes, patch contributed in private mail
|
2007-01-24 13:08:11 +00:00 |
kgdb_machdep.c
|
Local variables bat{u,l} are only needed by OEA code, so ifdef them.
|
2007-02-01 19:59:03 +00:00 |
linux_sigcode.S
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
linux_syscall.c
|
|
|
linux_trap.c
|
Merge newlock2 to head.
|
2007-02-09 21:55:00 +00:00 |
lock_stubs.S
|
Merge newlock2 to head.
|
2007-02-09 21:55:00 +00:00 |
locore_subr.S
|
Don't call proc_trampoline_mp when starting a lwp. (XXX why did we do this
|
2007-07-21 19:26:14 +00:00 |
mach_machdep.c
|
Merge newlock2 to head.
|
2007-02-09 21:55:00 +00:00 |
mach_sigcode.S
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
mach_syscall.c
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
macho_machdep.c
|
|
|
mem.c
|
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
2007-03-04 05:59:00 +00:00 |
netbsd32_sigcode.S
|
|
|
ofw_machdep.c
|
1st cut of Powermac G5 support (uses bridge mode).
|
2006-08-05 21:26:48 +00:00 |
ofwmagic.S
|
|
|
ofwreal.S
|
Fix a tpyo in a comment.
|
2007-05-21 02:48:00 +00:00 |
openfirm.c
|
add OF_setprop()
|
2007-02-28 20:30:57 +00:00 |
openpic.c
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
pio_subr.S
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
pmap_subr.c
|
Fix for yamt-idlelwp merge.
|
2007-05-18 11:16:27 +00:00 |
powerpc_machdep.c
|
- add booted_device and booted_kernel sysctl nodes to let userland know
|
2007-06-01 14:23:50 +00:00 |
process_machdep.c
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
procfs_machdep.c
|
Don't depend on uvm_extern.h pulling in proc.h.
|
2007-07-21 19:06:20 +00:00 |
rtas.c
|
Basic support for RTAS (CHRP's Run-Time Abstraction Services).
|
2007-01-14 22:18:02 +00:00 |
setfault.S
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
setjmp.S
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
sig_machdep.c
|
Initialize the link context in a signal frame to the receiving lwp's
|
2007-07-08 10:19:21 +00:00 |
sigcode.S
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
softintr.c
|
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
|
2007-03-12 18:18:22 +00:00 |
subyte.c
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
suswintr.c
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
suword.c
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
sys_machdep.c
|
Merge newlock2 to head.
|
2007-02-09 21:55:00 +00:00 |
syscall.c
|
Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed
|
2007-08-15 12:07:23 +00:00 |
trap_subr.S
|
1st cut of Powermac G5 support (uses bridge mode).
|
2006-08-05 21:26:48 +00:00 |
trap.c
|
Fix for yamt-idlelwp merge.
|
2007-05-18 11:16:27 +00:00 |
vm_machdep.c
|
cpu_lwp_fork: don't rely on struct mdlwp being zeroed in advance.
|
2007-08-17 23:58:45 +00:00 |