Go to file
martin 9f94533488 Tickets #688 - #691 2024-05-16 12:32:00 +00:00
bin Pull up following revision(s) (requested by kre in ticket #577): 2024-02-03 14:31:38 +00:00
common Pull up following revision(s) (requested by rin in ticket #496): 2023-12-14 17:49:40 +00:00
compat fix various typos in comments and log messages. 2022-05-29 10:47:39 +00:00
crypto Pull up following revision(s) (requested by riastradh in ticket #637): 2024-03-25 14:14:54 +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 Pull up following revision(s) (requested by tsutsui in ticket #690): 2024-05-16 12:27:50 +00:00
doc Tickets #688 - #691 2024-05-16 12:32:00 +00:00
etc Pull up following revision(s) (requested by christos in ticket #681): 2024-04-28 13:42:44 +00:00
external Pull up following revision(s) (requested by hgutch in ticket #677): 2024-04-28 13:19:21 +00:00
games Pull up following revision(s) (requested by rin in ticket #394): 2023-10-08 14:35:18 +00:00
include Pull up following revision(s) (requested by nia in ticket #28): 2022-12-28 18:00:15 +00:00
lib Pull up following revision(s) (requested by jdolecek in ticket #678): 2024-04-28 13:23:20 +00:00
libexec Pull up following revision(s) (requested by maya in ticket #680): 2024-04-28 13:33:52 +00:00
regress fix various typos, mainly in comments, but also log messages, docs, game text. 2022-04-08 10:17:52 +00:00
rescue remove threads; size constraints and behavioral change 2022-05-16 14:55:56 +00:00
sbin Pull up following revision(s) (requested by oster in ticket #675): 2024-04-28 12:12:00 +00:00
share Pull up following revision(s) (requested by tsutsui in ticket #690): 2024-05-16 12:27:50 +00:00
sys Pull up following revision(s) (requested by nia in ticket #691): 2024-05-16 12:29:11 +00:00
tests Pull up following revision(s) (requested by riastradh in ticket #638): 2024-03-25 14:43:30 +00:00
tools Apply patch, requested by riastradh in ticket #546: 2024-01-14 15:39:08 +00:00
usr.bin Pull up following revision(s) (requested by wiz in ticket #688): 2024-05-16 12:19:48 +00:00
usr.sbin Pull up following revision(s) (requested by hgutch in ticket #677): 2024-04-28 13:19:21 +00:00
BUILDING fix documentation for MKLINT 2022-10-01 08:55:45 +00:00
Makefile Pull up following revision(s) (requested by riastradh in ticket #513): 2023-12-22 11:33:31 +00:00
Makefile.inc
README.md README: use https for man.NetBSD.org 2021-09-05 12:45:44 +00:00
UPDATING Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
build.sh Pull up following revision(s) (requested by khorben in ticket #367): 2023-09-11 14:41:51 +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