..
apm.c
ignore garbage left in registers by some APM bios (IBM thinkpad) when
2001-01-29 19:26:36 +00:00
apmcall.s
autoconf.c
lsu -> ld, by popular request.
2000-11-26 17:44:02 +00:00
bios32.c
bioscall.s
bus_machdep.c
NBPG -> PAGE_SIZE
2000-11-14 22:55:05 +00:00
compat_13_machdep.c
split off thread specific stuff from struct sigacts to struct sigctx, leaving
2000-12-22 22:58:52 +00:00
conf.c
Add a driver for the Mylex DAC960 family (including DEC SWXCR).
2001-02-04 17:05:11 +00:00
consinit.c
make default_consinfo and kgdb_devname[] const
2001-02-21 22:52:03 +00:00
db_dbgreg.s
db_disasm.c
go back to the first version of the pte/pde dance now that kvtopte()
2000-12-06 03:20:35 +00:00
db_interface.c
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
2000-06-29 08:44:03 +00:00
db_memrw.c
NBPG -> PAGE_SIZE
2000-11-14 22:55:05 +00:00
db_trace.c
make db_[e]regs[] const
2001-01-18 10:54:27 +00:00
disksubr.c
rationalize the use of b_flags for geteblk() buffers.
2000-11-20 08:24:08 +00:00
dkbad.c
freebsd_machdep.c
split off thread specific stuff from struct sigacts to struct sigctx, leaving
2000-12-22 22:58:52 +00:00
freebsd_sigcode.s
rename COMPAT_locore.s to COMPAT_sigcode.s - that is more suitable name for it
2000-11-26 11:18:20 +00:00
freebsd_syscall.c
s/SYS_NSYSENT/FREEBSD_&/
2000-12-27 23:20:29 +00:00
gdt.c
Move the TSS selector out of the PCB and put it into mdproc. We
2000-08-16 04:44:35 +00:00
genassym.cf
Use assembly version of in4_cksum (which is a piece of code that
2001-03-06 14:55:13 +00:00
ibcs2_machdep.c
split off thread specific stuff from struct sigacts to struct sigctx, leaving
2000-12-22 22:58:52 +00:00
ibcs2_sigcode.s
rename COMPAT_locore.s to COMPAT_sigcode.s - that is more suitable name for it
2000-11-26 11:18:20 +00:00
ibcs2_syscall.c
Remove unnecessary #includes.
2000-12-13 01:24:46 +00:00
in_cksum.s
Optimize a little more for the case where `off' is entirely covered by one
2001-03-06 19:20:51 +00:00
ipkdb_glue.c
kgdb_machdep.c
NBPG -> PAGE_SIZE
2000-11-14 22:55:05 +00:00
linux_sigcode.s
rename COMPAT_locore.s to COMPAT_sigcode.s - that is more suitable name for it
2000-11-26 11:18:20 +00:00
linux_syscall.c
Clean up #includes.
2000-12-14 18:34:59 +00:00
locore.s
in trap(), when invoking the pcb_onfault mechanism, pass the return value
2001-03-18 02:53:09 +00:00
machdep.c
eliminate the KERN_* error codes in favor of the traditional E* codes.
2001-03-15 06:10:32 +00:00
mainbus.c
math_emu.h
math_emulate.c
md_root.c
mem.c
NBPG -> PAGE_SIZE
2000-11-14 22:55:05 +00:00
microtime.s
pmap.c
eliminate the KERN_* error codes in favor of the traditional E* codes.
2001-03-15 06:10:32 +00:00
pmc.c
We only support Intel PMCs for now, so don't try and read them
2000-10-24 22:03:36 +00:00
process_machdep.c
Handle the VM86-mode syscall problem by changing the syscall vector when
2000-12-11 17:36:03 +00:00
procfs_machdep.c
make some more constant arrays 'const'
2001-02-21 21:39:52 +00:00
rbus_machdep.c
(rbus_pccbb_parent_mem): make the rbus minimum start address
2000-08-22 08:42:55 +00:00
svr4_machdep.c
split off thread specific stuff from struct sigacts to struct sigctx, leaving
2000-12-22 22:58:52 +00:00
svr4_sigcode.s
rename COMPAT_locore.s to COMPAT_sigcode.s - that is more suitable name for it
2000-11-26 11:18:20 +00:00
svr4_syscall.c
Remove unnecessary #includes.
2000-12-13 01:24:46 +00:00
sys_machdep.c
Remove prototype for long-defunct i386_user_cleanup().
2001-02-14 01:29:45 +00:00
syscall.c
put back the rval[1] microoptimization, this is no longer used by FreeBSD emulation
2000-12-18 20:40:25 +00:00
trap.c
in trap(), when invoking the pcb_onfault mechanism, pass the return value
2001-03-18 02:53:09 +00:00
vm86.c
split off thread specific stuff from struct sigacts to struct sigctx, leaving
2000-12-22 22:58:52 +00:00
vm_machdep.c
Don't use pmap_enter in vmapbuf. This is essentially a reversal of
2001-01-25 20:14:28 +00:00