Go to file
jeffs bdbb241be6 Fix race between pmap_enter() and pagedaemon. If we are low on memory and
pmap_enter() cannot allocate the segmap return failure if PMAP_CANFAIL
instead of sleeping.  Otherwise panic.  Both alpha and i386 do this.  Do
not pmap_enter_pv() until after this is done so the data structures are
not partially allocated.  This should prevent pmap_page_protect() from
getting stuck when called from pagedaemon.
2000-10-10 20:39:42 +00:00
bin Printing argv[0] on fts_open failure doesn't make sense. Just print 2000-10-10 14:41:59 +00:00
crypto printf format pedant. (size_t -> u_long). 2000-10-10 13:14:55 +00:00
dist one more string format cleanup 2000-10-10 12:51:19 +00:00
distrib Add a couple of entries. 2000-10-10 14:06:10 +00:00
etc Use && and || for logical concatenations instead of -a/-o test operators. 2000-10-09 06:11:38 +00:00
games NetBSD will put hair on a UNIX admin's chest 2000-10-09 00:58:16 +00:00
gnu sync with sendmail 8.11.1. 2000-10-10 11:17:29 +00:00
include Allow format-arg checking for setproctitle 2000-10-03 19:53:58 +00:00
lib Format string cleanup by sommerfeld. 2000-10-10 19:23:58 +00:00
libexec Format string cleanups by sommerfeld. 2000-10-10 19:54:37 +00:00
regress wrap libcrypto with ${MKCRYPTO} == "yes" 2000-10-04 00:49:44 +00:00
sbin Format string cleanups by Bill Sommerfeld. 2000-10-10 20:24:49 +00:00
share One more; also provide some alternative meanings to existing entries. 2000-10-10 14:19:34 +00:00
sys Fix race between pmap_enter() and pagedaemon. If we are low on memory and 2000-10-10 20:39:42 +00:00
usr.bin - The type of return value of setmode is a void * and getmode takes it, 2000-10-10 14:30:40 +00:00
usr.sbin rpcinfo is in section 8. 2000-10-10 14:34:13 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING changes to libcrypto (RC5/IDEA/RSA make symbols are obsoleted). 2000-10-02 06:19:17 +00:00