Go to file
rillig 3ac7b8f346 inetd: fix Clang build
error: implicit conversion changes signedness: 'service_type' to 'int'
2021-08-31 19:34:42 +00:00
bin Turn on EL_SAFEREAD 2021-08-15 12:16:02 +00:00
common remove lint exclusion 2021-08-30 12:52:32 +00:00
compat remove obsolete files. 2021-06-18 06:34:00 +00:00
crypto libcrypto: suppress irrelevant lint warnings 2021-08-15 13:32:43 +00:00
dist/pf Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
distrib tests/lint: add test for prototype conversions in C90 2021-08-31 18:59:26 +00:00
doc evbarm: Add support for Apple M1. 2021-08-30 23:27:13 +00:00
etc Build KUROBOX_PRO for evbarmv5eb. 2021-08-30 00:14:45 +00:00
external Include <time.h> for all GNU systems (hurd). From Damien Zammit 2021-08-29 08:43:12 +00:00
extsrc
games moar tips 2021-08-19 14:03:43 +00:00
include utmpx.h: fix comment missed in r. 1.10 _NETBSD_SOURCE changes 2021-08-15 00:36:11 +00:00
lib Remove lint workarounds 2021-08-30 13:12:16 +00:00
libexec extend the list of available ciphers to include most of the 2021-08-24 09:53:26 +00:00
regress introduce a SOL_LOCAL for unix-domain socket level socket options 2021-08-08 20:54:48 +00:00
rescue smb is no more. 2020-04-04 17:57:16 +00:00
sbin Fix reversed test (thanks phone@) 2021-08-29 09:17:58 +00:00
share Use MCLGET() instead of homegrown cluster (jcl) allocation mechanism. 2021-08-25 09:06:02 +00:00
sys add missing newline and fix conditional for askroot/single user 2021-08-31 08:22:28 +00:00
tests tests/lint: add cross-references to message 297 2021-08-31 19:26:23 +00:00
tools tools: in non-verbose mode, build the tools silently 2021-08-29 08:36:00 +00:00
usr.bin lint: extract condition for message 259 into separate function 2021-08-31 19:17:45 +00:00
usr.sbin inetd: fix Clang build 2021-08-31 19:34:42 +00:00
BUILDING Reintroduce the support of MKCATPAGES 2020-11-10 21:47:40 +00:00
Makefile G/c spurious whitespace. 2020-10-29 20:26:24 +00:00
Makefile.inc
README.md use libera.chat-hosted kiwiirc 2021-05-29 13:08:08 +00:00
UPDATING s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recommended/ 2021-08-21 09:59:45 +00:00
build.sh Fix rumptest target && enable separate rump target. From Damien Zammit 2021-08-29 09:02:01 +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