Go to file
mrg fc57de4558 minor rewording of a few places and add a new section to describe
the type of changes required to port a driver to usbnet interfaces.
2019-08-11 21:33:08 +00:00
bin Restore maxrss, idrss, isrss, ixrss printing in ps(1) 2019-08-06 18:07:51 +00:00
common ARMv6KZ has been misspelled by GCC since forever, but clang only 2019-08-02 12:07:24 +00:00
compat make all lines look the same, and put one arch per line. 2019-06-13 21:17:54 +00:00
crypto ARMv6KZ has been misspelled by GCC since forever, but clang only 2019-08-02 12:07:24 +00:00
dist/pf - enlarge buffer to avoid snprintf() truncation 2019-02-03 10:48:46 +00:00
distrib Back out previous, it causes build fallout like: 2019-08-11 17:50:26 +00:00
doc Fix format in order not to confuse changes2html script. 2019-08-10 08:46:09 +00:00
etc little bit verbose for slow machines 2019-08-09 10:05:44 +00:00
external PR/54307: Rin Okuyama: Lots of jemalloc assertions in latest -current 2019-08-09 08:10:39 +00:00
extsrc
games The mother of all demos 2019-07-26 07:41:22 +00:00
include Sync with 2019b (field name change) 2019-07-03 15:49:21 +00:00
lib Rollback directory filehandle screening for FUSE lock operations 2019-08-10 07:08:11 +00:00
libexec Tweak markup some more. 2019-07-15 01:26:15 +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 reboot: fix arg order for logwtmpx(3) 2019-08-08 21:14:12 +00:00
share minor rewording of a few places and add a new section to describe 2019-08-11 21:33:08 +00:00
sys Adjust some internal NPF APIs: 2019-08-11 20:26:33 +00:00
tests Re-enable the QEMU specific timing limits, but only an increased upper 2019-08-11 11:42:23 +00:00
tools Bring back two lines deleted by accident. From Kamil Rytarowski. 2019-06-22 14:40:33 +00:00
usr.bin Explicitly link against libpthread and liblzma to make static linking 2019-07-28 12:44:36 +00:00
usr.sbin Adjust some internal NPF APIs: 2019-08-11 20:26:33 +00:00
BUILDING Fix a typo 2019-05-08 14:03:57 +00:00
Makefile Use the generated "postinstall" in the objdir for postinstall-check 2019-06-14 09:12:42 +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 Note update hickup build issue for uefi boot. 2019-07-27 07:55:18 +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