FreeBSD src
Go to file
David Greenman d23d07ef95 Merged in post-1.1.5 work done by myself and John Dyson. This includes:
me:
1) TLB flush optimization that effectively eliminates half of all of the
   TLB flushes. This works by only flushing the TLB when a page is "present"
   in memory (i.e. the valid bit is set in the page table entry). See section
   5.3.5 of the Intel 386 Programmer's Reference Manual.
2) The handling of "CMAP" has been improved to catch attempts at multiple
   simultaneous use.

John:
1) Added pmap_qenter/pmap_qremove functions for fast mapping of pages into
   the kernel. This is for future optimizations and support for the upcoming
   merged VM/buffer cache.

Reviewed by:	John Dyson
1994-08-03 02:45:30 +00:00
bin Submitted by: phk 1994-07-23 18:14:06 +00:00
eBones BSD 4.4 Lite KerberosIV Sources 1994-05-27 05:12:12 +00:00
etc Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds the 1994-06-29 21:19:38 +00:00
gnu Here comes the right import of gcc-2.6.0. 1994-08-02 20:15:59 +00:00
include Add link.h to list of headers to install. 1994-05-28 09:37:33 +00:00
lib Reviewed by: phk 1994-07-24 03:30:47 +00:00
libexec Reviewed by: phk 1994-07-24 02:44:28 +00:00
sbin Fixed so that it can grok old style "fastlinks". 1994-08-02 12:54:27 +00:00
secure/usr.sbin/sendmail BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00
share Reviewed by: phk 1994-07-24 02:04:51 +00:00
sys Merged in post-1.1.5 work done by myself and John Dyson. This includes: 1994-08-03 02:45:30 +00:00
tools/regression/usr.bin/sed BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
usr.bin Reviewed by: phk 1994-07-24 01:42:51 +00:00
usr.sbin Reviewed by: 1994-07-30 17:16:22 +00:00
CVS-INFO Documented the new CVS template. This really isn't the right place for it, 1994-07-24 22:27:27 +00:00
Makefile BSD 4.4 Lite Top Level Sources 1994-05-27 12:42:53 +00:00