Go to file
andvar 6584ea569e fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
bin Fix the fix to a typo in one of the comments. 2021-08-09 11:29:30 +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 fix typos in asymmetry, asymmetric(al), symmetrical. 2021-08-09 19:57:57 +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 lint: warn about 'char * = strchr(const char *, int)' 2021-08-09 20:07:23 +00:00
doc fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +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 fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
lib fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
libexec s/threshhold/threshold 2021-07-31 15:02:54 +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 obvious editor mishap in previous 2021-08-08 10:48:35 +00:00
share introduce a SOL_LOCAL for unix-domain socket level socket options 2021-08-08 20:54:48 +00:00
sys fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
tests lint: warn about 'char * = strchr(const char *, int)' 2021-08-09 20:07:23 +00:00
tools Final note on OpenBSD cross-buildling. Remaining issues were due to 2021-07-11 06:15:42 +00:00
usr.bin fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
usr.sbin fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +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 Re-add files that were accidentally deleted in my previous commit. 2018-05-02 07:34:44 +00:00
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