Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
bin/ | H | - | - | 144,281 | 110,139 | |
common/ | H | - | - | 167,672 | 115,873 | |
compat/ | H | - | - | 681 | 428 | |
crypto/ | H | - | - | 4,987,279 | 4,055,740 | |
dist/pf/ | H | - | - | 29,931 | 25,558 | |
distrib/ | H | - | - | 209,212 | 183,549 | |
doc/ | H | - | - | 24,914 | 23,639 | |
etc/ | H | - | - | 52,231 | 44,265 | |
external/ | H | - | - | 65,069,374 | 49,444,602 | |
games/ | H | - | - | 277,630 | 232,918 | |
include/ | H | - | - | 18,408 | 9,417 | |
lib/ | H | - | - | 772,753 | 550,402 | |
libexec/ | H | - | - | 64,758 | 47,618 | |
regress/ | H | - | - | 21,520 | 15,743 | |
rescue/ | H | - | - | 279 | 217 | |
sbin/ | H | - | - | 212,001 | 159,707 | |
share/ | H | - | - | 1,396,846 | 1,370,203 | |
sys/ | H | - | - | 12,017,955 | 9,008,209 | |
tests/ | H | - | - | 588,780 | 469,143 | |
tools/ | H | - | - | 34,187 | 25,213 | |
usr.bin/ | H | - | - | 458,441 | 339,772 | |
usr.sbin/ | H | - | - | 445,070 | 330,057 | |
BUILDING | H A D | 26-Apr-2024 | 41.8 KiB | 884 | 675 | |
Makefile | H A D | 08-Sep-2023 | 16 KiB | 538 | 299 | |
Makefile.inc | H A D | 02-May-2018 | 355 | 17 | 11 | |
README.md | H A D | 05-Sep-2021 | 1.7 KiB | 57 | 37 | |
UPDATING | H A D | 23-Nov-2024 | 21.1 KiB | |||
build.sh | H A D | 28-Dec-2024 | 77.4 KiB |
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