.. |
apic_vector.s
|
Cleanup some leftover lint from the old interrupt system.
|
2000-12-04 21:15:14 +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
|
Deprecate devsw->d_bmaj entirely.
|
2000-10-31 10:58:14 +00:00 |
bios.c
|
Declare or #define per-cpu globals in <machine/globals.h> in all cases.
|
2000-10-27 08:30:59 +00:00 |
bioscall.s
|
Stop handcoding a couple of instructions since gas 2.10 can properly
|
2000-11-21 18:36:10 +00:00 |
busdma_machdep.c
|
Convert more malloc+bzero to malloc+M_ZERO.
|
2000-12-08 21:51:06 +00:00 |
db_disasm.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
db_interface.c
|
Use atomic ops to close a race condition on the in_Debugger variable used
|
2000-11-28 23:15:44 +00:00 |
db_trace.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
elf_machdep.c
|
Change incorrect NULLs to 0s
|
1999-12-21 11:14:12 +00:00 |
exception.s
|
Change doreti to take a trapframe instead of an intrframe.
|
2000-12-01 02:09:45 +00:00 |
genassym.c
|
Add in symbols needed in the WITNESS_ENTER and WITNESS_EXIT macros in
|
2000-12-12 16:40:20 +00:00 |
globals.s
|
- Change fast interrupts on x86 to push a full interrupt frame and to
|
2000-10-06 02:20:21 +00:00 |
i386-gdbstub.c
|
Major update to the way synchronization is done in the kernel. Highlights
|
2000-09-07 01:33:02 +00:00 |
i686_mem.c
|
Convert more malloc+bzero to malloc+M_ZERO.
|
2000-12-08 21:51:06 +00:00 |
identcpu.c
|
Assembler fixes.
|
2000-11-21 20:16:49 +00:00 |
in_cksum.c
|
These files are mpsafe.
|
2000-11-25 03:01:05 +00:00 |
initcpu.c
|
Fix some further english grammar and typo's.
|
2000-11-08 12:00:05 +00:00 |
k6_mem.c
|
Convert more malloc+bzero to malloc+M_ZERO.
|
2000-12-08 21:51:06 +00:00 |
legacy.c
|
Convert more malloc+bzero to malloc+M_ZERO.
|
2000-12-08 21:51:06 +00:00 |
locore.s
|
Assembler fixes.
|
2000-11-21 20:16:49 +00:00 |
machdep.c
|
Remove the last of the MD netisr code. It is now all MI. Remove
|
2000-12-05 00:36:00 +00:00 |
math_emu.h
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
math_emulate.c
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
mem.c
|
Duh. Fix a fatfingered patch.
|
2000-06-25 19:06:48 +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
|
This is kind of a nasty hack, but it appears to solve the Compaq DL360
|
2000-12-06 03:47:14 +00:00 |
mpapic.c
|
Move io_apic_{read,write} from apic_ipl.s (where they do not belong) into
|
2000-12-06 01:04:02 +00:00 |
mpboot.s
|
Major update to the way synchronization is done in the kernel. Highlights
|
2000-09-07 01:33:02 +00:00 |
mptable.c
|
This is kind of a nasty hack, but it appears to solve the Compaq DL360
|
2000-12-06 03:47:14 +00:00 |
nexus.c
|
Convert more malloc+bzero to malloc+M_ZERO.
|
2000-12-08 21:51:06 +00:00 |
perfmon.c
|
Major update to the way synchronization is done in the kernel. Highlights
|
2000-09-07 01:33:02 +00:00 |
pmap.c
|
Protect the following with a lockmgr lock:
|
2000-11-22 07:42:04 +00:00 |
procfs_machdep.c
|
Zap unneeded #includes
|
1999-10-11 14:50:03 +00:00 |
simplelock.s
|
Commit major SMP cleanups and move the BGL (big giant lock) in the
|
2000-03-28 07:16:37 +00:00 |
support.s
|
Fix this slightly better by using NON_GPROF_RET instead of duplicating
|
2000-12-01 05:29:21 +00:00 |
swtch.s
|
Revert the previous change I made to cpu_switch. It doesn't help as
|
2000-12-08 21:31:52 +00:00 |
symbols.raw
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
sys_machdep.c
|
Catch up to moving headers:
|
2000-10-20 07:58:15 +00:00 |
trap.c
|
- Add code to detect if a system call returns with locks other than Giant
|
2000-12-12 01:14:32 +00:00 |
tsc.c
|
Namespace cleanup. Remove some #includes in favour of an explicit
|
2000-12-02 17:59:41 +00:00 |
userconfig.c
|
Convert more malloc+bzero to malloc+M_ZERO.
|
2000-12-08 21:51:06 +00:00 |
vm86.c
|
Quieten some warnings about correct usage of assignments as truth values.
|
2000-11-06 21:32:13 +00:00 |
vm86bios.s
|
Change doreti to take a trapframe instead of an intrframe.
|
2000-12-01 02:09:45 +00:00 |
vm_machdep.c
|
Convert more malloc+bzero to malloc+M_ZERO.
|
2000-12-08 21:51:06 +00:00 |