Go to file
chs 4923ddfdda in sys_mincore(), check the return value of uvm_vslock() to determine
if the vec pointer is valid rather than using uvm_useracc().
uvm_useracc() just tells you if the permissions of a user mapping allow
the desired access, not whether faulting on that mapping will succeed.
2001-12-14 04:21:22 +00:00
bin Document set time variables, and the format strings recognized. 2001-12-12 13:10:44 +00:00
crypto Deal with lossage caused by the addition of the netbsd-1-5 branch tag 2001-12-13 15:53:54 +00:00
dist Fn argument doesn't need (), add space between macro name and argument. 2001-12-07 19:18:14 +00:00
distrib clean up a couple of items. 2001-12-13 14:02:02 +00:00
etc - set NOPROG before .include <bsd.own.mk> 2001-12-12 12:19:09 +00:00
games MKfoo=no -> NOfoo= 2001-12-12 00:07:45 +00:00
gnu Remove the code that supports the old PLT format (the code for that 2001-12-14 01:15:08 +00:00
include MKfoo=no -> NOfoo= 2001-12-12 00:07:45 +00:00
lib Document %z. 2001-12-13 22:11:27 +00:00
libexec Add code to peek into the PLT and determine which PLT entry format 2001-12-14 00:53:06 +00:00
regress MKfoo=no -> NOfoo 2001-12-12 01:23:59 +00:00
sbin Remove `const' attribute from writelabel prototype and function to make it 2001-12-13 13:52:13 +00:00
share Use "machine description file" and "device definition files" correctly. 2001-12-13 19:29:32 +00:00
sys in sys_mincore(), check the return value of uvm_vslock() to determine 2001-12-14 04:21:22 +00:00
tools Avoid building and installing every time, so that we don't have toolchain 2001-12-13 19:36:22 +00:00
usr.bin Don't use fd_set to keep track of errors to ignore. Doing so relies on 2001-12-13 23:56:00 +00:00
usr.sbin as this installs in /sbin, set LDSTATIC?=-static. fixes PR [bin/14886] 2001-12-14 00:52:34 +00:00
BUILDING Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
BUILDING.mdoc Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
Makefile Add a wrapper for the "distribution" target, similar to the wrapper 2001-11-25 18:31:12 +00:00
Makefile.inc
UPDATING Add note about how to work around reloc problems in groff now that the toolchain 2001-12-07 09:56:44 +00:00
build.sh Change check for USE_NEW_TOOLCHAIN to just looking for it being defined. 2001-12-12 23:50:27 +00:00