Go to file
2018-11-13 21:20:11 +00:00
bin PR bin/53712 2018-11-09 02:11:04 +00:00
common add support to detect the 3 vmware GPT partition types: 2018-11-06 04:04:33 +00:00
compat
crypto Fix some error handling, json support, keyring handling. 2018-11-13 14:52:30 +00:00
dist/pf
distrib Mention macppc 601 needs to use separate boot floppies, kernels, and specific kernel on CD 2018-11-13 18:48:25 +00:00
doc note GCC 6.5 was released (and imported.) 2018-11-11 23:04:27 +00:00
etc install kernel for ppc601 floppies and iso 2018-11-12 20:07:47 +00:00
external Re-enable {send,recv}mmsg now they are working. 2018-11-12 09:21:45 +00:00
extsrc
games Advice from Bob Morris 2018-10-03 00:13:16 +00:00
include
lib Too much magic involved - revert previous. 2018-11-13 09:24:37 +00:00
libexec sysctl(KERN_BOOTTIME) is a struct timespec, not struct timeval 2018-10-30 21:18:39 +00:00
regress
rescue
sbin Improve examples and netmask information (from Dan Plassche) 2018-11-12 00:56:26 +00:00
share disorder police 2018-11-11 18:02:23 +00:00
sys Trailing whitespace 2018-11-13 21:20:11 +00:00
tests Make fenv.h optional for this test to unbreak the vax build. 2018-11-12 05:02:00 +00:00
tools our GCC 6.5 is "nb4 20181109". 2018-11-11 23:05:25 +00:00
usr.bin use the data size in case stdout was a pipe (M. Levinson) 2018-11-11 01:42:36 +00:00
usr.sbin Skip mbr for xbd and raid devices, as it was before Nov. 5 commits. 2018-11-13 17:22:04 +00:00
build.sh
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

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