Go to file
nia c417c79de7 ch-ch-changes 2023-06-06 07:49:06 +00:00
bin adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH} 2023-06-03 21:30:20 +00:00
common
compat compat: Disable relro in 32-bit arm compat. 2023-05-13 10:56:54 +00:00
crypto adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH} 2023-06-03 21:30:20 +00:00
dist/pf
distrib Fix MKDEBUGLIB build by adding these installed files to the debug 2023-06-06 06:51:00 +00:00
doc ch-ch-changes 2023-06-06 07:49:06 +00:00
etc /etc/rc.d/sshd: Use default curve for ECDSA keygen, not NIST P-521. 2023-06-05 11:59:12 +00:00
external llvm tool build: fix warning 2023-06-04 17:48:05 +00:00
games bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
include s/configuratin/configuration/ in comment, from Brad Harder (bch) by email. 2023-05-23 10:22:42 +00:00
lib adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH} 2023-06-03 21:30:20 +00:00
libexec ld.elf_so: Sprinkle more debug messages on dlopen and error. 2023-06-04 23:42:38 +00:00
regress
rescue
sbin adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} 2023-06-03 21:26:27 +00:00
share bsd.README: update to reality, sync from mk.conf(5) 2023-06-05 22:36:58 +00:00
sys Fix previous comment fix, which broke a comment. 2023-06-05 18:16:07 +00:00
tests tests/indent: comments with trailing whitespace may fit in a single line 2023-06-06 05:39:49 +00:00
tools tools: revert use of <bsd.hostinit.mk> 2023-06-04 16:53:59 +00:00
usr.bin indent: clean up formatting of comments 2023-06-06 07:14:20 +00:00
usr.sbin adapt to ${CC_WNO_STRINGOP_TRUNCATION} 2023-06-03 21:33:25 +00:00
BUILDING BUILDING: editorial 2023-06-05 22:36:17 +00:00
Makefile build.sh: add show-params operation 2023-06-02 20:48:09 +00:00
Makefile.inc
README.md
UPDATING Note kernel build lossage in an unsupported build configuration 2023-06-04 16:14:59 +00:00
build.sh build.sh: add show-params operation 2023-06-02 20:48:09 +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