Go to file
2019-07-30 20:19:18 +00:00
bin Add a fallback definition of LSDEAD in ps(1) 2019-06-19 21:25:50 +00:00
common Introduce UBSAN_ALWAYS_FATAL in micro-UBSan 2019-06-17 18:55:37 +00:00
compat make all lines look the same, and put one arch per line. 2019-06-13 21:17:54 +00:00
crypto Remove superfluous Li; rename section to match standards. 2019-07-23 14:28:24 +00:00
dist/pf
distrib add new wcsrtombs test 2019-07-28 13:49:22 +00:00
doc Welcome to NetBSD 9.99.1! 2019-07-30 15:56:53 +00:00
etc MAKEDEV.tmpl: Create nodes for 16 USB hubs 2019-07-29 17:53:20 +00:00
external Arrange so that the Makefile works for both the generic and the dragonfly 2019-07-30 20:19:18 +00:00
extsrc
games The mother of all demos 2019-07-26 07:41:22 +00:00
include Sync with 2019b (field name change) 2019-07-03 15:49:21 +00:00
lib Include pe_lwp member in 'struct ptrace_state' 2019-07-30 20:18:11 +00:00
libexec Tweak markup some more. 2019-07-15 01:26:15 +00:00
regress
rescue
sbin Remove outdated note about sysinst restrictions 2019-07-26 07:22:05 +00:00
share SGIs from the MIPS & ARM world :) 2019-07-28 21:43:39 +00:00
sys Avoid undefined behavior when setting multicast address. found by kUBSan. 2019-07-30 16:49:20 +00:00
tests PR/54414: Valery Ushakov: add a test for wcsrtombs(3) doesn't update the 2019-07-28 13:46:45 +00:00
tools Bring back two lines deleted by accident. From Kamil Rytarowski. 2019-06-22 14:40:33 +00:00
usr.bin Explicitly link against libpthread and liblzma to make static linking 2019-07-28 12:44:36 +00:00
usr.sbin Fix warning in userdel -r. 2019-07-29 09:33:21 +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
BUILDING Fix a typo 2019-05-08 14:03:57 +00:00
Makefile Use the generated "postinstall" in the objdir for postinstall-check 2019-06-14 09:12:42 +00:00
Makefile.inc
README.md
UPDATING Note update hickup build issue for uefi boot. 2019-07-27 07:55:18 +00:00

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