Go to file
2020-04-17 22:53:52 +00:00
bin Don't depend on common declarations. 2020-04-03 18:11:29 +00:00
common Fixed to not use the "br" instruction. Branch Target Identification (BTI) doesn't like "br". 2020-04-11 05:12:52 +00:00
compat
crypto Switch sha3 to the assembly version (fix the build) 2020-04-15 21:29:28 +00:00
dist/pf
distrib include aligned_alloc(3), now needed for newfs and fsck_ffs 2020-04-17 14:55:24 +00:00
doc Fix typo, expand description slightly. 2020-04-14 08:00:22 +00:00
etc Add an "rtsol" keyword to ifconfig.if for enabling IPv6 RS/RA 2020-04-15 20:31:57 +00:00
external Now that inputFS is dynamically allocated, make sure it's always non-NULL. 2020-04-17 22:35:18 +00:00
extsrc
games Disks can sense vibes, DTrace confirms it. 2020-04-02 05:55:02 +00:00
include Remove the static_assert() fallback for pre-C11 and pre-C++11 2020-04-17 15:22:34 +00:00
lib Introduce intermediate locking for fork, so that the dynamic linker is 2020-04-16 14:39:58 +00:00
libexec Introduce intermediate locking for fork, so that the dynamic linker is 2020-04-16 14:39:58 +00:00
regress
rescue smb is no more. 2020-04-04 17:57:16 +00:00
sbin align buffers used for I/O to DEV_BSIZE so it's executed more optimally 2020-04-17 09:42:27 +00:00
share remove documentation for (non-atomic) boottime, it was eliminated 2020-04-17 17:43:38 +00:00
sys Slightly reorder for clarity, and add header. 2020-04-17 17:24:46 +00:00
tests Switch from C11 specific static_assert() to __CTASSERT() 2020-04-17 22:53:52 +00:00
tools tools: Build tic with full fat terminfo 2020-04-05 12:31:39 +00:00
usr.bin audioplay.1: generalize a reference to web browsers 2020-04-10 21:33:27 +00:00
usr.sbin Update date 2020-04-17 13:36:48 +00:00
build.sh Allow path components that start with ~ 2020-03-28 20:13:13 +00:00
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