Go to file
martin 410b25665f When we end up with too few clusters for the requested FAT type after
configuring default values, retry with a smaller cluster size.
This makes the typical invocation to create a spec conformant EFI boot
partition work out of the box.
2019-10-12 09:42:38 +00:00
bin Remove a (completely harmless) duplicate assignment introduced in a 2019-10-08 03:53:57 +00:00
common Remove htonll and ntohll as symbols from aarch64 libc. 2019-10-12 09:22:36 +00:00
compat make all lines look the same, and put one arch per line. 2019-06-13 21:17:54 +00:00
crypto bump buffer sizes 2019-10-09 20:59:26 +00:00
dist/pf grammar 2019-09-21 19:48:15 +00:00
distrib remove shared libraries from 'obsolete' lists. should fix eg: 2019-10-12 09:09:14 +00:00
doc Note import of dhcpcd-8.1.0 2019-10-11 11:05:41 +00:00
etc Update to 2019093001 2019-10-09 22:58:39 +00:00
external Fix the rest of the places where strncpy was called instead of pcap_strlcpy 2019-10-11 18:20:20 +00:00
extsrc
games expand the internal consistency checks in truedirec() to avoid 2019-10-05 23:34:14 +00:00
include remove comment for incomplete x/open impl (kamil) 2019-09-15 23:52:59 +00:00
lib Add manpage links for frexpf and frexpl. 2019-10-11 18:36:22 +00:00
libexec use __func__ (c99, c++11) instead of __FUNCTION__ 2019-10-04 01:57:53 +00:00
regress Eliminate regress/libexec/ld.elf_so/expand 2019-04-06 16:25:52 +00:00
rescue Remove ldconfig from /rescue, and mark it MI obsolete. 2019-10-02 09:45:10 +00:00
sbin When we end up with too few clusters for the requested FAT type after 2019-10-12 09:42:38 +00:00
share added backend support for argon2 password scheme 2019-10-09 13:13:08 +00:00
sys regen 2019-10-12 07:38:28 +00:00
tests use memcpy() for non C-strings. 2019-10-06 01:05:36 +00:00
tools remove HAVE_GCC == 6 support, add HAVE_GCC == 8 support 2019-09-30 08:40:20 +00:00
usr.bin Add SICP 2019-10-06 19:53:04 +00:00
usr.sbin Add AMD Family 15h to supported model list 2019-10-11 20:18:20 +00:00
BUILDING Fix a typo 2019-05-08 14:03:57 +00:00
Makefile Enhance the support of LLVM sanitizers 2019-08-27 22:48:53 +00:00
Makefile.inc Re-add files that were accidentally deleted in my previous commit. 2018-05-02 07:34:44 +00:00
README.md Tidy up a bit. 2018-10-23 15:44:42 +00:00
UPDATING add a note about GCC 8.3 import probably needing cleaning. 2019-10-01 09:36:56 +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