Name Date Size #Lines LOC

..12-May-2022-

bin/H08-May-2022-143,469109,521

common/H08-May-2022-167,510115,752

compat/H14-May-2023-675423

crypto/H26-May-2023-5,009,1854,080,742

dist/pf/H08-May-2022-29,93125,558

distrib/H11-Feb-2023-205,958180,447

doc/H30-Jul-2023-24,45323,190

etc/H06-Jul-2023-51,80543,978

external/H08-May-2022-69,824,26953,477,942

games/H08-May-2022-277,610232,901

include/H29-Dec-2022-18,3849,402

lib/H18-Jun-2023-754,670538,316

libexec/H07-Jun-2022-64,56647,523

regress/H08-May-2022-21,42915,693

rescue/H17-May-2022-279217

sbin/H07-Jun-2022-211,518159,345

share/H08-May-2022-1,393,1441,366,796

sys/H08-May-2022-11,966,1948,972,544

tests/H25-Apr-2023-573,768459,585

tools/H05-Jun-2023-33,84524,991

usr.bin/H25-May-2023-455,660336,758

usr.sbin/H07-Jun-2022-442,000327,729

BUILDINGH A D23-Jul-202341.8 KiB884675

MakefileH A D12-Jun-202315.9 KiB538299

Makefile.incH A D08-May-2022355 1711

README.mdH A D08-May-20221.7 KiB5737

UPDATINGH A D20-Jul-202344.3 KiB1,165968

build.shH A D19-Jul-202371.4 KiB2,6141,833

README.md

1NetBSD
2======
3
4NetBSD is a free, fast, secure, and highly portable Unix-like Open
5Source operating system.  It is available for a [wide range of
6platforms](https://wiki.NetBSD.org/ports/), from large-scale servers
7and powerful desktop systems to handheld and embedded devices.
8
9Building
10--------
11
12You can cross-build NetBSD from most UNIX-like operating systems.
13To build for amd64 (x86_64), in the src directory:
14
15    ./build.sh -U -u -j4 -m amd64 -O ~/obj release
16
17Additional build information available in the [BUILDING](BUILDING) file.
18
19Binaries
20--------
21
22- [Daily builds](https://nycdn.NetBSD.org/pub/NetBSD-daily/HEAD/latest/)
23- [Releases](https://cdn.NetBSD.org/pub/NetBSD/)
24
25Testing
26-------
27
28On a running NetBSD system:
29
30    cd /usr/tests; atf-run | atf-report
31
32Troubleshooting
33---------------
34
35- Send bugs and patches [via web form](https://www.NetBSD.org/cgi-bin/sendpr.cgi?gndb=netbsd).
36- Subscribe to the [mailing lists](https://www.NetBSD.org/mailinglists/).
37  The [netbsd-users](https://www.NetBSD.org/mailinglists/#netbsd-users) list is a good choice for many problems; watch [current-users](https://www.NetBSD.org/mailinglists/#current-users) if you follow the bleeding edge of NetBSD-current.
38- Join the community IRC channel [#netbsd @ libera.chat](https://web.libera.chat/#netbsd).
39
40Latest sources
41--------------
42
43To fetch the main CVS repository:
44
45    cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src
46
47To work in the Git mirror, which is updated every few hours from CVS:
48
49    git clone https://github.com/NetBSD/src.git
50
51Additional Links
52----------------
53
54- [The NetBSD Guide](https://www.NetBSD.org/docs/guide/en/)
55- [NetBSD manual pages](https://man.NetBSD.org/)
56- [NetBSD Cross-Reference](https://nxr.NetBSD.org/)
57