freebsd-nq/sys/i386/i386
David Greenman 87bc4e696d Mostly cosmetic changes. Use KERNBASE instead of UPT_MAX_ADDRESS in
some comparisons as it is more correct (we want the kernel page tables
included).
Reorganized some of the expressions for efficiency.
Fixed the new pmap_prefault() routine - it would sometimes pick up the
wrong page if the page in the shadow was present but the page in object
was paged out. The routine remains unused and commented out, however.
Explicitly free zero reference count page tables (rather than waiting
for the pagedaemon to do it).

Submitted by:	John Dyson
1995-02-02 08:45:14 +00:00
..
autoconf.c Reviewed by: se 1995-02-01 23:11:38 +00:00
conf.c Add Tunnel devcie for ppp (iijppp) 1995-01-31 06:34:53 +00:00
cons.c Kill redundant declarations of d_open_t and d_close_t. 1995-01-23 18:46:13 +00:00
cons.h Peter Dufaults comconsole changes. 1994-10-20 00:08:31 +00:00
db_disasm.c Fix disassembly of `bt[crs] $Ib,E'. 1995-01-29 02:38:15 +00:00
db_interface.c Eliminate T_KDBTRAP, which will soon go away. It was only used for an 1995-01-14 10:24:48 +00:00
db_trace.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
dkbad.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
exception.s Fix security holes in sigreturn(), ptrace() and procfs. sigreturn() 1995-01-14 13:20:26 +00:00
genassym.c Load the kernel symbol table in the boot loader and not at compile time. 1995-01-25 21:40:47 +00:00
in_cksum.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
locore.s Load the kernel symbol table in the boot loader and not at compile time. 1995-01-25 21:40:47 +00:00
machdep.c Correct a name of one structure member in the sigaltstack structure. 1995-01-29 01:19:25 +00:00
math_emu.h Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 14:15:10 +00:00
math_emulate.c Change brought over from 1.1.5: 1994-09-15 10:58:35 +00:00
mem.c Fixed various prototype problems with the pmap functions and the subsequent 1994-08-06 10:25:50 +00:00
microtime.s Fix a bug introduced between 1.1 and 1.1.5. Loading the time was moved 1994-11-05 23:53:46 +00:00
ns_cksum.c Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
pmap.c Mostly cosmetic changes. Use KERNBASE instead of UPT_MAX_ADDRESS in 1995-02-02 08:45:14 +00:00
procfs_machdep.c Fix security holes in sigreturn(), ptrace() and procfs. sigreturn() 1995-01-14 13:20:26 +00:00
support.s Inlined ins/outs functions. 1994-09-25 21:31:55 +00:00
swapgeneric.c From Bill Paul: 1994-12-31 17:11:59 +00:00
swtch.s Don't count context switches here, they are already counted in mi_switch(). 1995-01-21 15:20:23 +00:00
symbols.raw Got rid of map.h. It's a leftover from the rmap code, and we use rlists. 1994-10-09 07:35:18 +00:00
sys_machdep.c Fix selector arg to match the (missing) prototype for ssdtosd(). 1994-10-30 20:23:23 +00:00
trap.c Changed buffer allocation policy (machdep.c) 1995-01-24 09:56:33 +00:00
tsc.c Submitted by: Bruce Evans 1995-01-19 22:05:27 +00:00
userconfig.c Temporary kludge: treat \r same as \n in input, so working on a 1994-11-27 13:43:37 +00:00
vm_machdep.c Don't use mi_switch() to terminate cpu_exit(). Calling it just happened to 1995-01-21 15:34:03 +00:00