Go to file
rin d66ba54477 Describe roundup2(9) in roundup(9).
Bump date.

Install it also as roundup2(9).
2019-10-02 08:21:08 +00:00
bin convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
common Traiing whitespace. 2019-09-16 12:40:40 +00:00
compat make all lines look the same, and put one arch per line. 2019-06-13 21:17:54 +00:00
crypto convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
dist/pf grammar 2019-09-21 19:48:15 +00:00
distrib Describe roundup2(9) in roundup(9). 2019-10-02 08:21:08 +00:00
doc new tcpdump/libpcap. 2019-10-01 16:08:56 +00:00
etc Switch default console tty from /dev/console to /dev/constty 2019-09-25 23:09:19 +00:00
external mknative-gcc for GCC 8.3 and all ports. 2019-10-02 07:14:31 +00:00
extsrc
games convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
include remove comment for incomplete x/open impl (kamil) 2019-09-15 23:52:59 +00:00
lib libnpf/npfctl: support dynamic NAT rulesets using a name prefix. 2019-09-30 00:37:11 +00:00
libexec Return the ELF loader dl_phdr_info information for dl_iterate_phdr(3) 2019-09-15 13:40:46 +00:00
regress Eliminate regress/libexec/ld.elf_so/expand 2019-04-06 16:25:52 +00:00
rescue fix duplicated chunk from merge 2019-01-27 04:33:29 +00:00
sbin PR/54513 ifconfig exits on newly created carp interfaces 2019-10-01 10:52:53 +00:00
share Describe roundup2(9) in roundup(9). 2019-10-02 08:21:08 +00:00
sys Print oversized frame's message only when DIAGNOSTIC is set. The message 2019-10-02 04:17:16 +00:00
tests Merge PT_GET_PROCESS_STATE checks into traceme_raise ATF ptrace tests 2019-10-01 22:26:38 +00:00
tools remove HAVE_GCC == 6 support, add HAVE_GCC == 8 support 2019-09-30 08:40:20 +00:00
usr.bin Add Alan Perlis 2019-10-01 17:58:25 +00:00
usr.sbin Use -width Pa for FILES. 2019-09-30 21:06:16 +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