Go to file
2019-09-30 00:37:11 +00:00
bin convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
common Traiing whitespace. 2019-09-16 12:40:40 +00:00
compat
crypto convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
dist/pf grammar 2019-09-21 19:48:15 +00:00
distrib convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
doc Another issue, as identified on IRC/ICB 2019-09-29 00:57:11 +00:00
etc Switch default console tty from /dev/console to /dev/constty 2019-09-25 23:09:19 +00:00
external convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-30 00:06:02 +00:00
extsrc
games convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
include remove comment for incomplete x/open impl (kamil) 2019-09-15 23:52:59 +00:00
lib libnpf/npfctl: support dynamic NAT rulesets using a name prefix. 2019-09-30 00:37:11 +00:00
libexec Return the ELF loader dl_phdr_info information for dl_iterate_phdr(3) 2019-09-15 13:40:46 +00:00
regress
rescue
sbin initialize disc_dict to NULL. 2019-09-28 18:03:18 +00:00
share gcc 7 can now be found in gcc.old. 2019-09-29 22:10:55 +00:00
sys libnpf/npfctl: support dynamic NAT rulesets using a name prefix. 2019-09-30 00:37:11 +00:00
tests convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
tools Exclude more subdirs if TOOLS_BUILDRUMP=yes. 2019-09-26 09:21:34 +00:00
usr.bin convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
usr.sbin libnpf/npfctl: support dynamic NAT rulesets using a name prefix. 2019-09-30 00:37:11 +00:00
build.sh
BUILDING
Makefile
Makefile.inc
README.md
UPDATING

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