Go to file
christos 944c9a93f6 fix more bind bump. 2019-09-06 11:12:06 +00:00
bin Install manual pages for tar and cpio only if ${MKBSDTAR} == "no" 2019-08-15 21:05:16 +00:00
common Enhance the support of LLVM sanitizers 2019-08-27 22:48:53 +00:00
compat
crypto Fix copy-paste. 2019-08-18 09:51:06 +00:00
dist/pf
distrib fix more bind bump. 2019-09-06 11:12:06 +00:00
doc new bind 2019-09-05 19:34:14 +00:00
etc
external Merge conflicts and fix the build. 2019-09-05 19:32:55 +00:00
extsrc
games End sentence with a dot. 2019-09-02 08:26:00 +00:00
include
lib Since we advance cp after the bounds check, we need to test for bounds 2019-09-04 12:14:09 +00:00
libexec New sentence, new line. Punctuation improvements. 2019-08-31 07:49:48 +00:00
regress
rescue
sbin route(8): Show addres for RTM_LOSING 2019-09-02 00:30:01 +00:00
share Add support SIOCZIFDATA as ixgbe.c. 2019-09-05 10:01:30 +00:00
sys Reorder for clarity, and localify pool_allocator_big[], should not be used 2019-09-06 09:19:06 +00:00
tests tests: fix ARP and NDP tests for RTM_* messages 2019-09-03 19:07:50 +00:00
tools
usr.bin Fix decorators for __thread, add _Thread_local 2019-09-05 20:12:11 +00:00
usr.sbin The cleaner is compiled into rump_lfs and executed as a thread. Pass 2019-08-30 23:41:48 +00:00
BUILDING
Makefile Enhance the support of LLVM sanitizers 2019-08-27 22:48:53 +00:00
Makefile.inc
README.md
UPDATING Add UPDATING note about radeon firmware image mistake. 2019-09-03 15:38:52 +00:00
build.sh

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