Go to file
thorpej 8851ed323e Fix a bug that has annoyed me for a long time. In pmap_enter(), if
there are no pages available immediately to use as a PT page, don't
just roll over and die.  Only do that if we're the kernel pmap (shouldn't
happen very ofter [ever?!], and I'm not certain we're guaranteed valid
thread context when operating on the kernel pmap).  For user pmaps, wait
for the pagedaemon to wake us up when more free pages are available.
1999-01-26 09:03:31 +00:00
bin Patches from Tor Egge (via Havard Eidnes) to fix various bugs in field 1999-01-25 14:20:56 +00:00
distrib Add indent.pro. 1999-01-26 04:35:19 +00:00
etc fix some space lossage. 1999-01-26 07:35:54 +00:00
games only show preview if the -p option is given 1999-01-03 17:13:51 +00:00
gnu Temporarily disable groff_mmse.7 -- we will re-enable it soon when we 1999-01-26 02:49:13 +00:00
include always add compat functions in NS_COMPAT_CB; make it the responsibility of 1999-01-26 01:04:07 +00:00
lib Fix printf format errors. 1999-01-26 02:23:34 +00:00
libexec Avoid confusing various C preprocessors by avoiding # [0-9] 1999-01-18 06:49:57 +00:00
regress Make this a little more flexible, and adjust to catch 1999-01-21 09:54:23 +00:00
sbin Never used, and certainly no longer needed. 1999-01-26 02:46:26 +00:00
share Add indent.pro. 1999-01-26 04:35:19 +00:00
sys Fix a bug that has annoyed me for a long time. In pmap_enter(), if 1999-01-26 09:03:31 +00:00
usr.bin enable numbered backups via -B.old%02d 1999-01-26 01:34:25 +00:00
usr.sbin Fix pr6874: add way to specify last resort filename 1999-01-25 22:31:45 +00:00
Makefile Sigh. The last change was too clever. Instead of using EXPORTABLE_SYSTEM, 1999-01-24 19:18:54 +00:00