Go to file
chs 4b2625143d change uvm_uarea_alloc() to indicate whether the returned uarea is already
backed by physical pages (ie. because it reused a previously-freed one),
so that we can skip a bunch of useless work in that case.
this fixes the underlying problem behind PR 18543, and also speeds up fork()
quite a bit (eg. 7% on my pc, 1% on my ultra2) when we get a cache hit.
2002-11-17 08:32:43 +00:00
bin we can't do {} while (0) for TEST() macro since it has "break" which 2002-11-16 13:42:36 +00:00
crypto don't blindly trust rlen; from Heimdal 0.5.1 2002-10-21 19:39:51 +00:00
dist apply http://www.isc.org/products/BIND/patches/bind833.diff to fix recent 2002-11-14 02:04:27 +00:00
distrib Add {cat,man}4/dreamcast/* 2002-11-17 06:14:39 +00:00
doc postinstall obsolete sets check 2002-11-17 03:25:36 +00:00
etc Add {cat,man,html}4/dreamcast, html4/evbarm 2002-11-17 06:12:52 +00:00
games fix duplicate limerick-o in CLEANFILES 2002-10-22 16:14:04 +00:00
gnu Put const data in .rodata (cut-and-pasted from linux-elf.h). Pass -matpcs 2002-11-17 06:03:07 +00:00
include Make fts_pathlen and fts_nitems unsigned. 2002-11-11 01:07:08 +00:00
lib use strlcpy where it is more appropriate. 2002-11-17 01:51:24 +00:00
libexec die if strdup fails 2002-11-16 15:41:17 +00:00
regress Add a couple of regression tests for dlerror() handling. 2002-11-14 21:10:45 +00:00
rescue set SMALLPROG=0 (it was implicit) 2002-10-17 01:49:18 +00:00
sbin should be safer to cast to u_long than to cast down to int 2002-11-17 04:49:18 +00:00
share change uvm_uarea_alloc() to indicate whether the returned uarea is already 2002-11-17 08:32:43 +00:00
sys change uvm_uarea_alloc() to indicate whether the returned uarea is already 2002-11-17 08:32:43 +00:00
tools PR/18733: Jed Davis: define _PATH_DEFTAPE; pax needs it. 2002-10-20 00:42:20 +00:00
usr.bin Fixed race condition that would cause make -j to pause for five 2002-11-16 22:22:23 +00:00
usr.sbin Bump date. Sort options. New sentence, new line. Other minor fixes. 2002-11-17 01:26:30 +00:00
BUILDING regen for build.sh -k 2002-10-20 15:48:40 +00:00
Makefile MKDYNAMICROOT for a.out 2002-11-12 14:33:48 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING kernel update requires userland systrace recompile. 2002-10-11 21:55:48 +00:00
build.sh In the function usage(), 2002-11-05 01:53:58 +00:00