Go to file
thorpej 74004eb8bd In mpacpi_pci_attach_hook(), set the device handle of the PCI bus instance
to the associated ACPI handle if a device handle is not already set.

XXX This is a mess. Sure would be nice if it looked / worked more like
XXX the ARM code.
2021-05-12 22:17:40 +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
distrib Column alignment. 2021-05-10 14:27:47 +00:00
doc doc: added Neo 2 keyboard layout 2021-05-11 14:52:22 +00:00
etc Turn on constty instead of ttyE0 as done for majority of other ports 2021-05-08 10:08:33 +00:00
external Cherry-pick upstream fix for GCC10 regression to -misel option. 2021-05-11 01:47:20 +00:00
extsrc
games Adapt to recent change to ../snake/pathnames.h 2021-05-12 15:26:44 +00:00
include Default to check-names for safety. 2021-04-30 16:07:49 +00:00
lib ossaudio: Set handle on OSSv4 mixer devices 2021-05-09 12:51:45 +00:00
libexec don't assume host BUFSIZ is sufficent. small BUFSIZ leads to 2021-05-05 07:41:48 +00:00
regress citrus SUBDIR is gone 2020-06-27 11:06:43 +00:00
rescue
sbin Make authproto not change when "authproto" is not in command option 2021-05-11 06:58:03 +00:00
share wskbd.4: document neo layout 2021-05-11 14:51:34 +00:00
sys In mpacpi_pci_attach_hook(), set the device handle of the PCI bus instance 2021-05-12 22:17:40 +00:00
tests Add tests for "pppoectl {no}[ipcp|ipv6cp]" 2021-05-11 05:57:02 +00:00
tools Add macOS High Sierra to the list of verified build platforms 2021-05-12 06:39:28 +00:00
usr.bin fix clang build (on_signal is dead) 2021-05-09 15:40:27 +00:00
usr.sbin Do not allow editing of start/size/fs-type for partitions that 2021-05-09 11:06:20 +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