Go to file
kamil e6d350579a Adapt t_ptrace_wait* tests for recent kernel changes
Adapt AUXV reading loop to handle io.piod_len == 0 as EOF.

Temporarily disable trace_thread_lwpcreate until it will be verified that
it is stable.
2019-05-02 22:52:21 +00:00
bin Better interactive SIGINT handling (when a trap is set), and other 2019-04-25 03:54:10 +00:00
common snprintb(3) says that, in the new(?) Torek format, all fields specs end with \0 2019-04-29 07:55:38 +00:00
compat - various updates for GCC 7 riscv definitions: -mabi and -march changed 2019-04-18 10:07:07 +00:00
crypto one more noreturn 2019-04-28 14:45:13 +00:00
dist/pf - enlarge buffer to avoid snprintf() truncation 2019-02-03 10:48:46 +00:00
distrib Add man pages for Amiga clock chips 2019-05-01 06:47:45 +00:00
doc CARP, Veriexec, bufq_priocscan(9) 2019-04-30 16:23:44 +00:00
etc Fix build, install wsmoused 2019-04-25 11:21:34 +00:00
external Fix one more writable directory check to "directory" in options seciton 2019-05-02 14:57:01 +00:00
extsrc
games Report the users score _after_ the game has ended and the screen has 2019-03-19 00:11:34 +00:00
include Don't install YP headers when MKYP=no 2019-04-24 10:26:08 +00:00
lib Explicitly indicate that nexttowardl() is identical to nextafterl(). 2019-05-02 15:08:35 +00:00
libexec r_symndx is no longer declared, use symnum and initialize it before use. 2019-04-15 19:13:03 +00:00
regress Eliminate regress/libexec/ld.elf_so/expand 2019-04-06 16:25:52 +00:00
rescue fix duplicated chunk from merge 2019-01-27 04:33:29 +00:00
sbin Suggested by Christos: 2019-04-22 10:44:55 +00:00
share Fix casing in Dt. Fix typo. 2019-05-01 07:40:52 +00:00
sys Introduce fixes for ptrace(2) 2019-05-02 22:23:49 +00:00
tests Adapt t_ptrace_wait* tests for recent kernel changes 2019-05-02 22:52:21 +00:00
tools Add MKLLVMRT to build a subset of the LLVM stack for JIT purposes. 2019-04-03 15:21:58 +00:00
usr.bin Use PRWORD for printing -m/-mW totals so fields don't run in to each other. 2019-04-30 23:29:18 +00:00
usr.sbin acpica 20190405 changed some internal macros; update code to match 2019-04-29 02:49:35 +00:00
build.sh on netbsd when defaulting to the native system, also derived MACHINE_ARCH 2019-05-02 02:51:01 +00:00
BUILDING
Makefile .WAIT for tools to complete. 2018-11-11 07:43:35 +00:00
Makefile.inc
README.md Tidy up a bit. 2018-10-23 15:44:42 +00:00
UPDATING add a quick note about gcc 7 likely causing update build failures. 2019-02-08 09:57:01 +00:00

NetBSD

NetBSD is a free, fast, secure, and highly portable Unix-like Open Source operating system. It is available for a wide range of platforms, from large-scale servers and powerful desktop systems to handheld and embedded devices.

Building

You can cross-build NetBSD from most UNIX-like operating systems. To build for amd64 (x86_64), in the src directory:

./build.sh -U -u -j4 -m amd64 -O ~/obj release

Additional build information available in the BUILDING file.

Binaries

Testing

On a running NetBSD system:

cd /usr/tests; atf-run | atf-report

Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/src.git