Go to file
rillig 4cb8752908 bin: remove unnecessary lint comment CONSTCOND
Since 2021-01-31, lint no longer warns about 'do ... while (0)'.

No functional change.
2021-09-10 22:11:03 +00:00
bin bin: remove unnecessary lint comment CONSTCOND 2021-09-10 22:11:03 +00:00
common
compat
crypto
dist/pf
distrib tests/lint: test line number tracking with \v and \f 2021-09-10 19:40:18 +00:00
doc
etc
external
extsrc
games
include
lib Ignore closefrom(3) for now; too complicated to descern between regular 2021-09-10 21:22:05 +00:00
libexec
regress
rescue
sbin
share iic.4: add missing client devs (those with man pages, many don't have one) 2021-09-10 21:12:20 +00:00
sys if_et.c: nothing in this driver needs netinet includes now, 2021-09-10 14:56:26 +00:00
tests fix the ssh rump test 2021-09-10 21:21:35 +00:00
tools
usr.bin usr.bin: remove unnecessary lint comment CONSTCOND 2021-09-10 21:52:17 +00:00
usr.sbin
BUILDING
Makefile
Makefile.inc
README.md
UPDATING
build.sh Add a new operation "mkrepro-timestamp" to extract the timestamp a 2021-09-09 15:00:01 +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