Go to file
mark 7c867905c5 Major overhaul of pagetable handing.
Page tables no longer occupy space in the processes vm_map. This
  means that page tables can now be allocated from pmap_enter() when the
  first entry is made in the page table rather than relying on taking
  a section fault and faulting in a page table. This also lowers
  the overheads in creating and deleting page tables and simplfies
  cpu_fork().
  A result of this change is that problems with mapping zero page and
  an associated pagetable when execing from a shared vm_map disappear
  fixing PR5178.
1998-04-30 21:22:00 +00:00
bin fix mdoc references 1998-04-28 18:05:53 +00:00
distrib update for rt_timer(9) man page 1998-04-30 17:14:26 +00:00
etc Redo the tty numbering again to avoid future problems. Per discussion 1998-04-24 05:56:30 +00:00
games fix bad .Xr references 1998-04-29 18:16:01 +00:00
gnu Fix erroneous line breaks in LINK_SPEC. 1998-04-30 12:52:54 +00:00
include Move the #include <strings.h> line inside a !defined(_XOPEN_SOURCE) block 1998-04-27 17:02:04 +00:00
lib fix a bad .Xr 1998-04-29 19:25:25 +00:00
libexec fix a bad .Xr 1998-04-29 19:25:25 +00:00
regress disable the optimizer the correct way... 1998-04-13 14:28:04 +00:00
sbin fix a bad .Xr 1998-04-29 19:25:25 +00:00
share fix .Xr references 1998-04-30 09:38:54 +00:00
sys Major overhaul of pagetable handing. 1998-04-30 21:22:00 +00:00
usr.bin Add support for printing fast forwarded packets. 1998-04-29 21:39:38 +00:00
usr.sbin Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z] 1998-04-28 07:19:28 +00:00
Makefile Do the cleandir before the includes, so rpcgen doesn't build includes 1998-04-15 13:44:55 +00:00