Go to file
andvar e9357ddd97 mcx(4): ensure that RQT size is always a power of two.
Fixes PR kern/56484.
Thanks riastradh for the power of two patch :). OK: mrg, jmcneill, riastradh.
2021-11-05 23:39:47 +00:00
bin ed(1): use reallocarr instead of realloc(x * y) 2021-11-02 08:04:20 +00:00
common Use defined constant instead of direct value (Etienne Brateau) 2021-10-28 15:09:08 +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 Update some distrib X11R6 references to X11R7 2021-11-02 22:02:42 +00:00
doc Update networking roadmap. 2021-10-31 08:19:29 +00:00
etc Recognize argon2 passwords as valid in daily security reports. 2021-11-04 12:40:00 +00:00
external mk: Add support for conditional compilation of parts of the tree with 2021-11-01 10:05:18 +00:00
extsrc
games cgram(6): realloc(x * y) -> reallocarr 2021-10-29 11:45:39 +00:00
include Expose sigaltstack, stack_t and friends to Posix Issue 5 (200809L) References: 2021-11-02 20:12:25 +00:00
lib usbhid(3): use reallocarr 2021-11-03 16:18:09 +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 fdisk(8): Convert realloc(x * y) to reallocarr. Eliminate temp variables. 2021-11-03 14:30:04 +00:00
share Rework ilog2(3) man page. 2021-11-05 22:39:35 +00:00
sys mcx(4): ensure that RQT size is always a power of two. 2021-11-05 23:39:47 +00:00
tests indent: rename ps.curr_newline to next_col_1 2021-11-05 19:33:28 +00:00
tools Patch the build script and toolchain to allow passing through 2021-09-18 01:47:07 +00:00
usr.bin indent: consistently use token.e[-1] for the last added character 2021-11-05 22:06:43 +00:00
usr.sbin Put the NOAOUT in one place 2021-10-31 18:06:42 +00:00
BUILDING
Makefile
Makefile.inc
README.md README: use https for man.NetBSD.org 2021-09-05 12:45:44 +00:00
UPDATING aarch64 needs a clean build after MKRELRO default has changed. 2021-10-14 15:40:00 +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