Go to file
martin f5c15489c8 Try to fix previous: include etc.evbarm/Makefile.inc to get proper sub-arch
settings and key the subdirs off KERENEL_SETS instead of ALL_KERNELS
(which is not always defined)
2020-03-28 15:41:23 +00:00
bin
common
compat
crypto Fix format string usage. 2020-03-23 22:21:34 +00:00
dist/pf
distrib Try to fix previous: include etc.evbarm/Makefile.inc to get proper sub-arch 2020-03-28 15:41:23 +00:00
doc Note bwfm firmware update. 2020-03-22 20:26:59 +00:00
etc
external Let xunlong,orangepi-lite2 share bwfm config with raspberrypi,3-model-b-plus; 2020-03-27 04:31:18 +00:00
extsrc
games
include
lib terminfo: Add a comment for prior change. 2020-03-28 15:27:54 +00:00
libexec
regress
rescue
sbin rfilter.2: fix a typo 2020-03-22 23:24:08 +00:00
share Remove trailing whitespace. 2020-03-28 05:47:41 +00:00
sys - comb down rcvfilt() filter adjustment logic. 2020-03-28 13:15:24 +00:00
tests Add tests for poll(POLLIN) before read(). 2020-03-26 13:43:10 +00:00
tools
usr.bin tic: free the old buffer after promoting the record type 2020-03-28 15:37:04 +00:00
usr.sbin No need for warnx() if !LOCKDEBUG 2020-03-27 00:17:08 +00:00
build.sh
BUILDING
Makefile
Makefile.inc
README.md
UPDATING

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