freebsd-src/sys
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
..
alpha/include Third round in syscons update. 1995-01-28 22:18:05 +00:00
amd64 Mostly cosmetic changes. Use KERNBASE instead of UPT_MAX_ADDRESS in 1995-02-02 08:45:14 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Reviewed by: se 1995-02-01 23:02:24 +00:00
ddb Load the kernel symbol table in the boot loader and not at compile time. 1995-01-25 21:40:47 +00:00
dev Fixed problem passing received packets to bpf. 1995-02-02 04:07:45 +00:00
fs Kill the comment in a comment to shut up the compiler. 1995-01-29 01:27:58 +00:00
gnu Fix the include path to scdreg.h. 1995-01-30 05:29:03 +00:00
i386 Mostly cosmetic changes. Use KERNBASE instead of UPT_MAX_ADDRESS in 1995-02-02 08:45:14 +00:00
isa Syscons bug fix: tab now right (thanks bruce!) 1995-02-01 21:56:32 +00:00
isofs/cd9660 Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
kern Rewrote rlist_free(). The previous code was a good example of how to 1995-01-31 06:48:53 +00:00
libkern Always build libkern_p.a. `NOPROFILE' should only control user libraries. 1995-01-10 01:57:56 +00:00
miscfs Initialize map start hint to vm_map_find()...not doing so will cause it 1995-01-05 03:59:38 +00:00
modules Add ipfw to /lkm Makefile..uups.. 1995-01-30 14:21:46 +00:00
msdosfs Kill the comment in a comment to shut up the compiler. 1995-01-29 01:27:58 +00:00
net 1995-01-31 06:15:49 +00:00
netccitt Update calls to rtalloc1() to match. 1994-12-13 22:32:17 +00:00
netinet Correct long-standing error in the RSVP hooks (would initialize but never 1995-01-26 18:59:02 +00:00
netiso Update calls to rtalloc1(). 1994-12-13 22:33:05 +00:00
netns Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links. 1994-11-15 14:26:31 +00:00
nfs Fix longstanding benign type mismatch. 1995-01-29 06:37:13 +00:00
nfsclient Added two missing brelse() calls. 1995-01-10 13:06:51 +00:00
nfsserver These changes embody the support of the fully coherent merged VM buffer cache, 1995-01-09 16:06:02 +00:00
pci Reviewed by: se 1995-02-01 22:56:55 +00:00
powerpc/include Added $Id$ 1994-08-02 07:55:43 +00:00
rpc Use the header files that are compatible with the code just moved over 1994-08-07 18:41:02 +00:00
scsi Split byte packing functions into signed and unsigned versions. 1995-01-31 11:41:47 +00:00
sys Define MAXARCS correctly. It has nothing to do with HISTCOUNTER, and 1995-01-29 06:23:34 +00:00
tools Added $Id$ 1994-08-02 07:55:43 +00:00
ufs Removed some unused/obsolete code. 1995-01-24 10:02:00 +00:00
vm Completed the fix for attempting to page out pages via the device_pager. 1995-01-28 02:02:25 +00:00
Makefile Added ${MACHINE}/boot to build bootblocks. 1994-08-25 13:54:28 +00:00