Go to file
macallan 9927696972 various minor fixes and updates:
- add (very) basic ONYX support. Treat as 16bit codec with software volume
  control. Makes basic audio work on PCIe G5
- correctly detect TAS3001 without 'compatible' property, now this works on
  Quicksilver
- mute line input on TAS3001 - it's unconnected on Quicksilver and causes noise
- make more of an effort to match codecs to i2sbus instances, needed on G5 and
  some other models with software 'modems'
2019-09-20 21:24:34 +00:00
bin file system police. Fix typo. Fix macro use. 2019-09-20 13:43:47 +00:00
common Traiing whitespace. 2019-09-16 12:40:40 +00:00
compat make all lines look the same, and put one arch per line. 2019-06-13 21:17:54 +00:00
crypto Prevent DoS from hosts trying to eat all the sshd slots by marking timeouts 2019-09-07 13:45:30 +00:00
dist/pf sync with reality 2019-08-13 09:48:24 +00:00
distrib add mos(4) driver for Moschip MCS7730/MCS7830/MCS7832 usb ethernet. 2019-09-20 10:34:54 +00:00
doc add mos(4) driver for Moschip MCS7730/MCS7830/MCS7832 usb ethernet. 2019-09-20 10:34:54 +00:00
etc Create the character device for spiflash, in addition to the block device. 2019-09-19 01:44:48 +00:00
external Remove unused definitions, as they are architecture-specific. 2019-09-16 11:50:55 +00:00
extsrc
games End sentence with a dot. 2019-09-02 08:26:00 +00:00
include remove comment for incomplete x/open impl (kamil) 2019-09-15 23:52:59 +00:00
lib Sort errors; remove two more duplicates. 2019-09-18 04:57:53 +00:00
libexec Return the ELF loader dl_phdr_info information for dl_iterate_phdr(3) 2019-09-15 13:40:46 +00:00
regress Eliminate regress/libexec/ld.elf_so/expand 2019-04-06 16:25:52 +00:00
rescue fix duplicated chunk from merge 2019-01-27 04:33:29 +00:00
sbin route(8): Show addres for RTM_LOSING 2019-09-02 00:30:01 +00:00
share Fix date, add comma in enumeration. 2019-09-20 13:42:24 +00:00
sys various minor fixes and updates: 2019-09-20 21:24:34 +00:00
tests Rototill to add complex character support: 2019-09-19 11:31:57 +00:00
tools Fix bugurl. PR toolchain/48712 2019-09-09 13:57:13 +00:00
usr.bin Deduplicate some code I'd duplicated, shorten a couple of staircases, 2019-09-13 17:32:29 +00:00
usr.sbin Add support for additional install step directives to enable using 2019-09-19 01:25:29 +00:00
BUILDING Fix a typo 2019-05-08 14:03:57 +00:00
Makefile Enhance the support of LLVM sanitizers 2019-08-27 22:48:53 +00:00
Makefile.inc
README.md Tidy up a bit. 2018-10-23 15:44:42 +00:00
UPDATING Add UPDATING note about radeon firmware image mistake. 2019-09-03 15:38:52 +00:00
build.sh Fix long-term broken pattern match when determining if uname -p output is 2019-06-07 15:49:20 +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