Go to file
nia 7134f2b9de Capitalization police. 2021-08-15 08:57:01 +00:00
bin Fix the fix to a typo in one of the comments. 2021-08-09 11:29:30 +00:00
common Improved the performance of kernel profiling on MULTIPROCESSOR, and possible to get profiling data for each CPU. 2021-08-14 17:51:18 +00:00
compat remove obsolete files. 2021-06-18 06:34:00 +00:00
crypto Adjust for new OpenLDAP 2021-08-14 16:17: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 bump ldap libraries 2021-08-14 16:18:32 +00:00
doc note some things i've done lately: 2021-08-14 23:56:32 +00:00
etc Add directory for new mkdep test binaries 2021-08-12 11:50:42 +00:00
external Adjust for new OpenLDAP 2021-08-14 16:17:57 +00:00
extsrc
games Capitalization police. 2021-08-15 08:57:01 +00:00
include utmpx.h: fix comment missed in r. 1.10 _NETBSD_SOURCE changes 2021-08-15 00:36:11 +00:00
lib fix typos in "environment" word. 2021-08-12 20:53:18 +00:00
libexec s/fist/first/ 2021-08-09 21:38:04 +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 typos in words "pointer" and s/fram /frame/ 2021-08-13 20:47:54 +00:00
share Centralize the ldap libraries 2021-08-14 16:16:32 +00:00
sys - memset struct stat to avoid kernel memory disclosure of padded fields 2021-08-15 07:57:46 +00:00
tests tests/lint: add tests for messages 8, 9 and 10 2021-08-14 14:25:51 +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: add ARGSUSED for lint 2021-08-14 14:43:30 +00:00
usr.sbin Improved the performance of kernel profiling on MULTIPROCESSOR, and possible to get profiling data for each CPU. 2021-08-14 17:51:18 +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