Go to file
christos 98f1b42d37 fix sign. 2022-12-01 14:42:12 +00:00
bin
common s/varaible/variable/ and s/varible/variable/ in comments. 2022-11-01 19:45:35 +00:00
compat
crypto
dist/pf
distrib tests: fix Makefile and lists for MKRUMP=no 2022-12-01 04:24:37 +00:00
doc ch-ch-changes 2022-11-28 10:23:56 +00:00
etc reinstate $NetBSD$ 2022-12-01 13:21:07 +00:00
external Allow configuration of addresses without a mask/prefix (Jose Luis Duran) 2022-11-18 16:01:00 +00:00
games
include
lib When performing a scroll, check the last line of the region is the same 2022-11-30 06:19:15 +00:00
libexec fix various typos in comments and messages. 2022-11-02 20:38:21 +00:00
regress
rescue
sbin fix sign. 2022-12-01 14:42:12 +00:00
share man, bpf: support loopback interfaces for send 2022-11-30 06:03:41 +00:00
sys Use a better choice for the print format string. 2022-12-01 02:29:37 +00:00
tests tests: fix Makefile and lists for MKRUMP=no 2022-12-01 04:24:37 +00:00
tools
usr.bin lint: add measurement unit to local variable names 2022-11-30 20:59:28 +00:00
usr.sbin fix build error of printf format 2022-12-01 03:32:24 +00:00
BUILDING
Makefile
Makefile.inc
README.md
UPDATING Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +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