Go to file
christos 12df8a1ef8 PR/56538: coypu: For compat ctime and friends (when time_t was 32 bits)
we want to load the timezone data using the same structs they were saved as.
Introduce __time_t which is always 64 bits and make the minimal changes for
this to work. Yes, it is ugly.
2021-12-05 18:06:24 +00:00
bin s/existance/existence/ in comment. 2021-12-05 04:42:54 +00:00
common s/asychronous/asynchronous/ in comment. 2021-12-05 04:24:08 +00:00
compat remove obsolete files. 2021-06-18 06:34:00 +00:00
crypto s/vlaue/value/ 2021-12-05 08:19:57 +00:00
dist/pf Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
distrib make: fix use-after-free in modifier ':@' 2021-12-05 15:20:13 +00:00
doc s/from from/from/ in comment. 2021-12-05 04:54:20 +00:00
etc Revert previous. Explicitly load the value of npf or pf 2021-11-30 11:00:29 +00:00
external s/vlaue/value/ 2021-12-05 08:19:57 +00:00
extsrc
games dab: fix typo in comment 2021-12-05 09:53:15 +00:00
include Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdeva 2021-11-07 14:34:30 +00:00
lib PR/56538: coypu: For compat ctime and friends (when time_t was 32 bits) 2021-12-05 18:06:24 +00:00
libexec s/numberic/numeric/ in comment. 2021-12-05 05:03:05 +00:00
regress introduce a SOL_LOCAL for unix-domain socket level socket options 2021-08-08 20:54:48 +00:00
rescue smb is no more. 2020-04-04 17:57:16 +00:00
sbin s/prefering/preferring/ in comment. 2021-12-05 07:15:03 +00:00
share s/specificed/specified/ in comment. 2021-12-05 07:53:57 +00:00
sys In union_access() copy up regular files before checking permissions. 2021-12-05 16:16:58 +00:00
tests s/timout/timeout/ 2021-12-05 08:16:10 +00:00
tools Make dtc on riscv 2021-11-14 15:48:02 +00:00
usr.bin make: fix types for modifier ':O' (since today) 2021-12-05 17:00:02 +00:00
usr.sbin s/trival/trivial/ in comment. 2021-12-05 08:18: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 README: use https for man.NetBSD.org 2021-09-05 12:45:44 +00:00
UPDATING Fix typo. Pointed out by bch - thanks! 2021-11-22 12:30:34 +00:00
build.sh remove duplicate the article in comments. 2021-10-04 21:02:39 +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