Go to file
sborrill 9c1b890c98 Pull up the following revisions(s) (requested by martin in ticket #1442):
sys/net/if_pppoe.c:	revision 1.179

pppoe(4): fix CVE-2022-29867 - discovery phase local network
mbuf corruption.
2022-05-04 15:08:47 +00:00
bin Pull up following revision(s) (requested by kre in ticket #1429): 2022-02-21 17:58:11 +00:00
common Pull up following revision(s) (requested by skrll in ticket #1331): 2021-08-11 17:19:01 +00:00
compat Apply patch, requested by mrg in ticket #1309 (no corresponding 2021-06-21 17:40:43 +00:00
crypto Pull up following revision(s) (requested by tsutsui in ticket #1336): 2021-08-15 08:58:55 +00:00
dist/pf - enlarge buffer to avoid snprintf() truncation 2019-02-03 10:48:46 +00:00
distrib Pull up following revision(s) (requested by martin in ticket #1436): 2022-04-13 03:39:23 +00:00
doc Ticket #1440 2022-04-27 16:54:20 +00:00
etc Backout previous pullup from ticket #1377: 2021-11-26 18:04:09 +00:00
external Pull up following revision(s) (requested by hauke in ticket #1400): 2022-01-06 16:11:07 +00:00
extsrc
games Pull up following revision(s) (requested by sevan in ticket #969): 2020-06-21 10:39:58 +00:00
include Pull up following revision(s) (requested by gdt in ticket #1430): 2022-02-28 16:37:34 +00:00
lib Pull up following revision(s) (requested by hannken in ticket #1440): 2022-04-27 16:53:32 +00:00
libexec Pull up the following (all via patch), requested by mrg in ticket #1221: 2021-03-05 13:34:19 +00:00
regress Eliminate regress/libexec/ld.elf_so/expand 2019-04-06 16:25:52 +00:00
rescue Pull up following revision(s) (requested by maya in ticket #435): 2019-11-17 07:04:33 +00:00
sbin Pull up following revision(s) (requested by hannken in ticket #1283): 2021-06-08 12:55:40 +00:00
share Pull up the following revisions (all via patch), requested by msaitoh 2021-12-03 18:11:41 +00:00
sys Pull up the following revisions(s) (requested by martin in ticket #1442): 2022-05-04 15:08:47 +00:00
tests Pull up following revision(s) (requested by thorpej in ticket #1353): 2021-10-04 14:48:25 +00:00
tools Pull up following revision(s) (requested by mrg in ticket #1049): 2020-08-14 11:02:42 +00:00
usr.bin Pull up following revision(s) (requested by gutteridge in ticket #1433): 2022-03-13 09:52:20 +00:00
usr.sbin Pull up following revision(s) (requested by hannken in ticket #1440): 2022-04-27 16:53:32 +00:00
BUILDING Fix a typo 2019-05-08 14:03:57 +00:00
Makefile Pull up following revision(s) (requested by kamil in ticket #126): 2019-09-01 10:44:22 +00:00
Makefile.inc
README.md Tidy up a bit. 2018-10-23 15:44:42 +00:00
UPDATING Note update hickup build issue for uefi boot. 2019-07-27 07:55:18 +00:00
build.sh Pull up following revision(s) (requested by mrg in ticket #1423): 2022-02-02 14:23:11 +00:00

README.md

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