1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
freebsd/sys/amd64/amd64
Bruce Evans e4a85a9b14 Unremoved used include of <machine/ipl.h>. Removing it in rev.1.95
significantly pessimized syscalls by arranging to do null rescheduling
on return from every syscall.  (AST_RESCHED was not defined, and the
mask ~AST_RESCHED gets replaced by the useless mask ~0.  This bug has
been fixed before, in rev.1.92.)
2000-10-09 05:39:03 +00:00
..
amd64_mem.c Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, 2000-09-22 23:40:10 +00:00
amd64-gdbstub.c Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
apic_vector.S - Change fast interrupts on x86 to push a full interrupt frame and to 2000-10-06 02:20:21 +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 Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
bios.c More updates to the ACPI code: 2000-09-30 20:12:27 +00:00
busdma_machdep.c Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
cpu_switch.S Unremoved used include of <machine/ipl.h>. Removing it in rev.1.95 2000-10-09 05:39:03 +00:00
db_disasm.c
db_interface.c Add KTR, a facility that logs kernel events in order to to facilitate 2000-09-07 01:29:44 +00:00
db_trace.c
elf_machdep.c
exception.s Remove an unnecessary sti and spl0() in fork_trampoline. Interrupts 2000-10-06 01:47:24 +00:00
exception.S Remove an unnecessary sti and spl0() in fork_trampoline. Interrupts 2000-10-06 01:47:24 +00:00
fpu.c - Heavyweight interrupt threads on the alpha for device I/O interrupts. 2000-10-05 23:09:57 +00:00
genassym.c - Change fast interrupts on x86 to push a full interrupt frame and to 2000-10-06 02:20:21 +00:00
identcpu.c Fill in some more missing bits from cpu_features according to the Intel 2000-09-29 04:53:00 +00:00
in_cksum.c Ansify and fix warnings. 2000-09-29 16:53:39 +00:00
initcpu.c Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
legacy.c Fix the no-pci case of attaching isa, eisa and mca devices. 2000-10-01 09:34:55 +00:00
locore.s Be more careful about cleaning up the stack after function calls early 2000-09-13 14:08:50 +00:00
locore.S Be more careful about cleaning up the stack after function calls early 2000-09-13 14:08:50 +00:00
machdep.c - Change fast interrupts on x86 to push a full interrupt frame and to 2000-10-06 02:20:21 +00:00
mem.c Duh. Fix a fatfingered patch. 2000-06-25 19:06:48 +00:00
mp_machdep.c - Change fast interrupts on x86 to push a full interrupt frame and to 2000-10-06 02:20:21 +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 - Change fast interrupts on x86 to push a full interrupt frame and to 2000-10-06 02:20:21 +00:00
nexus.c Fix the no-pci case of attaching isa, eisa and mca devices. 2000-10-01 09:34:55 +00:00
pmap.c Replace loadandclear() with atomic_readandclear_int(). 2000-10-05 22:22:31 +00:00
prof_machdep.c Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. 2000-07-04 11:25:35 +00:00
support.s Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, 2000-09-22 23:40:10 +00:00
support.S Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, 2000-09-22 23:40:10 +00:00
swtch.s Unremoved used include of <machine/ipl.h>. Removing it in rev.1.95 2000-10-09 05:39:03 +00:00
sys_machdep.c Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, 2000-09-22 23:40:10 +00:00
trap.c - Change fast interrupts on x86 to push a full interrupt frame and to 2000-10-06 02:20:21 +00:00
tsc.c - Change fast interrupts on x86 to push a full interrupt frame and to 2000-10-06 02:20:21 +00:00
vm_machdep.c Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00