Go to file
knakahara e2f99c2d1d Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-r@n.o and ryo@n.o.
Add ATF later.
2019-01-17 02:47:15 +00:00
bin Redo 1.65 in a simpler way. This is the bit rot avoidance code 2019-01-16 07:14:17 +00:00
common add support to detect the 3 vmware GPT partition types: 2018-11-06 04:04:33 +00:00
compat don't build kernel grovelling tools as n64 on sgimips - we don't actually have 2018-09-20 02:51:21 +00:00
crypto new config file 2019-01-07 15:43:17 +00:00
dist/pf Add a deprecation note in each of the PF man pages (instead of just pf.4), 2018-08-17 12:36:53 +00:00
distrib Install /etc/wpa_supplicant.conf 2019-01-12 17:25:09 +00:00
doc Mention about irisboot for sgimips pre-ARC machines. 2019-01-12 17:30:28 +00:00
etc Setup default wpa_supplicant flags so that it: 2019-01-12 17:38:36 +00:00
external regen for 2.25 2019-01-13 19:21:27 +00:00
extsrc
games Incite the "Purple Cow" wrath of Gelett Burgess upon ourselves. 2019-01-13 17:55:03 +00:00
include Provide global variables with C linkage, otherwise they will create 2019-01-08 17:35:42 +00:00
lib Use \- for minus. 2019-01-15 07:01:01 +00:00
libexec print the program name when we don't find a library. 2019-01-12 18:58:10 +00:00
regress
rescue Retire lmcconfig here too. 2018-12-12 10:25:29 +00:00
sbin Avoid crash when no algorithm is specified in parameter file. 2018-12-30 12:05:48 +00:00
share Storage related acronyms 2019-01-14 17:25:12 +00:00
sys Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-r@n.o and ryo@n.o. 2019-01-17 02:47:15 +00:00
tests Fixed issues with uvm_page_physunload_delete_end test case. 2019-01-16 13:54:17 +00:00
tools use MACHINE_CPU for elf2aout 2019-01-02 13:29:22 +00:00
usr.bin .Pp before .Bd is redundant. 2019-01-13 16:48:51 +00:00
usr.sbin PR 53869: improve polish "noroot" message 2019-01-15 12:55:03 +00:00
BUILDING
Makefile .WAIT for tools to complete. 2018-11-11 07:43:35 +00:00
Makefile.inc
README.md Tidy up a bit. 2018-10-23 15:44:42 +00:00
UPDATING Note that we need to clean objdir for the OpenSSL update. 2018-09-24 13:18:35 +00:00
build.sh add build libs (undocumented). 2018-12-30 23:19:40 +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