.. |
apic_vector.s
|
Overhaul of the SMP code. Several portions of the SMP kernel support have
|
2001-04-27 19:28:25 +00:00 |
atomic.c
|
Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng a
|
2000-09-06 11:21:14 +00:00 |
autoconf.c
|
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
|
2001-05-15 23:22:29 +00:00 |
bios.c
|
Remove stray #include "isa.h"
|
2001-01-29 08:33:55 +00:00 |
bioscall.s
|
Make the kernel actually compile and link under a.out, using
|
2001-02-25 07:44:39 +00:00 |
busdma_machdep.c
|
Introduce a global lock for the vm subsystem (vm_mtx).
|
2001-05-19 01:28:09 +00:00 |
db_disasm.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
db_interface.c
|
- Split out the support for per-CPU data from the SMP code. UP kernels
|
2001-05-10 17:45:49 +00:00 |
db_trace.c
|
- One can now specify the decimal pid of a process to trace as a parameter.
|
2001-04-09 21:43:45 +00:00 |
elf_machdep.c
|
Change incorrect NULLs to 0s
|
1999-12-21 11:14:12 +00:00 |
exception.s
|
Convert npx interrupts into traps instead of vice versa. This is much
|
2001-05-22 21:20:49 +00:00 |
genassym.c
|
Revert consequences of changes to mount.h, part 2.
|
2001-04-29 02:45:39 +00:00 |
i386-gdbstub.c
|
Remove count for NSIO. The only places it was used it were incorrect.
|
2001-01-31 10:54:45 +00:00 |
i686_mem.c
|
Overhaul of the SMP code. Several portions of the SMP kernel support have
|
2001-04-27 19:28:25 +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
|
These files are mpsafe.
|
2000-11-25 03:01:05 +00:00 |
initcpu.c
|
Switch from save/disable/restore_intr() to critical_enter/exit().
|
2001-03-28 03:06:10 +00:00 |
k6_mem.c
|
Convert more malloc+bzero to malloc+M_ZERO.
|
2000-12-08 21:51:06 +00:00 |
legacy.c
|
Use the MI ithread helper functions in the x86 interrupt code.
|
2001-02-09 17:47:44 +00:00 |
locore.s
|
Kill the 4MB kernel limit dead. [I hope :-)].
|
2001-03-15 05:10:06 +00:00 |
machdep.c
|
Clean up the code exporting interrupt statistics via sysctl a bit:
|
2001-06-01 13:23:28 +00:00 |
math_emu.h
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
math_emulate.c
|
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
|
2001-05-01 08:13:21 +00:00 |
mem.c
|
Sort includes.
|
2001-05-21 18:52:02 +00:00 |
mp_clock.c
|
Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,
|
2000-09-22 23:40:10 +00:00 |
mp_machdep.c
|
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
|
2001-05-15 23:22:29 +00:00 |
mpapic.c
|
Use NHWI instead of APIC_IMEN_BITS.
|
2001-05-17 22:24:46 +00:00 |
mpboot.s
|
Remove the leading underscore from all symbols defined in x86 asm
|
2001-02-25 06:29:04 +00:00 |
mptable.c
|
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
|
2001-05-15 23:22:29 +00:00 |
nexus.c
|
Use the MI ithread helper functions in the x86 interrupt code.
|
2001-02-09 17:47:44 +00:00 |
perfmon.c
|
Switch from save/disable/restore_intr() to critical_enter/exit().
|
2001-03-28 03:06:10 +00:00 |
pmap.c
|
pmap_mapdev needs the vm_mtx, aquire it if not already locked
|
2001-05-23 22:17:28 +00:00 |
procfs_machdep.c
|
- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file
|
2001-05-23 09:42:29 +00:00 |
support.s
|
Remove a leading underscore that prevented I386_CPU kernels from
|
2001-04-26 13:57:03 +00:00 |
swtch.s
|
Use a critical region to protect saving of the npx state in savectx().
|
2001-05-20 16:51:08 +00:00 |
symbols.raw
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
sys_machdep.c
|
Quiet warnings by adding a prototype for set_user_ldt_rv() and making it
|
2001-05-30 21:57:52 +00:00 |
trap.c
|
Don't hold sched_lock across addupc_task().
|
2001-06-06 00:57:24 +00:00 |
tsc.c
|
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
|
2001-05-15 23:22:29 +00:00 |
userconfig.c
|
Preceed/preceeding are not english words. Use precede or preceding.
|
2001-02-18 10:25:42 +00:00 |
vm86.c
|
- Use sched_lock and critical regions to ensure that LDT updates are thread
|
2001-05-10 17:03:03 +00:00 |
vm86bios.s
|
Use a critical region to protect pushing of curproc's npx state to
|
2001-05-20 17:01:20 +00:00 |
vm_machdep.c
|
We can't grab the sched_lock in set_user_ldt() because when it is called
|
2001-05-30 14:35:22 +00:00 |