Go to file
andvar 494d8bfcc4 remove unncessary leading space in #ifdef FPSP block.
remove one trailing whitespace.
2023-10-01 21:04:10 +00:00
bin
common
compat
crypto
dist/pf
distrib
doc
etc /etc/rc.d/certctl_init: Default off. 2023-09-27 01:27:32 +00:00
external
games
include
lib Fix padding for formats with mutliple padded values. 2023-09-28 10:03:41 +00:00
libexec NetBSD-ftpd 20230930 2023-09-30 18:10:55 +00:00
regress
rescue
sbin gpt(8): Make gpt type array and enum match again. 2023-09-27 09:44:10 +00:00
share acronyms.comp: Add various CPU- and barrier-related acronyms. 2023-09-30 13:26:31 +00:00
sys remove unncessary leading space in #ifdef FPSP block. 2023-10-01 21:04:10 +00:00
tests Add testing for pad resetting (Jose Luis Duran) 2023-09-28 13:31:11 +00:00
tools
usr.bin
usr.sbin
BUILDING
Makefile
Makefile.inc
README.md
UPDATING
build.sh

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