Go to file
nia 5d5b2a5453 aiomixer: Honor terminal colors. Looks better in cool-retro-term. 2021-07-18 11:45:31 +00:00
bin use parsenum like everywhere else in the code. 2021-06-04 22:39:41 +00:00
common s/ifdef _ARM_ARCH_6/if defined(_ARM_ARCH_6)/ for consistency. NFCI. 2021-07-10 06:53:40 +00:00
compat remove obsolete files. 2021-06-18 06:34:00 +00:00
crypto remove generated files, custom #define prefixes to hide lex/yacc symbols 2021-06-20 12:01:07 +00:00
dist/pf
distrib tests/lint: cover more edge cases in the parser 2021-07-15 21:00:05 +00:00
doc PR port-sh3/56311 2021-07-16 10:02:50 +00:00
etc tests: add tests for ALTQ CBQ 2021-07-14 03:22:33 +00:00
external PR kern/56316: vn_open doesn't follow symlinks 2021-07-18 07:22:22 +00:00
extsrc
games add something 2021-07-11 00:35:05 +00:00
include PR/56250: Michael Forney: mkstemp/mkdtemp not declared with 2021-07-03 14:07:13 +00:00
lib When fflush fails, adjust pointers and the io vectors. From RVP. Fixes 2021-07-16 12:34:10 +00:00
libexec Treat failed chdir/chroot for guest and chroot accounts as fatal. 2021-07-03 14:59:49 +00:00
regress
rescue
sbin Remove commented code, including empty if block. Replace tab with whitespace in usage declaration. 2021-07-16 12:09:36 +00:00
share Swap encryption no longer experimental or default-off. 2021-07-13 16:56:43 +00:00
sys Fix confusion arising from whether FOLLOW or NOFOLLOW is 0. 2021-07-18 09:30:36 +00:00
tests Mark t_execsnoop xfail (PR 53417) 2021-07-18 06:24:58 +00:00
tools Final note on OpenBSD cross-buildling. Remaining issues were due to 2021-07-11 06:15:42 +00:00
usr.bin aiomixer: Honor terminal colors. Looks better in cool-retro-term. 2021-07-18 11:45:31 +00:00
usr.sbin Use strlcpy() to copy the wedge device name (the code still assumes 2021-07-17 19:27:22 +00:00
BUILDING Reintroduce the support of MKCATPAGES 2020-11-10 21:47:40 +00:00
Makefile
Makefile.inc
README.md use libera.chat-hosted kiwiirc 2021-05-29 13:08:08 +00:00
UPDATING note that new GMP may require some cleaning. 2021-07-11 21:58:52 +00:00
build.sh Good bye oabi! Tested building earmv7hf. 2021-06-07 17:11:16 +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