Go to file
thorpej f8497a9ef8 Add routines to convert from linux32 to native sigevent_t. 2021-09-19 22:30:28 +00:00
bin
common fix various typos in comments, messages and documentation. 2021-09-19 10:34:06 +00:00
compat
crypto
dist/pf
distrib Add native implementations of eventfd(2) and timerfd(2), compatible with 2021-09-19 15:51:27 +00:00
doc Note eventfd(2) and timerfd(2). 2021-09-19 15:52:55 +00:00
etc
external oops, re-enable host_detect_local_cpu for NetBSD 2021-09-18 19:59:11 +00:00
extsrc
games fix various typos in comments, messages and documentation. 2021-09-19 10:34:06 +00:00
include Change the default for ACLs to be posix1e instead of nfsv4 to match FreeBSD. 2021-09-18 03:05:19 +00:00
lib s/Plese/Please/ in comment, and fix an article in obio_wdc.c comment. 2021-09-19 20:52:47 +00:00
libexec
regress
rescue
sbin fix various typos in comments, messages and documentation. 2021-09-19 10:34:06 +00:00
share Fix pasto. WSKBDIO_*BELL ioctls take struct wskbd_bell_data. 2021-09-18 18:14:07 +00:00
sys Add routines to convert from linux32 to native sigevent_t. 2021-09-19 22:30:28 +00:00
tests Add native implementations of eventfd(2) and timerfd(2), compatible with 2021-09-19 15:51:27 +00:00
tools Patch the build script and toolchain to allow passing through 2021-09-18 01:47:07 +00:00
usr.bin fix few more typos in comments, messages and documentation. 2021-09-19 11:37:00 +00:00
usr.sbin fix few more typos in comments, messages and documentation. 2021-09-19 11:37:00 +00:00
BUILDING
Makefile
Makefile.inc
README.md
UPDATING Change the default for ACLs to be posix1e instead of nfsv4 to match FreeBSD. 2021-09-18 03:05:19 +00:00
build.sh Patch the build script and toolchain to allow passing through 2021-09-18 01:47:07 +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