Automatic conversion of the NetBSD src CVS module, use with care. Please submit bugs/changes via https://gnats.netbsd.org https://www.NetBSD.org
  • C 85.5%
  • Roff 7.3%
  • Assembly 3%
  • Shell 1.5%
  • Makefile 1.2%
  • Other 0.9%
Find a file
rkujawa feb359c407 Make FDT parsing in Sam460ex port less bad.
Avoid messing directly with libfdt.
2026-06-16 23:37:48 +00:00
bin PR bin/58609 - enable locale var internal manipulation 2026-05-28 10:07:58 +00:00
common octeon: Add second errata syncw in membar_release 2026-05-21 08:07:39 +00:00
compat set FFLAGS everywhere else that doesn't use "-m32". 2026-01-18 10:54:48 +00:00
crypto merge changes between OpenSSL 3.5.6 and 3.5.7 2026-06-09 19:20:31 +00:00
dist/pf Before including <pcap-int.h> make sure to define SIZEOF_TIME_T 2026-03-19 15:04:53 +00:00
distrib Update for libexpat minor bump 2026-06-13 18:07:21 +00:00
doc reminder for protocols 2026-06-16 13:26:31 +00:00
etc Put back CVSID (Tobias Nygren) 2026-06-16 13:24:50 +00:00
external move inet_protocols at the bottom where it is in the distributed file. 2026-06-15 12:09:33 +00:00
games fix typo in command: s/wanrx/warnx/ 2026-03-28 12:40:00 +00:00
include fix various typos in comments and documentation. 2026-06-11 19:46:18 +00:00
lib pidfile: if locked but a pid cannot be read set errno = EAGAIN 2026-06-11 21:13:47 +00:00
libexec The parent process for a CGI request exits after all input 2026-06-11 05:44:11 +00:00
regress fix various typos in comments. 2026-06-01 20:34:17 +00:00
rescue Elide umbctl(8) if MKUSB == no. 2025-12-28 19:07:42 +00:00
sbin fix various typos in comments and documentation. 2026-06-11 19:46:18 +00:00
share undist(1): misc fixes 2026-06-11 21:45:22 +00:00
sys Make FDT parsing in Sam460ex port less bad. 2026-06-16 23:37:48 +00:00
tests lint: clean up 2026-06-16 05:37:27 +00:00
tools fix the build. 2026-04-30 18:09:42 +00:00
usr.bin lint: clean up 2026-06-16 05:37:27 +00:00
usr.sbin fix various typos in comments and documentation. 2026-06-11 19:46:18 +00:00
build.sh build.sh: Make MAKEVERBOSE tests consistent. 2026-05-18 16:18:54 +00:00
BUILDING BUILDING: regenerate from doc/BUILDING.mdoc 2026-02-11 20:13:15 +00:00
Makefile all: fix "Invalid internal option" warning from make 2025-09-23 20:12:05 +00:00
Makefile.inc
README.md README: use https for man.NetBSD.org 2021-09-05 12:45:44 +00:00
UPDATING Note jemalloc switch requires cleaning of libc and external/bsd/jemalloc 2026-04-20 05:04:33 +00:00

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