Go to file
nikita 79fd713a55 lua: apply upstream bugfix for "Loading a corrupted binary file can segfault." 2023-04-17 21:17:57 +00:00
bin Remove an end of file trailing blank line that served no purpose. 2023-04-07 10:42:28 +00:00
common libc atomic: Make previous work a little less accidentally. 2023-04-03 16:45:46 +00:00
compat
crypto openssl: Omit local comment. 2023-03-31 06:05:51 +00:00
dist/pf
distrib Resolve conflicts for lua 5.4.4 import. 2023-04-16 20:46:16 +00:00
doc doc: Various changes in the last month. 2023-04-17 10:27:37 +00:00
etc Resolve conflicts for lua 5.4.4 import. 2023-04-16 20:46:16 +00:00
external lua: apply upstream bugfix for "Loading a corrupted binary file can segfault." 2023-04-17 21:17:57 +00:00
games When worms default delay was changed from 0, to 20ms (Oct 2020) 2023-04-15 15:21:56 +00:00
include PR/57288: Mingye Wang: <ssp/ssp.h>: Use __builtin_dynamic_object_size 2023-03-29 13:37:10 +00:00
lib Fix parsing a locale string with multiple components. 2023-04-16 20:37:59 +00:00
libexec ld.elf_so powerpc: remove bogus ldscript 2023-04-09 17:24:48 +00:00
regress
rescue
sbin rndctl(8): Take omitted name/type as empty device name. 2023-04-11 13:17:32 +00:00
share share/misc/style: Don't prescribe using "extern.h" for all prototypes. 2023-04-17 00:37:04 +00:00
sys Input and output codecs produce and consume internal audio data, so 2023-04-17 20:33:45 +00:00
tests tests/lint: remove wrong comment 2023-04-15 12:59:02 +00:00
tools
usr.bin Revert accidentially committed part. The 'latency' report isn't ready 2023-04-15 16:54:39 +00:00
usr.sbin Use the default counter if -e argument is not specified. 2023-04-17 08:37:24 +00:00
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