Go to file
thorpej 9e2da5f62a The stupid CPP has proven me too clever by half. 2021-10-27 05:18:51 +00:00
bin Use a type-correct end marker for strstrcat() rather than NULL, as 2021-10-26 10:07:20 +00:00
common remove duplicate the article in comments. 2021-10-04 21:02:39 +00:00
compat
crypto Merge conflicts between OpenSSH 8.7 and 8.8 2021-09-27 17:03:13 +00:00
dist/pf
distrib tests/indent: migrate remaining tests from t_indent to t_options 2021-10-23 21:45:14 +00:00
doc doc: password hash changes 2021-10-26 21:18:51 +00:00
etc passwd.conf(5): switch default cipher for new user accounts to Argon2id 2021-10-26 20:44:45 +00:00
external Update to tzdata2021e (with much of 2020b still omitted) 2021-10-22 21:01:06 +00:00
extsrc
games fix various typos in comments, messages and documentation. 2021-09-19 10:34:06 +00:00
include fix typos in comments. 2021-10-15 22:32:28 +00:00
lib - Use the signal trampoline version constants from <sys/signal.h>. 2021-10-27 04:48:33 +00:00
libexec getty: Remove 2 second sleep before opening tty 2021-10-12 23:40:38 +00:00
regress
rescue
sbin wsconsctl: revert adding LINTFLAGS 2021-10-26 17:33:18 +00:00
share revert previous: http://mail-index.netbsd.org/source-changes/2021/10/25/msg133295.html 2021-10-27 03:06:59 +00:00
sys The stupid CPP has proven me too clever by half. 2021-10-27 05:18:51 +00:00
tests indent: fix indentation of local variable declarations 2021-10-27 00:04:51 +00:00
tools Patch the build script and toolchain to allow passing through 2021-09-18 01:47:07 +00:00
usr.bin indent: fix indentation of local variable declarations 2021-10-27 00:04:51 +00:00
usr.sbin decode SMT parts for AMD family >= 0x17, not just 0x17. 2021-10-27 04:15:41 +00:00
BUILDING
Makefile
Makefile.inc
README.md
UPDATING aarch64 needs a clean build after MKRELRO default has changed. 2021-10-14 15:40:00 +00:00
build.sh remove duplicate the article in comments. 2021-10-04 21:02:39 +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