Go to file
bad 6551e0cc8c revert r1.35-r1.40 of sys/rump/listsrcdirs.
addressed differently in tools/Makefile r1.204.
2019-09-26 22:39:55 +00:00
bin Fix FALLTHROUGH comments. 2019-09-26 11:01:09 +00:00
common Traiing whitespace. 2019-09-16 12:40:40 +00:00
compat make all lines look the same, and put one arch per line. 2019-06-13 21:17:54 +00:00
crypto Prevent DoS from hosts trying to eat all the sshd slots by marking timeouts 2019-09-07 13:45:30 +00:00
dist/pf grammar 2019-09-21 19:48:15 +00:00
distrib Fix MKDEBUG distrib sets 2019-09-23 16:07:07 +00:00
doc Updated mesa. 2019-09-24 19:50:49 +00:00
etc Switch default console tty from /dev/console to /dev/constty 2019-09-25 23:09:19 +00:00
external Validate register number before fetching/storing it (Gopikrishnan Sidhardhan) 2019-09-26 20:11:10 +00:00
extsrc
games End sentence with a dot. 2019-09-02 08:26:00 +00:00
include remove comment for incomplete x/open impl (kamil) 2019-09-15 23:52:59 +00:00
lib document errors returned by F_GETPATH 2019-09-26 17:13:52 +00:00
libexec Return the ELF loader dl_phdr_info information for dl_iterate_phdr(3) 2019-09-15 13:40:46 +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 Need MIN in userland. Also some more signed/unsigned clashes. 2019-09-26 10:47:30 +00:00
share SDR 2019-09-25 20:17:59 +00:00
sys revert r1.35-r1.40 of sys/rump/listsrcdirs. 2019-09-26 22:39:55 +00:00
tests Restore binary compatibility by using the statvfs90 structure internally. 2019-09-23 12:00:57 +00:00
tools Exclude more subdirs if TOOLS_BUILDRUMP=yes. 2019-09-26 09:21:34 +00:00
usr.bin Do not assume safe to pass NULL to realpath(3). 2019-09-26 21:09:55 +00:00
usr.sbin Add ${DEST_DIR} prefix to check target directory not host directory. 2019-09-24 13:27:39 +00:00
BUILDING Fix a typo 2019-05-08 14:03:57 +00:00
Makefile Enhance the support of LLVM sanitizers 2019-08-27 22:48:53 +00:00
Makefile.inc
README.md Tidy up a bit. 2018-10-23 15:44:42 +00:00
UPDATING Add UPDATING note about radeon firmware image mistake. 2019-09-03 15:38:52 +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