| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| bin/ | 07-Feb-2025 | - | 143,307 | 109,528 | ||
| common/ | 20-Jan-2014 | - | 137,107 | 90,544 | ||
| compat/ | 07-Feb-2025 | - | 501 | 297 | ||
| contrib/ | 20-Jan-2014 | - | ||||
| crypto/ | 06-May-2025 | - | 2,616,932 | 2,092,493 | ||
| dist/ | 20-Jan-2014 | - | 29,944 | 25,567 | ||
| distrib/ | 20-Jan-2014 | - | 193,282 | 171,414 | ||
| doc/ | 06-May-2025 | - | 25,449 | 24,082 | ||
| etc/ | 06-May-2025 | - | 51,450 | 43,790 | ||
| external/ | 07-Feb-2025 | - | 24,510,939 | 18,436,315 | ||
| extsrc/ | 31-Dec-2022 | - | ||||
| games/ | 16-Jan-2021 | - | 268,085 | 225,036 | ||
| gnu/ | 21-Oct-2017 | - | ||||
| include/ | 06-May-2025 | - | 18,507 | 9,526 | ||
| lib/ | 07-Feb-2025 | - | 738,732 | 528,694 | ||
| libexec/ | 31-Dec-2022 | - | 64,121 | 46,886 | ||
| regress/ | 21-Oct-2017 | - | 21,429 | 15,693 | ||
| rescue/ | 31-Dec-2022 | - | 279 | 217 | ||
| sbin/ | 06-May-2025 | - | 195,434 | 147,780 | ||
| share/ | 16-Mar-2020 | - | 1,394,840 | 1,368,586 | ||
| sys/ | 31-May-2020 | - | 6,952,278 | 4,788,379 | ||
| tests/ | 07-Feb-2025 | - | 519,944 | 423,046 | ||
| tools/ | 06-May-2025 | - | 31,635 | 23,692 | ||
| usr.bin/ | 07-Feb-2025 | - | 442,859 | 327,609 | ||
| usr.sbin/ | 06-May-2025 | - | 349,229 | 260,000 | ||
| x11/ | 10-Jan-2016 | - | ||||
| BUILDING | D | 07-Feb-2025 | 41.8 KiB | 884 | 675 | |
| Makefile | D | 06-May-2025 | 16 KiB | 537 | 299 | |
| Makefile.inc | D | 10-Jul-2018 | 355 | 17 | 11 | |
| README.md | D | 21-Dec-2021 | 1.7 KiB | 57 | 37 | |
| UPDATING | D | 06-May-2025 | 21.6 KiB | 595 | 495 | |
| build.sh | D | 06-May-2025 | 77.7 KiB | 3,020 | 2,183 |
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