Go to file
roy 3148a52497 ipfilter: Prepare for life without in kernel RA 2020-06-12 10:35:59 +00:00
bin Fix typo 2020-06-11 13:08:07 +00:00
common Change previous to only apply when building with clang. 2020-06-12 00:02:26 +00:00
compat
crypto fix wrong size addition (Andrew Cagney) 2020-06-05 15:19:08 +00:00
dist/pf
distrib Build i.MX7D dtbs for armv7 2020-06-10 18:53:31 +00:00
doc bsd-family-tree 2020-06-11 09:17:10 +00:00
etc Add fault(4). 2020-06-07 09:45:19 +00:00
external uvm_availmem(): give it a boolean argument to specify whether a recent 2020-06-11 19:20:42 +00:00
extsrc
games Recommend using `pkg_admin {fetch-pkg-vulnerabilities,audit}' instead of 2020-06-07 15:41:03 +00:00
include Remove bogus tests for 64-bit i386 and SuperH 2020-06-04 11:21:16 +00:00
lib lib/libpam: Fix the possible -Werror=stringop-truncation 2020-06-12 01:20:32 +00:00
libexec libexec/httpd: Fix the possible -Werror=stringop-truncation 2020-06-07 23:33:02 +00:00
regress
rescue
sbin Update for proplib(3) API changes. 2020-06-11 13:49:57 +00:00
share QOI 2020-06-11 23:19:53 +00:00
sys ipfilter: Prepare for life without in kernel RA 2020-06-12 10:35:59 +00:00
tests Do not destroy mutices that failed to init - fixes a run with 2020-06-11 11:40:54 +00:00
tools
usr.bin Counter tweaks: 2020-06-11 22:21:05 +00:00
usr.sbin MBR type for Ext2 should be MBR_PTYPE_LNXEXT2, not MBR_PTYPE_FAT12. 2020-06-10 16:56:22 +00:00
BUILDING
Makefile
Makefile.inc
README.md
UPDATING Mention cleaning needed in LIBISPRIVATE directories 2020-06-01 14:46:04 +00:00
build.sh Add missing MACHINE_ARCH=earmv5hf{,eb} for evbarm. 2020-05-24 04:55:53 +00:00

README.md

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