Go to file
lukem c99131c058 Add a manual page for /rescue.
Obtained from FreeBSD src/share/man/man8/rescue.8 1.3
This is the FreeBSD version; NetBSD customisation to occur
in followup commits.
2008-10-20 06:14:28 +00:00
bin In shell scripts invoked during a build, and in crunchgen, use ${AWK} 2008-10-19 22:10:04 +00:00
common Allow atomic ops to be built as part of libpthread. 2008-09-29 08:43:00 +00:00
crypto Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
dist In preparation for building awk as a host tool, add 2008-10-19 19:33:47 +00:00
distrib Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
doc mention ps 'O' change. 2008-10-19 14:46:40 +00:00
etc Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
external Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
games Use uint32_t and include <stdint.h>, instead of using u_int32_t 2008-10-19 07:56:42 +00:00
gnu Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
include Add the C99 header <tgmath.h> (Type-generic math.h) 2008-09-28 14:57:41 +00:00
lib s/explicitely/explicitly/ 2008-10-19 21:27:46 +00:00
libexec Never build this with PIE. 2008-10-16 14:36:20 +00:00
regress Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
rescue
sbin Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
share Add a manual page for /rescue. 2008-10-20 06:14:28 +00:00
sys disable PIE for boot code. 2008-10-20 03:02:07 +00:00
tests
tools Add a comment to the Makefile explaining that we do not use HOST_AWK 2008-10-19 22:05:22 +00:00
usr.bin In shell scripts invoked during a build, and in crunchgen, use ${AWK} 2008-10-19 22:10:04 +00:00
usr.sbin Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:23 +00:00
x11 Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:23 +00:00
build.sh
BUILDING
Makefile add do-sys-rump-net-lib 2008-10-16 09:43:12 +00:00
Makefile.inc
UPDATING