Go to file
ryo 3abdc6b2fd invalidate icache correctly.
l3pte_executable() should be used for only valid pte.
2018-10-31 06:36:19 +00:00
bin Switch from using two printsignals() functions, one in trap.c 2018-10-28 18:26:52 +00:00
common use postincrement, like the patch 2018-10-15 19:32:48 +00:00
compat
crypto Ooops - fix editor accident in previous 2018-10-15 12:45:52 +00:00
dist/pf
distrib bump for clang 2018-10-30 20:18:30 +00:00
doc new tzcode 2018-10-27 22:32:54 +00:00
etc only flush routes in stop routine if flushroutes is true, same as 2018-10-23 09:25:33 +00:00
external sysctl(KERN_BOPOTIME) started returning a struct timespec in 2009. 2018-10-30 21:15:09 +00:00
extsrc
games
include
lib Add comma in enumeration. 2018-10-29 21:06:13 +00:00
libexec sysctl(KERN_BOOTTIME) is a struct timespec, not struct timeval 2018-10-30 21:18:39 +00:00
regress
rescue
sbin kern.boottime was changed from a struct timeval to a struct timespec 2018-10-30 19:41:21 +00:00
share Minor update. This already knew that boottime is a timespec. 2018-10-30 20:10:23 +00:00
sys invalidate icache correctly. 2018-10-31 06:36:19 +00:00
tests Handle ENOBUFS better and clean some whitespace. 2018-10-16 09:23:29 +00:00
tools Adjust whitespace to look more like assignment than comparison. NFC 2018-10-22 13:19:42 +00:00
usr.bin sysctl(KERN_BOPOTIME) started returning a struct timespec in 2009. 2018-10-30 21:15:09 +00:00
usr.sbin sysctl(KERN_BOPOTIME) started returning a struct timespec in 2009. 2018-10-30 21:15:09 +00:00
build.sh
BUILDING
Makefile
Makefile.inc
README.md Tidy up a bit. 2018-10-23 15:44:42 +00:00
UPDATING

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