Go to file
martin f5501c22a9 Pull up following revision(s) (requested by roy in ticket #936):
lib/libterminfo/curterm.c: revision 1.14

terminfo: test strlcpy result against space free, not string length

riastradh@ yep, looks good.
2020-05-31 10:41:39 +00:00
bin Pull up following revision(s) (requested by aymeric in ticket #890): 2020-05-07 17:01:13 +00:00
common Pull up following revision(s) (requested by rin in ticket #755): 2020-03-03 18:54:59 +00:00
compat
crypto Pull up following revision(s) (requested by nia in ticket #899): 2020-05-13 12:24:10 +00:00
dist/pf
distrib Pull up following revision(s) (requested by maya in ticket #933): 2020-05-31 10:21:34 +00:00
doc Tickets #920 - #922, #924 - #926, #929 - #932 2020-05-25 17:31:36 +00:00
etc Pull up following revision(s) (requested by riastradh in ticket #882): 2020-05-02 16:24:11 +00:00
external Pull up following revision(s) (requested by rin in ticket #924): 2020-05-25 15:54:15 +00:00
extsrc
games Pull up following revision(s) (requested by nia in ticket #879): 2020-04-30 16:19:29 +00:00
include Pull up following revision(s) (requested by mrg in ticket #811): 2020-03-30 18:54:56 +00:00
lib Pull up following revision(s) (requested by roy in ticket #936): 2020-05-31 10:41:39 +00:00
libexec Pull up following revision(s) (requested by chs in ticket #907): 2020-05-13 18:08:38 +00:00
regress
rescue Pull up following revision(s) (requested by maya in ticket #435): 2019-11-17 07:04:33 +00:00
sbin Pull up following revision(s) (requested by roy in ticket #646): 2020-01-24 20:13:45 +00:00
share Pull up following revision(s) (requested by isaki in ticket #875): 2020-04-30 15:40:50 +00:00
sys Pull up following revision(s) (requested by bouyer in ticket #935): 2020-05-31 10:39:34 +00:00
tests Apply patch, requested by kamil in ticket #925: 2020-05-25 17:06:52 +00:00
tools
usr.bin Pull up following revision(s) (requested by kim in ticket #894): 2020-05-07 18:22:58 +00:00
usr.sbin Pull up following revision(s) (requested by rmind in ticket #932): 2020-05-25 17:29:28 +00:00
BUILDING
Makefile Pull up following revision(s) (requested by kamil in ticket #126): 2019-09-01 10:44:22 +00:00
Makefile.inc
README.md
UPDATING Note update hickup build issue for uefi boot. 2019-07-27 07:55:18 +00:00
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