Go to file
gutteridge a20ee0c592 socket.2: simplify and improve some phrasing 2023-07-20 23:28:44 +00:00
bin pax: fix -Wformat for host tool 2023-07-20 20:10:59 +00:00
common strspn: fix typo in comment 2023-06-18 22:18:13 +00:00
compat
crypto Sprinkle OPENSSL_NO_EC_NISTP_64_GCC_128 for aarch64eb. 2023-07-08 23:54:27 +00:00
dist/pf
distrib tests/lint: demonstrate use-after-free in GCC statement expression 2023-07-15 12:24:57 +00:00
doc BUILDING: consistency fix 2023-07-19 15:40:38 +00:00
etc Fix sysctl invocation testing for missing entropy. 2023-07-05 12:07:21 +00:00
external regen for earmv4/earmv4eb. 2023-07-20 04:30:39 +00:00
games tetris(6): Support the informal standard of allowing setting NO_COLOR 2023-07-01 10:51:35 +00:00
include
lib socket.2: simplify and improve some phrasing 2023-07-20 23:28:44 +00:00
libexec add a note about how to setup http -> https redirection. 2023-06-07 20:22:22 +00:00
regress
rescue
sbin gpt.8: fix some grammar 2023-07-15 21:18:06 +00:00
share entropy.7: add a missing word to a sentence 2023-07-20 04:16:14 +00:00
sys amdgpu: Mark float-dependent variables volatile. 2023-07-20 21:48:49 +00:00
tests provide more things needed by new subr_prf.c. 2023-07-18 06:37:55 +00:00
tools tools/compat: regen 2023-07-20 16:22:30 +00:00
usr.bin ctags: fix pointer-sign issues 2023-07-20 20:00:07 +00:00
usr.sbin Fix formatting. 2023-07-20 13:31:31 +00:00
BUILDING BUILDING: consistency fix 2023-07-19 15:40:38 +00:00
Makefile more NBUILDJOBS deprecation 2023-06-11 10:43:51 +00:00
Makefile.inc
README.md
UPDATING Warn to clean gcc objectdirs for updated compiler. 2023-07-19 17:49:40 +00:00
build.sh build.sh: use mk.conf (if present) as MAKECONF 2023-07-18 16:59:57 +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