Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 23-Feb-2020 | - | ||||
bin/ | H | 30-May-2020 | - | |||
common/ | H | 18-Jan-2016 | - | |||
compat/ | H | 11-Jan-2021 | - | |||
crypto/ | H | 05-Apr-2020 | - | |||
dist/pf/ | H | 18-Jan-2016 | - | |||
distrib/ | H | 09-Apr-2018 | - | |||
doc/ | H | 11-Jan-2021 | - | |||
etc/ | H | 11-Jan-2021 | - | |||
external/ | H | 14-Nov-2020 | - | |||
extsrc/ | H | 18-Jan-2016 | - | |||
games/ | H | 11-Jan-2021 | - | |||
include/ | H | 08-Dec-2020 | - | |||
lib/ | H | 31-Oct-2020 | - | |||
libexec/ | H | 18-Jan-2016 | - | |||
regress/ | H | 24-May-2017 | - | |||
rescue/ | H | 06-Apr-2020 | - | |||
sbin/ | H | 21-Nov-2018 | - | |||
share/ | H | 18-May-2019 | - | |||
sys/ | H | 30-May-2020 | - | |||
tests/ | H | 30-May-2020 | - | |||
tools/ | H | 24-Aug-2020 | - | |||
usr.bin/ | H | 11-Jan-2021 | - | |||
usr.sbin/ | H | 24-Aug-2020 | - | |||
BUILDING | H A D | 27-Oct-2020 | 53.1 KiB | 1,137 | 860 | |
Makefile | H A D | 31-Oct-2020 | 16.3 KiB | 553 | 312 | |
Makefile.inc | H A D | 05-May-2018 | 355 | 17 | 11 | |
README.md | H A D | 10-Jan-2020 | 1.7 KiB | 57 | 37 | |
UPDATING | H A D | 11-Jan-2021 | 39 KiB | 1,024 | 856 | |
build.sh | H A D | 28-Sep-2020 | 68.8 KiB | 2,475 | 1,734 |
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://netbsd.org/mailinglists/#netbsd-users) list is a good choice for many problems; watch [current-users](https://netbsd.org/mailinglists/#current-users) if you follow the bleeding edge of NetBSD-current. 38- Join the community IRC channel [#netbsd @ freenode](https://webchat.freenode.net/?channels=#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](http://man.netbsd.org/) 56- [NetBSD Cross-Reference](https://nxr.netbsd.org/) 57