Go to file
martin 54f9230111 Tickets #1278 - #1282 2021-06-05 10:56:18 +00:00
bin Pull up following revision(s) (requested by mrg in ticket #1263): 2021-04-30 14:07:02 +00:00
common Pull up following revision(s) (requested by skrll in ticket #1261): 2021-04-30 13:54:00 +00:00
compat Pull up following revision(s) (requested by simonb in ticket #1183): 2021-01-08 13:00:49 +00:00
crypto Pull up following revision(s) (requested by mrg in ticket #1246): 2021-04-16 17:03:59 +00:00
dist/pf - enlarge buffer to avoid snprintf() truncation 2019-02-03 10:48:46 +00:00
distrib Pull up following revision(s) (requested by tsutsui in ticket #1281): 2021-06-05 10:40:08 +00:00
doc Tickets #1278 - #1282 2021-06-05 10:56:18 +00:00
etc Pull up following revision(s) (requested by rin in ticket #1269): 2021-05-08 10:27:47 +00:00
external Pull up following revision(s) (requested by rin in ticket #1276): 2021-06-01 10:36:32 +00:00
extsrc
games Pull up following revision(s) (requested by sevan in ticket #969): 2020-06-21 10:39:58 +00:00
include Pull up following revision(s) (requested by is in ticket #1135): 2020-11-29 11:25:31 +00:00
lib Pull up the following (all via patch), requested by mrg in ticket #1221: 2021-03-05 13:34:19 +00:00
libexec Pull up the following (all via patch), requested by mrg in ticket #1221: 2021-03-05 13:34:19 +00:00
regress Eliminate regress/libexec/ld.elf_so/expand 2019-04-06 16:25:52 +00:00
rescue Pull up following revision(s) (requested by maya in ticket #435): 2019-11-17 07:04:33 +00:00
sbin Pull up following revision(s) (requested by mrg in ticket #1263): 2021-04-30 14:07:02 +00:00
share Pull up following revision(s) (requested by nia in ticket #1260): 2021-04-30 13:49:55 +00:00
sys Pull up following revision(s) (requested by nia in ticket #1282): 2021-06-05 10:51:41 +00:00
tests Pull up following revision(s) (requested by knakahara in ticket #1129): 2020-11-10 11:44:22 +00:00
tools Pull up following revision(s) (requested by mrg in ticket #1049): 2020-08-14 11:02:42 +00:00
usr.bin Pull up following revision(s) (requested by mrg in ticket #1263): 2021-04-30 14:07:02 +00:00
usr.sbin Pull up following revision(s) (requested by martin in ticket #1271): 2021-05-12 06:53:55 +00:00
BUILDING Fix a typo 2019-05-08 14:03:57 +00:00
Makefile Pull up following revision(s) (requested by kamil in ticket #126): 2019-09-01 10:44:22 +00:00
Makefile.inc
README.md Tidy up a bit. 2018-10-23 15:44:42 +00:00
UPDATING Note update hickup build issue for uefi boot. 2019-07-27 07:55:18 +00:00
build.sh Fix long-term broken pattern match when determining if uname -p output is 2019-06-07 15:49:20 +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