Go to file
yamaguchi a98c13e644 Added a limitation of the number of processing packets
because a enqueuing process can not add packets over IFQ_MAXLEN

and removed reschedule at pppoeintr()
because it also scheduled at enqueuing process.
2021-05-19 03:35:27 +00:00
bin Fix a bug in the built-in echo in /bin/sh reported in private mail by 2021-05-18 21:39:06 +00:00
common memmem: remove unreachable return statement 2021-05-16 09:43:39 +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 a new link-aggregation pseudo interface named lagg(4) 2021-05-17 04:07:41 +00:00
doc doc: added lagg(4) 2021-05-17 06:31:30 +00:00
etc Add a new link-aggregation pseudo interface named lagg(4) 2021-05-17 04:07:41 +00:00
external restore -iremap functionality which was omitted by a merge botch, and then 2021-05-18 21:34:03 +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 PR bin/56042 2021-05-16 19:42:35 +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 smb is no more. 2020-04-04 17:57:16 +00:00
sbin Add a new link-aggregation pseudo interface named lagg(4) 2021-05-17 04:07:41 +00:00
share Add a new link-aggregation pseudo interface named lagg(4) 2021-05-17 04:07:41 +00:00
sys Added a limitation of the number of processing packets 2021-05-19 03:35:27 +00:00
tests Add two new sub-tests to the echo test case of the t_builtins shell ATF test. 2021-05-18 21:37:56 +00:00
tools Add macOS High Sierra to the list of verified build platforms 2021-05-12 06:39:28 +00:00
usr.bin Do not trust that /nonexistent does not exist 2021-05-18 17:05:45 +00:00
usr.sbin Teach cpuctl(8) about some additional aarch64 feature bits. 2021-05-17 18:43:18 +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 for mercurial, use the latest revision instead of limiting the output to 1 2021-05-17 17:12:12 +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