Go to file
martin 3065e004b7 Pull up following revision(s) (requested by nat in ticket #1839):
sys/arch/mac68k/dev/pm_direct.c: revision 1.31

Return early if PM data is not available.

This avoids random crashes on my Powerbook when using the mouse or keyboard.

The same was needed for the Powerbook 5xx/Duos (compile tested only).
2024-05-11 14:47:31 +00:00
bin Pull up following revision(s) (requested by kre in ticket #1787): 2024-01-14 13:16:51 +00:00
common Pull up following revision(s) (requested by skrll in ticket #1567): 2023-01-19 10:37:03 +00:00
compat
crypto Pull up following revision(s) (requested by riastradh in ticket #1819): 2024-03-25 14:26:15 +00:00
dist/pf
distrib Add dedication for the upcoming 9.4 release. 2024-04-18 18:50:59 +00:00
doc Tickets #1836 and #1837 2024-04-28 13:32:07 +00:00
etc Pull up following revision(s) (requested by kim in ticket #1824): 2024-04-16 19:06:07 +00:00
external Welcome to 9.4_STABLE 2024-04-28 10:11:21 +00:00
extsrc
games
include Pull up following revision(s) (requested by wiz in ticket #1484): 2022-08-03 10:42:02 +00:00
lib Pull up following revision(s) (requested by ozaki-r in ticket #1816): 2024-03-11 20:02:12 +00:00
libexec Pull up following revision(s) (requested by shm in ticket #1797): 2024-02-17 16:09:23 +00:00
regress
rescue
sbin Pull up following revision(s) (requested by manu in ticket #1717): 2023-08-21 12:14:23 +00:00
share Pull up following revision(s) (requested by riastradh in ticket #1834): 2024-04-18 16:12:31 +00:00
sys Pull up following revision(s) (requested by nat in ticket #1839): 2024-05-11 14:47:31 +00:00
tests Pull up following revision(s) (requested by riastradh in ticket #1830): 2024-04-18 15:51:35 +00:00
tools
usr.bin Pull up following revision(s) (requested by riastradh in ticket #1833): 2024-04-18 16:09:09 +00:00
usr.sbin Pull up following revision(s) (requested by christos in ticket #1813): 2024-03-11 17:37:42 +00:00
BUILDING
Makefile
Makefile.inc
README.md
UPDATING
build.sh Pull up following revision(s) (requested by khorben in ticket #1730): 2023-09-11 14:43:26 +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