Go to file
hannken b26dcce64a Don't defer errors from sendmmsg(). This matches the linux manpage.
Defer errors from recvmmsg() through so_rerror and
tests and return a deferred error on entry.

Ok: christos@
2018-11-07 09:59:12 +00:00
bin Switch from using two printsignals() functions, one in trap.c 2018-10-28 18:26:52 +00:00
common add support to detect the 3 vmware GPT partition types: 2018-11-06 04:04:33 +00:00
compat
crypto
dist/pf
distrib Add NVMM - for NetBSD Virtual Machine Monitor -, a kernel driver that 2018-11-07 07:43:07 +00:00
doc new tzcode 2018-10-27 22:32:54 +00:00
etc Add NVMM - for NetBSD Virtual Machine Monitor -, a kernel driver that 2018-11-07 07:43:07 +00:00
external merge conflicts 2018-11-07 01:13:51 +00:00
extsrc
games
include
lib When hardware subnormal support is available, disable flush-to-zero. 2018-11-07 06:47:38 +00:00
libexec sysctl(KERN_BOOTTIME) is a struct timespec, not struct timeval 2018-10-30 21:18:39 +00:00
regress
rescue
sbin put a bunch of the kvm_read + warn on failure code into a macro that 2018-11-06 04:07:22 +00:00
share regen for nvmm 2018-11-07 07:49:10 +00:00
sys Don't defer errors from sendmmsg(). This matches the linux manpage. 2018-11-07 09:59:12 +00:00
tests Disable x87 implementations of sin, cos, tan. 2018-11-07 04:00:12 +00:00
tools Adjust for 2.31.1 2018-11-07 01:14:19 +00:00
usr.bin Note the date Larry Levan passed away https://en.wikipedia.org/wiki/Larry_Levan 2018-11-03 22:04:30 +00:00
usr.sbin add rc.d/dhcpd6 2018-11-06 06:16:00 +00:00
build.sh
BUILDING
Makefile
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