Go to file
thorpej 289b2e154f In pmap_zero_page() and pmap_copy_page(), don't bother invalidating the
mappings for CADDR1 and CADDR2, unless we're built w/ -DDEBUG.  Since
these addresses are only used in these routines, we can "lazily invalidate"
them by just using them again.  This makes these routines a teeny bit faster,
as it saves 1 or 2 TBIS's per call.

Suggested by Leo Weppelman <leo@netbsd.org>.
1999-01-08 05:15:43 +00:00
bin Fixed segfaulting for "ps -T". There is no optarg with -T, so instructions 1999-01-04 16:37:28 +00:00
distrib set BLOCKSIZE=1k (so df behaves the same as when installed) 1999-01-08 04:32:33 +00:00
etc Install /etc/skeykeys 600 - from PR6519 by andrew@untraceable.net, tested OK. 1999-01-06 06:08:37 +00:00
games only show preview if the -p option is given 1999-01-03 17:13:51 +00:00
gnu In the NO_UNDERSCORES case we need an extra `*' in ASM_GENERATE_INTERNAL_LABEL 1999-01-07 10:22:49 +00:00
include Add the N_SET* symbol types. 1998-12-17 23:15:21 +00:00
lib When reopening in append mode, seek to the end of file in order to have the 1999-01-06 13:57:14 +00:00
libexec Fix byte order swapping for cross linker. 1999-01-05 10:02:20 +00:00
regress This should be noninvasive, and allows my builds to finally work on alpha 1998-12-21 07:58:52 +00:00
sbin s/1998/1999/ 1999-01-03 14:33:44 +00:00
share Fix for countries with more than one word, pointed out by 1999-01-06 04:41:49 +00:00
sys In pmap_zero_page() and pmap_copy_page(), don't bother invalidating the 1999-01-08 05:15:43 +00:00
usr.bin Fix preprocessor logic bogon; from Michael Eriksson <eramer@era-t.ericsson.se> 1999-01-06 15:53:39 +00:00
usr.sbin Avoid problems when trying to link BIND 8 statically, fixes PR bin/6717 1999-01-04 00:04:04 +00:00
Makefile Don't build domestic bits directly; use the domestic 'build' target 1999-01-05 07:09:58 +00:00