Go to file
rillig 1182a44c59 games: remove trailing whitespace in *.c and *.h 2021-05-02 12:50:43 +00:00
bin Remove SCCS workaround. No binary change. 2021-04-17 08:35:33 +00:00
common Provide all the LSE operation fuctions. The use of LSE instructions is 2021-04-27 09:14:24 +00:00
compat define BFD_MACHINE_ARCH. This worked by accident before since the default 2021-04-25 18:44:04 +00:00
crypto Handle the compat builds and both the n64 and non n64 variants 2021-04-26 20:01:13 +00:00
dist/pf Externalize variables owned logically by pf_ruleset.c 2020-04-22 23:40:40 +00:00
distrib tests/lint: add very basic tests for GCC __attribute__ 2021-04-30 23:49:36 +00:00
doc gcc-11.1.0 is out. 2021-05-02 08:18:38 +00:00
etc update for libX11 1.7.0. 2021-04-27 06:51:49 +00:00
external compiler_rt: generate symbol table early 2021-04-30 22:48:37 +00:00
extsrc
games games: remove trailing whitespace in *.c and *.h 2021-05-02 12:50:43 +00:00
include Default to check-names for safety. 2021-04-30 16:07:49 +00:00
lib use GCC_NO_IMPLICIT_FALLTHRU. 2021-04-26 07:17:30 +00:00
libexec bozohttpd: fix argument type for functions from <ctype.h> 2021-04-08 07:02:11 +00:00
regress citrus SUBDIR is gone 2020-06-27 11:06:43 +00:00
rescue smb is no more. 2020-04-04 17:57:16 +00:00
sbin cgdconfig.8: use gpt in examples, it's more versatile for this use case 2021-04-30 21:07:34 +00:00
share intro.7: add missing entries 2021-05-01 07:41:14 +00:00
sys Fix copy&pasto in handling of POSIX_SPAWN_RESETIDS in posix_spawn(3) 2021-05-02 10:23:55 +00:00
tests Add test for POSIX_SPAWN_RESETIDS flag 2021-05-02 11:18:11 +00:00
tools Make mips-elf2ecoff available for all mips 2021-04-25 15:11:28 +00:00
usr.bin ktruss: fix typo in comment 2021-05-01 18:07:52 +00:00
usr.sbin postinstall: re-align list output 2021-04-25 06:21:37 +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 Improve URL consistency 2021-03-17 15:26:20 +00:00
UPDATING add a note about potential GCC 9->10 build failures 2021-04-17 04:08:32 +00:00
build.sh Add mipsn64e[bl] targets which use 64 bit binaries instead of n32 ones. 2021-04-25 22:29:22 +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