Go to file
christos e0c1582630 merge the i386 and amd64 gdt.h files. 2021-04-30 15:37:05 +00:00
bin Remove SCCS workaround. No binary change. 2021-04-17 08:35:33 +00:00
common Provide all the LSE operation fuctions. The use of LSE instructions is 2021-04-27 09:14:24 +00:00
compat define BFD_MACHINE_ARCH. This worked by accident before since the default 2021-04-25 18:44:04 +00:00
crypto Handle the compat builds and both the n64 and non n64 variants 2021-04-26 20:01:13 +00:00
dist/pf Externalize variables owned logically by pf_ruleset.c 2020-04-22 23:40:40 +00:00
distrib Add <x86/gdt.h> (we could gc now the <machine/gdt.h> files if we fix the 2021-04-30 13:55:18 +00:00
doc new bind 2021-04-29 17:29:06 +00:00
etc update for libX11 1.7.0. 2021-04-27 06:51:49 +00:00
external Sync with Elftoolchain upstream r3948. 2021-04-29 17:40:42 +00:00
extsrc
games cgram: in hinting mode, show all correct characters in bold face 2021-04-29 20:17:20 +00:00
include - Replace REG_ENOSYS (unused) with REG_ILLSEQ. 2021-02-23 17:14:42 +00:00
lib use GCC_NO_IMPLICIT_FALLTHRU. 2021-04-26 07:17:30 +00:00
libexec bozohttpd: fix argument type for functions from <ctype.h> 2021-04-08 07:02:11 +00:00
regress citrus SUBDIR is gone 2020-06-27 11:06:43 +00:00
rescue smb is no more. 2020-04-04 17:57:16 +00:00
sbin Add a new option to enable SPPP_AUTHFLAG_PASSIVEAUTHPROTO flag 2021-04-23 02:28:40 +00:00
share enable sun8icrypto on Allwinner H3 too. 2021-04-28 16:57:05 +00:00
sys merge the i386 and amd64 gdt.h files. 2021-04-30 15:37:05 +00:00
tests remove hacks. 2021-04-30 13:53:30 +00:00
tools Make mips-elf2ecoff available for all mips 2021-04-25 15:11:28 +00:00
usr.bin Add constructor and destructor attribute priorities 2021-04-29 17:11:30 +00:00
usr.sbin postinstall: re-align list output 2021-04-25 06:21:37 +00:00
BUILDING Reintroduce the support of MKCATPAGES 2020-11-10 21:47:40 +00:00
Makefile G/c spurious whitespace. 2020-10-29 20:26:24 +00:00
Makefile.inc
README.md Improve URL consistency 2021-03-17 15:26:20 +00:00
UPDATING add a note about potential GCC 9->10 build failures 2021-04-17 04:08:32 +00:00
build.sh Add mipsn64e[bl] targets which use 64 bit binaries instead of n32 ones. 2021-04-25 22:29:22 +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