Go to file
nathanw 681f702ca1 In pmap_physpage_alloc() and pmap_physpage_free(): only the DIAGNOSTIC
check is inside the simple_lock()/simple_unlock() pair, so move the locks
inside the #ifdef as well.

Additionally, change the #ifdef from DIAGNOSTIC to DEBUG; the condition
is too weird to be worth checking at DIAGNOSTIC, according ot Jason.
2003-02-23 22:41:24 +00:00
bin When writing (-w) or copying (-rw), and using -M (stdin file list is 2003-02-21 01:25:11 +00:00
crypto In ssl3_get_record (ssl/s3_pkt.c), minimize information leaked 2003-02-20 07:39:17 +00:00
dist change smbfs_args: 2003-02-23 22:31:17 +00:00
distrib Bump ramdisk image size from 1444k to 1500k. 2003-02-23 22:30:46 +00:00
doc /etc/daily: Suppress empty security reports 2003-02-21 22:50:28 +00:00
etc now that the obsolete lists are part of the "base" set (instead of "etc"), 2003-02-22 23:46:46 +00:00
games Use pipe ("|") as a sed command field separator and allow slash ("/") 2003-02-06 15:17:01 +00:00
gnu Make sure a few instances of mkinstalldirs is run via $SHELL so it's not 2003-02-22 10:06:52 +00:00
include add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signals 2003-02-15 21:11:47 +00:00
lib In pthread_exit(), clear pt_canceled in addition to setting 2003-02-22 00:53:29 +00:00
libexec rename local copies of login(), logout() and logwtmp() to 2003-02-23 13:04:37 +00:00
regress Break the build again (as intended) if there's no libpthread ARCHSUBDIR. 2003-02-20 21:09:40 +00:00
rescue
sbin Use the PRId64 format to print a daddr_t. 2003-02-23 05:21:18 +00:00
share Bump date and copyright for last. 2003-02-23 21:43:31 +00:00
sys In pmap_physpage_alloc() and pmap_physpage_free(): only the DIAGNOSTIC 2003-02-23 22:41:24 +00:00
tools replace DIST with GNUHOSTDIST, and don't unconditionally define it 2003-02-07 01:52:51 +00:00
usr.bin markup: the ";" for -exec, -ok, and -execdir is a seperate word from 2003-02-23 20:01:31 +00:00
usr.sbin Make the "-O" (start filesystem offset) flag to newfs_lfs work correctly, 2003-02-23 04:32:05 +00:00
build.sh Display the build.sh command line and the start & end times. 2003-02-18 23:59:06 +00:00
BUILDING Fix example 3; the build.sh target is "install" not "installworld". 2003-02-08 10:00:33 +00:00
Makefile all: 2003-02-22 03:20:45 +00:00
Makefile.inc
UPDATING