Go to file
msaitoh 25629ef49d Fix typo in comment (s/numer/number/). 2019-04-01 06:20:40 +00:00
bin Fix a logic botch that prevented "wait -n" (with no pid args) from 2019-03-26 13:32:26 +00:00
common Fix typo: __aebi_memset -> __aeabi_memset 2019-03-30 10:18:03 +00:00
compat
crypto regen 2019-03-13 23:37:48 +00:00
dist/pf
distrib need bigger clothes 2019-04-01 02:02:54 +00:00
doc arm: Add UEFI bootloader support (bootarm.efi). 2019-03-30 13:42:12 +00:00
etc Remove SUNXI kernel config. 2019-03-31 13:04:54 +00:00
external Set the maximum column index in a tbl(7) to the maximum *right* edge 2019-03-29 22:00:31 +00:00
extsrc
games Report the users score _after_ the game has ended and the screen has 2019-03-19 00:11:34 +00:00
include remove global pointers, add get/seters. 2019-03-12 15:11:13 +00:00
lib Perform quoting of filename completions when there are multiple matches as well 2019-03-31 03:04:57 +00:00
libexec Account for cgihandler being set when counting the number of CGI environment 2019-03-29 14:46:44 +00:00
regress
rescue
sbin Ignore EXT4 'kbytes written' field when validating alternate superblock. 2019-03-31 13:16:52 +00:00
share JCL 2019-04-01 02:15:00 +00:00
sys Fix typo in comment (s/numer/number/). 2019-04-01 06:20:40 +00:00
tests Add new ATF ptrace(2) tests bytes_transfer_alignment* 2019-03-28 08:13:40 +00:00
tools split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS: 2019-03-20 22:51:37 +00:00
usr.bin Use correct printf format for (struct input_file *)->lineno 2019-03-26 23:31:45 +00:00
usr.sbin Opps... Remove extra ')' 2019-03-31 11:44:11 +00:00
BUILDING
Makefile
Makefile.inc
README.md
UPDATING
build.sh

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