Go to file
isaki 16e140802c Use err(3)/warn(3) instead of perror(3)/fprintf(stderr,...).
Use getprogname(3) for usage().
2019-08-24 06:00:49 +00:00
bin Install manual pages for tar and cpio only if ${MKBSDTAR} == "no" 2019-08-15 21:05:16 +00:00
common add now required includes for memcpy prototypes analogue to other hash functions 2019-08-20 15:17:02 +00:00
compat make all lines look the same, and put one arch per line. 2019-06-13 21:17:54 +00:00
crypto Fix copy-paste. 2019-08-18 09:51:06 +00:00
dist/pf sync with reality 2019-08-13 09:48:24 +00:00
distrib fix MKCXX=no: 2019-08-23 08:17:26 +00:00
doc Note import of dhcpcd-8.0.3 2019-08-21 17:14:26 +00:00
etc Add LLVM sanitizers in the MKLLVM=yes build 2019-08-14 01:42:08 +00:00
external Fix LLVM sanitizer build by GCC (HAVE_LLVM=no) 2019-08-23 19:26:02 +00:00
extsrc
games Donnie Darko 2019-08-22 22:51:47 +00:00
include Sync with 2019b (field name change) 2019-07-03 15:49:21 +00:00
lib fix MKCXX=no: 2019-08-23 08:17:26 +00:00
libexec Use getdiskrawname to find the device name 2019-08-22 20:28:08 +00:00
regress
rescue
sbin Use getdiskrawname to find the device name. 2019-08-22 20:26:07 +00:00
share fix MKCXX=no: 2019-08-23 08:17:26 +00:00
sys Avoids signedness bit shift in db_get_value() 2019-08-23 14:48:50 +00:00
tests Define target_not_supported_body() in TSan, MSan and libFuzzer tests 2019-08-23 06:39:54 +00:00
tools Bring back two lines deleted by accident. From Kamil Rytarowski. 2019-06-22 14:40:33 +00:00
usr.bin Use err(3)/warn(3) instead of perror(3)/fprintf(stderr,...). 2019-08-24 06:00:49 +00:00
usr.sbin - npftest: fix a memleak in a unit test (standalone path only). 2019-08-21 21:41:53 +00:00
BUILDING
Makefile Enhance MKSANITIZER support 2019-08-23 06:38:27 +00:00
Makefile.inc
README.md
UPDATING Note update hickup build issue for uefi boot. 2019-07-27 07:55:18 +00:00
build.sh Fix long-term broken pattern match when determining if uname -p output is 2019-06-07 15:49:20 +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