Go to file
maxv ab30f80534 Add support for EnhancedIBRS, a more performant mitigation for SpectreV2,
available on future CPUs (or maybe they already exist now...).
2019-04-27 10:40:17 +00:00
bin Better interactive SIGINT handling (when a trap is set), and other 2019-04-25 03:54:10 +00:00
common add missing atomic_and_16_nv_cas.c atomic_and_8_nv_cas.c. 2019-04-17 07:40:34 +00:00
compat - various updates for GCC 7 riscv definitions: -mabi and -march changed 2019-04-18 10:07:07 +00:00
crypto attribute police 2019-04-26 01:51:55 +00:00
dist/pf - enlarge buffer to avoid snprintf() truncation 2019-02-03 10:48:46 +00:00
distrib Add mount_cd9660 and sysctl 2019-04-26 18:25:08 +00:00
doc Note import of dhcpcd-7.2.1 2019-04-26 14:36:40 +00:00
etc Fix build, install wsmoused 2019-04-25 11:21:34 +00:00
external Backport improvements into GCC's sanitizer_linux.cc from more recent LLVM 2019-04-27 00:23:17 +00:00
extsrc
games Report the users score _after_ the game has ended and the screen has 2019-03-19 00:11:34 +00:00
include Don't install YP headers when MKYP=no 2019-04-24 10:26:08 +00:00
lib Follow the man page for EL_GETTC and not require a NULL terminated argument 2019-04-26 16:56:57 +00:00
libexec r_symndx is no longer declared, use symnum and initialize it before use. 2019-04-15 19:13:03 +00:00
regress Eliminate regress/libexec/ld.elf_so/expand 2019-04-06 16:25:52 +00:00
rescue fix duplicated chunk from merge 2019-01-27 04:33:29 +00:00
sbin Suggested by Christos: 2019-04-22 10:44:55 +00:00
share RFU 2019-04-24 14:15:35 +00:00
sys Add support for EnhancedIBRS, a more performant mitigation for SpectreV2, 2019-04-27 10:40:17 +00:00
tests Use LDADD, which apparently puts the libraries at the end of the command, 2019-04-26 20:41:10 +00:00
tools Add MKLLVMRT to build a subset of the LLVM stack for JIT purposes. 2019-04-03 15:21:58 +00:00
usr.bin A couple of fixes so that NetBSD/cats builds (on linux), works, and 2019-04-26 07:35:21 +00:00
usr.sbin Fix building rpcbind with MKYP=no 2019-04-24 10:27:49 +00:00
BUILDING regen 2018-07-29 20:53:41 +00:00
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 add a quick note about gcc 7 likely causing update build failures. 2019-02-08 09:57:01 +00:00
build.sh Tyop in error message... 2019-04-25 05:12:49 +00:00

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