Go to file
thorpej 23300298e3 No need to use I2C_F_POLL here. 2019-12-23 15:31:31 +00:00
bin Use fork() rather than vfork() when forking to run a background 2019-12-21 18:54:15 +00:00
common
compat
crypto Find and set a version to a make(1) variable. 2019-12-17 00:17:00 +00:00
dist/pf
distrib Revert the removal of filemon. 2019-12-23 06:45:36 +00:00
doc update entry for dtc & libfdt after update. 2019-12-22 12:59:12 +00:00
etc Revert the removal of filemon. 2019-12-23 06:45:36 +00:00
external Make mntvnode_lock per-mount, and address false sharing of struct mount. 2019-12-22 19:47:34 +00:00
extsrc
games
include
lib Explain in kevent(2) the semantics of EINTR 2019-12-23 01:46:09 +00:00
libexec
regress
rescue
sbin
share Revert the removal of filemon. 2019-12-23 06:45:36 +00:00
sys No need to use I2C_F_POLL here. 2019-12-23 15:31:31 +00:00
tests disable string op warnings for t_strcat 2019-12-19 19:19:28 +00:00
tools
usr.bin Have vmstat -H report on vcache_hashtab. 2019-12-22 17:27:53 +00:00
usr.sbin Revert the removal of filemon. 2019-12-23 06:45:36 +00:00
BUILDING
Makefile
Makefile.inc
README.md
UPDATING
build.sh

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