Go to file
rillig 1621797966 lint: condense debugging code
No functional change.
2023-03-28 15:52:50 +00:00
bin
common fix various typos in documentation, comments and sysctl device description. 2023-03-26 19:10:32 +00:00
compat
crypto
dist/pf
distrib lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
doc fix various typos in documentation, comments and sysctl device description. 2023-03-26 19:10:32 +00:00
etc
external Actually make the only changes that actually existed in the 2023b update... 2023-03-24 12:46:08 +00:00
games
include
lib lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
libexec
regress
rescue
sbin Apply this commit from FreeBSD: 2023-03-27 22:53:37 +00:00
share +ALPN (application-layer protocol negotiation; a TLS extension) 2023-03-23 18:22:15 +00:00
sys Add missing PRIuBUSSIZE to mips. 2023-03-28 10:54:13 +00:00
tests lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
tools
usr.bin lint: condense debugging code 2023-03-28 15:52:50 +00:00
usr.sbin fix various typos in documentation, comments and sysctl device description. 2023-03-26 19:10:32 +00:00
BUILDING
Makefile
Makefile.inc
README.md
UPDATING add a note about how to fix missing ./usr/lib/libisns* files. 2023-03-23 07:15:08 +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