.. |
amd64_mem.c
|
Convert more malloc+bzero to malloc+M_ZERO.
|
2000-12-08 21:51:06 +00:00 |
amd64-gdbstub.c
|
|
|
apic_vector.S
|
- Remove all the #if 0'd code that used to implement IRQ forwarding.
|
2001-01-24 10:00:07 +00:00 |
atomic.c
|
|
|
autoconf.c
|
Deprecate devsw->d_bmaj entirely.
|
2000-10-31 10:58:14 +00:00 |
bios.c
|
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
|
2001-01-10 04:43:51 +00:00 |
busdma_machdep.c
|
Convert more malloc+bzero to malloc+M_ZERO.
|
2000-12-08 21:51:06 +00:00 |
cpu_switch.S
|
Rename the ASSYM MTX_RECURSE to MTX_RECURSECNT in order to not conflict
|
2001-01-20 06:07:36 +00:00 |
db_disasm.c
|
|
|
db_interface.c
|
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
|
2001-01-10 04:43:51 +00:00 |
db_trace.c
|
Catch a few alternative names for the syscall entry frame, eg: post-ELF
|
2001-01-19 10:49:20 +00:00 |
elf_machdep.c
|
|
|
exception.s
|
Call fork_exit() now instead of futzing around in assembly during a fork
|
2001-01-24 09:43:26 +00:00 |
exception.S
|
Call fork_exit() now instead of futzing around in assembly during a fork
|
2001-01-24 09:43:26 +00:00 |
fpu.c
|
- Make npx_intr INTR_MPSAFE and move acquiring Giant into the
|
2001-01-20 02:30:58 +00:00 |
genassym.c
|
Make intr_nesting_level per-process, rather than per-cpu. Setup
|
2001-01-21 19:25:07 +00:00 |
identcpu.c
|
Stop doing runtime checking on i386 cpus for cpu class. The cpu is
|
2001-01-16 09:10:34 +00:00 |
in_cksum.c
|
Ansify and fix warnings.
|
2000-09-29 16:53:39 +00:00 |
initcpu.c
|
Fix some further english grammar and typo's.
|
2000-11-08 12:00:05 +00:00 |
legacy.c
|
Convert more malloc+bzero to malloc+M_ZERO.
|
2000-12-08 21:51:06 +00:00 |
locore.s
|
- Remove compatibility macros for accessing per-cpu variables.
|
2001-01-11 14:46:26 +00:00 |
locore.S
|
- Remove compatibility macros for accessing per-cpu variables.
|
2001-01-11 14:46:26 +00:00 |
machdep.c
|
- Proc locking.
|
2001-01-24 09:45:20 +00:00 |
mem.c
|
|
|
mp_machdep.c
|
- Relocate portions of this file to get it into an order closer to that of
|
2001-01-24 09:48:52 +00:00 |
mpboot.S
|
Use _lapic+offset to access the local apic from assembly language
|
2000-12-14 04:16:16 +00:00 |
mptable.c
|
- Relocate portions of this file to get it into an order closer to that of
|
2001-01-24 09:48:52 +00:00 |
nexus.c
|
Convert more malloc+bzero to malloc+M_ZERO.
|
2000-12-08 21:51:06 +00:00 |
pmap.c
|
- Proc locking.
|
2001-01-24 09:49:49 +00:00 |
prof_machdep.c
|
|
|
support.s
|
Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h
|
2001-01-19 13:19:02 +00:00 |
support.S
|
Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h
|
2001-01-19 13:19:02 +00:00 |
swtch.s
|
Rename the ASSYM MTX_RECURSE to MTX_RECURSECNT in order to not conflict
|
2001-01-20 06:07:36 +00:00 |
sys_machdep.c
|
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
|
2001-01-10 04:43:51 +00:00 |
trap.c
|
- Kill the have_giant parameter to userret() along with all instances of
|
2001-01-24 09:53:49 +00:00 |
tsc.c
|
Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
|
2001-01-21 07:52:20 +00:00 |
vm_machdep.c
|
Setup the return values for a child process in the trapframe when we setup
|
2001-01-24 09:54:44 +00:00 |