Skip to content

polarvid/netbsd-src-mirror

This branch is 1546 commits behind NetBSD/src:trunk.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

riastradhriastradh
riastradh
and
riastradh
Nov 6, 2024
23fcbd8 · Nov 6, 2024
Nov 6, 2024
Nov 2, 2024
Jul 9, 2024
Nov 1, 2024
Sep 3, 2024
Nov 6, 2024
Nov 5, 2024
Oct 31, 2024
Nov 4, 2024
Oct 12, 2024
Nov 4, 2024
Nov 2, 2024
Nov 4, 2024
Sep 8, 2024
May 16, 2022
Nov 5, 2024
Nov 4, 2024
Nov 6, 2024
Nov 5, 2024
Oct 31, 2024
Nov 3, 2024
Nov 4, 2024
Apr 26, 2024
Sep 8, 2023
May 2, 2018
Sep 5, 2021
Nov 5, 2024
Jul 23, 2024

Repository files navigation

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

Additional Links

About

Mirror of netbsd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.9%
  • Roff 7.0%
  • Assembly 3.0%
  • Shell 1.6%
  • Makefile 1.2%
  • Perl 0.4%
  • Other 0.9%