History log of /netbsd/distrib/sets/lists/man/mi (Results 1 – 25 of 1762)
Revision Date Author Comments
# 302acc59 30-Jun-2023 gutteridge <gutteridge@NetBSD.org>

Add npflog.4 to sets


# cd23a0f9 31-May-2023 christos <christos@NetBSD.org>

new openssl man pages


# 1e0894dd 10-May-2023 christos <christos@NetBSD.org>

update the sets for OpenSSL-3.x


# b52edab3 03-May-2023 phx <phx@NetBSD.org>

Driver for the MNT ZZ9000 Zorro board. Submitted by Alain Runa.

It was formerly known as mntzz, which Alain released three years ago.
Since then, the ZZ9000 had several firmware updates which change

Driver for the MNT ZZ9000 Zorro board. Submitted by Alain Runa.

It was formerly known as mntzz, which Alain released three years ago.
Since then, the ZZ9000 had several firmware updates which changed some
hardware interface details rendering the former driver non functional in some
aspects. Also the audio card plug-in ZZ9000AX became available from MNT
Research. Considering the major rewrite of the driver in some areas he
decided to rename it to zz9k(9). The driver consists of several sub-drivers
each addressing different functionality of the MNT ZZ9000 & ZZ9000AX combo
card.

zz9k* is the main card driver and need to be enabled if any of the sub-driver
is enabled. zz9k on its own is not very useful, it only provides a common
zz9kbus for the other sub-drivers to connect to, so only enable it if one of
the zz9k sub-drivers are enabled.
zzfb* represents the graphics driver for the boot console and the dumb
framebuffer for X11 based on WSCONS. ZZFB_CONSOLE option enables the ZZ9000
to become the boot console.
zz* represents the ethernet interface of the ZZ9000. It basically works but
is considered experimental.
zzax* represents the ZZ9000AX audio card driver, audio* attaches to it to
provide audio output and input functionality. The driver is not functional
yet.
zzusb* represents the ZZ9000AX usb driver. It was not implemented yet and
probably never will.

show more ...


# 7c92bdc2 22-Dec-2022 nat <nat@NetBSD.org>

Driver for DaynaPORT SCSI/Link (dse.4).

Written by Hiroshi Noguchi, of which an updated version was posted to
port-mac68k in 2001.

Attachments were added to kernel configs for platforms that alread

Driver for DaynaPORT SCSI/Link (dse.4).

Written by Hiroshi Noguchi, of which an updated version was posted to
port-mac68k in 2001.

Attachments were added to kernel configs for platforms that already had
the Cabletron (se.4) driver added, although other platorms may benefit.

Reviewed on tech-net by Izumi Tsutsui.

show more ...


# aa8ee7f2 21-Nov-2022 christos <christos@NetBSD.org>

lua libm API from Phil Rulon


# b73c2b02 21-Nov-2022 brad <brad@NetBSD.org>

A driver for the Bosch BMP280 / BME280 temperature, humidity and
atmospheric pressure sensor. This is an inexpensive to moderately
expensive chip available from a large number of places. The driver

A driver for the Bosch BMP280 / BME280 temperature, humidity and
atmospheric pressure sensor. This is an inexpensive to moderately
expensive chip available from a large number of places. The driver
supports all aspects of the two chips, except for the repeating read
mode which would allow for sub-second queries, such as fall detection
or perhaps even as an altimeter. This driver also only supports the
I2C interface and not the SPI interface.

The BME280, the one with humidity, is not fully tested at this point,
awaiting upon a breakout board and may not show proper humidity.

show more ...


# b7c902e3 17-Nov-2022 brad <brad@NetBSD.org>

A driver for the Aosong AHT20 temperature and humidity sensor. While
slow for an I2C sensor it is inexpensive and should work well enough
in most indoor conditions. All features of the chip are sup

