Go to file
ryo 6d2cfc2125 add support Aquantia AQC seriese 10G network adapters.
this driver is based on the FreeBSD version https://github.com/Aquantia/aqtion-freebsd ,
but drastically rewritten for NetBSD.
2020-01-01 10:11:21 +00:00
bin Use fork() rather than vfork() when forking to run a background 2019-12-21 18:54:15 +00:00
common
compat
crypto Find and set a version to a make(1) variable. 2019-12-17 00:17:00 +00:00
dist/pf
distrib add support Aquantia AQC seriese 10G network adapters. 2020-01-01 10:11:21 +00:00
doc Sync TODO.sanitizers with reality 2019-12-28 04:23:26 +00:00
etc Revert the removal of filemon. 2019-12-23 06:45:36 +00:00
external Another rename from uvm_free() --> uvm_availmem() 2019-12-31 14:51:29 +00:00
extsrc
games s/saftey/safety/ 2019-12-27 09:17:59 +00:00
include
lib s/conjuction/conjunction/ 2019-12-27 10:13:59 +00:00
libexec
regress
rescue 1. Remove all the special handling of variables (-d -p -P -s -S) that 2019-12-29 18:26:16 +00:00
sbin Make recent change build for SMALL builds as well as normal ones. 2020-01-01 00:24:52 +00:00
share add support Aquantia AQC seriese 10G network adapters. 2020-01-01 10:11:21 +00:00
sys add support Aquantia AQC seriese 10G network adapters. 2020-01-01 10:11:21 +00:00
tests s/inital/initial/ 2019-12-27 09:25:57 +00:00
tools
usr.bin 1. Remove all the special handling of variables (-d -p -P -s -S) that 2019-12-29 18:26:16 +00:00
usr.sbin fstyp: Add HAMMER1 multi-volume support (missed in "fstyp: Add HAMMER1/2 support") 2020-01-01 09:17:27 +00:00
build.sh
BUILDING
Makefile
Makefile.inc
README.md
UPDATING

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