Go to file
martin 27d62636fb Pull up following revision(s) (requested by pgoyette in ticket #527):
sbin/modstat/modstat.8: revision 1.24
	sbin/modstat/modstat.8: revision 1.26
	lib/libc/sys/modctl.2: revision 1.16

Note that the size returned by modctl(2) and displayed by modstat(8) is
only for the module's text section, not for the entire size of the
module.

Addresses PR kern-54737

Remove superfluous Pp.
2019-12-09 15:56:49 +00:00
bin Pull up following revision(s) (requested by kre in ticket #467): 2019-11-24 08:24:06 +00:00
common Pull up following revision(s) (requested by riastradh in ticket #505): 2019-12-08 13:23:23 +00:00
compat
crypto Remove unused trees at external/gpl3/binutils.old/, external/gpl3/gdb.old/ 2019-09-28 12:33:53 +00:00
dist/pf
distrib Pull up following revision(s) (requested by jmcneill in ticket #525): 2019-12-09 15:19:30 +00:00
doc Tickets #494, #495, #497 - #518 2019-12-08 15:05:44 +00:00
etc Pull up following revision(s) (requested by jmcneill in ticket #516): 2019-12-08 14:42:01 +00:00
external Pull up following revision(s) (requested by jmcneill in ticket #525): 2019-12-09 15:19:30 +00:00
extsrc
games Pull up following revision(s) (requested by sevan in ticket #501): 2019-12-08 13:06:37 +00:00
include
lib Pull up following revision(s) (requested by pgoyette in ticket #527): 2019-12-09 15:56:49 +00:00
libexec Pull up following revision(s) (requested by nakayama in ticket #469): 2019-11-26 08:12:26 +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 pgoyette in ticket #527): 2019-12-09 15:56:49 +00:00
share Pull up following revision(s) (requested by jmcneill in ticket #525): 2019-12-09 15:19:30 +00:00
sys Pull up following revision(s) (requested by jmcneill in ticket #525): 2019-12-09 15:19:30 +00:00
tests Pull up following revision(s) (requested by maxv in ticket #475): 2019-11-25 16:39:29 +00:00
tools
usr.bin Pull up following revision(s) (requested by jmcneill in ticket #525): 2019-12-09 15:19:30 +00:00
usr.sbin Pull up following revision(s) (requested by msaitoh in ticket #452): 2019-11-19 13:15:57 +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
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