Go to file
skrll 00a02679d8 More trailing whitespace 2021-10-06 05:33:15 +00:00
bin It is either teaching gcc about aaah or adding FALLTHROUGH. 2021-09-16 19:44:01 +00:00
common remove duplicate the article in comments. 2021-10-04 21:02:39 +00:00
compat remove obsolete files. 2021-06-18 06:34:00 +00:00
crypto Merge conflicts between OpenSSH 8.7 and 8.8 2021-09-27 17:03:13 +00:00
dist/pf Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
distrib tests/indent: demonstrate off-by-one error in edge case 2021-10-05 17:09:45 +00:00
doc We are now (partial) at tzdata2021c. This involves no changes other than 2021-10-02 11:01:53 +00:00
etc Don't include bsd.own.mk here - none of the other etc.<foo>/Makefile.inc 2021-10-04 06:50:35 +00:00
external byacc: fix line number information for code coverage 2021-10-05 22:15:32 +00:00
extsrc
games fix various typos in comments, messages and documentation. 2021-09-19 10:34:06 +00:00
include Change the default for ACLs to be posix1e instead of nfsv4 to match FreeBSD. 2021-09-18 03:05:19 +00:00
lib remove duplicate the article in comments. 2021-10-04 21:02:39 +00:00
libexec fix typos in word "successfully", mainly s/succesfully/successfully/. 2021-09-16 21:29:41 +00:00
regress introduce a SOL_LOCAL for unix-domain socket level socket options 2021-08-08 20:54:48 +00:00
rescue smb is no more. 2020-04-04 17:57:16 +00:00
sbin wsconsctl: allow the new "precision scrolling" variables to be configured 2021-09-28 06:20:09 +00:00
share Update the description of the NMBCLUSTERS. Add NMBCLUSTERS_MAX. 2021-10-06 05:25:53 +00:00
sys More trailing whitespace 2021-10-06 05:33:15 +00:00
tests tests/indent: test INDENT comments 2021-10-05 21:01:10 +00:00
tools Patch the build script and toolchain to allow passing through 2021-09-18 01:47:07 +00:00
usr.bin indent: use buffer type in debug_print_buf 2021-10-05 22:22:46 +00:00
usr.sbin Improve variable sized TLB's output. 2021-09-27 17:05:58 +00:00
BUILDING Reintroduce the support of MKCATPAGES 2020-11-10 21:47:40 +00:00
Makefile G/c spurious whitespace. 2020-10-29 20:26:24 +00:00
Makefile.inc
README.md README: use https for man.NetBSD.org 2021-09-05 12:45:44 +00:00
UPDATING Change the default for ACLs to be posix1e instead of nfsv4 to match FreeBSD. 2021-09-18 03:05:19 +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