Go to file
rillig eda0f67152 lint: clean gcov files for lint2 and xlint as well 2021-08-07 17:38:41 +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 fix various typos in comments and log messages. 2021-08-02 12:56:22 +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 Fix copy+pasto (wrong dir for t_lint2) 2021-08-06 08:44:31 +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 Obliterate bogus $@ usage. 2021-08-05 12:52:47 +00:00
share Update for thorpej-cfargs2. 2021-08-07 16:20:02 +00:00
sys Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
tests tests/lint: add tests for declared but unused variables 2021-08-06 16:21:00 +00:00
tools Final note on OpenBSD cross-buildling. Remaining issues were due to 2021-07-11 06:15:42 +00:00
usr.bin lint: clean gcov files for lint2 and xlint as well 2021-08-07 17:38:41 +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