Go to file
andvar 461f07c9e2 fix typos in puffs man pages. 2021-08-04 09:31:25 +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 tests/lint: test GCC extension for casting to union type 2021-08-03 20:34:23 +00:00
doc Switch evbppc/ibm4xx to generic evbppc (same as oea) kernel modules. 2021-08-03 09:25:43 +00:00
etc Reverse devpubd dependeny to avoid dangling reference to zfs which is 2021-08-03 05:15:20 +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 fix typos in puffs man pages. 2021-08-04 09:31:25 +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 Support on-demand re-scanning all devices to look for 2021-08-02 20:31:14 +00:00
share add pcib(4), pceb(4), pcmb(4). 2021-08-01 21:56:26 +00:00
sys Get the value of the right variable (from RVP) 2021-08-04 08:47:10 +00:00
tests lint: in strict enum mode, error out on enum type mismatch in union cast 2021-08-03 21:18:24 +00:00
tools Final note on OpenBSD cross-buildling. Remaining issues were due to 2021-07-11 06:15:42 +00:00
usr.bin revert rev 1.45: 2021-08-03 23:21:07 +00:00
usr.sbin s/pasword/password/ 2021-08-03 20:59:20 +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 Good bye oabi! Tested building earmv7hf. 2021-06-07 17:11:16 +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