Go to file
kamil d346ab5674 Eliminate regress/libexec/ld.elf_so/expand
This test does not contain any code.
2019-04-06 16:25:52 +00:00
bin Fix a logic botch that prevented "wait -n" (with no pid args) from 2019-03-26 13:32:26 +00:00
common Fix typo: __aebi_memset -> __aeabi_memset 2019-03-30 10:18:03 +00:00
compat don't build kernel grovelling tools as n64 on sgimips - we don't actually have 2018-09-20 02:51:21 +00:00
crypto regen 2019-03-13 23:37:48 +00:00
dist/pf - enlarge buffer to avoid snprintf() truncation 2019-02-03 10:48:46 +00:00
distrib Register t_ufetchstore.debug in distrib files 2019-04-06 12:34:30 +00:00
doc pkg_install 2019-04-06 00:13:52 +00:00
etc Register ./usr/tests/usr.bin/indent 2019-04-04 19:50:47 +00:00
external revert previkous it isn't needed 2019-04-06 10:37:57 +00:00
extsrc
games Report the users score _after_ the game has ended and the screen has 2019-03-19 00:11:34 +00:00
include merge tzcode 2019a 2019-04-04 18:18:52 +00:00
lib - Padding support from FreeBSD (GNU extensions) 2019-04-05 21:27:44 +00:00
libexec Disable optimization for rtld.c on the vax with gcc-7. 2019-04-03 21:37:58 +00:00
regress Eliminate regress/libexec/ld.elf_so/expand 2019-04-06 16:25:52 +00:00
rescue fix duplicated chunk from merge 2019-01-27 04:33:29 +00:00
sbin PR bin/54088: make "destroy" remove the protective MBR too. 2019-04-04 14:03:40 +00:00
share Remove superfluous Pp. 2019-04-06 07:57:04 +00:00
sys If using a cast for &code to make it a u_long * is acceptable a 2019-04-06 16:22:09 +00:00
tests Add new tests in ATF t_fork/t_vfork 2019-04-06 15:41:54 +00:00
tools Add MKLLVMRT to build a subset of the LLVM stack for JIT purposes. 2019-04-03 15:21:58 +00:00
usr.bin Fix asan heap buffer overflow. from enh at google. 2019-04-05 13:34:41 +00:00
usr.sbin Opps... Remove extra ')' 2019-03-31 11:44:11 +00:00
BUILDING
Makefile .WAIT for tools to complete. 2018-11-11 07:43:35 +00:00
Makefile.inc
README.md Tidy up a bit. 2018-10-23 15:44:42 +00:00
UPDATING add a quick note about gcc 7 likely causing update build failures. 2019-02-08 09:57:01 +00:00
build.sh add aliases for evbarm without saying 'earm': 2019-02-08 02:05:32 +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