Go to file
jmcneill 7ee34f4898 Enable options PCI_SMCCC on 64-bit Arm. 2021-08-08 12:31:42 +00:00
bin 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
common Whitespace 2021-08-08 07:17:18 +00:00
compat remove obsolete files. 2021-06-18 06:34:00 +00:00
crypto print Issuer Fingerprint subpacket 33 (rfc4880bis-08:5.2.3.28) rather than Unknown 2021-07-28 22:31:45 +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: make list of tests simpler 2021-08-08 00:02:02 +00:00
doc thorpej-cfargs2 merged. 2021-08-07 16:21:02 +00:00
etc tests/lint: add test skeletons for messages from lint2 2021-08-05 22:36:07 +00:00
external do not descend into the man or tests directory. 2021-08-03 20:22:15 +00:00
extsrc
games Flush input to EOL correctly in games/fish. 2021-07-25 02:00:42 +00:00
include PR/56250: Michael Forney: mkstemp/mkdtemp not declared with 2021-07-03 14:07:13 +00:00
lib typo 2021-08-07 03:17:23 +00:00
libexec s/threshhold/threshold 2021-07-31 15:02:54 +00:00
regress citrus SUBDIR is gone 2020-06-27 11:06:43 +00:00
rescue smb is no more. 2020-04-04 17:57:16 +00:00
sbin Fix obvious editor mishap in previous 2021-08-08 10:48:35 +00:00
share autoconf(9) - Improve formatting. 2021-08-07 20:41:17 +00:00
sys Enable options PCI_SMCCC on 64-bit Arm. 2021-08-08 12:31:42 +00:00
tests tests/lint: test passing of printf-like strings between lint1 and lint2 2021-08-08 11:07:19 +00:00
tools Final note on OpenBSD cross-buildling. Remaining issues were due to 2021-07-11 06:15:42 +00:00
usr.bin make: remove redundant initialization in ApplyModifier_Order 2021-08-08 12:00:30 +00:00
usr.sbin fix various typos in comments. 2021-08-06 07:55:13 +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 note that new GMP may require some cleaning. 2021-07-11 21:58:52 +00:00
build.sh fix various typos in comments. 2021-08-06 07:55:13 +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