Go to file
wiz 884fa6c25e sqlite3-3.37.0 out 2021-11-28 09:14:21 +00:00
bin PR bin/53550 2021-11-22 05:17:43 +00:00
common fix few typos in comments and log message. 2021-11-14 20:51:57 +00:00
compat
crypto Amend the comment about UsePAM; the ChallengeResponseAuthentication 2021-11-27 23:22:25 +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 add support COMPAT_LINUX32 for aarch64 2021-11-25 03:08:03 +00:00
doc sqlite3-3.37.0 out 2021-11-28 09:14:21 +00:00
etc /etc/shells - Add tmux. 2021-11-27 18:39:15 +00:00
external cgdconfig(8): Add an argon2id password-based key generation method 2021-11-22 14:34:35 +00:00
extsrc
games describe screenblank(1) 2021-11-26 17:38:07 +00:00
include Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdeva 2021-11-07 14:34:30 +00:00
lib Trailing whitespace 2021-11-27 10:00:01 +00:00
libexec getty: Remove 2 second sleep before opening tty 2021-10-12 23:40:38 +00:00
regress introduce a SOL_LOCAL for unix-domain socket level socket options 2021-08-08 20:54:48 +00:00
rescue
sbin -lpthread to LDADD (fixes lint build) 2021-11-28 02:01:30 +00:00
share sys.mk: fix duplicate character in character class of LINTFLAGS 2021-11-28 00:21:12 +00:00
sys regen 2021-11-27 21:15:53 +00:00
tests tests/lint2: fix regular expressions containing backslash 2021-11-28 09:10:36 +00:00
tools Make dtc on riscv 2021-11-14 15:48:02 +00:00
usr.bin lint: move fgetln peculiarities out of read_ln_line 2021-11-28 08:21:49 +00:00
usr.sbin usr.sbin: remove unnecessary CONSTCOND, lint no longer needs it 2021-11-27 22:30:25 +00:00
BUILDING
Makefile
Makefile.inc
README.md README: use https for man.NetBSD.org 2021-09-05 12:45:44 +00:00
UPDATING Fix typo. Pointed out by bch - thanks! 2021-11-22 12:30:34 +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