A driver for the Aosong AHT20 temperature and humidity sensor. While
slow for an I2C sensor it is inexpensive and should work well enough
in most indoor conditions. All features of the chip are supported.

show more ...


# 064e793f 27-Aug-2022 dholland <dholland@NetBSD.org>

Attach tradcpp to the build.


# 3c51c3b1 12-Aug-2022 riastradh <riastradh@NetBSD.org>

viocon(4): New virtio tty driver imported from OpenBSD.

viocon* at virtio?

/dev/ttyVI??

Tested under qemu with:

qemu-system-aarch64 ... \
-device virtio-serial \
-chardev socket,path=/tmp/tty

viocon(4): New virtio tty driver imported from OpenBSD.

viocon* at virtio?

/dev/ttyVI??

Tested under qemu with:

qemu-system-aarch64 ... \
-device virtio-serial \
-chardev socket,path=/tmp/ttyVI00,server=on,wait=off,id=ttyVI00 \
-device virtconsole,chardev=ttyVI00,name=org.NetBSD.dev.ttyVI00 \
...

I updated MAKEDEV.conf to create /dev/ttyVI?? on all ports where it
looks likely to work based on:
(a) having pci or a non-pci virtio attachment,
(b) `qemu-system-$ARCH -M ?' mentioned something resembling the port,
and
(c) `qemu-system-$ARCH -device virtio-serial' launched without
complaining about the virtio-serial device.

(Criterion (c) excluded sparc and sparc64.)

show more ...


# 75408658 10-Jul-2022 nia <nia@NetBSD.org>

Add a manual page for udl(4)


# a9ee068e 08-Jul-2022 nia <nia@NetBSD.org>

Add a man page for slurm(4)


# 8b2b7246 08-Jul-2022 nia <nia@NetBSD.org>

Add a manual page for uintuos(4)


# 9aa093e8 12-Jun-2022 tsutsui <tsutsui@NetBSD.org>

Add luna68k specific section 4 man pages.

Taken from mostly OpenBSD/luna88k and partially NetBSD/hp300.


# 3c14418f 06-Jun-2022 nia <nia@NetBSD.org>

build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that th

build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.

show more ...


# 6ebe9bc8 29-May-2022 nia <nia@NetBSD.org>

mk: Add MKTIMED and MKMOUSED flags for compiling NetBSD without timed
and moused


# de319761 29-May-2022 nia <nia@NetBSD.org>

mk: Add a MKPPP flag to exclude pppd(8) and related utilities from
the build


# 43e9c33a 28-May-2022 nia <nia@NetBSD.org>

mk: Add MKFINGER, MKTALK flags for not building
talk, talkd, finger, fingerd.


# b57bba9d 28-May-2022 nia <nia@NetBSD.org>

mk: Add MKNTP, MKTCPDUMP knobs.


# aa9bc144 27-May-2022 nia <nia@NetBSD.org>

mk: Add a MKLFS flag for excluding the log-structured filesystem userspace
tools from the build.


# cf3c9c55 25-May-2022 nia <nia@NetBSD.org>

mk: Rename the MKMBONE option to MKMROUTING for greater accuracy and
to match the related kernel config option.


# f6964925 25-May-2022 nia <nia@NetBSD.org>

mk: Allow setting MKDHCPD=no to build base without the ISC DHCP server,
useful for embedded images that don't need to act as one.


# e9cb2c23 25-May-2022 nia <nia@NetBSD.org>

mk: Allow building base without the MBONE applications by setting
MKMBONE=no in mk.conf


# 8ddc9bdc 13-May-2022 brad <brad@NetBSD.org>

Add LINKS and MLINKS to the ddns-confgen Makefile to provide
tsig-keygen. This helps to allow pkgsrc/security/acmesh to function
and should be provided in all BIND >= 9.13 installs anyway.


# e1c5e14b 06-Apr-2022 reinoud <reinoud@NetBSD.org>

Add the fsck_udf(8) tool to the build and release


12345678910>>...71