History log of /src/distrib/sets/lists/man/mi
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.1813 04-Dec-2025 nia

Import BSD-licensed diff from FreeBSD to replace GNU diffutils

Ported to NetBSD, compiler warnings fixed, and some unnecessary
features (for the purpose of replacing our GPLv2 diff) have been
stripped out.

Non-default at the moment, requires building with MKBSDDIFF=yes.

PR bin/59798 We are still using GNU diffutils


# 1.1812 03-Nov-2025 nia

Add some man pages for sparc64 pci buses; via openbsd


# 1.1811 24-Oct-2025 brad

A driver for the NXP SC16IS7xx family of UART chips. This family is
mostly a 16C450 with features from the 16C550, 16C650 and 16C750 and
makes use of src/sys/dev/ic/com.c for much of the heavy lifting.

A BIG difference is that the chip family is attached via a I2C or SPI
bus and is in no way, shape or form, attached to the computer via a
computer bus.

Since spin locks are not allowed to be held while calling to the I2C
or SPI framework com.c grew a new hw feature flag where it could be
run at something other than a hard IP level and doesn't hold spin lock
(for very long). In particular, IPL_SOFTSERIAL. This method is
enabled via a hw feature flag and should not effect any other use of
com.c. Other changes with this new method of use include the use of
workqueues and such.

A further feature added to com.c was the abilty to take advantage of
the MCR prescaler that is present in the SC16IS7xx family and likely
present in the 16C650. This prescaler is tried if the baud rate
requested can not be met with the frequency oscillator that the chip is
built with.

The chip family does not use any particular frequency oscillator for
the baud rate generator. In order to deal with this the frequency can
be set via sysctl, a kernel option or with a FDT overlay if that is
supported.

Most of the features of the chip family are supported including the
gpio pins via gpiobus(4) that are present with some of the family
members.

The chip can attach via I2C or SPI and can make sure of FDT if that is
present in the system.

This chip family has been around for quite some time and there are a
number of breakout boards on Amazon. It is also reasonably priced and
you can roll your own board if you can perform simple SMD soldering as
very few additional components are required.


# 1.1810 28-Aug-2025 wiz

install genet(4)


# 1.1809 27-Aug-2025 christos

add missing entries for version-specific binutils files. need to GC old versions


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.1808 26-Jul-2025 martin

branches: 1.1808.2;
PR 58681: add a port of the OpenBSD viogpu(4) driver written by
Joshua Stein <jcs@openbsd.org>.
Port by George Matsumura with help from Jiaxun Yang.


# 1.1807 18-Jul-2025 christos

Fixes for openssl-3.5.1


# 1.1806 31-May-2025 jdc

Add a manual page for apc(4), a driver for the Aurora Personality Chip
(APC) found on SPARCstation-4/5, and emulated by qemu to idle the simulator
when the CPU is idle.


# 1.1805 15-Apr-2025 nia

Add a man page for r128fb(4)


# 1.1804 15-Apr-2025 nia

Add a man page for machfb(4)


# 1.1803 15-Apr-2025 nia

Add a man page for radeonfb(4)


# 1.1802 03-Apr-2025 bouyer

Add gscan(4), a driver for USB to CAN bus adapters.
This driver supports the Geschwister Schneider USB to CAN adapter, and
clones supported by the open-source candleLight firmware.

Add gscan to evbarm GENERIC (which already supports CAN family and the
sunxican(4) driver by default), and to amd64 ALL.


# 1.1801 03-Apr-2025 nat

Add pbbat(4)

Now it is possible to monitor the PowerBook 1xx AC adaptors and battery via
envsys(4).


# 1.1800 11-Mar-2025 brad

A driver and userland utility for a couple of families of the
Microchip Technology / SMSC fan controller chips.

The driver and utility supports the:

o EMC2101 and EMC2101-R
o EMC2103-1, EMC2102-2 and EMC2103-4
o EMC2104
o EMC2106
o EMC2301
o EMC2302
o EMC2303
o EMC2305

The EMC210X family supports 1 or 2 fans with tachometer. Depending on
the chip, it may support 2 additional fans without tach and might
support a high side attachment (i.e. a fan, usually 5v, driven
directly from the chip and not PWM or DAC). All versions of EMC210X
support internal temperature measurements, and depending on the chip,
may support up to 5 additional temperature zones. The tachometers and
temperature measurements are provided to the system via the envsys(4)
framework. Some chip types support GPIO pins and support is provided
via the gpio(4) framework.

The EMC230X family supports 1, 2, 3 or 5 fans with the same number of
tachometers. No temperature zone or GPIO support. The tachometers
are provided to the system via the envsys(4) framework. The fan
support can be provided by PWM signaling or DAC.

The two chip families mostly do PWM signaling for the fan speed, but a
number of them support DAC output, a 0 to 3v or so voltage. When the
chip supports external temperature zones, this is done usually by a
bipolar NPN or PNP transister configured as a diode, but some of the
chip varients support thermistors.

The emcfan(4) kernel driver provides a simple read / write / seek
device in /dev/ to the register set in the chip. The heavy lifting is
done in the userland utility emcfanctl(8) which provides the ability
to read and write to any valid register and provides some basic higher
level commands to control fan behavior. The output is simple text
lines, or JSON.

The kernel driver does not reset or other mess with the chip, aside
from reading registers. It is entirely possible that something else
in any particular system is the major manager of the fan controller
and it would not do for the kernel driver to mess too much with the
attached device. All interactions are intentional via the userland
utility.

It is known that a EMC2301 is present on the Raspberry PI 4 Compute IO
module (not to be confused with the Raspberry PI 4 Compute module
itself) and there is a breakout board from Adafruit with a EMC2101 on
it. The chips themselves are pretty inexpensive from Mouser or
Digi-key and can be soldered using the simpler SMD soldering
techniques. A number of the variants are QFN packages, but the pads
are exposed to the side of the chip. No other external components are
required to use these fan controllers.


# 1.1799 26-Feb-2025 ryoon

Add amdgpio(4) device driver for AMD GPIO found on some HP laptops

This device driver enables power button and trackpad on
HP Envy 13 ay1000 and HP Envy 14 fa0000.
Touchscreen and stylus have no decodable HID descriptors and not enabled.

Based on qcomgpio(4) and OpenBSD's amdgpio(4).

Add the following to your kernel configuration file:

amdgpio* at acpi?


# 1.1798 24-Feb-2025 martin

conditionalize efi(8) man page variants on efi_rt


# 1.1797 24-Feb-2025 christos

new efi program


# 1.1796 27-Jan-2025 christos

Add getnameinfo files


# 1.1795 23-Jan-2025 brad

A driver for the DS28E17 1-Wire to I2C bridge chip.

This chip acts like a 1-Wire slave device and provides a iic(4) master
at the end of the 1-Wire bus. More or less it is the polar opposite
of the DS2482 [ds2482ow(4)] chip.

This device couples well with ds2482ow(4) and can be used to provide a
I2C bus at very great lengths from the controlling computer.

All features of the chip are supported, except for 1-Wire overdrive
support, which requires more work from the onewire(4) infrastructure.

The chip does not support Read without Stop. Attempts to do this will
get turned into a Read with Stop and one will have to hope for the
best. The chip also does not support zero length I2C reads or zero
length I2C writes. This has the side effect of making the default
mode, a zero length I2C write, for i2scan(8) return false positives.
The alternative mode that i2cscan(8) can use, the single byte read,
should work as expected.

The chip has automatic support for end devices that do I2C clock
stretching.

It was noticed that this chip does not work with the gpioow(4) driver.
That might be an interesting thing to debug if one has a good logic
analyzer on hand. While the presence pulse is detected, the gpioow(4)
driver is not able to complete the initial ROM enumeration. The
DS28E17 works flawlessly when driven by a DS2482 [ds2482ow(4)] driver
chip. Poke me if you want any more details.

The chip is pretty inexpensive and only requires a single cap to get
it hooked up. However, the package it comes in is only a 16-QFN
package, so it could provide to be hard to solider onto a board for
some. There are side tabs, so it was possible with a very small iron
and lots of flux. There is a slightly expensive breakout board sold
by Mikroe that probably works well -> https://www.mikroe.com/1-wire-i2c-click


# 1.1794 20-Jan-2025 maya

Add ncm(4) a driver for USB Network Control Model

Seen on my Google Pixel 8, which implements ncm instead of urndis.


# 1.1793 16-Dec-2024 brad

A driver for the MCP-2221 / 2221A multi-io chip. This is a USB to
UART / GPIO / I2C multi-io chip probably based upon a programmed PIC.
The end result is that simple gpio and i2c can exist on any system
that provides a USB port. This is everything from a RPI to a
Virtualbox VM.


o The UART presents itself as a umodem(4) device and pretty much works
as one would expect.

o There are 4 simple GPIO pins with multiple functions that attach to
gpio(4). Support for basic GPIO input and output exists with gpioctl,
the ADC, DAC and clock pulse functions exist as ALT functions. For
the ADC and DAC /dev/ devices are provided such that simple reads and
writes interact with the ADC and DAC. The IRQ function on pin GP1 and
bit banging the GPIO with gpiopps(4) and gpioow(4) are not really
supported. The short answer is that a spin lock is held while trying
to do USB transfers and that isn't allowed.

o There is a simple I2C engine that attaches to iic(4). This mostly
works as expected, except that a READ without STOP is not supported by
the engine which causes problems for some drivers. Most drivers do
not seem to use READ without STOP and seem to work as expected.
Support for changing the I2C speed is not supported, but nothing much
really does that.

o A userland utility called umcpmioctl(8) is provided that allows the
query of the status of the chip and allows for the query of the flash
memory and the setting of some of the flash memory parameters mostly
related to gpio. This utility interacts with a control device in
/dev/. The flash memory contents is copied to the sram on boot up of
the chip and can be used to adjust how the chip sets up the gpio pins,
among other things. Support for setting or entering the chip password
is not provided.

o A number of sysctls are provided to mess with various settings.
These are detailed in the man page.


While not perfect, the chip is reasonable, cheap, and has at least one
vendor making a breakout board. It is also one of the only ones in
this space that has enough documentation to write a driver.

Support for a related chip, the MCP-2210, which provides SPI and GPIO
may exist some day as the programming interface is very simular.


# 1.1792 15-Dec-2024 mrg

install new pryo(4) manual, as requested in PR#58903.


# 1.1791 07-Dec-2024 martin

Now that shutdown(8) provides info why we are shutting down to the
shutdown scripts, add an optional local hook /etc/rc.shutdown.final
called last in the shutdown sequence and passed the reason.

This allows for easy local integration of special UPS commands before
we power down (e.g. to restart the UPS after some delay in case
utility power is restored too early and the machine has already powered
down and will only restart when it's power input is restored after being
off for a few seconds)


# 1.1790 04-Nov-2024 brad

Add a driver for the Maxim DS2482-100 and DS2482-800 I2C to 1-Wire
bridge.

This chip provides a I2C device that then has 1 or 8 1-Wire busses on
the other side. The 1-Wire buses show up as onewire(4) buses in the
NetBSD.

The chip can be used in situations where:

* You have a I2C bus extended a long distance, say with a LTC4311
active terminator / extender or one of the differential I2C
extenders and you would like to have a 1-Wire device on the far end
and it isn't possible to add wiring to get to the far end.

* You are either out of GPIO pins or the GPIO pins are not reliable
enough to use gpioow(4), but you do have working I2C.

The DS2482 does all of the 1-Wire signals in hardware and provides for
a couple of pullup options for the 1-Wire devices.

All of the functions of the DS2482-100 and -800 are supported except
for overdrive speed support. To do this will likely require some API
changes to onewire(4).

Breakout boards exist for the DS2482 for both variants, but they
appear to be more expensive than expected. The chip itself is quiet
cheap and wasn't all that hard to SMD solder to a board. No other
components are really needed.

There are other members in the same family, the DS2482-101, DS2484 and
DS2485. The DS2482-101 has a sleep pin, but from the datasheet
appears to program the same as the -100 variant. The DS2484 has a
slightly different way to set configuration information and probably
won't quite work with the driver, but isn't far off. The DS2485 is
very different and would require a new driver to function.


# 1.1789 30-Oct-2024 christos

Hook zstd to the build and enable it for libarchive and file.


# 1.1788 20-Oct-2024 mlelstv

Add ietp(4) man page.


# 1.1787 02-Sep-2024 ozaki-r

distrib, etc: install shmif_pcapin and its tests


# 1.1786 26-Aug-2024 riastradh

acpivmgenid(4): New driver for virtual machine generation ID.

Added to amd64/ALL and i386/ALL kernel configurations, and made
available as a loadable module acpivmgenid.kmod on x86, for now.

TBD: Add to all ACPI-supporting GENERIC kernels.

PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM
fork


# 1.1785 19-Aug-2024 riastradh

apei(4), acpihed(4): Wire up man pages to build.

PR kern/58046: Missing APEI (ACPI Platform Error Interface) support


# 1.1784 18-Aug-2024 riastradh

distrib/sets/lists/man/mi: Sort.

No functional change intended.


# 1.1783 18-Aug-2024 rin

sets/man{,html}: Add gdbserver(1)


# 1.1782 18-Aug-2024 rin

sets/man/mi: Restore {gdb,stabs}.info, and add annotate.info


# 1.1781 17-Aug-2024 gutteridge

distrib/sets/lists/man/mi: fix stabs.info entry for gdb 15.10


# 1.1780 16-Aug-2024 riastradh

distrib/sets/lists/man/mi: Mark gdb info files obsolete for 15.10.


# 1.1779 15-Aug-2024 christos

sigh, no more info files for gdb.


# 1.1778 01-Aug-2024 nat

Add manual page for ascaudio(4).


# 1.1777 12-Jul-2024 christos

updates for OpenSSL man pages


# 1.1776 09-Jul-2024 rin

sets/lists: Add MI files for binutils 2.42


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.1775 04-May-2024 reed

branches: 1.1775.2;
add the catman pages to the set for mkcsmapper and mkesdb


# 1.1774 04-May-2024 reed

Install the mkcsmapper.1 and mkesdb.1 manpages.


# 1.1773 30-Apr-2024 andvar

viac7temp(4): rewrite temperature sensor to read value from MSR instead of using
documented cpuid instruction and eax register.

This approach is adapted from linux via-cputemp.c, no official documentation is
currently available. However, msr value seems to work on all tested CPUs while
documented cpuid instruction typically reports 0, even for my C7-D CPU.
msr value seems to have temperature in Celsius in lower 24-bits without fraction
(thus "msr & 0xffffff;" is used).

Tested on my personal systems based on CPUs below (i386 and amd64):
C7-D 1.6GHz (i386 only), Nano X2 L4350E, Nano X2 U4300, U2300 Nano, KX-U6580.
Also got one response via email which was based on Nano X2 L4050 (VE-900).
Nano reports independent values for each core.
KX-U6580 seems to show the same value for all cores but more testing is needed.

Since it works on amd64 capable CPUs, adding driver to GENERIC kernel config.
Also moving viac7temp man page to x86 instead of i386 (with updates).
In theory the change should add support for all VIA Nano CPUs and Zhaoxin CPUs
at least up to KX-6000(G) series.

In the future I may need to introduce amd64 kernel module as well.

Plan to pullup to at least netbsd-10.

Patch mainly reviewed by riastradh.


# 1.1772 09-Apr-2024 nia

Add new sets: base32, debug32, manhtml

- base32 contains (when MKCOMPAT=yes) shared libraries for 32-bit
compatibility, previously included in base

- debug32 contains (when MKCOMPAT=yes) debug symbols and static libraries
containing debug symbols for 32-bit compatiblity, previously included
in debug

- manhtml contains (when MKHTML=yes) the HTML files previously included
in 'man', which are of limited utility without third-party software.

The motivation for this change is to be able to easily exclude sets
from CD-ROM images that go over the size limit without xz compression
(which many NetBSD platforms struggle to extract at acceptable speeds).


# 1.1771 22-Feb-2024 christos

new tool


# 1.1770 22-Feb-2024 christos

add new bind tools


# 1.1769 21-Feb-2024 christos

changes for new bind.
XXX: removing lint libraries where lint does not work anymore is temporary.


# 1.1768 01-Jan-2024 kim

Install postfix-tls-script (for "postfix tls")


# 1.1767 23-Nov-2023 riastradh

stack(7): New man page.

Should help with PR pkg/57708.

XXX pullup-10


# 1.1766 04-Oct-2023 rin

igc(4): Add and hook manpage


# 1.1765 27-Aug-2023 rillig

c.7: mention that C11 and C17 have been published


# 1.1764 26-Aug-2023 riastradh

certctl(8): New tool for managing OpenSSL CA certificates.

Same command-line syntax as FreeBSD, clearer semantics about which
parts are config and which parts are cache.


# 1.1763 11-Aug-2023 christos

sets for libfido2-1.13.0


# 1.1762 30-Jun-2023 gutteridge

Add npflog.4 to sets


# 1.1761 31-May-2023 christos

new openssl man pages


# 1.1760 10-May-2023 christos

update the sets for OpenSSL-3.x


# 1.1759 03-May-2023 phx

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.


# 1.1758 22-Dec-2022 nat

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.


Revision tags: netbsd-10-base
# 1.1757 21-Nov-2022 christos

branches: 1.1757.2;
lua libm API from Phil Rulon


# 1.1756 21-Nov-2022 brad

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.


# 1.1755 17-Nov-2022 brad

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.


# 1.1754 27-Aug-2022 dholland

Attach tradcpp to the build.


# 1.1753 12-Aug-2022 riastradh

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.)


# 1.1752 10-Jul-2022 nia

Add a manual page for udl(4)


# 1.1751 08-Jul-2022 nia

Add a man page for slurm(4)


# 1.1750 08-Jul-2022 nia

Add a manual page for uintuos(4)


# 1.1749 12-Jun-2022 tsutsui

Add luna68k specific section 4 man pages.

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


# 1.1748 06-Jun-2022 nia

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@.


# 1.1747 29-May-2022 nia

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


# 1.1746 29-May-2022 nia

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


# 1.1745 28-May-2022 nia

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


# 1.1744 28-May-2022 nia

mk: Add MKNTP, MKTCPDUMP knobs.


# 1.1743 27-May-2022 nia

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


# 1.1742 25-May-2022 nia

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


# 1.1741 25-May-2022 nia

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.


# 1.1740 25-May-2022 nia

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


# 1.1739 13-May-2022 brad

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.


# 1.1738 06-Apr-2022 reinoud

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


# 1.1737 24-Mar-2022 wiz

add more igpio man pages (cat4, html4)


# 1.1736 24-Mar-2022 manu

Add man page for Intel GPIO igpio.4


# 1.1735 24-Feb-2022 mrg

enable blkdiscard(8) build.


# 1.1734 16-Feb-2022 uwe

Add missing cat pages to fix MKCATPAGES build.


# 1.1733 23-Jan-2022 christos

PR/56657: Juraj Hercek: Add plainrsa-gen utility mentioned in racoon.conf(5)
and fix it for OpenSSL 1.1


# 1.1732 17-Jan-2022 thorpej

Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", and
add support for 8-bit and I2C variants of the chip:
- MCP23008 / MCP23S08: 8-bit (I2C / SPI)
- MCP23017 / MCP23S17: 16-bit (I2C / SPI)
- MCP23018 / MCP23S18: 16-bit (I2C / SPI), open-drain outputs

The MCP23x17 and MCP23x18 are essentially identical, software-wise; we
merely report different GPIO pin capabilities (no push-pull output for
MCP23x18). Also, remove the tri-state capability that was previously
advertised by the old version of this driver; these chips have no way
to put the pin into a HI-Z mode.

All 3 I2C versions are supported, but the SPI front-end still only
supports the MCP23S17 for now (SPI autoconfiguration needs an overhaul).

mcp23s17gpio(4) remains present as a link to the new mcpgpio(4) man page.

XXX Still to-do: FDT integration, interrupt suppoort.


# 1.1731 06-Jan-2022 nia

Add man pages for eqos(4), mcommphy(4)

lgtm jmcneill@


# 1.1730 07-Dec-2021 brad

A driver and user land utility for the Sparkfun Serial Controlled Motor
Driver module as illustrated here:

https://www.sparkfun.com/products/13911

A SCMD module is a ARM SOC simular to a Arduino in front of a motor
driver chip. The single SCMD module can control two motors and up to
16 additional modules can be chained together using an internal I2C
bus. One can interface with the SCMD using tty uart commands, SPI or
I2C. The driver in this commit adds a kernel driver for the I2C and
SPI interfaces. The command line utility provides a set of
convenience commands that support most of the functions of the SCMD
and is able to use the tty uart mode, SPI user land or the included
kernel driver in a uniform manor.

The use of the SCMD module is mostly for small robots and the like,
but it can control anything that is controllable by voltage.


# 1.1729 06-Nov-2021 brad

Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humidity
sensor such as:

https://www.adafruit.com/product/2857

This is a higher priced sensor with a lot of features, including the
ability to do sub-second periodic updates. The driver supports
everything about the sensor except for the alert pin.


# 1.1728 14-Oct-2021 brad

A driver for the Sensirion SGP40 MOx gas sensor. An example of this
chip from Adafruit is:

https://www.adafruit.com/product/4829

This is a moderately priced gas sensor that can detect volatile
organic compounds in the air. The driver uses the 3-clause BSD
licensed VOC algorithm provided by Sensirion to turn the raw sensor
metric into a VOC index which can indicate the quality of the air in a
particular indoor environment. All published functions of the chip
are supported and one unpublished feature.


# 1.1727 12-Oct-2021 msaitoh

Add hvn.4. OK'd by nonaka@.


# 1.1726 03-Oct-2021 brad

A driver for the Sensirion SHT40/SHT41/SHT45 temperature and humidity
sensor. An example of this chip is:

https://www.adafruit.com/product/4885

This is a lower cost chip that provides higher then usual precision
according to the data sheet. This driver supports all of the published
functions that the chip has.


# 1.1725 01-Aug-2021 andvar

add pcib(4), pceb(4), pcmb(4).
pcmb is a separate man page for i386 only, pceb and pcib are references to pci(4) only and mentioned in its bridges section.
ok riastradh


# 1.1724 25-Jul-2021 nia

Add a man page for amdccp(4)


# 1.1723 29-Jun-2021 nia

Remove uscanner(4) driver

This exists for compatibility with a Linux interface which was apparently
deprecated in Linux 2.6. There are various mailing list threads going
back to 2004 where the usefulness of this driver is discussed, but
the conclusion is that scanner software has all moved to using ugen(4)
instead, and enabling this driver will not help you scan things.


Revision tags: cjep_sun2x-base1
# 1.1722 03-Jun-2021 wiz

Fix typo, caught by riastradh


# 1.1721 03-Jun-2021 wiz

Remove i386/autoconf(4) and i386/console(4) to x86/autoconf(4) and x86/console(4)

Part of PR 36350.


Revision tags: cjep_sun2x-base cjep_staticlib_x-base1
# 1.1720 17-May-2021 yamaguchi

branches: 1.1720.2;
Add a new link-aggregation pseudo interface named lagg(4)

- FreeBSD's lagg(4) based implementation
- MP-safe and MP-scalable


Revision tags: cjep_staticlib_x-base
# 1.1719 07-May-2021 nia

branches: 1.1719.2;
hook up aiomixer


# 1.1718 27-Apr-2021 nia

add a man page for sun8icrypto(4)


Revision tags: thorpej-futex-base
# 1.1717 01-Apr-2021 riastradh

New vax documentation, vax/covid(4)


# 1.1716 01-Mar-2021 jakllsch

and the html for rge(4)...


# 1.1715 01-Mar-2021 jakllsch

install rge(4) manual


# 1.1714 26-Feb-2021 nia

add new evbarm device driver man pages


# 1.1713 10-Jan-2021 riastradh

Various entropy integration improvements.

- New /etc/security check for entropy in daily security report.

- New /etc/rc.d/entropy script runs (after random_seed and rndctl) to
check for entropy at boot -- in rc.conf, you can:

. set `entropy=check' to halt multiuser boot and enter single-user
mode if not enough entropy

. set `entropy=wait' to make multiuser boot wait until enough entropy

Default is to always boot without waiting -- and rely on other
channels like security report to alert the operator if there's a
problem.

- New man page entropy(7) discussing the higher-level concepts and
system integration with cross-references.

- New paragraph in afterboot(8) about entropy citing entropy(7) for
more details.

This change addresses many of the issues discussed in security/55659.
This is a first draft; happy to take improvements to the man pages and
scripted messages to improve clarity.

I considered changing motd to include an entropy warning with a
reference to the entropy(7) man page, but it's a little trickier:
- Not sure it's appropriate for all users to see at login rather than
users who have power to affect the entropy estimate (maybe it is,
just haven't decided).
- We only have a mechanism for changing once at boot; the message would
remain until next boot even if an operator adds enough entropy.
- The mechanism isn't really conducive to making a message appear
conditionally from boot to boot.


# 1.1712 27-Dec-2020 reinoud

Import Xterm's resize(1) for querying (x)terminal sizes in base for headless
clients


# 1.1711 10-Nov-2020 kamil

branches: 1.1711.2;
Reintroduce the support of MKCATPAGES

Requested by <mrg>


# 1.1710 09-Nov-2020 kamil

Remove catman pages support

No longer relevant after the MKCATPAGES removal.


# 1.1709 04-Nov-2020 mrg

mark pamu2fcfg(1) as pam so MKPAM=no sets work


# 1.1708 02-Nov-2020 khorben

PR/55747: Tobias Nygren: Install manpages for pam-u2f

I have generated the manual pages and referenced them into the sets.
It would probably help to add a Makefile rule, indicating how to
generate the manual pages again.

Tested with "build.sh release" on amd64.

Reviewed by Tobias Nygren before the commit.


# 1.1707 27-Oct-2020 ryo

move vmt(4) from MD to MI, and add support vmt on aarch64. tested on ESXi-Arm Fling

- move from sys/arch/x86/x86/{vmt.c,vmtreg.h,vmtvar.h} to sys/dev/vmt/{vmt_subr.c,vmtreg.h,vmtvar.h},
and split the attach part of the cpufeaturebus and fdt
- add aarch64 vmware backdoor op
- add include guard to vmt{reg,var}.h
- Yet there is still some little-endian dependency. it needs to be fixed in order to work properly on aarch64eb


# 1.1706 16-Oct-2020 ryo

in my previous commit, entries before the move must be obsolete rather than removed

pointed out by nonaka@, thanks


# 1.1705 14-Oct-2020 ryo

vmx(4) should be MI. moved to sys/dev/pci from sys/arch/x86/pci


# 1.1704 27-Sep-2020 roy

vether: Implement a virtual ethernet interface

The vether interface simulates a normal Ethernet interface by encapsulating
standard network frames with an Ethernet header, specifically for use as
a member in a bridge(4).

To use vether the administrator needs to configure an address onto the
interface so that packets can be routed to it. An Ethernet header will
be prepended and, if the vether interface is a member of a bridge(4),
the frame will show up there.

Taken from OpenBSD.


# 1.1703 21-Sep-2020 kim

Add MLINKS for empb.4


# 1.1702 08-Sep-2020 rillig

lists/man/mi: remove extraneous space


# 1.1701 08-Sep-2020 yamaguchi

Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o


# 1.1700 28-Aug-2020 christos

new compat_bsdos man page.


# 1.1699 20-Aug-2020 riastradh

Fill out WireGuard man pages.


# 1.1698 20-Aug-2020 riastradh

[ozaki-r] Add wg files


# 1.1697 26-Jul-2020 jdolecek

add rudimentary wwanc(4) manpage


# 1.1696 17-Jul-2020 kamil

man5/changelist.5 does not depend on MKPOSTFIX


# 1.1695 13-Jul-2020 jruoho

Add stub manual pages for /etc/changelist and /etc/pkgpath.conf.
Fixes PR bin/55477.


# 1.1694 23-Jun-2020 rin

Fix prefix for previous.


# 1.1693 23-Jun-2020 maxv

kernel_sanitizers.7


# 1.1692 15-Jun-2020 christos

Rename blacklist -> blocklist


# 1.1691 19-May-2020 jdc

Add tadpmu to Makefile and set list.


# 1.1690 16-May-2020 christos

move the fido man pages from man to comp where they belong. I wonder about
the other section 3 man pages? Should they also move from man to comp?


# 1.1689 16-May-2020 christos

Add ACL support for FFS. From FreeBSD.


# 1.1688 16-May-2020 maya

Remove uyap, USB YAP phone firmware loader.

And the associated ezload EZ-USB code, which is only used by uyap.
It could theoretically be used by other drivers, but none of them are
in tree.

I suspect that this device isn't in use, as phone technology has improved
a lot since 2001 when uyap(4) was added to the tree.

Proposed with no objections on netbsd-users on 13 April 2020


Revision tags: phil-wifi-20200421
# 1.1687 12-Apr-2020 simonb

Add uxrcom driver for Exar XR21V141x USB serial adapters. Based in part
on the OpenBSD single-port XR21V1410 uxrcom driver, but adds support
for multi-port chipsets and uses the common umodem framework instead of
being a standalone driver.

Thanks to skrll@ for much USB clue and mrg@ for financing the
development of this driver.


Revision tags: phil-wifi-20200411 phil-wifi-20200406
# 1.1686 04-Apr-2020 jdolecek

remove SMBFS and nsmb/netsmb - userland part


# 1.1685 02-Apr-2020 kamil

Add ioctlprint - descriptive ioctl value printer

ioctlprint(1) is embedded in the kdump(1) program.


# 1.1684 29-Mar-2020 christos

enable remote for libpcap and add rpcapd


# 1.1683 03-Mar-2020 christos

add libfido2, libcbor, pam-u2f, sort


Revision tags: is-mlppp-base
# 1.1682 26-Feb-2020 kamil

Register groups.0 and users.0 in distribution sets

Fixes MKCATPAGES=yes build.


# 1.1681 26-Feb-2020 riastradh

Draft man pages for the standard users and groups.

These are currently listed in order of uid because I went through
src/etc/group and src/etc/master.passwd line by line, and sorting any
other way after the fact -- like lexicographically, how it should be
-- was kinda inconvenient.

Feel free to sort, add information, add historical references,
correct any mistakes, &c., so that these remain living documents
describing NetBSD's standard users and groups and practices around
them.


# 1.1680 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.1679 02-Feb-2020 kamil

Port realpath(1) from FreeBSD

realpath(1) wraps realpath(3) and returns resolved physical path.

This utility shipped with GNU and FreeBSD is sometimes
used in scripts in the wild.


# 1.1678 29-Jan-2020 maya

remove urio(4), a driver for the Rio500 MP3 player.

At this point it is highly unlikely this 1999 device still has users,
but it still comes up in the context of maxv's USB-fuzzing (and any device
could pretend to be a urio(4)), so it's best to get rid of it.

Renamed all major entries to obsolete, as was done in previous removals.

This still requires an update to sanitizers, but they're located in
"external", perhaps it should be first committed upstream?

Proposed on tech-kern a month ago.


# 1.1677 22-Jan-2020 thorpej

I overlooked the esh(4) man page when removing HIPPI support; remove it
now. Thanks maxv@ for noticing and pointing it out.


# 1.1676 21-Jan-2020 taca

Revive entries for uyurex(4) as obsolete.


# 1.1675 20-Jan-2020 thorpej

Remove FDDI support.


# 1.1674 19-Jan-2020 riastradh

Remove filemon(4).

Discussed on tech-kern:
https://mail-index.NetBSD.org/tech-kern/2020/01/13/msg025938.html

This was never (intentionally) enabled by default, and the design has
some shortcomings. You can get mostly the same results with ktrace,
as in usr.bin/make/filemon/filemon_ktrace.c which is now used instead
of filemon for make's meta mode.

If applications require higher performance than ktrace, or nesting
that ktrace doesn't support, we might consider adding something back
into the vfs system calls themselves, without hijacking the syscall
table. (Might want a more reliable output format too, e.g. one that
can handle newlines in file names.)


# 1.1673 19-Jan-2020 thorpej

Remove Token Ring support.


# 1.1672 19-Jan-2020 thorpej

Remove the de(4) driver, which has long since been supplanted by the
tlp(4) driver, which supports more chips and more board variants.


# 1.1671 19-Jan-2020 martin

Fix set lists after HIPPI removal


# 1.1670 19-Jan-2020 thorpej

Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.


# 1.1669 17-Jan-2020 maya

Remove uyurex(4).

This is a driver for a "nonsense machine" made by the art group Maywa-Denki
in 2008. It was disabled by default.

Unfortunately even so it draws development attention (flaws found in the
code, MP-ification needs) and it is best not to continue to maintain this
driver.

Proposed without objections on tech-kern.


# 1.1668 01-Jan-2020 ryo

add support Aquantia AQC seriese 10G network adapters.

this driver is based on the FreeBSD version https://github.com/Aquantia/aqtion-freebsd ,
but drastically rewritten for NetBSD.


# 1.1667 23-Dec-2019 maxv

Revert the removal of filemon.


# 1.1666 18-Dec-2019 maxv

Retire filemon, discussed on tech-kern@.


# 1.1665 15-Dec-2019 christos

PR/54768: elo: Missing cksum(1) convenience links (and docs) for new sha2
functions.


# 1.1664 10-Dec-2019 yamaguchi

Ported driver for Intel Ethernet 700 series

reviewed by msaitoh and knakahara


# 1.1663 20-Nov-2019 hikaru

Add opencrypto driver for Intel QuickAssist.


Revision tags: phil-wifi-20191119
# 1.1662 01-Nov-2019 msaitoh

Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD with some cleanup
and IFM_NONE support.


# 1.1661 30-Oct-2019 msaitoh

Add jmphy(4) from OpenBSD.


# 1.1660 28-Oct-2019 maxv

Add nvmmctl, with two commands for now.


# 1.1659 28-Oct-2019 ozaki-r

Implement a front-end driver of virtio-9p called vio9p

In conjunction with mount_9p, it enables a NetBSD system running as a VM guest
to mount an exported filesystem by the host via virtio-9p. It exports a 9p
end-point of virtio-9p via a character device file for mount_9p.

Reviewed by yamaguchi@


# 1.1658 25-Oct-2019 martin

Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU
systems. From Andrew Doran in PR kern/54648.


# 1.1657 15-Oct-2019 christos

remove sup


# 1.1656 07-Oct-2019 msaitoh

Add support IC Plus IP1000* PHYs. PR/kern 42314 first reported by
Tomokazu HARADA and patch provided by Andrius V.


# 1.1655 21-Sep-2019 jmcneill

Add support for Mellanox 5th generation ethernet devices. This driver
supports the ConnectX-4 Lx EN, ConnectX-4 EN, ConnectX-5 EN, and
ConnectX-6 EN adapters.

Driver ported from OpenBSD.


# 1.1654 20-Sep-2019 mrg

add mos(4) driver for Moschip MCS7730/MCS7830/MCS7832 usb ethernet.
ported from openbsd. usbnet version loses about 40% of code.


# 1.1653 16-Sep-2019 mlelstv

Include mount_zfs man pages only for MKZFS builds.


# 1.1652 15-Sep-2019 brad

Add support for legacy ZFS filesystems, specified by mountpoint=legacy
in the ZFS properties of the dataset and a simple man page for
mount_zfs. With this, it is possible to put ZFS filesystems in
/etc/fstab as file system type zfs.

Add a rc.d script that kicks the module ZFS load mostly before
mountall runs simular to what LVM does. This allows for any legacy
mounts to be specified in critical_local_filesystems and allows for
ZFS pools on top of cgd (probably among other things). Introduce a
rc.conf variable called zfs which needs to be set to YES, in the usual
manor of things, to get zvols and ZFS dataset support rather then just
assume that 'zfs mount' does that in mountall. Fix a problem in
mountall if ZFS is not compiled into the system.


# 1.1651 30-Aug-2019 mrg

document usbnet diagnostics in usbnet(4). remove all the no longer
present messages in specific drivers for the usbnet drivers.


# 1.1650 23-Aug-2019 mrg

fix MKCXX=no:
- don't build GDB
- don't build sanitizers
- don't build GCC commands
- fix some set lists


Revision tags: netbsd-9-base
# 1.1649 25-Jul-2019 rmind

branches: 1.1649.2;
Install the npf-params(7) man page.


# 1.1648 12-Jun-2019 mrg

move creds_msdos.8 into the normal place and install it.


Revision tags: phil-wifi-20190609
# 1.1647 06-Jun-2019 mrg

install new evbarm/rktsadc(4) manual.


# 1.1646 01-Jun-2019 kamil

Fix CATPAGES entries in distrib files

Register CMSG_DATA.0, getcchar.0, acorn32/boot.0.

These files were marked as obsolete which is no longer true.


# 1.1645 01-Jun-2019 jmcneill

Install ssh-copy-id(1) from the OpenSSH 8.0p1 portable distribution.


# 1.1644 01-May-2019 mlelstv

Add man pages for Amiga clock chips


# 1.1643 22-Apr-2019 maya

Add awge(4) man page


# 1.1642 26-Mar-2019 pgoyette

Update sets lists for new srt(4) man page.


# 1.1641 25-Mar-2019 maxv

Remove compat_osf1, discussed on tech-kern@.


# 1.1640 17-Mar-2019 tnn

add ssdfb(4) manual page


# 1.1639 26-Feb-2019 rin

Install unpigz(1).


# 1.1638 23-Feb-2019 kamil

Add KCOV - kernel code coverage tracing device

The KCOV driver implements collection of code coverage inside the kernel.
It can be enabled on a per process basis from userland, allowing the kernel
program counter to be collected during syscalls triggered by the same
process.

The device is oriented towards kernel fuzzers, in particular syzkaller.

Currently the only supported coverage type is -fsanitize-coverage=trace-pc.

The KCOV driver was initially developed in Linux. A driver based on the
same concept was then implemented in FreeBSD and OpenBSD.

Documentation is borrowed from OpenBSD and ATF tests from FreeBSD.

This patch has been prepared by Siddharth Muralee, improved by <maxv>
and polished by myself before importing into the mainline tree.

All ATF tests pass.


# 1.1637 06-Feb-2019 rin

Add ure(4): RealTek RTL8152/RTL8153 10/100/Gigabit USB Ethernet device.
Ported from OpenBSD. Support for RX/TX checksum offload added by myself.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118
# 1.1636 29-Dec-2018 maxv

Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the same
recently.


Revision tags: pgoyette-compat-1226
# 1.1635 20-Dec-2018 wiz

If last column contains 'obsolete', last but one should be foo-obsolete


# 1.1634 19-Dec-2018 jakllsch

fix set lists for symlinked man pages after compat_svr4 removal


# 1.1633 19-Dec-2018 maxv

Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,
but also as discussed several times in the past.


# 1.1632 12-Dec-2018 maxv

Add a NVMM(4) man page.


# 1.1631 12-Dec-2018 maxv

Retire the LMC driver, and its associated lmcconfig tool. LMC has been
mentioned repeatedly as a non-MP-safe driver that is hard to maintain,
and no one is taking care of it.

LMC was removed from OpenBSD three years ago, and from FreeBSD a few
months ago.


# 1.1630 08-Dec-2018 sevan

Include ztest(1) in builds.


# 1.1629 01-Dec-2018 jdolecek

now that Jared fixed ena(4) to work, add manpage for it; adapted from FreeBSD


Revision tags: pgoyette-compat-1126
# 1.1628 24-Nov-2018 bouyer

add a man page for the new mpii, mostly from OpenBSD.


Revision tags: pgoyette-compat-1020
# 1.1627 30-Sep-2018 jmcneill

Install mount_qemufwcfg everywhere instead of just x86.


Revision tags: pgoyette-compat-0930
# 1.1626 23-Sep-2018 christos

merge openssl-1.1.1


# 1.1625 23-Sep-2018 maxv

Remove ISDN from the kernel. It has remained unmaintained for a long time,
is of poor quality, and is now an obstacle to MP-ification. It was removed
ten years ago from FreeBSD for the same reason.

This retires a big user of the mbuf API, and will ease maintenance of the
kernel.


# 1.1624 23-Sep-2018 maxv

Remove the userland part of ISDN. The kernel part is untouched for now.
ipppctl was actually an exact copy of pppoectl; there is no functional
change in pppoectl in this commit.


# 1.1623 22-Sep-2018 maxv

Remove isic(4). It is part of ISDN, which we are now retiring.


# 1.1622 22-Sep-2018 maxv

Remove iwic(4). It is part of ISDN, which we are now retiring. This driver
was still marked as experimental (its man page dates back to 2002).


# 1.1621 22-Sep-2018 maxv

Remove ifpci(4). It is part of ISDN, which we are retiring.


# 1.1620 21-Sep-2018 maxv

Remove iavc(4).


# 1.1619 21-Sep-2018 maxv

no, put umbctl into netutil


# 1.1618 21-Sep-2018 maxv

umbctl is not related to ISDN, move it into man-sysutil-man, spotted by
martin@


# 1.1617 19-Sep-2018 maxv

Remove daic(4), it has never been functional.

ok martin@


# 1.1616 06-Sep-2018 maxv

en leftover


# 1.1615 06-Sep-2018 kre

When a man page becomes obsolete, its html form does as well.
Remove en.html (that is, mark it obsolete).


# 1.1614 06-Sep-2018 maxv

Remove the network ATM code.


# 1.1613 06-Sep-2018 maxv

Retire the 'midway' driver. Discussed on tech-net@ recently and also three
years ago, part of removing the network ATM code.


Revision tags: pgoyette-compat-0906
# 1.1612 25-Aug-2018 rin

Add mue(4), driver for Microchip LAN75xx/LAN78xx known as internal NIC of
Raspberry Pi 3 B+, from OpenBSD.

Tested on Raspberry Pi 3 B+ (LAN7800) and Z-TEK ZE582 (LAN7500).

* BUGS/TODO

- If the media type is set to something other than 1000baseT-FDX, data
transmission becomes quite unstable. Also, ukphy(4) recognize 1000baseT as
a supported media type, but it is not in fact.

- Catch up with changes made to usmsc(4) in nick-nhusb branch, i.e.,
make the driver MP-safe.

- Support RX/VLAN/TX chekcsum offloading.


# 1.1611 25-Aug-2018 martin

obsolete ndiscvt


# 1.1610 25-Aug-2018 maxv

Retire NDIS. It appears that it has never worked, after 13 years it was
still marked as "experimental", and nowadays it may be one more obstacle
to MPification of the network stack.

Discussed on tech-net@.


# 1.1609 14-Aug-2018 maxv

Retire EtherIP, we have L2TP instead.


# 1.1608 12-Aug-2018 christos

fix sets for new bind


# 1.1607 08-Aug-2018 maya

Adjust set lists better.


# 1.1606 08-Aug-2018 maya

Remove nsp(4) documentation following the removal of code.


# 1.1605 03-Aug-2018 kamil

Fix distribution lists with MKCATPAGES=yes

Add SCTP documentation.


# 1.1604 31-Jul-2018 rjs

Add man page for sctp(4).


# 1.1603 31-Jul-2018 khorben

Add a port of the umb(4) driver from OpenBSD

The umb(4) driver provides support for USB MBIM (Mobile Broadband
Interface Model) devices.

MBIM devices establish connections via cellular networks such as GPRS,
UMTS, and LTE. They appear as a regular point-to-point network interface, transporting raw IP frames.

Required configuration parameters like PIN and APN have to be set with
umbctl(8), a new tool specific to this driver. The IP address is configured
automatically; the default route and DNS server information have to be set
separately.

The driver is not fully functional yet, it is therefore still marked as
experimental and disabled by default. Any help welcome to complete it!

Tested on NetBSD/amd64, with a Sierra Wireless EM7345 LTE modem on a Lenovo
ThinkPad T440s. No functional change expected otherwise.


Revision tags: pgoyette-compat-0728
# 1.1602 27-Jul-2018 rkujawa

Add TEA5767 FM radio driver. From Karuna Grewal.


# 1.1601 24-Jul-2018 christos

sets for base64


# 1.1600 21-Jul-2018 maxv

Remove the tprof_amdpmi.4 and tprof_pmi.4 man pages.


# 1.1599 15-Jul-2018 maxv

Retire ipkdb entirely. The option was removed from the config files
yesterday.

ok kamil christos


# 1.1598 13-Jul-2018 maxv

Remove tpfmt(1). Its code was merged into tprof(8).


# 1.1597 13-Jul-2018 maxv

Remove the usr.bin/pmc tool. People should use tprof instead.


# 1.1596 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


# 1.1595 29-Jun-2018 roy

Remove dhclient from the base system.

Discussed here:
https://mail-index.netbsd.org/tech-userlevel/2018/06/21/msg011233.html


Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.1594 13-Jun-2018 ozaki-r

branches: 1.1594.2;
Retire fast_ipsec.4

We switched to Fast IPsec at NetBSD 6.0 and that's the IPsec implementation of
us now. So we don't need to have a separate manual. Merge fast_ipsec.4 into
ipsec.4 and remove fast_ipsec.4.


# 1.1593 31-May-2018 kamil

Fix build with MKCATPAGES=yes

zpool-features.8 -> zpool-features.0


# 1.1592 28-May-2018 chs

merge a new version of the CDDL dtrace and ZFS code.
this changes the upstream vendor from OpenSolaris to FreeBSD,
and this version is based on FreeBSD svn r315983.

in addition to the 10 years of improvements from upstream,
this version also has these NetBSD-specific enhancements:
- dtrace FBT probes can now be placed in kernel modules.
- ZFS now supports mmap().


# 1.1591 28-May-2018 nat

Move the audio specification to section 9 under audio_system.

Ok wiz@


# 1.1590 27-May-2018 thorpej

Add a driver for the Taos TSL256x light sensors.


# 1.1589 23-May-2018 christos

remove Mail


Revision tags: pgoyette-compat-0521
# 1.1588 20-May-2018 thorpej

Add a 1PPS-over-GPIO driver, originally by Brad Spencer, with changes by
me to adapt to the new GPIO interrupt interface and support a wider variety
of GPIO pin configuations.

PR kern/51676


# 1.1587 19-May-2018 thorpej

Add an example "gpioirq" driver that demonstrates interrupts on GPIO
pins. Will be enhanced in the future to support sending events to
user space on edge-triggered interrupt events.

Based on initial work by Brad Spencer.
PR kern/51676


# 1.1586 15-May-2018 nat

Add the audio mixer specification to section 7 of the manual.
See posting on tech-kern - "NetBSD Audio Specification 2018."


# 1.1585 09-May-2018 msaitoh

Add a maunal page for ixv(4).


# 1.1584 05-May-2018 sevan

Add a manual for bozohttpd(3lua)


# 1.1583 04-May-2018 kamil

Improve the category of libbozohttpd.0 in distribution sets

It's man-sys-catman, not man-netutil-catman.


# 1.1582 04-May-2018 kamil

Register a new cat page: libbozohttpd.0

Fix build of the distribution with MKCATPAGES=yes.


# 1.1581 03-May-2018 sevan

Hello libbozohttpd(3)
Enabling as it is a dependency for bozohttpd(3lua).


Revision tags: pgoyette-compat-0502
# 1.1580 01-May-2018 kamil

Register a missing file in the distribution sets

Add ./usr/share/man/cat3lua/netpgp.0 for cat-pages.


# 1.1579 30-Apr-2018 martin

Add missing netpgp.html (for new lua binding)


# 1.1578 30-Apr-2018 sevan

Add a manual for netpgp(3lua)


Revision tags: pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.1577 25-Feb-2018 kamil

branches: 1.1577.2;
Register the x86/imcsmb man/cat/html page


# 1.1576 09-Feb-2018 christos

fix openssl-1.1


# 1.1575 25-Jan-2018 kamil

Correct the plist entry for ./usr/share/man/cat8/acorn32/MAKEDEV.0

This file is obsolete, replace '.cat' with 'obsolete'.


# 1.1574 25-Jan-2018 christos

man pages for amdsmn and amdzentemp


# 1.1573 24-Jan-2018 wiz

When second keyword is 'obsolete', first one should be foo-obsolete as well.


# 1.1572 24-Jan-2018 skrll

Remove port-acorn26

OK core@


# 1.1571 22-Jan-2018 kamil

Add mount_autofs(8) from DragonFly BSD


# 1.1570 10-Jan-2018 knakahara

add ipsec(4) interface man as ipsecif.4.


# 1.1569 09-Jan-2018 christos

Merge autofs support from: Tomohiro Kusumi
XXX: Does not work yet


# 1.1568 28-Dec-2017 christos

Add new entries, sort


# 1.1567 19-Dec-2017 christos

add an MI intro page (from FreeBSD)


# 1.1566 10-Dec-2017 bouyer

Add man pages for new ihidev and ims drivers.


# 1.1565 29-Nov-2017 wiz

mount_qemufwcfg is only installed on i386 and amd64, and so is its manpage.

Move it to the architecture dependent set lists.

Noted by martin.


# 1.1564 28-Nov-2017 wiz

Install qemufwcfg(4) and mount_qemufwcfg(8).


# 1.1563 26-Oct-2017 maya

Add man page for bwfm(4)

Wireless driver for Broadcom and some now sold by Cypress.


# 1.1562 01-Oct-2017 maya

Add arguments to tail:
-q: suppress filename headers when multiple files are used
-v: print filename headers even when only one file is used

head already supports the same arguments, which originated in GNU head.
GNU tail also has the same flags.


Add tac, a hard link to 'tail -rq'.
Prints a file in reverse line order.

Similar to GNU tac, but lacking any options.

Add accompanying documentation.


# 1.1561 30-Sep-2017 sevan

Add a manual for uipad(4)


# 1.1560 12-Sep-2017 wiz

Remove scc(4), driver was replaced by zs(4).

Fixes PR 52539 by Miod Vallat.


Revision tags: perseant-stdc-iso10646-base
# 1.1559 16-Jun-2017 pgoyette

branches: 1.1559.2;
Add gpio support for Xscale

From Stephan Meisenger in PR/52163


# 1.1558 13-Jun-2017 nat

Update for wsbell(4) manual pages.


Revision tags: matt-nb8-mediatek-base netbsd-8-base
# 1.1557 27-May-2017 bouyer

branches: 1.1557.2;
merge the bouyer-socketcan branch to HEAD.

CAN stands for Controller Area Network, a broadcast network used
in automation and automotive fields. For example, the NMEA2000 standard
developped for marine devices uses a CAN network as the link layer.

This is an implementation of the linux socketcan API:
https://www.kernel.org/doc/Documentation/networking/can.txt
you can also see can(4).

This adds a new socket family (AF_CAN) and protocol (PF_CAN),
as well as the canconfig(8) utility, used to set timing parameter of
CAN hardware. Also inclued is a driver for the CAN controller
found in the allwinner A20 SoC (I tested it with an Olimex lime2 board,
connected with PIC18-based CAN devices).

There is also the canloop(4) pseudo-device, which allows to use
the socketcan API without CAN hardware.

At this time the CANFD part of the linux socketcan API is not implemented.
Error frames are not implemented either. But I could get the cansend and
canreceive utilities from the canutils package to build and run with minimal
changes. tcpudmp(8) can also be used to record frames, which can be
decoded with etherreal.


# 1.1556 21-May-2017 riastradh

Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export. The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated. I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet... That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.


Revision tags: prg-localcount2-base3
# 1.1555 16-May-2017 jdolecek

add vioscsi(4) manpage


Revision tags: prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1
# 1.1554 19-Apr-2017 riastradh

branches: 1.1554.2;
Offering for the wiz daemon.


# 1.1553 11-Apr-2017 kre

The new bc/dc has no dc.info file.


# 1.1552 06-Apr-2017 wiz

Add evbarm/gxio(4).

Based on PR 52137 by Stephan Meisinger, with some man page improvements
by myself.


Revision tags: pgoyette-localcount-20170320
# 1.1551 06-Mar-2017 maya

fix set lists for pxaip(4). it's not a pmax man page.


# 1.1550 06-Mar-2017 pgoyette

Add pxaip(4) man page to the sets list.


# 1.1549 16-Feb-2017 knakahara

add man for l2tp(4).


# 1.1548 06-Feb-2017 christos

add nc


# 1.1547 28-Jan-2017 nat

bta2dpd - Bluetooth Advand Audio Distribution (A2DP) Profile Daemon.

bta2dpd allows you to stream audio to and from bluetooth devices.
It features high quality stereo audio and is intended for use with pad(4)
device.

As discussed on current-users@ and tech-userlevel@


# 1.1546 21-Jan-2017 jdolecek

add skeleton manpage for xhci(4)


Revision tags: bouyer-socketcan-base
# 1.1545 07-Jan-2017 christos

branches: 1.1545.2;
more nsd


# 1.1544 07-Jan-2017 christos

more nsd


# 1.1543 07-Jan-2017 christos

add npfd


Revision tags: pgoyette-localcount-20170107
# 1.1542 05-Jan-2017 wiz

Tag cleanup: if the last column contains 'obsolete', the one before should too.


# 1.1541 03-Jan-2017 maya

remove npx(4) and references to it. bump dates for reference removal.

This used to refer to x87 support for x86 machines.

npx isn't really a driver any more. we don't support x86 hardware
without an FPU, and we don't call it by that name in the code or
attach it as npx at something.

brought up on tech-kern. unfortunately the copy to port-i386 disappeared
in a spam filter.


# 1.1540 14-Dec-2016 kre

Sort the unsorted sets lists (they should all be correctly sorted now.)


# 1.1539 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104
# 1.1538 29-Oct-2016 kamil

Fix generation of distribution with MKCATPAGES=yes

There are 50+ files from recent OpenSSL that are missing in the .cat set.

Add missing entries to appropriate lists.


# 1.1537 14-Oct-2016 spz

periphereal updates and generated files for the new openssl.
Expect at least one more commit until the tree builds again.


# 1.1536 03-Oct-2016 rkujawa

Add mntva(4) man page to dist list.


# 1.1535 02-Oct-2016 jdolecek

add ahci(4) to list


# 1.1534 14-Sep-2016 scole

Add platinumfb man page


Revision tags: localcount-20160914
# 1.1533 24-Aug-2016 szptvlfn

fix the build ( MKUNBOUND=no ).


# 1.1532 20-Aug-2016 christos

add unbound stuff


# 1.1531 11-Aug-2016 christos

new tcu man pages


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.1530 01-Jul-2016 christos

branches: 1.1530.2;
cgdconfig is no crypto.


# 1.1529 29-Jun-2016 christos

fix sets for MKCRYPTO=no


# 1.1528 25-Jun-2016 maya

Delete bpm(1)
It hasn't worked in a long time.

PR bin/51268


# 1.1527 12-Jun-2016 abhinav

Mark hp300/crash.{0,8,html} obsolete.
Discussed on: http://mail-index.netbsd.org/port-hp300/2016/06/07/msg000106.html


# 1.1526 04-Jun-2016 nonaka

nvmectl(8): Added NVM Express control utility.

Ported from FreeBSD nvmecontrol(8).


# 1.1525 04-Jun-2016 agc

Following positive feedback on tech-userlevel, move the sys_info
script from othersrc to usr.bin/sys_info

The sys_info script is a small script which will show the version
information for installed utilities. It also works on the kernel, and
on most libraries.

Its use is as follow:

[19:41:13] agc@netbsd-002 ...external/bsd/sys_info [4568] > ./sys_info -a
awk-20121220
bind-9.10.3pl3
bzip2-1.0.6
calendar-20160601
ftpd-20110904
g++-4.8.5
gcc-4.8.5
grep-2.5.1anb1
gzip-20150113
bozohttpd-20151231
NetBSD-7.99.26
netpgp-3.99.17
netpgpverify-20160214
ntp-4.2.8pl5
openssl-1.0.1r
sqlite3-3.12.2
openssh-7.1
opensshd-7.1
tcsh-6.19.00
xz-5.2.1
[19:41:20] agc@netbsd-002 ...external/bsd/sys_info [4569] > ./sys_info ntp ssh netpgp
ntp-4.2.8pl5
openssh-7.1
netpgp-3.99.17
[19:41:31] agc@netbsd-002 ...external/bsd/sys_info [4570] > ./sys_info ntp ssh netbsd
ntp-4.2.8pl5
openssh-7.1
NetBSD-7.99.26
[19:41:38] agc@netbsd-002 ...external/bsd/sys_info [4571] >

The -a option can be given to the script to print out the information
on all known components.

The sys_info script also works on libraries, returning their
"versions" as given by the shared object version numbers.

[19:45:06] agc@netbsd-002 ...external/bsd/sys_info [4572] > ./sys_info libevent libXfont libc netbsd
libevent-4.0
libXfont-3.0
libc-12.200
NetBSD-7.99.26
[19:45:27] agc@netbsd-002 ...external/bsd/sys_info [4573] >

Alistair Crooks
Wed Jun 1 19:44:01 PDT 2016


# 1.1524 01-May-2016 nonaka

Added nvme(4) for Non-Volatile Memory Host Controller Interface devices.
Ported from OpenBSD.


# 1.1523 28-Apr-2016 christos

new editline.7 man page.


# 1.1522 02-Apr-2016 kamil

Add malloc.conf.0 to fix build with MKCATPAGES


# 1.1521 01-Apr-2016 msaitoh

Add malloc.conf.5 (link to jemalloc.3).


# 1.1520 29-Feb-2016 riastradh

Tag ctf.5 man page with ctf, not dtrace.


# 1.1519 21-Feb-2016 christos

ctf stuff belongs to ctf not to the dtrace set


# 1.1518 18-Jan-2016 kamil

Add new man-page full(4) for the /dev/full device

DESCRIPTION
The full device always return ENOSPC on writing,

In all other cases it behaves like the zero(4) device and provides an
infinite stream of zeros.


# 1.1517 05-Jan-2016 nonaka

Add ismt(4) man page.


# 1.1516 18-Dec-2015 christos

add sortinfo


# 1.1515 16-Dec-2015 jdc

Add manual page for ADM1026.


# 1.1514 13-Dec-2015 rjs

mount_psshfs and mount_sysctlfs don't depend on rump anymore.


# 1.1513 12-Dec-2015 christos

Add ip6addrctl


# 1.1512 08-Nov-2015 christos

Some of the puffs mount programs don't need RUMP, re-enable them.


# 1.1511 14-Oct-2015 nonaka

PR/50261: Add valz(4) man page.


# 1.1510 24-Sep-2015 christos

fix typo


# 1.1509 24-Sep-2015 christos

update for libproc/librtld_db/dtrace changes


# 1.1508 27-Aug-2015 nonaka

Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network
devices. Ported from OpenBSD.


# 1.1507 23-Aug-2015 rkujawa

Add man page for mcp48x1dac driver.


# 1.1506 23-Aug-2015 mrg

move the obsolete list files into their respective sets. this means
that if you install a new set and run "postinstall fix obsolete"
the expected things happen.

(hi 12.5 year old me who thought base was better than etc set, which
it really was, but this is better again :-)


# 1.1505 18-Aug-2015 phx

MI driver for the Microchip 3x0x series of SAR analog to digital converters.


# 1.1504 17-Aug-2015 knakahara

Add intrctl(8) man.


# 1.1503 10-Aug-2015 mrg

obsolete and clean up gcc=3 (3.3), gcc=4 (4.1), and gcc=45 (4.5) sets.


# 1.1502 03-Jun-2015 pgoyette

Add some additional cat pages that are generated by the MKCATPAGES
build option.

Pointed out by Kamil Rytarowski on current-users@


# 1.1501 13-May-2015 mlelstv

Add documentation for the drvctl driver and add reference.
Fixes PR 49895.


# 1.1500 04-May-2015 pgoyette

Add new tco(4) man page to sets list.


# 1.1499 16-Apr-2015 mrg

install as bozohttpd/bozohttpd.8 as well as httpd.


# 1.1498 22-Mar-2015 ast

Import a substantially modified service(8) command from FreeBSD to
manage rc.d scripts. This command is well known on most other Unixes
and should help soften the learning curve for Unix admins coming
to NetBSD.


# 1.1497 21-Mar-2015 jmcneill

Process /etc/modules.conf (if present) at startup, before securelevel is
raised, to allow module loading on ports without a module aware bootloader.


# 1.1496 02-Mar-2015 christos

add pwait.


# 1.1495 08-Feb-2015 wiz

Add man page for iwm(4).


# 1.1494 25-Jan-2015 christos

stuff added by blacklist


# 1.1493 05-Jan-2015 mrg

elftosb depends upon MKCXX.


# 1.1492 30-Dec-2014 mrg

install midirecord.


# 1.1491 02-Dec-2014 msaitoh

Add missing src(7) reported by Patrick Welche.


# 1.1490 02-Dec-2014 pooka

add a high-level rumpkernel.7 manpage


# 1.1489 22-Nov-2014 pettai

Add kdigest(8) manpage


# 1.1488 26-Oct-2014 tls

Build and install virtio(4) manual page - missed in previous commit.


# 1.1487 23-Sep-2014 njoly

Add some missing cat pages: hdestroy_r.0 and dnssec-importkey.0


# 1.1486 25-Aug-2014 tsutsui

Add a man page for arcofi(4) driver. From OpenBSD.


Revision tags: netbsd-7-base tls-maxphys-base
# 1.1485 09-Aug-2014 apb

branches: 1.1485.2;
Mark gkermit files "obsolete", don't remove then from the set lists.


Revision tags: tls-earlyentropy-base
# 1.1484 08-Aug-2014 apb

Install man page for ekermit(1).


# 1.1483 08-Aug-2014 apb

Unhook gkermit from the build.
It is being replaced by the BSD-licenced ekermit, as proposed
on tech-userlevel on 7 Aug 2014.


# 1.1482 02-Aug-2014 rmind

NPF: add a general npf(7) manual page. Improved by wiz@.


# 1.1481 01-Aug-2014 christos

add timeout(1)


# 1.1480 24-Jul-2014 alnsn

man 4 bpfjit


# 1.1479 13-Jul-2014 mbalmer

Add a man page for asus(4), written by Leonardo Taccari as part of PR/39932.


# 1.1478 08-Jul-2014 spz

infrastructure for bind-9.10.0-P2:
adding the tools delv and dnssec-importkey
adding libirs to support delv


# 1.1477 06-Jul-2014 tron

Update set lists for Postfix 2.11.1.


# 1.1476 23-Jun-2014 christos

remove gdbint.info; it is no more.


# 1.1475 10-Jun-2014 hikaru

Add VMware VMXNET3 ethernet driver from OpenBSD, vmx(4).


# 1.1474 18-May-2014 jakllsch

add hythygtemp man page files to setlist


# 1.1473 15-May-2014 apb

sort


Revision tags: yamt-pagecache-base9
# 1.1472 25-Apr-2014 abs

Fix MKPAM=no build


# 1.1471 23-Apr-2014 kardel

install bcmgpio.4 for evbarm arch


# 1.1470 22-Apr-2014 kardel

add a driver for BCM2835 obio gpio


# 1.1469 15-Apr-2014 ginsbach

Hook getaddrinfo(1) into the build. Hi riastradh!


# 1.1468 06-Apr-2014 kardel

add Microchip MCP23S17 GPIO driver
(via SPI interface)


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
# 1.1467 01-Apr-2014 christos

branches: 1.1467.2;
add kvno


# 1.1466 25-Mar-2014 ozaki-r

Add MKCTF

This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they have now).

This variable would be merged into MKDTRACE eventually, once CTF stuffs
work correctly again.


# 1.1465 19-Mar-2014 nonaka

Add a driver for Realtek RTS5209/RTS5229 Card Reader.
Ported from OpenBSD.


Revision tags: riastradh-drm2-base3
# 1.1464 16-Mar-2014 martin

Add umcs(4)


# 1.1463 03-Mar-2014 pooka

add man page for rumpfs


# 1.1462 03-Mar-2014 skrll

Restore the hp700 file entries and mark them obsolete.

Don't mark any hppa files obsolete - delete them.


# 1.1461 03-Mar-2014 ozaki-r

Add micphy


# 1.1460 24-Feb-2014 skrll

Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.


# 1.1459 21-Feb-2014 jdc

Add the tsciic manual pages to the sets lists.


# 1.1458 21-Jan-2014 mlelstv

Add igmafb man page.


# 1.1457 16-Jan-2014 pooka

Add rump_wmd, a utility to resolve rump kernel component dependencies.


# 1.1456 28-Dec-2013 christos

add new ntp man pages.


# 1.1455 28-Dec-2013 rjs

Only build shmif_dumpbus when rump is available.


# 1.1454 25-Dec-2013 christos

add smbutil


# 1.1453 24-Dec-2013 rkujawa

Add acafh(4) to man dist list.


# 1.1452 17-Dec-2013 njoly

Do not remove luacore entries, mark them as obsolete instead.


# 1.1451 16-Dec-2013 lneto

renamed luacore to luasystm


# 1.1450 13-Nov-2013 mbalmer

Document syslog(3lua).


# 1.1449 12-Nov-2013 pettai

Added zless(1) - comes in the lastest version of zmore(1) from OpenBSD
(OKed by tron@)


# 1.1448 29-Oct-2013 mbalmer

add pmf(9lua) man page


# 1.1447 29-Oct-2013 mbalmer

add a core(9lua) man page


# 1.1446 28-Oct-2013 mbalmer

link luactl(8) to the build


# 1.1445 27-Oct-2013 mbalmer

add a sqlite(3lua) manual page


# 1.1444 27-Oct-2013 apb

sort


# 1.1443 26-Oct-2013 mbalmer

first shot at documenting gpio(3lua)


# 1.1442 26-Oct-2013 nonaka

Add driver for ASIX AX88178a and AX88179 Ethernet interface.
Ported from OpenBSD.


# 1.1441 26-Oct-2013 mbalmer

build and install intro(3lua) and intro(9lua)


# 1.1440 24-Oct-2013 mbalmer

link the lua(4) man page


# 1.1439 18-Oct-2013 kefren

Attempt to write a manpage for ldpd.conf


# 1.1438 15-Oct-2013 jdc

Add lmenv.4 to the manual page makefile and to the set list.


# 1.1437 15-Oct-2013 skrll

Basic man page for dwctwo.


# 1.1436 08-Sep-2013 rkujawa

Add mpl115a(4) man page to dist list.


# 1.1435 11-Aug-2013 joerg

Sort entries in strcmp order.


# 1.1434 09-Aug-2013 rkujawa

Add xsh(4) man page to dist list.


# 1.1433 06-Aug-2013 soren

Build orphaned man pages.


# 1.1432 31-Jul-2013 soren

Move shared x86 man pages from man8.i386 to man8.x86.


# 1.1431 31-Jul-2013 soren

All of the man8.i386 man pages also apply to amd64.

Remove references to obsolete w95boot.8 man page and CONSOLE_POLICY option.

Closes PR port-amd64/48038.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.1430 10-Jun-2013 kardel

adjust soekrisgpio driver to NetBSD


# 1.1429 09-Jun-2013 christos

alias vnconfig -> vndconfig


# 1.1428 07-May-2013 rkujawa

Add mcp980x(4) man page to dist list.


# 1.1427 26-Apr-2013 rkujawa

Add tps65217pmic(4) page to dist list.


# 1.1426 09-Apr-2013 njoly

+athn.0


# 1.1425 07-Apr-2013 kardel

add pcap-tstamp.* to man list


# 1.1424 30-Mar-2013 martin

Add athn man page


Revision tags: agc-symver-base
# 1.1423 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.1422 25-Feb-2013 jmmv

Update file lists to reflect the import of kyua-atf-compat, which has the
side-effect of marking several atf-related entries as obsolete (when
MKKYUA!=no).


# 1.1421 23-Feb-2013 jmmv

Register directories and files provided by kyua-cli.


# 1.1420 19-Feb-2013 jmmv

Enable the build of kyua-testers and register its files and directories.
This is conditional on MKKYUA.


# 1.1419 03-Feb-2013 jdc

Add tda.4 to the build and to the set lists.


# 1.1418 29-Jan-2013 rkujawa

Add em4k(4) to dist list.


Revision tags: yamt-pagecache-base8
# 1.1417 18-Jan-2013 christos

add ctf man pages


# 1.1416 11-Jan-2013 skrll

Install the smsc(4) man page.


# 1.1415 06-Jan-2013 jakllsch

Add man page for cpsw(4).


# 1.1414 02-Jan-2013 tron

Install documentation and manual pages for Postfix's memcache client support.


# 1.1413 17-Dec-2012 mbalmer

Adding ibmcd(4), a device driver for the IBM 4810 BSP cash drawer port as
found e.g. in SurePOS 300 series point of sale terminals. The driver
provides a gpio(4) device with three pins: pin 0 to open drawer, pin 1
to read the status and pin 2 to read whether a cash drawer is connected or
not.


# 1.1412 16-Dec-2012 christos

add sqlite3 man page


# 1.1411 16-Dec-2012 mbalmer

ptcd(4) is a device driver for the cash drawer port found on Protech PS3100
point of sale terminals. It controls the cash drawer using a gpio(4) device
that attaches at ptcd0: Pin 0 controls the drawer, pin 1 reports the current
state. For details read the manual page.


Revision tags: yamt-pagecache-base7
# 1.1410 04-Dec-2012 spz

merge bind-9-9-2-P1 and adjust build as needed
fixes CVE-2012-5688, see:
http://www.isc.org/software/bind/advisories/cve-2012-5688


# 1.1409 02-Dec-2012 reed

install the mkubootimage(1) manual


# 1.1408 26-Nov-2012 rkujawa

Add z3rambd(4) man page to distribution list.


# 1.1407 15-Nov-2012 jkunz

Add elftosb tools to evbarm userland and toolchain.
Elftosb is used to create a digitaly signed "secure boot" file.
This sb file can be booted by the first stage boot loader found in
Freescale i.MX23 and i.MX28 application processors.

Copyright (c) 2004-2010 Freescale Semiconductor, Inc.


# 1.1406 14-Nov-2012 rkujawa

Add msm6242b(4) page to mi distribution list.


# 1.1405 04-Nov-2012 christos

add TPM sets.


# 1.1404 01-Nov-2012 christos

add flock(1)


Revision tags: yamt-pagecache-base6
# 1.1403 16-Sep-2012 tls

*Sigh* provide, by default, the dumb "allocate 64K on the stack" variant
of the lzf_compress API by default. This is because there is evidently
code floating around out there in the world with broken autoconf scripts that
don't check for LZF_STATE_ARG in the lzf header files and just assume the
dumb version of the API.

We rename the sane API to lzf_compress_r and implement the dumb API in
terms of it. Consequently, bump liblzf major version number. This is
fine because nothing used our liblzf with the old API.

Add lzf(1) utility from LZF distribution. Add manual page for lzf(1).


# 1.1402 08-Aug-2012 christos

branches: 1.1402.2;
adjust for MKRUMP = no


# 1.1401 05-Aug-2012 riastradh

Add man page for uatp(4).


# 1.1400 30-Jul-2012 degroote

Add malo(4)@pci driver for Marvell Libertas wireless adaptor

Ported from OpenBSD
Known issues :
- contrary to OpenBSD one, only support pci at the moment, because I don't
have the necessary hardware to test PCMCIA / CARDUS Marvell Card
- not connected to pmf(9) (unable to test it)


# 1.1399 19-Jul-2012 rkujawa

Add tdvfb(4) man page do distr list.


# 1.1398 17-Jul-2012 njoly

Add missing wedge.0


# 1.1397 13-Jul-2012 abs

Adjust some wording based on suggestion from Snader_LB, plus install a link to wedge.4


# 1.1396 13-Jul-2012 rkujawa

Add voodoofb man page to distribution list.


# 1.1395 04-Jun-2012 rkujawa

Add empb(4) page to distribution list


# 1.1394 02-Jun-2012 njoly

Add run(4) cat page.


# 1.1393 30-May-2012 christos

add urtw.4


# 1.1392 30-May-2012 nonaka

Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEE
802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki,
arranged by me.


# 1.1391 26-May-2012 uebayasi

Rename wake(8) to wakeonlan(8). Approved by core@.


Revision tags: yamt-pagecache-base5
# 1.1390 15-May-2012 rkujawa

Add xsurf(4) man page to distribution list.


# 1.1389 09-May-2012 christos

add {rndc,ddns}-confgen


# 1.1388 21-Apr-2012 roy

Add capfile(5) to describe the termcap format.
Adjust various man pages and other documentation to point to capfile(5)
instead of termcap(5).
Remove getcap(3) as curses hasn't been building it for a long time.
Punt wrterm.c as tset no longer uses it.


# 1.1387 19-Apr-2012 bouyer

Add mpii(4), a driver for LSI Logic Fusion-MPT Message Passing Interface II
SAS controllers. Ported from OpenBSD.


# 1.1386 17-Apr-2012 rkujawa

add a1k2cp(4) and clockport(4) man pages to distribution list


Revision tags: yamt-pagecache-base4
# 1.1385 25-Mar-2012 nonaka

Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless network devices.


# 1.1384 22-Mar-2012 drochner

obsolete kame_ipsec(4)


# 1.1383 04-Mar-2012 tron

Add support for SQLite look-up tables to postfix(1), see sqlite_table(5)
for more details.

While here stop installation of pcre_table(5) as this table type
is not supported.


# 1.1382 29-Feb-2012 tron

Move "libexpat" from X11 into base which fixes PR lib/40346.
This change was approved by the Core Group.


# 1.1381 16-Feb-2012 wiz

Fix tags in set lists for window removal.


# 1.1380 16-Feb-2012 jmmv

Remove window(1).

window(1) was replaced by tmux(1) on March 2011. The source code has
been reimported into othersrc/usr.bin/window and an up-to-date package
is available in pkgsrc/misc/window.

This removal was approved by core@, with the condition that it be done
once netbsd-6 had been brached. And the branching has just happened!


Revision tags: netbsd-6-base
# 1.1379 14-Feb-2012 plunky

branches: 1.1379.2;
add aubtfwl.4 to the build


# 1.1378 13-Feb-2012 dholland

Remove quotactl(8). Successor for backup purposes is quotarestore(8).
Note that as of this writing the tool continues to work with the old
proplib-xml packet interface against the new libquota(3), so anyone
who has a use for it can bring it back from the Attic and/or create a
pkgsrc package.

Approved by releng for the freeze, and specifically okayed by core a
couple months ago.


# 1.1377 13-Feb-2012 dholland

Add quotadump(8), which is a link to repquota, and quotarestore(8),
which is new. Includes man page updates. Approved by releng for
freeze.


# 1.1376 07-Feb-2012 joerg

Import the new apropos/whatis.

This code has been developed by Abhinav Upadhyay as part of Google's Summer
of Code 2011. It uses libmandoc to parse man pages and builds a Full
Text Index in a SQLite database. The combination of indexing the full
manual page, filtering out stop words and ranking individual matches
based on the section gives a much improved user experience.

The old makewhatis and friends are kept under MKMAKEMANDB=no for now.


# 1.1375 03-Feb-2012 joerg

Fix support for negative keywords: the keyword is prefixed directly with
! without space, so that the splitting works as expected. Adjust entries
for bsdgrep.


# 1.1374 31-Jan-2012 nisimura

introduce evbarm bootmini2440(8) man entry.


# 1.1373 22-Jan-2012 jnemeth

Fix build break: put back accidentally deleted tp.html.


# 1.1372 22-Jan-2012 christos

add a tpm driver from bsssd.sourceforge.net


# 1.1371 17-Jan-2012 joerg

kpasswd depends on MKKERBEROS, not USE_KERBEROS


# 1.1370 17-Jan-2012 mbalmer

Add uts(4) man pages


# 1.1369 15-Jan-2012 joerg

Add nhpow(4)


# 1.1368 11-Jan-2012 rkujawa

Add cv3dpb(4) page to set list


# 1.1367 10-Jan-2012 rkujawa

Add p5membar(4) to man set list.


# 1.1366 09-Jan-2012 skrll

Fix set list. kame_ipsec.html was missing.


# 1.1365 09-Jan-2012 skrll

Add a mkboot(8) man page.


# 1.1364 09-Jan-2012 drochner

Make FAST_IPSEC the default IPSEC implementation which is built
into the kernel if the "IPSEC" kernel option is given.
The old implementation is still available as KAME_IPSEC.
Do some minimal manpage adjustment -- kame_ipsec(4) is a copy
of the old ipsec(4) and the latter is now a copy of fast_ipsec(4).


# 1.1363 04-Jan-2012 yamt

install tprof related commands and man pages.


# 1.1362 04-Jan-2012 yamt

install fincore.


# 1.1361 17-Dec-2011 tsutsui

Build and install isibootd(8).


# 1.1360 28-Nov-2011 tron

Don't build postscreen(8) if "MKCRYPTO" is set to "no". It cannot be
built without TLS support, at least not without major surgery.
I've only tested this by building with "MKCRYPTO" set to "yes"
because the build fails much ealier otherwise.

Problem reported by Nick Hudson in private e-mail.


# 1.1359 27-Nov-2011 isaki

Add powsw(4) for x68k power switch. It substitutes for a part about
power switch handler of pow(4) deleted before.
Benefits than pow(4):
- separate a front switch (= powsw0) and an EXPWON line (= powsw1)
completely. Only powsw0 is enabled in GENERIC by default.
- prevent chattering in some hardware individuals.
thank you for a report and a test: Yasushi Oshima and Y.Sugahara.


# 1.1358 26-Nov-2011 tsutsui

Also add vioif(4) and viomb(4) to a set list.


# 1.1357 24-Nov-2011 ahoka

add mount_chfs.8


# 1.1356 19-Nov-2011 isaki

Obsolete pow(4) and rtcalarm(8). Discussed in port-x68k@.
Probably the combination of pow(4) ioctl and rtcalarm(8) does
not work for a long time, and nobody uses them.
I'll rewrite a part about power switch handler as a new device.


# 1.1355 15-Nov-2011 riz

Build and install new in-kernel iscsi initiator kernel module and associated
binaries (iscsid, iscsictl) if MKISCSI != no. Initiator can also be built
into a kernel by adding 'pseudo-device iscsi' in kernel configuration.


# 1.1354 13-Nov-2011 mbalmer

Add documentation for gpiopwm(4).


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2
# 1.1353 05-Nov-2011 christos

add tre to the sets.


# 1.1352 05-Nov-2011 hannken

Document virtio(4).


Revision tags: yamt-pagecache-base
# 1.1351 27-Oct-2011 rkujawa

branches: 1.1351.2;
Add driver for ELBOX FastATA 1200 Mk-III/Mk-IV (and the man page).


# 1.1350 18-Oct-2011 wiz

Move vmt(4) to x86 subdir.
No obsolete entries added for set lists since original import was just an
hour ago.


# 1.1349 18-Oct-2011 wiz

Add vmt(4) from OpenBSD.


# 1.1348 11-Oct-2011 christos

add getcap


# 1.1347 08-Oct-2011 christos

add cleantags


# 1.1346 06-Oct-2011 wiz

Install i2cscan(8).


# 1.1345 06-Oct-2011 mrg

enable building/installing audiocfg(1). ok jmcneill.


# 1.1344 29-Sep-2011 sjg

Install the man page for filemon(4).


# 1.1343 24-Sep-2011 christos

add new rfc6056 man page


# 1.1342 23-Sep-2011 jruoho

Move i386/fdc(4), i386/lpt(4), and i386/mem(4) to man4.x86.

Part of PR port-amd64/36350.


# 1.1341 17-Sep-2011 rkujawa

Add mppb man page to distrib lists, mention the new driver in install notes.


# 1.1340 11-Sep-2011 christos

sets for bind.


# 1.1339 06-Sep-2011 riz

Build and install the skeleton manpage for devpubd - it's better than
nothing.


# 1.1338 30-Aug-2011 jruoho

Install the emdtv(4) manual page, based on earlier feedback from jmcneill@
(includes some XXX comments; should be updated alongside with the driver).
Also use the new dtviic(4) links to build a list of supported cards.


# 1.1337 30-Aug-2011 jruoho

Deprecate the tuner(4) page (link to bktr(4)), as the name is too general
and nowadays misleading.


# 1.1336 30-Aug-2011 jruoho

Hopefully all the difficult links went ok, but the main page was missing.


# 1.1335 30-Aug-2011 jruoho

As discussed with wiz@ and jmcneill@, move the dtvi2c(4) page to dtviic(4)
(to match iic(4)) and install it by default. Also, and in particular, build
and install MLINKS for all supported demodulators and tuners.


# 1.1334 29-Aug-2011 jruoho

Install the dtv(4) manual page. (The stub man-pages are commented out ATM.)


# 1.1333 14-Aug-2011 wiz

Install irmce(4) after review by jmcneill.
Sort set lists while there.


# 1.1332 12-Aug-2011 dyoung

Install the ixg(4) manual page.


# 1.1331 11-Aug-2011 mbalmer

pwdog(4) is a device driver for QUANCOM Electronic PWDOG1 PCI
attached watchdog timers.


# 1.1330 04-Aug-2011 riz

Typo fix: p5pb.0, not p5pbc.0


# 1.1329 04-Aug-2011 rkujawa

Add missing .0 and .html for p5pb.


# 1.1328 04-Aug-2011 rkujawa

Add p5pb man page to setlist.


# 1.1327 04-Aug-2011 matt

Add new xz program links and man pages.


# 1.1326 24-Jul-2011 uch

v7fs rump support


# 1.1325 20-Jul-2011 jakllsch

Add urndis(4) manual page.


# 1.1324 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.1323 03-Jul-2011 tron

And entries for "lessecho" manual page.


# 1.1322 27-Jun-2011 uch

7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).


# 1.1321 22-Jun-2011 jruoho

Add a small summary page for altq. From the list in PR # kern/21345.


# 1.1320 22-Jun-2011 jruoho

Add a small summary page for sysmon. From the list in PR # kern/21345.


# 1.1319 06-Jun-2011 jruoho

Instead of ioapic(4), make MLINKS { lapic(4), ioapic(4) } to apic(4).


# 1.1318 04-Jun-2011 jruoho

For completenesses sake, note, in 2011, /etc/floppytab.


Revision tags: cherry-xenmp-base
# 1.1317 20-May-2011 plunky

branches: 1.1317.2;
simplify PCC inclusion; MKPCCDMDS is not really required


# 1.1316 09-May-2011 manu

Attempt to fix build after perfuse addition (there is no MKPERFUSE)


# 1.1315 09-May-2011 manu

Enable the build of perfused and libperfuse


# 1.1314 03-May-2011 jruoho

Link {daily, monthly, weekly}.conf.5 to {daily, monthly, weekly}.5 and move
things around a little. Part of fixing PR bin/22230.


# 1.1313 26-Apr-2011 joerg

Remove compat_darwin(8) itself


# 1.1312 26-Apr-2011 joerg

Remove PECOFF/Win32 emulation.


# 1.1311 21-Apr-2011 joerg

Replace gnugrep keyword with ! bsdgrep


# 1.1310 21-Apr-2011 joerg

Add MKBSDGREP switch for easy testing of the GNU grep
replacement/alternative.


# 1.1309 15-Apr-2011 elric

Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal
to crypto/external/bsd/heimdal. The latter was just imported as the head
of the Heimdal tree as of a few days ago.


# 1.1308 09-Apr-2011 jdc

Add a manual page for ffb(4).


# 1.1307 05-Apr-2011 phx

Add man page for s390rtc(4).


# 1.1306 04-Apr-2011 bouyer

Add a man page for rdcpcib(4). While there move rdcide.4 to i386/


# 1.1305 27-Mar-2011 fair

I missed the .0 and .html changes for mr.4 replacement by gtp.4 in PR kern/40070
Now corrected.


# 1.1304 27-Mar-2011 fair

The mr(4) driver was replaced by gtp(4) in 2002, but the documentation
did not follow; fix PR kern/40070


# 1.1303 18-Mar-2011 jruoho

Move security(8) to the section 7. Discussed on source-changes a while back.
Should address PR # 35718 at least partially.


# 1.1302 17-Mar-2011 joerg

Remove chrtbl(8). Since NetBSD 1.6, the rune type based file format for
LC_CTYPE has been used.


# 1.1301 10-Mar-2011 jmmv

Enable the build of tmux and add the necessary directory and file entries.


# 1.1300 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: bouyer-quota2-nbase
# 1.1299 04-Mar-2011 jruoho

Add odcm(4).


# 1.1298 02-Mar-2011 tron

Update for set lists for new Postfix components and documentation files.


# 1.1297 27-Feb-2011 ahoka

Add manpage for flashctl


# 1.1296 26-Feb-2011 ahoka

Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.

The commit includes:
- Flash layer, which gives a common API to access flash devices
- NAND controller subsystem for the flash layer
- An example OMAP driver which is used on BeagleBoard or alike ARM boards


# 1.1295 24-Feb-2011 jruoho

Add viac7temp(4).


# 1.1294 24-Feb-2011 jruoho

Add powernow(4).


# 1.1293 23-Feb-2011 jruoho

Add est(4).


# 1.1292 23-Feb-2011 jruoho

Move coretemp(4) to man4.x86.


# 1.1291 23-Feb-2011 jmcneill

add alc(4) man page


# 1.1290 20-Feb-2011 jruoho

Split fujbp(4) and fujhk(4) to separate instances from fujitsu(4). Allows
modularization and takes care of tsutsui@'s justified concern over the too
generic name "fujitsu". Ok gsutre@.


Revision tags: bouyer-quota2-base
# 1.1289 16-Feb-2011 jruoho

Add a skeleton driver for Asus EeePC acpiwmi(4) mappings.


# 1.1288 14-Feb-2011 hannken

Initial implementation of ibmhawk(4) driver for sensors behind the IBM Hawk
on-board Integrated Systems Management Processor found on some eServers.

Tested on an IBM eServer x335.


# 1.1287 10-Feb-2011 rmind

- Fix man pages list for MKNPF=no case. Based on a patch from Scott Ellis.
- Fix build with MKNPF=yes and MKIPFILTER=no as well; close PR/44512.


# 1.1286 09-Feb-2011 tsutsui

- pull MI HIL device man pages from OpenBSD
- remove obsolete hp300 ite, grf, and hil devices


# 1.1285 08-Feb-2011 haad

Initial import of libdm and dmctl to tree. libdm library can be used
to access, manage and manipulate device-mapper driver. Which opens us bunch
of new possibilities like

dm-multipath device target
dm-crypt device target
dm-ccd compatibility layer

With this import I'm bringing in dmctl tool for working with dm driver ,too.
I plan to replace gpl2 licensed dmsetup command with our dmctl tool in near
feature. It can also by placed to /rescue where we was not able to put
dmsetup because of licensing problems.

With libdm in tree we can now write RUMP atf test suite for dm driver to
ensure LVM subsystem stability as time goes.

Reviewed by: blymn@ and rmind@
Oked: by no objections on tech-userlevel@


# 1.1284 07-Feb-2011 tsutsui

Retire legacy grfinfo and hilinfo derived from HPBSD
since finally hp300 got wscons.


# 1.1283 26-Jan-2011 bouyer

Add a driver for the RDC Semiconductor RDC R6040 10/100 Ethernet controller,
as found in the vortex86 SoCs (http://www.vortex86dx.com).
Ported from freebsd.
Not added to amd64's GENERIC because this CPU is 32bit only.

thanks to DM&P Electronics, Inc for providing documentation and sample
devices for this work.


# 1.1282 26-Jan-2011 pooka

add entries required by sandpoint


# 1.1281 26-Jan-2011 pooka

Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.


# 1.1280 24-Jan-2011 jakllsch

Add pcf8563rtc(4) manual page. Derived from rs5c372rtc(4).


# 1.1279 20-Jan-2011 pooka

Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.


# 1.1278 17-Jan-2011 jmcneill

branches: 1.1278.2;
add acpiwdrt(4) man page


# 1.1277 14-Jan-2011 phx

bppcsc(4) man page


# 1.1276 13-Jan-2011 jruoho

Add ioapic(4). XXX: Needs some work; I'll try to revisit this later.


# 1.1275 12-Jan-2011 pooka

shmif_dumpbus + man


# 1.1274 11-Jan-2011 jym

Add man pages for Xen devices:
pciback.4 xbd.4 xbdback.4 xenbus.4 xennet.4 xpci.4 xvif.4

Blessed by bouyer@


# 1.1273 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.1272 05-Jan-2011 jruoho

Add a driver for ACPI power meters.


Revision tags: matt-mips64-premerge-20101231
# 1.1271 27-Dec-2010 jmcneill

add auvitek(4) man page


# 1.1270 26-Dec-2010 jmcneill

hook videoctl into build


# 1.1269 16-Dec-2010 pooka

+rump_sp manpage


# 1.1268 14-Dec-2010 jruoho

By majority vote, move module(4) to the section 7.


# 1.1267 13-Dec-2010 pooka

manpage


# 1.1266 13-Dec-2010 mrg

reinstall awk.texi.


# 1.1265 12-Dec-2010 pgoyette

Update sets for new module(4) man page.


# 1.1264 12-Dec-2010 christos

remove awk.info


# 1.1263 12-Dec-2010 pooka

utility to halt a rump kernel


# 1.1262 08-Dec-2010 kefren

add usr/sbin/ldpd and its man page


# 1.1261 06-Dec-2010 mrg

install prenice(1) and man page links.


# 1.1260 05-Dec-2010 mrg

fix some set lists issues after the recent bpf and pcap updates.


# 1.1259 05-Dec-2010 christos

sets for new libpcap and tcpdump


# 1.1258 30-Nov-2010 jruoho

Add glob(7).

From OpenBSD. Written by Todd C. Miller.


# 1.1257 30-Nov-2010 jruoho

Add c(7).

Pillaged from FreeBSD. Written by Gabor Kovesdan.


# 1.1256 30-Nov-2010 jruoho

Add orders(7) as a miscellaneous manual page.


# 1.1255 28-Nov-2010 christos

add ihphy


# 1.1254 25-Nov-2010 skrll

Add nbfs(8) man page from Ben Harris.


# 1.1253 21-Nov-2010 adam

setlists updated for OpenSSH 5.6


# 1.1252 15-Nov-2010 pooka

document shmif, or at least what's implemented so far


# 1.1251 15-Nov-2010 skrll

Add a man page for nside(4).


# 1.1250 15-Nov-2010 pooka

diudau, remember that setlists have feelings too and make files match reality


# 1.1249 13-Nov-2010 jnemeth

PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) network driver

The et(4) driver supports PCI Express Ethernet adapters based on
the Agere/LSI ET1310/ET1301 integrated MAC/PHY.

The et(4) driver was written by Sepherosa Ziehau for DragonFlyBSD,
ported to OpenBSD by Jonathan Gray and subsequently ported to NetBSD
by Kaspar Brand.


# 1.1248 07-Nov-2010 jakllsch

Add schide(4) man page.


# 1.1247 05-Nov-2010 gsutre

Merge ACPI Fujitsu Driver. Provides support for hotkeys and other
built-in components through vendor-specific ACPI devices.

ok jruoho@


# 1.1246 03-Nov-2010 christos

add otus.


# 1.1245 02-Nov-2010 joerg

Hook up xz into the build system.


# 1.1244 31-Oct-2010 mbalmer

Link Lua to the build and add the resulting files to the distribution sets.
Document the addition of Lua and the change we made to the default settings.


# 1.1243 30-Oct-2010 haad

Add resize_ffs tool to build, change default behaviour to grow filesystem
to device size. Add parameter -s to specify size if user want to shrink
filesystem.

Apply some KNF, remove dead unused code.

Oked by christos@.


# 1.1242 24-Oct-2010 jruoho

Add acpiwmi(4) mappings for MSI laptops.

XXX: It may be necessary to fix PR # 43659 before this works on all models.


# 1.1241 19-Oct-2010 pgoyette

Build the new swsensor(4) device and add to set lists


# 1.1240 12-Oct-2010 gsutre

Add acpivga(4).


# 1.1239 02-Oct-2010 kiyohara

Add g760a man page.


# 1.1238 29-Sep-2010 christos

add resolver.5


# 1.1237 01-Sep-2010 tron

Mark npf.conf(8) (moved to section 5) as obsolete instead of simply
removing it. The file will now properly get deleted instead of breaking
incremental builds.


# 1.1236 01-Sep-2010 he

Add entries for the ntp.conf man page, html'ized and the two text variants.


# 1.1235 24-Aug-2010 rmind

Move npf.conf(5-8) into the correct section, hence npf.conf(5).


# 1.1234 22-Aug-2010 rmind

Import NPF - a packet filter. Some features:

- Designed to be fully MP-safe and highly efficient.

- Tables/IP sets (hash or red-black tree) for high performance lookups.

- Stateful filtering and Network Address Port Translation (NAPT).
Framework for application level gateways (ALGs).

- Packet inspection engine called n-code processor - inspired by BPF -
supporting generic RISC-like and specific CISC-like instructions for
common patterns (e.g. IPv4 address matching). See npf_ncode(9) manual.

- Convenient userland utility npfctl(8) with npf.conf(8).

NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.

Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@


# 1.1233 06-Aug-2010 jruoho

Move fwhrng(4) and ichlpcib(4) to the right category.


# 1.1232 06-Aug-2010 jruoho

Add hpet(4).


# 1.1231 05-Aug-2010 jruoho

Add acpicpu(4). Describes the basic functionality (will be adjusted as the
functionality grows). Contains a big list of caveats as a TODO.


# 1.1230 05-Aug-2010 jruoho

Add amdpcib(4). Ok njoly@.


# 1.1229 29-Jul-2010 jruoho

Add fwhrng(4). Ok jakllsch@.


# 1.1228 11-Jul-2010 jmmv

Fix typo after crypto changes to let the pkg_summary.5 entry work.


# 1.1227 11-Jul-2010 mrg

ldap is configured to depend upon MKCRYPTO no, so force MKLAP=no if
MKCRYPTO=no.
don't build pkg_install, libcrypto tests or rump_smbfs if MKCRYPTO=no.
mark librumpcrypto, rump_smb, pkg_*

fix set lists as appropriate.


# 1.1226 08-Jul-2010 tron

Add HTML version of ballon(4).


# 1.1225 08-Jul-2010 christos

add balloon


# 1.1224 04-Jul-2010 tsutsui

Add upgt(4), a driver for Conexant/Intersil PrismGT SoftMAC USB
IEEE 802.11b/g WLAN device, ported from OpenBSD by FUKAUMI Naoki:
http://mail-index.NetBSD.org/current-users/2010/05/28/msg013570.html
Slightly modified by me to use recently added config_mountroot(9)
to defer some device initialization until mountroot for firmload(9).

Tested on Sharp W-ZERO3 WS003SH with internal WLAN.

Note currently we cannot redistribute firmware files for upgt(4) so
they have to be downloaded and copied into /libdata/firmware/upgt manually.
See upgt(4) man page about firmware details.


# 1.1223 03-Jul-2010 jmmv

Update file lists for atf 0.10.


# 1.1222 29-Jun-2010 kefren

add mpls(4) manpage


# 1.1221 26-Jun-2010 jmmv

Register the tests(7) manual page.


# 1.1220 24-Jun-2010 skrll

Add uturn(4).


# 1.1219 19-Jun-2010 mrg

- always install pigz. hooary!
- kill MKPIGZ.
- add MKPIGZGZIP. if it is "no", then only install pigz as pigz. if it is
not "no", don't install mrgzip, install pigz as gzip.

in all cases, the z* scripts.


i don't like the name MKPIGZGZIP so if anyone has a better name, feel free
to replace it. i don't care enough since killing the ugly name is just
more incentive to get pigz doing .bz2, .Z and .z.


# 1.1218 18-Jun-2010 mrg

add some infrastructure to build pigz instead of gzip. you can test
this out if you set MKPIGZ=yes, but you'll end up with a /usr/bin/gzip
that doesn't support bzip2, compress or pack.


# 1.1217 14-Jun-2010 riz

vi.info doesn't get built when MKDOC=no.


# 1.1216 08-Jun-2010 riz

Create a manpage for igphy(4). kern/35398.


# 1.1215 04-Jun-2010 jmmv

Adjust file lists for atf-0.9. Most notably, some files are gone for good!


# 1.1214 01-Jun-2010 joerg

Install mdocml's default CSS as /usr/share/man/style.css. Switch HTML
man pages to use mandoc unconditional as it gives reasonable output for
all man pages, not only a subset of mdoc(7). Use the newly installed
style.css for formatting and produce hyperlinks for .Xr.


# 1.1213 01-Jun-2010 skrll

Add a man page for the hp700 lcd(4) driver.


# 1.1212 31-May-2010 pgoyette

Add new hp700 man pages. Hi, Nick!


# 1.1211 30-May-2010 wiz

Add man page for uark(4) from OpenBSD.


# 1.1210 22-May-2010 plunky

add Magic Mouse driver and manpage btmagic(4)


# 1.1209 16-May-2010 jruoho

As was done with the man-page for <sys/types.h>, move dir(5) to dirent(3).
Add a table describing the stat <-> dirent types. Note IFTODT() and DTTOIF().


# 1.1208 14-May-2010 jruoho

Briefly note /etc/rc.local in rc(8).


# 1.1207 08-May-2010 jmmv

Update file lists to match atf 0.8.


# 1.1206 07-May-2010 degroote

Add support for pfs(8)

pfs(8) is a tool similar to ipfs(8) but for pf(4). It allows the admin to
dump internal configuration of pf, and restore at a latter point, after a
maintenance reboot for example, in a transparent way for user.

This work has been done mostly during my GSoC 2009

No objections on tech-net@


# 1.1205 25-Apr-2010 joerg

Add the constant database reader (cdbr(3)) and writer ((cdbw(3)).
They implement a space efficent write-once database with fast access
path. Switch the services(5) database to use cdb. The size of the
database file decreases from 2.1MB disk space to 307KB. Access
performance is about the same if setservent(0) is used and about an
order of magnitude faster otherwise. services_mkdb defaults to the new
format, but can optionally create the old db(3) format as well for
statically linked legacy applications.


# 1.1204 22-Apr-2010 jruoho

Rewrite types(5) as per perry@'s suggestion from few years back ("XXX this
document is rather musty. It needs a general update."). Also move it to the
right section from section 5. Ok wiz@.

To minimize maintenance costs, the content is mostly jargon around The
Standard. Only few NetBSD-specific types are mentioned as an example.


# 1.1203 10-Apr-2010 pooka

i386/vald: gone but not forgotten


# 1.1202 10-Apr-2010 jruoho

Move vald(4) to sys/dev/acpi. This is MI and should work also on amd64.

ok jmcneill@

XXX: This is broken: it calls methods with absolute pathnames (almost
guaranteed not to be portable across models), it accesses methods
that are in the domain of other drivers, it walks the namespace on
its own, it contains plenty of magic constants, it does not
integrate with existing KPIs, etc. Summa summarum: this should be
rewritten as a more generic toshiba_acpi(4).


# 1.1201 10-Apr-2010 jruoho

Add a (custom) manual page for iASL.


# 1.1200 08-Apr-2010 jruoho

Add wmihp(4).


# 1.1199 08-Apr-2010 jruoho

Add acpiwmi(4).


# 1.1198 11-Mar-2010 enami

Port uyurex(4) from OpenBSD. There is some XXX but works enough to
play with it.


# 1.1197 08-Mar-2010 lukem

update for openldap 2.4.21 (add ldapurl, man page for ldapexop, shlib bumps)


# 1.1196 06-Mar-2010 plunky

Add uhso(4) driver and manpage for Option N.V. Wireless WAN modems


# 1.1195 27-Feb-2010 jruoho

Add acpiecdt(4).


# 1.1194 22-Feb-2010 pgoyette

Add man page for smscmon(4)


# 1.1193 21-Feb-2010 cnst

New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port.

http://mail-index.netbsd.org/tech-kern/2010/02/17/msg007338.html

Reviewed by <pgoyette>, <tech-kern>.


# 1.1192 21-Feb-2010 darran

Add DTrace to sets.


# 1.1191 16-Feb-2010 pgoyette

Move acpismbus into proper place, alphabetically.


# 1.1190 09-Feb-2010 cnst

New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor
with limit support.

http://thread.gmane.org/gmane.os.netbsd.devel.kernel/35654

Reviewed by <pgoyette>, <jruoho> and <tech-kern>.


# 1.1189 06-Feb-2010 pgoyette

Add man page for acpismbus(4)


# 1.1188 06-Feb-2010 tonio

Add uthum(4) man page


# 1.1187 05-Feb-2010 plunky

add PCC commands and manpages [pcc(1), pcpp(1) and ccom(1)] and libpcc


# 1.1186 03-Feb-2010 roy

Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@


# 1.1185 16-Jan-2010 roy

Remove tn3270 from base system.
If anyone really needs it then it can be put into pkgsrc.
Importing c3270 into pkgsrc is probably a better option though.


# 1.1184 14-Jan-2010 pooka

add mount_puffs


# 1.1183 14-Jan-2010 wiz

More consistency with obsolete tag:
it should be only be accompanied by gcc={3,4} or {xorg,x11}, and only
if they are necessary, i.e. if the same line exists for the other setting
of gcc or xorg/x11.
Make it so.


# 1.1182 14-Jan-2010 wiz

Consistency: set for obsolete files should be "foo-obsolete".


# 1.1181 07-Jan-2010 jdc

Add cas(4) manual page.


# 1.1180 04-Jan-2010 haad

Revert my unattended change to kadmind.html page


# 1.1179 04-Jan-2010 haad

Add device-mapper manual page to build and add it to apropriate lists.


# 1.1178 15-Dec-2009 mrg

fix a bunch of issues with MKATF=no.


# 1.1177 14-Dec-2009 uebayasi

Set list police.


# 1.1176 14-Dec-2009 matt

Update sets lists from matt-nb5-mips64


Revision tags: matt-premerge-20091211
# 1.1175 21-Nov-2009 roy

Hook openresolv into build.


# 1.1174 13-Nov-2009 mishka

The ippool(5) manpage mentions ippool.conf (which is also more common
name for config files) - add it to distribution. Per <hubertf> suggestion.


# 1.1173 06-Nov-2009 njoly

Restrict ncdcs.debug and man pages to MKBINUTILS=yes builds.


# 1.1172 26-Oct-2009 christos

re-add flex.info


# 1.1171 26-Oct-2009 christos

unhook flex for now


# 1.1170 26-Oct-2009 christos

add flex


# 1.1169 25-Oct-2009 christos

bind manual page updates


# 1.1168 23-Oct-2009 wiz

Properly remove w95boot(8).
Hi Ty!


# 1.1167 22-Oct-2009 tsarna

Remove w95boot(8) manpage, long past being useful.


# 1.1166 21-Oct-2009 joerg

Hook up mdocml.


# 1.1165 11-Oct-2009 nakayama

Add .cat and .man tag properly to zfs man pages.


# 1.1164 11-Oct-2009 sborrill

Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices.
It offer the following subcommands:
list - shows all child codec
get - get a plist of the chosen codec's widget configuration
set - forcibly reconfigure a specified codec from a plist
graph - generate a graphviz file for the specified codec


# 1.1163 09-Oct-2009 haad

Fix sets files for MKZFS enabled builds move debuging libs to proper place
and add html flags for html manpages.

Patch received from Pierre Allegraud and reviewed by me.


# 1.1162 05-Oct-2009 haad

Add zfs sets and needed veriables to hook zfs into the build. ZFS on i386
need still one fix othervise it should be ready for testing.


# 1.1161 02-Oct-2009 nakayama

Port lom(4) driver for LOMlite lights out management hardware monitor
and watchdog timer from OpenBSD.

It supports the LOMlite found on Sun Netra t1 and the LOMlite2 found
on Sun Netra T1/X1 and Sun Fire V100/V120.


# 1.1160 30-Sep-2009 jmcneill

add wb(4) man page.


# 1.1159 29-Sep-2009 tsarna

Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.


# 1.1158 14-Sep-2009 degroote

Import pfsync support from OpenBSD 4.2

Pfsync interface exposes change in the pf(4) over a pseudo-interface, and can
be used to synchronise different pf.

This work was part of my 2009 GSoC

No objection on tech-net@


# 1.1157 08-Sep-2009 skrll

Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.

Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.

Update the sets lists and add conditionals for lib{bfd,opcodes}.


# 1.1156 06-Sep-2009 pooka

Build & install rump_smbfs


# 1.1155 06-Sep-2009 sborrill

hdaudio(4) is a standards-compliant driver for Intel High Definition Audio.
It will replace azalia(4) after testing.

To use, comment out azalia in your kernel configuration and uncomment the
hdaudio and hdafg lines so it reads:

# Intel High Definition Audio
hdaudio* at pci? dev ? function ?
hdafg* at hdaudiobus?

You should also:
cd /dev
sh MAKEDEV audio


# 1.1154 03-Sep-2009 joerg

Enable libarchive-based unzip frontend.


# 1.1153 14-Aug-2009 mbalmer

Add support for multi-position electro-mechanical keylocks. An example
driver, gpiolock(4), is provided as an example how to interface real hardware.
A new securemodel, securemodel_keylock, is provided to show how this can
be used to tie keylocks to overall system security. This is experimental
code. The diff has been on tech-kern for several weeks.

Reviewed by many, kauth(9) integration reviewed by Elad Efrat; approved by
tonnerre@ and tron@. Thanks to everyone who provided feedback.


# 1.1152 09-Aug-2009 mbalmer

Add the manual page for the gpioiic(4) driver.


# 1.1151 09-Aug-2009 kiyohara

Support SMSC LAN9118 Family Ethernet interfaces device driver.
It tested on GUMSTIX only.


# 1.1150 01-Aug-2009 mbalmer

Add a manual page for the gpiosim(4) pseudo-device.


# 1.1149 27-Jul-2009 kiyohara

Support Marvell Hercules-I/II SATA Controllers.


# 1.1148 25-Jul-2009 mbalmer

Add new files due recent gpio(4) rework.


# 1.1147 18-Jul-2009 reinoud

Fix lists for NiLFS import... sorry folks, i didn't run a `make release'.
Currently building a release to test it completely but committed it now to
ease you folks.


# 1.1146 01-Jul-2009 snj

nicknames.5: s/man-nis-catman/man-nis-man/. Spotted by Yorick Hardy.


# 1.1145 26-Jun-2009 nakayama

Add yp tag to nicknames.{0,html} as well.


# 1.1144 26-Jun-2009 jakllsch

mark nicknames.5 as .man, so MKMANZ=YES builds work


# 1.1143 25-Jun-2009 mbalmer

wake(8) is a command to send Wake-on-LAN packets to machines on the local
ethernet, allowing machines to be powered up without physical access to them.

tonnerre@ and tron@ reviewed it and decided that the bin directories
are not to full for this small and useful command.


# 1.1142 23-Jun-2009 tron

Switch to building Postfix 2.6.2 via "external/ibm-public/postfix".


# 1.1141 21-Jun-2009 christos

add nicknames


# 1.1140 20-Jun-2009 agc

Add entries for the iSCSI initiator


# 1.1139 10-Jun-2009 agc

Add entries for netpgpkeys(1).


# 1.1138 09-Jun-2009 agc

Add entries for netpgpverify(1) and manual pages


# 1.1137 05-Jun-2009 hubertf

Add iic(4) manpage, partly taken from OpenBSD.


Revision tags: jym-xensuspend-nbase jym-xensuspend-base
# 1.1136 09-May-2009 pgoyette

Initial implementation of sdtemp(4) driver for on-DIMM temp sensor.

(These optional sensors are specified by JEDEC Standard No. 21-C
Section 4-7 and implemented by multiple vendors. Tested on my
amd64 machine with Kingston KVR1066D3E7S/2G memory which includes
a STMicro STTS424E02 sensor.)


# 1.1135 01-May-2009 agc

Remove openpgp files from the build (replaced by netpgp)


# 1.1134 25-Apr-2009 agc

Enable netpgp in the build, and amend set lists accordingly.


# 1.1133 21-Apr-2009 nonaka

Add SD/MMC releated man pages.


# 1.1132 20-Apr-2009 cegger

add manpage for ale(4) driver


# 1.1131 12-Apr-2009 christos

fix sets for new bind.


# 1.1130 10-Apr-2009 reed

Make sure named-compilezone manual page is available too.
(Upstream provides as a symlink to named-checkzone, but using MLINKS
here.)


# 1.1129 12-Mar-2009 jmcneill

Add altmem(4) man page


# 1.1128 07-Mar-2009 ad

Add crash(8), a utility to diagnose kernel crashes. This is basically
ddb running on crash dumps, but with two notable changes:

- Breakpoints, watches, etc are obviously never going to work so they
are not handled.

- You can pipe output to the shell, e.g. ps | grep foo

Items remaining to be done:

- Port it to architectures other than i386. This isn't difficult, just
a case of making db_disasm.c/db_trace.c or their equivalent compile
and work.

- Make more of the "show" commands work, e.g "show uvmexp".


# 1.1127 27-Feb-2009 kenh

Improved support for GPIO support on the EP93xx ARM processors.
Specifically:

Support disabling specific pins on specific ports.
Modification of TS7200 kernel config file for GPIO support.
Documentatin for the current and improved GPIO interface (epgpio).


# 1.1126 20-Feb-2009 mjf

Document the Processor-Dependent Code firmware driver. From OpenBSD.


# 1.1125 19-Feb-2009 jmcneill

Remove vesafb(4) man page, pointed out by agc


# 1.1124 15-Feb-2009 joerg

Install pkg_install.conf(5).


# 1.1123 14-Feb-2009 bjh21

I've just discovered config_found_ia(), which means that wskbd(4) and
wsmouse(4) can attach directly at arckbd(4) and I can dispose of the
ugly arcwsmouse(4) and arcwskbd(4) interpositions. Do that, and purge
them from the documentation as well.


# 1.1122 05-Feb-2009 sborrill

branches: 1.1122.2;
Add bwi(4) man page based on Dragonfly man page


# 1.1121 02-Feb-2009 joerg

Merge pkg_install-20090201 and update build system.


# 1.1120 30-Jan-2009 agc

Add a manual page for openpgp.1 (all contributions welcome, it's incomplete
right now).

Explain the reason for the WARNS=0 directive in openpgp(1)'s Makefile.


# 1.1119 19-Jan-2009 jmmv

Adjust file lists after the import of ATF 0.6.


# 1.1118 16-Jan-2009 cegger

manpages for new age(4) and atphy(4) drivers


# 1.1117 04-Jan-2009 wiz

Add man page for gcscaudio driver.


# 1.1116 22-Dec-2008 agc

First pass at set list changes for lvm functionality.


# 1.1115 20-Dec-2008 isaki

x68k pow(4) now uses MI sysmon_pswitch framework. suggested by tsutsui@.
- Make MD poffd(8) retire, and use MI powerd(8) instead of it.
- Make /dev/pow1 retire, because nobody holds /dev/pow0 any longer.
Use /dev/pow0 for pow(4) ioctl.
- POWIOCSSIGNAL ioctl which is for poffd(8) is also obsoleted.


# 1.1114 11-Dec-2008 roy

Add the tabs utility, conforming to IEEE Std 1003.1 (``POSIX.1'').
Fixes PR bin/11227

No objection on tech-userland, ok: martin


# 1.1113 12-Nov-2008 pooka

Now that MKPUFFS is default, kill it as advertised.
While there, give puffs and refuse files sensible syspkg entries.


# 1.1112 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


# 1.1111 03-Nov-2008 jnemeth

add nsp.html


# 1.1110 02-Nov-2008 tls

Add manual page for nsp(4), the driver for NSP2000 cryptographic
accellerators. Adjust mdoc.local so it knows about .Fx 4.11, present in
nsp manual page.


Revision tags: netbsd-5-base
# 1.1109 29-Oct-2008 jkunz

branches: 1.1109.2;
Ported alipm(4) and admtemp(4) from OpenBSD.


Revision tags: matt-mips64-base2
# 1.1108 20-Oct-2008 lukem

Install rescue(8)


# 1.1107 18-Oct-2008 jmcneill

+thinkpad(4)


# 1.1106 16-Oct-2008 pooka

update set lists for:
* rump_nfs
* librumpfs_nfs
* librumpnet{,_net,_netinet,_sockin,_virtif}


# 1.1105 11-Oct-2008 bouyer

jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and
JME260 Fast Ethernet PCI Express controllers.
Written with a lot of cut-n-paste from the FreeBSD jme(4) driver.
No support for jumbo ethernet frames yet (but should come soon).
Thanks to JMicron Technologies for providing me sample boards and
documentation for this work.


# 1.1104 10-Oct-2008 joerg

Add u3g(4) driver from FreeBSD. This driver provides better support for
3G datacards than ugensa and will replace the latter for the supported
devices.


# 1.1103 08-Oct-2008 pgoyette

Since I nuked the old adt7467c driver, I might as well nuke the man page.


# 1.1102 06-Oct-2008 pgoyette

Document the -1 and -2 options, and include this in amd64 as well as i386

Fixes my PR/38816


Revision tags: mjf-devfs2-base
# 1.1101 02-Oct-2008 pgoyette

Add dbcool man page and associated links


# 1.1100 30-Sep-2008 jmcneill

Remove esl(4)


# 1.1099 27-Sep-2008 reed

Instead of removing entries, I should have marked them obsolete.
Sorry I didn't read the "Note" at the top of the file.


# 1.1098 27-Sep-2008 reed

ndiscvt is architecture specific.
So install manual page to architecture sub directory.
And add architecture to the manual page document title.
(Note that ndis(4) is already done that way.)

On netbsd-docs, I was told if it is made machine independent
in the future, we can then revert this change.


# 1.1097 21-Sep-2008 hannken

Obsolete fssbs(4). The kernel thread is named fssN now.


Revision tags: wrstuden-revivesa-base-3
# 1.1096 09-Sep-2008 jmcneill

uvideo(4)


Revision tags: wrstuden-revivesa-base-2
# 1.1095 06-Sep-2008 jmcneill

Add pseye(4)


# 1.1094 06-Sep-2008 jmcneill

Add video(4) and video(9) man pages


# 1.1093 04-Sep-2008 agc

Sync set list with reality for html page for rump_sysvbfs.


# 1.1092 04-Sep-2008 pooka

Add rump support for sysvbfs.


# 1.1091 03-Sep-2008 ober

Updates to enable the iwn man page


# 1.1090 02-Sep-2008 christos

properly fix groff.info


# 1.1089 02-Sep-2008 christos

enable groff.info and vi.info now that we have texinfo-4.8


# 1.1088 31-Aug-2008 christos

fix sets for nvi


# 1.1087 29-Aug-2008 lukem

Entries for HTML man pages generated with MKHTML=yes.
PR 29233


# 1.1086 27-Aug-2008 lukem

sort various files (before adding new entries)


# 1.1085 17-Aug-2008 plunky

link btpand(8) to build


# 1.1084 09-Aug-2008 pooka

add manpage for rump_syspuffs


# 1.1083 06-Aug-2008 pooka

Add manual pages for rump file system servers.


# 1.1082 31-Jul-2008 simonb

Add Greg Oster's man page for WAPBL. Still a work in progress,
expect updates.

Thanks a lot to Greg for cribbing together the info and getting
this going.


# 1.1081 22-Jul-2008 dyoung

Per discussion on tech-userlevel@, do not compile and install nvi
if MKNVI=no.

The default is MKNVI=yes, so that this amounts to no change for
most users, but the default may change.


Revision tags: wrstuden-revivesa-base-1 wrstuden-revivesa-base
# 1.1080 22-Jun-2008 ad

+psrset


# 1.1079 18-Jun-2008 yamt

merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@


Revision tags: yamt-pf42-base4
# 1.1078 11-Jun-2008 lukem

Install ldap_table(5).


# 1.1077 10-Jun-2008 aymeric

enable the wcurses-enabled vi as 'nvi', 'nex', and 'nview'.
Will be put in place of the default "non-n" variants when they are stable.


Revision tags: yamt-pf42-base3
# 1.1076 26-May-2008 christos

update for uberry.


# 1.1075 24-May-2008 joerg

Hook dhcpcd into build.


# 1.1074 23-May-2008 jnemeth

Import siisata(4) by Jonathan A. Kollasch.

The siisata driver supports the Silicon Image SteelVine family of SATA-II
controllers, interfacing the hardware with the ata(4) and atapi(4) sub-
systems.

The following controllers are supported by the siisata driver:

Silicon Image SiI3124 4-port PCI/PCI-X
Silicon Image SiI3132 2-port PCI-Express x1
Silicon Image SiI3531 1-port PCI-Express x1

SATA Native Command Queueing is not yet supported.
Device hot swapping is not yet supported.
Silicon Image's Software RAID is not yet supported by the
ataraid(4) driver.

Approved by: core (christos), releng (bouyer)


# 1.1073 23-May-2008 lukem

Add entries for cpi(4).
(Hi hauke@ !)


# 1.1072 22-May-2008 lukem

OpenLDAP client libraries, utilities, and relevant manual pages.


Revision tags: hpcarm-cleanup-nbase
# 1.1071 18-May-2008 cegger

acpidalb(4): Driver for PNP0C32 Hotkeys aka "Direct Application Launch Buttons".
"awesome" jmcneill


Revision tags: yamt-pf42-base2
# 1.1070 14-May-2008 reinoud

Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.

Also extending the UDF implementation to support symbolic links and
hardlinks.

Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).

Limitations:
all operations can be performed on the file system though the
sheduling is currently optimised for archiving workloads.

mv(1)/rename(2) is currently only implemented for non-directories.


# 1.1069 11-May-2008 joerg

Add nbsvtool to the sets.


# 1.1068 01-May-2008 xtraeme

branches: 1.1068.2;
Add the hpqlb(4) manpage. (HI CEGGER!)


# 1.1067 22-Apr-2008 cegger

amdtemp(4): Driver for AMD CPU Temperature Sensors. Adopted from OpenBSD's kate(4).
Changes beyond OpenBSD's driver:
- Improved support for AMD K8
- Added support for AMD Barcelona, AMD Phenom and AMD Griffin
Tested on various single and multi-socket machines.
Review and OK xtreame


Revision tags: yamt-pf42-baseX yamt-pf42-base
# 1.1066 15-Apr-2008 plunky

branches: 1.1066.2;
some changes to serial bluetooth host controller interfaces

btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD

make btattach(8) a single-use tool for less complexity

device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.

btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland


# 1.1065 03-Apr-2008 xtraeme

Add the finsio(4) driver. This driver supports the Hardware Monitor
device in the Fintek LPC Super I/O chips, this includes the following
list:

- F71805F
- F71806F
- F71862FG
- F71872F
- F71882
- F71883F

This has been adapted from the fins(4) driver available in OpenBSD, which
only supported F71805F.

Tobias Nygren <tnn> and myself added support for the other chips; thanks go
to Tobias for testing the driver with a Fintek F71882 chip.


# 1.1064 02-Apr-2008 dyoung

Update set list for isv(4).


# 1.1063 29-Mar-2008 mjf

Add lii.0. Pointed out by mlelstv@


# 1.1062 29-Mar-2008 mjf

Include lii(4).


# 1.1061 25-Mar-2008 reed

Add some MLINKS for man pages (no new content).

lpa(4) (Man page was removed about 14 years ago. Now link to lpt.4
on acorn32, i386, and mvme68k.)

audioctl(4)

random(4)
urandom(4)

tuner(4)
vbi(4)

wsmuxctl(4)

As mentioned on netbsd-docs list. (Many, many more man pages to do.)


# 1.1060 25-Mar-2008 apb

Install the stuirda.4 man page, which was created in June 2007.


# 1.1059 22-Mar-2008 mlelstv

Import Heimdal-1.1


Revision tags: keiichi-mipv6-base matt-armv6-nbase
# 1.1058 18-Mar-2008 christos

update sets for bzip2-1.0.5


Revision tags: mjf-devfs-base hpcarm-cleanup-base
# 1.1057 18-Feb-2008 elad

branches: 1.1057.2; 1.1057.4; 1.1057.6;
Following input from Matthew Mondor, some Veriexec documentation changes:

- Document the signatures file format in a veriexec(5) man-page,
- Document the strict levels and a general Veriexec intro in veriexec(8)
instead of security(8).

Okay blymn@.


# 1.1056 04-Feb-2008 jmmv

Adjust lists to match the import of atf 0.4.


# 1.1055 04-Feb-2008 mrg

support MKCRYPTO=no - tag ntp-keygen(8) with crypto.


# 1.1054 24-Jan-2008 rmind

Add schedctl(8) manual page.
/etc/rc.d/wizd start


# 1.1053 22-Jan-2008 uebayasi

Add uhmodem.0 and uhmodem.4.


# 1.1052 21-Jan-2008 dyoung

Install elanpar(4), elanpex(4) manual pages. Update distribution
set lists.


# 1.1051 21-Jan-2008 dyoung

Sort.


# 1.1050 09-Jan-2008 xtraeme

Add gcscpcib(4): a driver for the AMD CS5535 and CS5536 Companion Device
that acts as PCI-ISA bridge and supports a Timecounter, Watchdog Timer
and GPIO.

Adapted by Yojiro UO and minor tweaks by me from OpenBSD. Tested on
CS5535 and CS5536. This closes PR kern/37577.


# 1.1049 09-Jan-2008 simonb

Remove support for NetBSD/pc532.


Revision tags: pc532-eol-2008 matt-armv6-base
# 1.1048 03-Jan-2008 jdc

Add a note about marking entries as "obsolete", instead of deleting them.


# 1.1047 31-Dec-2007 ad

Remove systrace. Ok core@.


# 1.1046 31-Dec-2007 ad

-compat_hpux


# 1.1045 23-Dec-2007 jmcneill

Move sony.4 from i386 to MD man page directory


# 1.1044 12-Dec-2007 xtraeme

Rename battery(4) to battery_pmu(4), because at least we know that is
only specific to pmu.


# 1.1043 12-Dec-2007 macallan

add a simple battery(4) man page


Revision tags: cube-autoconf-base
# 1.1042 05-Dec-2007 xtraeme

Rename the Areca RAID driver (known as arc(4) to arcmsr(4) to avoid
namespace conflict with NetBSD/arc.

Found by tsutsui@.


# 1.1041 04-Dec-2007 xtraeme

Areca Technology Corporation SATA RAID controller driver, ported
from OpenBSD.

arc0 at pci2 dev 14 function 0: interrupting at ioapic0 pin 18 (irq 5)
arc0: Areca ARC-1210 Host Adapter RAID controller
arc0: 4 ports, 256MB SDRAM, firmware <V1.43 2007-4-17>
scsibus0 at arc0: 16 targets, 8 luns per target
[...]
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 0 lun 0: <Areca, ARC-1210-VOL#00, R001> disk fixed
sd0: 465 GB, 56514 cyl, 36 head, 480 sec, 512 bytes/sect x 976562176 sectors
sd1 at scsibus0 target 0 lun 1: <Areca, ARC-1210-VOL#01, R001> disk fixed
sd1: 465 GB, 56514 cyl, 36 head, 480 sec, 512 bytes/sect x 976562176 sectors

bioctl(4) output with two RAID0 volumes:

Volume Status Size Device
arc0 0 Online 466G ARC-1210-VOL#00 RAID0
0 Online 234G 0:0.0 noencl <WDC WD2500YS-01SHB1 20.06C06>
1 Online 234G 0:1.0 noencl <WDC WD2500YS-01SHB1 20.06C06>
arc0 1 Online 466G ARC-1210-VOL#01 RAID0
0 Online 234G 0:2.0 noencl <WDC WD2500YS-01SHB1 20.06C06>
1 Online 234G 0:3.0 noencl <WDC WD2500YS-01SHB1 20.06C06>

The driver still needs changes related to locking and talking to the
firmware, which sometimes is unable to answer...

Raid card donated by Areca Technology Corporation via Trent George.
Disks used for testing were contributed by TNF.

Thank you very much.


# 1.1040 21-Nov-2007 pooka

A very terse manual for pud(4) (it leaves almost everything as
an exercise to the reader).


# 1.1039 20-Nov-2007 sborrill

Add support for /boot.cfg configuration file in x86 boot loader.
This allows easy configuration of banner text, console device and timeout
as well as allowing menus of commands to be displayed. If /boot.cfg
is not present, then the existing behaviour does not change.

The sections in the boot loader source are surrounded by #ifdef SMALL
allowing this functionality to be removed if space is at a premium.


# 1.1038 17-Nov-2007 tsutsui

Add newfs_ext2fs(8).


# 1.1037 15-Nov-2007 xtraeme

Rename it(4) to itesio(4) to accomodate for the following changes:

- The driver now uses the Super I/O address port as port argument in
the configuration file. The Environmental Controller base address is
fetched by the Super I/O EC LDN configuration registers.

- Invalidate voltage sensors if data returned is 0xff.

- Use the Super I/O Global Configuration Registers Chip ID[12] and Device
Revision to store/print the correct information.

- Use only the Fan Extended Tachometer registers on IT871[68]F for now;
this gives us correct data for IT8705/IT8712F again.

Inspired by the smsc(4) driver. The UPDATING file has been updated to
reflect the rename.


# 1.1036 12-Nov-2007 jmmv

Add the ATF documentation

This change adds the ATF manual pages that are not tied to any specific
tool nor library. It also adds some distribution documentation to the
system, as this is linked to by the manual pages (plus we have to install
the license text to comply with its terms).


# 1.1035 12-Nov-2007 jmmv

Add the atf tools

This adds reachover Makefiles to build and install the atf tools.
Some are public, thus installed in /usr/bin, and others are internal
and therefore installed in /usr/libexec.


# 1.1034 11-Nov-2007 jmcneill

Add man page for pseudo-audio device driver.


# 1.1033 09-Nov-2007 plunky

Add a new utility 'btkey' for managment of Bluetooth Link Keys stored
in the NetBSD key cache (/var/db/bthcid.keys) and Bluetooth controller
memory.


# 1.1032 29-Oct-2007 xtraeme

Add coretemp(4).


# 1.1031 25-Oct-2007 christos

Add seeprom.


# 1.1030 17-Oct-2007 garbled

Fix up the set lists to reflect the move of the pmppc section 4 manapages
to evbppc and removal of the section 8 pmppc pages.


# 1.1029 16-Oct-2007 tls

Add httpd to the build. Add _httpd to passwd and groups and postinstall.
Add /var/www to mtree, add example line to inetd.conf.


# 1.1028 07-Oct-2007 xtraeme

Add envsys.conf(5).


# 1.1027 05-Oct-2007 reed

Add sysctl.conf man page.


# 1.1026 30-Sep-2007 kiyohara

Add bcsp.


# 1.1025 25-Sep-2007 wiz

Add piixpcib(4), based on the one provided by Stephan Meisinger in
PR 37021.


# 1.1024 11-Sep-2007 xtraeme

Forgot to add aps(4)... sorry phone :-)


# 1.1023 03-Sep-2007 tshiozak

add manpage for uchcom(4).


# 1.1022 26-Aug-2007 xtraeme

branches: 1.1022.2;
Add a manpage for the ichlpcib(4) driver. This needs some wizd-ification.


# 1.1021 20-Aug-2007 kiyohara

Add support for AnyCom BlueCard.


# 1.1020 18-Aug-2007 tnn

Add spdmem(4) driver. This decodes technical specifications stored in
the eeprom on common types of memory modules. The specifications are
displayed during boot and can later be queried in the hw.spdmemN sysctl
subtree. Stub driver written by Nicolas Joly and greatly improved upon by
Paul Goyette. From PR 36745, with additional improvements by Paul and me.


# 1.1019 10-Aug-2007 pooka

add mount_sysctlfs.8


Revision tags: matt-mips64-base
# 1.1018 04-Aug-2007 ad

branches: 1.1018.2;
Add cpuctl(8). For now this is not much more than a toy for debugging and
benchmarking that allows taking CPUs online/offline.


# 1.1017 28-Jul-2007 kiyohara

s/ichsmp/ichsmb/.


# 1.1016 28-Jul-2007 kiyohara

s/cat4/man4/.


# 1.1015 28-Jul-2007 kiyohara

Add support for Intel ICH SMBus controller.


# 1.1014 14-Jul-2007 adrianp

Updates for pkg_install-20070714


# 1.1013 11-Jul-2007 kiyohara

Add support for NVIDIA nForce 2/3/4 SMBus controller and SMBus driver.


# 1.1012 29-Jun-2007 rumble

Add read-only support for SGI's Extent File System.

Reviewed by pooka@.


# 1.1011 27-Jun-2007 xtraeme

Add i386/gcscide(4).


# 1.1010 25-Jun-2007 christos

add tcpdrop


# 1.1009 21-Jun-2007 ginsbach

Add the newgrp(1) utility, which changes effective group ID. This is a
POSIX (IEEE Std 1003.1, 2004 / Open Group Base Specifications Issue 6)
User Portability Utility.


# 1.1008 20-Jun-2007 tsutsui

sn(4) driver on mac68k has been switched to using MI SONIC driver,
so prepare MI sn(4) man page. Also improve some descriptions.


# 1.1007 15-Jun-2007 jmcneill

Add man page for AMD Geode LX AES Security Block driver.


# 1.1006 09-Jun-2007 kiyohara

Added OpenBSD's zyd(4) driver.
Supports ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network device.


# 1.1005 01-Jun-2007 blymn

Added smsc driver man page entries


# 1.1004 01-Jun-2007 jnemeth

note new xirc man page


# 1.1003 20-May-2007 dogcow

.4 files use /man4/, not /cat4/, durrrr.


# 1.1002 20-May-2007 dogcow

add uslsa(4)


# 1.1001 15-May-2007 bouyer

add jmide(4), a driver for the JMicron Technology JMB36x PCIe to SATA II/PATA
controllers. These controllers can be found on add-on PCIe cards, or
on some motherboards to provide the PATA connectivity (e.g. some intel
ICH8-based motherboards).

Thanks to JMicron Technology for providing me documentation and
different sample boards for this work.


# 1.1000 15-May-2007 macallan

new ADB man pages


# 1.999 08-May-2007 xtraeme

Add sparc64/fdc(4) (hi jnemeth)


# 1.998 08-May-2007 jnemeth

new sparc64 floppy driver manpage


# 1.997 01-May-2007 bouyer

Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
device controllers, and more specifically raid controllers.
Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD.
Add bio and sysmon support to mfi(4). This allow userland to query
status for drives and logical volumes attached to a mfi(4) controller. While
there fix some debug printfs in mfi so they compile.
Add bio(4) to amd64 and i386 GENERIC.


# 1.996 26-Apr-2007 agc

Add fusermount and its manual pages into the sets lists.


# 1.995 26-Apr-2007 dyoung

Add back MI evbsh5 files, but mark them 'obsolete'.


# 1.994 21-Apr-2007 plunky

add compat_darwin(8) to build


# 1.993 21-Apr-2007 pooka

add mount_9p


# 1.992 21-Apr-2007 plunky

add 'lost' manpages to build:

acorn26/iobus(4)
mac68k/zsc(4)
pc532/intro(4)
sparc/autoconf(4)
sun3/autoconf(4)
vax/mtc(4)
vax/rl(4)
iee(4)


# 1.991 14-Apr-2007 tnn

Add envctrl(4): Sun Ultra Enterprise 450 environmental monitoring driver.
Also add accompanying i2c controller driver, pcf8584.
Both written by me. Some cosmetic improvements from Iain Hibbert.
ok <martin>


# 1.990 13-Apr-2007 jmcneill

Add mavb(4) man page


# 1.989 12-Apr-2007 macallan

add man pages for chipsfb and genfb


# 1.988 08-Apr-2007 scw

Remove support for NetBSD/{,evb}sh5.


# 1.987 01-Apr-2007 apb

Add a (very rudimentary) man page for sysinst. Although sysinst doesn't
appear in installed systems, other documents might want to refer to it
via ".Xr sysinst 8".


# 1.986 25-Mar-2007 agc

Add the catman page for drm(4) to the sets.


# 1.985 25-Mar-2007 wiz

Add basic drm(4) man page, and link it to drivers.
Feel free to improve it!


# 1.984 14-Mar-2007 xtraeme

+ aiboost(4)


# 1.983 06-Mar-2007 dillo

Complete rename of hfsp to hfs, requested by thorpej.


# 1.982 05-Mar-2007 dillo

Integrate apmlabel and HFS+ file system.


# 1.981 02-Mar-2007 wiz

packages(7) has (finally!) completely been integrated in the pkgsrc guide,
remove it.


# 1.980 02-Mar-2007 riz

Add man4/prep, cat4/prep, html4/prep directories, and a couple of
missed cat4/prep manpages.


# 1.979 01-Mar-2007 martin

Add dkscan_bsdlabel


# 1.978 01-Mar-2007 garbled

Add man4.prep manpages


# 1.977 26-Feb-2007 apb

Add a man page for MAKEDEV.local(8), and a link for makedev.local(8).


# 1.976 20-Feb-2007 briggs

Add catman for btuart.4


# 1.975 20-Feb-2007 kiyohara

Supprot Bluetooth HCI UART (H4) driver and daemon.


# 1.974 08-Feb-2007 tls

Remove 'l'. Those who do not learn from history are doomed to repeat it.


# 1.973 07-Feb-2007 tls

fix bug


# 1.972 06-Feb-2007 dyoung

Add cmos(4) for reading/writing CMOS RAM on x86 boxes. This driver
comes from Takahiro Kambe, with some mods by me.


# 1.971 30-Jan-2007 elad

Move paxctl from usr.bin/paxctl to usr.sbin/paxctl, and make it an admin
tool (man-page moved from section 1 to section 8).


# 1.970 26-Jan-2007 sborrill

Add srtconfig and its man pages


# 1.969 20-Jan-2007 xtraeme

Updated viaenv(4) driver:

* Support for the VIA VT8231 Hardware monitor.
* Power Management Timer available for timecounters in both
VT86C686A and VT8231 (code simplified thanks to dev/ic/acpipmtimer).
* Remove viapm(4) code and manpage (which was a link to viaenv.4 anyway).

From OpenBSD, tested by some users.


# 1.968 15-Jan-2007 tron

Correct flag for amldb(8) cat page to fix builds with "MKCATPAGES=no".

Problem pointed out by Denis Lagno on current-users mailing list.


# 1.967 14-Jan-2007 christos

add acpitools


# 1.966 07-Jan-2007 pooka

mount_psshfs.[08]


# 1.965 07-Jan-2007 xtraeme

+ ug(4)


# 1.964 06-Jan-2007 kardel

add ntp-keygen.8 manual page


# 1.963 30-Dec-2006 rumble

Add sgimips boot(8) and sgivol(8).


# 1.962 26-Dec-2006 rumble

Add light(4).


# 1.961 22-Dec-2006 rumble

Add giopci.0 catman as well.


# 1.960 22-Dec-2006 rumble

Add a giopci(4) manual page.


# 1.959 17-Dec-2006 bouyer

Add bnx(4), a driver for Broadcom NetXtreme II 10/100/1000 Ethernet device.
Ported from OpenBSD by cube@, with some bus_dma fixes by me.
Tested on i386 and amd64.


# 1.958 17-Dec-2006 bouyer

Add mfi(4), a driver for LSI Logic & Dell MegaRAID SAS RAID controller.
Ported from OpenBSD, tested on i386 and amd64.


# 1.957 12-Dec-2006 wiz

Add snapper(4) man page, based on the one provided by David H. Gutteridge
in PR 35138 with minor changes.


# 1.956 04-Dec-2006 pavel

Move the description of sysctl MIBs from sysctl.3 to a new manual page
sysctl.7. Remove the list of MIBs from sysctl.8 so we don't have to
maintain duplicate information, as proposed by YAMAMOTO Takashi on
tech-userlevel. Also remove references to header files from sysctl.8.

The numeric constants remain documented, they are still needed in some
cases. See the discussion on tech-userlevel. ("mib list in sysctl.8")

OK by YAMAMOTO Takashi.


Revision tags: netbsd-4-base
# 1.955 30-Nov-2006 bouyer

branches: 1.955.2;
Add ahcisata(4), a driver for AHCI 1.0 and 1.1 controllers. Tested on the sata
ports of a Intel 63xxESB chipset. Does not support NCQ yet.


# 1.954 25-Nov-2006 elad

First take of MI boot(8) man-page, suggested by agc@.

Okay agc@.


# 1.953 23-Nov-2006 rpaulo

New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld.
Notable changes:
* Fixes PR 34268.
* Separates the code from gif(4) (which is more cleaner).
* Allows the usage of STP (Spanning Tree Protocol).
* Removed EtherIP implementation from gif(4)/tap(4).

Some input from Christos.


# 1.952 12-Nov-2006 christos

put back phones, used by tip


# 1.951 12-Nov-2006 dogcow

missed UUCP obsolete


# 1.950 12-Nov-2006 christos

goodbye uucp


# 1.949 09-Nov-2006 pooka

puffs manual pages


# 1.948 01-Nov-2006 apb

Add list entries for gkermit files.


# 1.947 31-Oct-2006 joerg

Add rum(4) for newer USB Ralink devices. Obtained from OpenBSD.
Special thanks to Sepherosa Ziehau for helping debugging USB issues.
Hook up rum(4) for i386 config files.


# 1.946 26-Oct-2006 bjh21

MI podulebus(4).


# 1.945 22-Oct-2006 bjh21

Move ei(4) out of the acorn26 subdirectory.


# 1.944 22-Oct-2006 elad

First shot at a security(8) man-page, a quick guide for some NetBSD
security features.


# 1.943 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.942 15-Oct-2006 christos

add gpt


# 1.941 09-Oct-2006 gdamore

Add man pages for SPI, m25p flash, and tm121temp devices. I'm holding off
creating an spiflash man page until the framework settles, and I'd
ultimately like to create section 9 pages for SPI.


# 1.940 08-Oct-2006 elad

PR/22228: Jeremy C. Reed: a man page for virecover(8)

Man page added, thanks!


# 1.939 07-Oct-2006 elad

PR/32641: David Maxwell: No 'pkgsrc' manpage

Link pkgsrc(7) -> packages(7).


# 1.938 07-Oct-2006 peter

Add manpages for some Jornada 7xx drivers.


# 1.937 07-Oct-2006 elad

PR/18126: jnilsson at ludd dot luth dot se: add the revoke program

I have commited a different version than in the PR, it lacks a license
but if it warrants one we can stick the TNF standard on it. It's just
a main() routine that calls revoke(2).


# 1.936 01-Oct-2006 bouyer

Add manpage for new ipmi driver.


# 1.935 01-Oct-2006 bjh21

Add a driver for sec(4).


# 1.934 29-Sep-2006 macallan

Add gimpy's OF device tree dumping tool.
Tested on macppc and sparc64


# 1.933 25-Sep-2006 christos

add csplit.


# 1.932 19-Sep-2006 wiz

Install aliases(5) from postfix, since the sendmail one is gone,
but we refer to it from various other man pages.


# 1.931 16-Sep-2006 elad

Add a C version of Veriexec's fingerprint generator, written by Matt
Fleming.

This one has some nice options -- for example, an admin can run right
after installing a system:

fpgen -D

and it will fingerprint a set of "common" system directories to the
default loaction. See the man-page for more stuff.

Performance-wise, here are results for both fpgen.sh (old) and this
new tool:

474.599u 574.335s 13:53.05 125.9% 0+0k 0+307io 0pf+0w

0.424u 0.131s 0:00.56 98.2% 0+0k 0+2io 0pf+0w

...guess which is which? (that's ~1500 times *faster*)


# 1.930 10-Sep-2006 plunky

update to bluetooth device attachment:

remove pseudo-device btdev(4) and inherent limitations

add bthub(4) which autoconfigures at bluetooth controllers as they
are enabled. bluetooth devices now attach here.

btdevctl(8) and its cache is updated to handle new semantics

etc/rc.d/btdevctl is updated to configure devices from a list
in /etc/bluetooth/btdevctl.conf


# 1.929 09-Sep-2006 riz

Add msk(4) info to the sk(4) manpage, and install links (from OpenBSD).

Also, add msk to DEVNAMES.


# 1.928 07-Sep-2006 itohy

Workbit NinjaATA-32 busmastering PIO IDE controller driver (njata)

This driver supports NinjaATA-32Bi and NPATA-32 chips,
which are used for CardBus ATA interface cards and
CardBus CompactFlash adapters.


# 1.927 07-Sep-2006 ad

Add the lockstat command: displays a summary of kernel locking events
recorded over the lifetime of a called program.


# 1.926 02-Sep-2006 wiz

Remove some ns(4)-related man pages.


# 1.925 26-Aug-2006 matt

Add back /usr/include/netccitt and netns and mark as obsolete.
Move netbt from comp to base.
Remove trsp man page entries.


# 1.924 26-Aug-2006 matt

Obsolete XNS man pages.


# 1.923 20-Aug-2006 bjh21

Add vidcvideo(4).


# 1.922 19-Aug-2006 plunky

The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219.

While it can be made to compile, the paradigm is not quite right because
it attempts to contact the filesystem during autoconfig which sometimes
causes a panic. Even if that was fixed, there is another potential problem
in that the driver tries/sleeps/tries/sleeps and the sleep could
theoretically sleep past the rc.d/btconfig stage and the controller
would remain unconfigured.

So, I have prepared a different method for loading the firmware to
Broadcom BCM2033 chip based devices. A package 'sysutils/bcmfw' will load
the firmware files via a ugen(4) device interface.

This update removes the ubtbcmfw(4) driver and adds a table to the ubt(4)
driver so that it will not attach to Broadcom BCM2033 based devices before
the firmware was loaded.

This fixes kern/34219


# 1.921 14-Aug-2006 bjh21

Obsolete manual pages for deleted acorn32 keyboard drivers.


# 1.920 13-Aug-2006 wiz

Add dk(4) manpage written by Jonathan A. Kollasch, provided in PR 34193.


# 1.919 13-Aug-2006 plunky

rename btcontrol(8) as btdevctl(8) to make it fit with the NetBSD naming
scheme for control programs. This fixes pr 34051.


# 1.918 13-Aug-2006 simonb

Add a port of the OpenBSD Intel 3945ABG wpi(4) wireless driver, by
Jean-Baptiste Campesato.

From PR kern/33778.


Revision tags: abandoned-netbsd-4-base
# 1.917 29-Jul-2006 ad

branches: 1.917.2;
Remove RASTERCONSOLE support from the pmax port.


# 1.916 29-Jul-2006 wiz

Install twa(4) and add it to set list.


# 1.915 27-Jul-2006 christos

add services_mkdb


# 1.914 26-Jul-2006 tron

Bluetooth fixes by Iain Hibbert:
Remove bluetooth.conf(5) and config parsing from libbluetooth(3)
as this is no longer required.


# 1.913 26-Jul-2006 tron

Bluetooth fixes by Iain Hibbert:
Remove bthset(4) device and add btsco(4) in its place. This is an
improved version which is not just for headsets, as it can receive
incoming connections (eg for Hands Free Profile). Update bthset(1)
control utlitiy to relate to new device.


# 1.912 26-Jul-2006 tron

Bluetooth fixes by Iain Hibbert:
Change the way in which bluetooth devices attach to system. The
new way is for devices to attach directly to a btdevN device via
its own control file /dev/btdevN.
- bthub(4) is replaced by btdev(4).
- /dev/bthubctl is replaced by /dev/btdevN.
- configuration now uses proplib(3) property lists.
- btcontrol(8) updated to use new API, and now uses private
- XML config file /var/db/btdev.xml.


# 1.911 23-Jul-2006 bouyer

Add a /dev/amr* control file for amr(4) devices, which allows sending raw
commands to the controller.
Add a amrctl(8) control tool, which for now only allows to get status
from the adapter (status of adapter, logical volumes and and individual
drives).
From FreeBSD, with some adjustements by Andrew Doran and me.


# 1.910 19-Jul-2006 rpaulo

add bounce(5) man page


# 1.909 12-Jul-2006 lukem

* Provide new keywords:
gcc=<n> <n> = value of ${HAVE_GCC}
gdb=<n> <n> = value of ${HAVE_GDB}

* Support extra keywords on lines with "obsolete" keywords to allow
keyword-specific obsolete files.
(Primarily intended for use with gcc=<n> and gdb=<n>, although
it could be use for other items).

* Use the above features to collapse the gcc.* and gcc4.* lists into
the appropriate set lists.

* Deprecate the tc.* lists as all platforms are either HAVE_GCC=3 or HAVE_GCC=4.

* Update set lists for HAVE_GDB=6.


# 1.908 08-Jul-2006 tsutsui

Misc fixes for sl(4) and slattach(8) man pages:
- note that ifconfig(8) create subcommand is required before slattach(8)
- network addresses aren't defined by slattach(8) but ifconfig(8)
- Add a BUGS section in slattach(8) to note that currently there is no way to
specify/see an interface name to be attached
- move description about link[0-2] flags from slattach(8) to sl(4)
(rather than adding a new description...)
- move description about SLIP limitations to a new BUGS section in sl(4)
- remove inappropriate MLINKS of slip.8 to slattach.8
- create MLINKS of slip.4 to sl.4 instead
- add some more xrefs

Ok'ed by christos, and closes PR kern/33672 and PR bin/33923.


# 1.907 05-Jul-2006 martin

Add ugensa man page


# 1.906 30-Jun-2006 xtraeme

Enable kse(4).


# 1.905 27-Jun-2006 peter

Fix a typo, pointed out by Hisashi T Fujinaka.


# 1.904 27-Jun-2006 peter

Add hpcarm/intro(4).


# 1.903 26-Jun-2006 mrg

don't install crypto files with MKCRYPTO=no. with these changes, a
MKCRYPTO=no build completes.


# 1.902 25-Jun-2006 wiz

Separate crypto and .cat/.man with a comma.
Noted by KlinT on current-users.


# 1.901 25-Jun-2006 mrg

make MKCRYPTO=no work again.


# 1.900 24-Jun-2006 kardel

add geodecntr.4


# 1.899 24-Jun-2006 mrg

add support for MKISCSI=no.


# 1.898 19-Jun-2006 gdamore

Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.


# 1.897 13-Jun-2006 tron

The manual pages for "mail.local" are not obsolete because "mail.local"
is (and should be) still included in the base distribution.


# 1.896 30-May-2006 tron

Remove obsolete sendmail manual pages, add postfix manual pages.


# 1.895 30-May-2006 christos

Remove sendmail (requested by core@ and security-officer@)


# 1.894 22-May-2006 dan

the intention of the whole tip-as-cu thing was to allow tip-as-cu and
have a cu command installed, even when the rest of uucp was removed
via MKUUCP=no. The old uucp-derived cu is no more, and is not
installed in either case.

make it so, by correcting some confusion that had made the non-uucp
tip-as-cu cu conditional on MKUUCP


# 1.893 18-May-2006 chap

Add compat_30.8 man page, incorporating suggestions
by <wiz> and <pavel>.


# 1.892 18-May-2006 liamjfoy

Integrate Common Address Redundancy Procotol (CARP) from OpenBSD

'pseudo-device carp'

Thanks to: joerg@ christos@ riz@ and others who tested
Ok: core@


# 1.891 17-May-2006 riz

Mark specific manpages, catpages, and info files as "gcccmds", so that
a "distribution" build with MKGCCCMDS=no and any of MKCATPAGES, MKMAN, and
MKINFO set to yes can still succeed.

Tested with two distribution builds of i386; one with MKGCCCMDS=no and
one without.


# 1.890 17-May-2006 tron

Add lmtemp(4) manual page.


# 1.889 16-May-2006 elad

Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthen
W^X mappings.

Disabled by default.

First proposed in:

http://mail-index.netbsd.org/tech-security/2005/12/18/0000.html

More information in:

http://pax.grsecurity.net/docs/mprotect.txt

Read relevant parts of options(4) and sysctl(3) before using!

Lots of thanks to the PaX author and Matt Thomas.


# 1.888 14-May-2006 dyoung

Build and install wpa_passphrase, the utility for making a WPA
pre-shared key (PSK) from an SSID (802.11 "network name") and a
secret passphrase.


# 1.887 13-May-2006 xtraeme

Fix typo in previous... it.4 belongs to man4 not man3 :-)


# 1.886 13-May-2006 xtraeme

Driver for iTE IT87xxF and compatibles hardware monitor. Add
commented out entries on GENERIC and GENERIC_LAPTOP.

Adapted from OpenBSD.


# 1.885 13-May-2006 mrg

add support for sets with HAVE_GCC=4:
- move fortran programs from mi.* to {tc,gcc}.*
- clone gcc.* and add new headers and shlibs to gcc4.*


# 1.884 11-May-2006 gdamore

Added ddc.4, ddc.9. and edid.9


# 1.883 07-May-2006 jmcneill

Add piixpm(4) man page.


# 1.882 24-Apr-2006 jmcneill

Add vesafb man page.


# 1.881 24-Apr-2006 dillo

Add pkg_summary.5.


# 1.880 23-Apr-2006 rittera

Added ndis.4 to distrib/sets/lists/man/mi


# 1.879 19-Apr-2006 tron

Add missing entries for ndiscvt(8) and its manual pages.


# 1.878 17-Apr-2006 christos

Cleanup qmqgr remnants (Hisashi T Fujinaka)


# 1.877 17-Apr-2006 christos

Perry says we don't want qmqpd and that he'll be responsible for fixing
postfix set-permissions.


# 1.876 17-Apr-2006 christos

Add qmqpd


# 1.875 12-Apr-2006 rpaulo

Add hostapd man pages.


# 1.874 07-Apr-2006 riz

Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includes
gpioow(4), attaching a bit-banging driver via a GPIO pin. Also,
owtemp(4) which supports some of the 1-Wire temperature sensors, including
the DS18b20 and DS1920 - temperatures are returned via the envsys(4)
framework.

Original drivers by Alexander Yurchenko (grange@openbsd), with envsys(4)
support and a fix to the 1-wire search algorithm (for discovering
devices on the bus) by me.

As discussed on tech-kern earlier this week.


# 1.873 03-Apr-2006 scw

Add a kernel driver and userland program for the Topfield TF5000PVR range
of digital video recorders popular in Europe and Australia.

These devices have a USB client port which can be used to upload and
download recordings (and other files, such as MIPS binaries for execution
on the DVR's CPU) to/from their internal hard disk, in addition to some
other operations on files and directories.


# 1.872 28-Mar-2006 riz

Add swcrypto(4) to set lists.


Revision tags: peter-altq-base
# 1.871 25-Mar-2006 xtraeme

branches: 1.871.2;
Add basic rgephy(4) manpage, from OpenBSD.


# 1.870 23-Mar-2006 xtraeme

Enable ciss(4) manpage.


# 1.869 23-Mar-2006 garbled

Add cat8 manpages for prep too. Caught by wiz as well.


# 1.868 23-Mar-2006 garbled

Add prep's mkbootimage.8 and boot.8 to mi set list


# 1.867 20-Mar-2006 christos

Fix the lists.


# 1.866 16-Mar-2006 wiz

Unobsolete slstats and its man page, now the links have been added.


# 1.865 16-Mar-2006 jwise

Fix two pf miscategorizations.


# 1.864 16-Mar-2006 jwise

Some users use pf. Some use ipfilter. Syspkg was designed for situations
like this, where a user may well want to install one of these but not the
other.

To allow syspkg to be used for its intended purpose here, carefully split
out ipfilter and pf from the main {base,comp,man,misc}-net{,util}-* packages

(something which was partially done for ipf, but not done for pf in the
past).

This way, a user can pkg_delete *-{ipf,pf}-*, and not have utilities,
libraries, man pages, examples, or default /etc files for the packet filter
they don't like.


# 1.863 12-Mar-2006 chs

add nfe driver and manpage from OpenBSD.


# 1.862 06-Mar-2006 agc

Sync lists with reality - add svwsata(4) and catman page.


# 1.861 05-Mar-2006 rumble

Add a terse man page for the grtwo framebuffer driver.


# 1.860 02-Mar-2006 wiz

Deprecate slstats.


# 1.859 02-Mar-2006 dyoung

Sort. Remove duplicate lines.


# 1.858 25-Feb-2006 christos

update for auxgreg, clock, timer sparc man page addition.


# 1.857 25-Feb-2006 christos

put back the vlan cat page.


# 1.856 25-Feb-2006 christos

remove vinum


# 1.855 11-Feb-2006 gdamore

Add evbmips and manual pages to distribution files, as requested by wiz@


# 1.854 08-Feb-2006 agc

Add entries for the iSCSI target, and supporting library and manual
pages.


# 1.853 08-Feb-2006 christos

mark sushi obsolete (per core's request)


# 1.852 06-Feb-2006 wiz

Update for groff-1.19.2.


# 1.851 05-Feb-2006 xtraeme

Add a pbms(4) manpage. Remove it from the source code and update TODO.


# 1.850 03-Feb-2006 jmmv

Implement support for 'The Multiboot Specification' so that i386 kernels
can be booted directly from Multiboot-compliant boot loaders (e.g. GRUB).
See the added multiboot(8) manual page for more information.

No objections in tech-kern@; only positive comments.


# 1.849 02-Feb-2006 reinoud

Initial import of a UDF file system implementation for NetBSD.

Finally the logic glue and the set distribution lists modifications.


# 1.848 24-Jan-2006 elad

add qsieve/qsafe entries for new locations.


# 1.847 17-Jan-2006 jmmv

The tb(4) driver is gone, so should be the manual page.


# 1.846 13-Jan-2006 peter

Add hpcarm/boot(8) manual page.


# 1.845 04-Jan-2006 xtraeme

Add rlphy(4) (Realtek 8139/8201L PHY) from OpenBSD.


# 1.844 29-Dec-2005 tsutsui

Add preliminary support for System V Boot File System.
Written by UCHIYAMA Yasushi <uch@netbsd>.


# 1.843 22-Dec-2005 christos

remove obsolete programs.


# 1.842 13-Dec-2005 christos

add sony.4


# 1.841 12-Dec-2005 wiz

Add nologin(5).


# 1.840 06-Dec-2005 christos

bye lmcctl, welcome lmcconfig


# 1.839 25-Nov-2005 christos

more openssl man pages


# 1.838 19-Nov-2005 christos

add the dnssec and namedb check tool man pages


# 1.837 18-Nov-2005 riz

Add ".cat" to ./usr/share/man/cat8/sti.0 and ".man" to
./usr/share/man/man8/sti.8 so a build with MKCATPAGES=no and MKMAN=no
(respectively) will complete successfully.


# 1.836 10-Nov-2005 christos

add sti


# 1.835 27-Oct-2005 jmc

Nuke only md man page in existance (which requires special casing set sharing
for man.tgz unnecessarily)


# 1.834 05-Oct-2005 hubertf

Add locate.updatedb(8).
Discovered missing while sorting things out for BSDcertification.org.
Ran through wizd(8).


# 1.833 01-Oct-2005 scw

Update for wpa_cli and wpa_supplicant.


# 1.832 27-Sep-2005 jmcneill

Add gscpcib(4) man page as requested by wizd(8).


# 1.831 27-Sep-2005 jmcneill

Add gpioctl to set lists.


# 1.830 27-Sep-2005 jmcneill

Add gpio man pages.


# 1.829 22-Sep-2005 dyoung

Add the manual page for geodewdog(4), the driver for the AMD Geode
SC1100's integrated watchdog timer.


# 1.828 21-Sep-2005 tsarna

pam_afslog is used in conjunction with pam_krb5 to obtain AFS tokens and
create a PAG if necessary.

Especially important for home directories on AFS.


# 1.827 15-Sep-2005 nonaka

Added rs5c372rtc, shpcic man pages.


# 1.826 12-Sep-2005 macallan

man page for the adt7467c driver


# 1.825 11-Sep-2005 xtraeme

Revert my previous commit, and put back the scan_lfs manpage... it
was removed, but now a link is created.


# 1.824 10-Sep-2005 xtraeme

Mask scan_lfs manpage as obsolete, now it has been removed.


# 1.823 10-Sep-2005 jmmv

Place mount_ptyfs.8 in man-sysutil-man (instead of man-miscfs-man) to
match mount_ptyfs.0, which is in man-sysutil-catman.


# 1.822 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.821 10-Sep-2005 jmmv

Add xge.{0,4}. Hi, ragge@!


# 1.820 05-Sep-2005 kiyohara

Support LCD screen driver for PERSONA SH3 machines.


# 1.819 28-Aug-2005 thorpej

Experimental support for extended attributes on UFS1 file systems, using a
backing file per attribute type indexed by inode number to hold the extended
attributes.

This is working pretty well on my test systems, except for the "autostart"
feature. I need someone with a better handle on the VFS locking protocol
to go over that.

This is a work-in-progress. There are parts of this that could be re-factored
allowing this approach to be used on other types of file systems.

Adapted from FreeBSD.


# 1.818 23-Aug-2005 peter

Add new files for pf.boot.conf.


# 1.817 20-Aug-2005 rpaulo

Adapted to the changes of grfinfo(1) MANSUBDIR (hp300). (thanks Klaus Klein)


# 1.816 18-Aug-2005 rpaulo

Added missing Postfix 2.2.5 man pages.


# 1.815 18-Aug-2005 rpaulo

Added new files from Postfix 2.2.5.


# 1.814 31-Jul-2005 xtraeme

Add scan_lfs(8), utility to find LFS partitions on disk, useful
to recover lost disklabels.


# 1.813 31-Jul-2005 skrll

Add ucycom(4).


# 1.812 31-Jul-2005 nakayama

Add man page for teliosio(4).


# 1.811 25-Jul-2005 hubertf

Fix paths of vndcompress (binary and manpages+category)


# 1.810 25-Jul-2005 hubertf

Add vndcompress(1) and vnduncompress(1) to transform filesystem/disk
images from "normal" into cloop2-format compressed images and back.
Written by Florian Stoehr (netbsd@wolfnode.de) with some polishing
by me.

Compressed disk images can be used with the vnd(4) driver when compiled with
VND_COMPRESSION and "vnconfig -z". Useful for creation of Live CDs/DVDs.


# 1.809 24-Jul-2005 wiz

Fix typo.


# 1.808 18-Jul-2005 augustss

Add uipaq(4).


# 1.807 17-Jul-2005 rpaulo

Add missing man page source for rtw.4


# 1.806 17-Jul-2005 rpaulo

Add rtw(4) man page.


# 1.805 17-Jul-2005 macallan

added tslot and dbri manpages


# 1.804 16-Jul-2005 rtr

add plist entries for forward manpage


# 1.803 14-Jul-2005 drochner

add a manpage for the ral (at pci/cardbus/uhub) wlan driver,
mostly from OpenBSD


# 1.802 12-Jul-2005 wiz

Sort. Add fwctl(8).


# 1.801 11-Jul-2005 kiyohara

Fix
1. man4 -> cat4
2. obsolete fwiso.[04]


# 1.800 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.799 29-Jun-2005 perry

add deroff and spell


# 1.798 28-Jun-2005 kent

remove pss(4) driver. It has never been workable and has not been
compilable for a long time.


# 1.797 27-Jun-2005 peter

Remove (pf)spamd. Its right to exist in NetBSD has been questioned since it
appeared and whether it's really part of pf or not is still unclear. Looking
at the other *BSDs it seems that they have left out spamd when importing pf,
and now we do that too. Also, the name conflicted with another more popular
used tool, after the rename to pfspamd it was left with completely unusable
documentation which apparently no-one wanted to fix.

A port of the latest spamd will be imported into pkgsrc soon.

Suggested by several people, no objections on last proposal on tech-userlevel.


# 1.796 21-Jun-2005 wiz

Add ac97(4) man page from OpenBSD, written by Constantine Sapuntzakis.
Suggested by kent@.


# 1.795 21-Jun-2005 kent

add azalia(4) man page


# 1.794 20-Jun-2005 briggs

Add an initial man page for ataraid(4).


# 1.793 17-Jun-2005 peter

Install vinum(4) manpage.


# 1.792 15-Jun-2005 xtraeme

Add scan_ffs(8) from OpenBSD, it was modified to support FFSv2
for NetBSD (with different blocksizes). Utility to find
FFSv1 and FFSv2 partitions on disks, useful to recover lost
disklabels.

Reviewed by christos.


# 1.791 31-May-2005 christos

mark genassym.sh obsolete


# 1.790 24-May-2005 agc

Add manual pages for psh3tp(4) to the man set.


# 1.789 07-May-2005 perry

add cat7/script.0 man7/script.7


# 1.788 01-May-2005 lukem

Fix typo in previous.
Noted by Markus W Kilbinger in private email.


# 1.787 01-May-2005 lukem

Update for various USE_* options.
Rest of PR 30092 from Jukka Salmi.


# 1.786 29-Apr-2005 christos

adjust for new gettext.


# 1.785 25-Apr-2005 wiz

For obsolete files, make sure that both words behind the pathname contain
"obsolete".


# 1.784 25-Apr-2005 blymn

Obsolete verifiedexec(4) man page


# 1.783 24-Apr-2005 dyoung

Add IEEE 802.11 manual pages from FreeBSD to both the Makefiles
and the set lists.


# 1.782 24-Apr-2005 wiz

Add openssl_errstr(1).


# 1.781 23-Apr-2005 perseant

Provide a resize_lfs(8), including kernel and cleaner support. The current
implementation requires the fs to be mounted while resizing. Tested in both
directions, and everything appears to work happily, but ymmv.


# 1.780 20-Apr-2005 blymn

Rototill of the verified exec functionality.
* We now use hash tables instead of a list to store the in kernel
fingerprints.
* Fingerprint methods handling has been made more flexible, it is now
even simpler to add new methods.
* the loader no longer passes in magic numbers representing the
fingerprint method so veriexecctl is not longer kernel specific.
* fingerprint methods can be tailored out using options in the kernel
config file.
* more fingerprint methods added - rmd160, sha256/384/512
* veriexecctl can now report the fingerprint methods supported by the
running kernel.
* regularised the naming of some portions of veriexec.


# 1.779 15-Apr-2005 itohy

ukyopon(4): Kyocera AIR-EDGE PHONE driver

Close NetBSD PR #25954 in a different way.


# 1.778 12-Apr-2005 jwise

spamlogd is now pfspamlogd.


# 1.777 12-Apr-2005 jwise

spamd.conf is now pfspamd.conf.


# 1.776 11-Apr-2005 jwise

Provide obsolete list entries for old names of pfspamd et al.


# 1.775 11-Apr-2005 jwise

spamd (et al) man pages have also changed to pfspamd (et al).


# 1.774 10-Apr-2005 nakayama

Add "skey" tag to pam_skey.[08].


# 1.773 04-Apr-2005 peter

Enable pflogd(8).


# 1.772 03-Apr-2005 jdolecek

add tra(4) manpage


# 1.771 28-Mar-2005 wiz

Add postinstall(8).


# 1.770 25-Mar-2005 cube

Add a manpage for attimer(4), and cross-reference it from pcppi(4).


# 1.769 18-Mar-2005 yamt

add agr(4), a pseudo network device driver for link aggregation.


Revision tags: netbsd-3-base
# 1.768 15-Mar-2005 christos

branches: 1.768.2;
Add "crypto" to the pam_ssh files.


# 1.767 09-Mar-2005 atatat

Add sockstat references to sets lists.


# 1.766 07-Mar-2005 thorpej

Add a pam.conf(5) manual page.


# 1.765 02-Mar-2005 thorpej

Add a pam(8) manual page that gives a brief introduction as to what PAM
is. The gritty details will be in pam.conf(5).


# 1.764 27-Feb-2005 thorpej

Add an S/Key PAM module.


# 1.763 22-Feb-2005 peter

Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs,
headers and LKM.

Add MKPF; if set to no, don't build and install the pf(4) programs,
headers, LKM and spamd.

Both options default to yes, so nothing changed in the default build.

Reviewed by lukem.


# 1.762 20-Feb-2005 jdolecek

add vge(4) manpage, obtained from FreeBSD


# 1.761 20-Feb-2005 jdolecek

add ciphy(4) manpage


# 1.760 20-Feb-2005 christos

Fix radius set fallout, reported by: Hisashi T Fujinaka


# 1.759 20-Feb-2005 christos

More libradius changes from manu


# 1.758 19-Feb-2005 thorpej

Switch to ipsec-tools for libipsec, setkey, and racoon. From
Emmanuel Dreyfus, with some small changes by me.


# 1.757 24-Jan-2005 joff

add atu(4) cat and manpage


# 1.756 22-Jan-2005 briggs

Add sem.4


# 1.755 20-Jan-2005 ginsbach

add seq(1)


# 1.754 12-Jan-2005 reinoud

Add installation of the new auixp(4) manual page.


# 1.753 11-Jan-2005 tron

Mark login_access(4) als "pam".


# 1.752 11-Jan-2005 skrll

Update after iwi(4) additions.


# 1.751 10-Jan-2005 lukem

Support ${MKINET6} == "no".


# 1.750 10-Jan-2005 he

Don't build libpam and associated bits if the target platform doesn't
support shared libraries (sun2 and evbsh5 at it would seem), or if the
user has specified MKPIC=no. Also introduce a new tag to the set lists
("pam"), so that the non-shlib ports can once again complete a release
build.

Discussed with christos and lukem.


# 1.749 09-Jan-2005 smb

Add a software watchdog timer facility. Because this slightly
changes the "tickle" model of wdogctl(8), it was modified as well;
while I was in there, I cleaned up the argument parsing.

The code was reviewed by simonb@.


# 1.748 09-Jan-2005 snj

Add login.access.0 (hi manu!).


# 1.747 08-Jan-2005 manu

Missing man page: login.access(5)


# 1.746 08-Jan-2005 cube

Add and install a manual page for tap(4).


# 1.745 05-Jan-2005 martti

Added ipmon(5)


# 1.744 04-Jan-2005 spz

these files should not be expected to exist if MKKERBEROS=no
Reviewed by christos


# 1.743 03-Jan-2005 lukem

Build & install pam_ssh.so.0 now that libssh is available for use.


# 1.742 02-Jan-2005 thorpej

Add a getextattr(1)/setextattr(1)/rmextattr(1)/lsextattr(1) utility
that gets, sets, removes, and lists file system extended attributes.

From FreeBSD.


# 1.741 29-Dec-2004 thorpej

Add PAM libraries, modules, and headers.


# 1.740 26-Dec-2004 tsutsui

Add mec(4) for sgimips.


# 1.739 24-Dec-2004 hannken

Add file .../cat4/ahd.0 missing from last commit.


# 1.738 23-Dec-2004 he

Add entry for the newly added ahd(4) driver.


Revision tags: rtr-xorg-branch-base
# 1.737 06-Dec-2004 cube

branches: 1.737.2;
Add a manual page for ixpide(4).


# 1.736 01-Dec-2004 grant

add iteide(4) driver for ITE8212-based IDE controllers. from
OpenBSD, ported to NetBSD by me.

ok'd by bouyer@, thorpej@.


# 1.735 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.734 23-Nov-2004 lukem

add getent(1)


# 1.733 18-Nov-2004 wiz

Put obsolete files in the *-obsolete sets instead of whatever they
were in before they became obsolete (consistency).


# 1.732 11-Nov-2004 christos

branches: 1.732.2;
Add ptyfs installed files.


# 1.731 29-Oct-2004 dan

put back uax, as obsolete


# 1.730 23-Oct-2004 augustss

s/uax/axe/


# 1.729 22-Oct-2004 augustss

Add cdce(4).


# 1.728 10-Oct-2004 augustss

Add auacer(4).


# 1.727 24-Sep-2004 wiz

Fix typo in hp700 man page name, reported by Hisashi T Fujinaka.


# 1.726 24-Sep-2004 wiz

Add sti(4) and the new hp700 man(4) pages.


# 1.725 13-Sep-2004 thorpej

Add the uuidgen(1) command, adapted from FreeBSD. While here, also add
a DCE-compatible -s flag, which causes uuidgen(1) to output C code for
the UUIDs rather than the standard string representation.

PR 23470.


# 1.724 05-Sep-2004 manu

Missing files that were recently added:
usr/include/netinet/pim.h
usr/include/netinet/pim_var.h
usr/share/man/cat4/multicast.0
usr/share/man/cat4/pim.0
usr/share/man/man4/multicast.4
usr/share/man/man4/pim.4


# 1.723 04-Sep-2004 lukem

missing postfix docs; postconf(5) postconf.5.html OVERVIEW.html


# 1.722 26-Aug-2004 itohy

Add njs.4


# 1.721 23-Aug-2004 lukem

ipw(4) and ipwctl(8)


# 1.720 19-Aug-2004 drochner

add drvctl stuff


# 1.719 15-Aug-2004 rumble

Add sgimips/sq(4).

Spotted by Hisashi T Fujinaka.


# 1.718 12-Aug-2004 wiz

Add hp700/boot(8).


# 1.717 24-Jul-2004 mrg

install spif(4).


# 1.716 21-Jul-2004 tshiozak

add locale.alias(5) manpage.


# 1.715 20-Jul-2004 wiz

Add ptm(4). Christos thinks it's minimal but ok :)


# 1.714 16-Jul-2004 dyoung

Add wlanctl(8), a utility for examining 802.11 node tables.


# 1.713 12-Jul-2004 wiz

Add some files for texinfo-4.7.


# 1.712 09-Jul-2004 bouyer

Add geodeide(4), a driver for the AMD Geode CS5530A IDE controller.
Tested by Ian Zagorskih (ianzag at megasignal.com).


# 1.711 06-Jul-2004 mycroft

Move some additional man pages and doc files into the games set, per PR 7297.


# 1.710 04-Jul-2004 dan

put kgetcred.1 manpage in man rather than catman syspkg, mark it as
.man so MANZ builds work


# 1.709 25-Jun-2004 itojun

spamlogd(8)


# 1.708 25-Jun-2004 wiz

Add route.conf(5).


# 1.707 25-Jun-2004 itojun

spamdb(8) and spamd.conf(5). noted by Thomas Klausner


# 1.706 25-Jun-2004 itojun

authpf from OpenBSD 3.5 PF


# 1.705 23-Jun-2004 bsh

add kgetcred.0 a 'cat' tag


# 1.704 23-Jun-2004 kleink

Repair pf fallout.


# 1.703 22-Jun-2004 itojun

add ftp-proxy from PF OpenBSD 3.5. adjust setlists


# 1.702 22-Jun-2004 itojun

spamd-setup, comes with PF for openbsd 3.5


# 1.701 22-Jun-2004 itojun

build and install spamd(8)


# 1.700 19-Jun-2004 uebayasi

Install GNU `troff' (or `groff') info manual.

Reviewed By: wiz


# 1.699 31-May-2004 toshii

Add re(4) manpage.


# 1.698 25-May-2004 lha

Add kgetcred, a tool that fetches a credential from the KDC
Useful when debugging service and cross-realm problems.


# 1.697 25-May-2004 tsarna

add uep(4) manpage to setlists


# 1.696 19-May-2004 itojun

build and install rndc-confgen (needed to create rndc.key)


# 1.695 18-May-2004 christos

Update more filelist entries for new bind. Thanks to FUKAUMI Naoki.


# 1.694 18-May-2004 christos

Adjust filelists to bind9


# 1.693 10-May-2004 wiz

Do not install ppi(4) -- drochner says that there's no driver for it.
(hp300/ppi.4 is something different and has its own man page.)


# 1.692 05-May-2004 dyoung

Build and install atppc(4), plip(4), ppbus(4), ppi(4) manual pages.


# 1.691 03-May-2004 kanaoka

Add vald(4) manual page.


# 1.690 03-May-2004 kochi

specify obsolete for old spic(4)


# 1.689 03-May-2004 kochi

Move spic.4 from man4 to man4.i386.


# 1.688 29-Apr-2004 jonathan

Make new hifn(4) and ubsec(4) manual pages visible to system, after
review, proofing, and bug-fixing by Thomas Klausner (wiz):
1. add hifn(40 and ubsec(4) to share/man/man4/Makefile and the distrib set lists.
2. Restore commented-out cross-references to hifn(40 and ubsec(4) in crypto(4).

No change made to hifn.4 or ubsec.4; commit forced for cross-reference
and for pullup-request purposes.


# 1.687 28-Apr-2004 wiz

Add crypto(4). Noted by Hisashi T Fujinaka.


# 1.686 28-Apr-2004 lukem

correct the setname for cat8/verify.0


# 1.685 27-Apr-2004 heas

The cat8 (pre-formatted) version of verify(8) should have a suffix of .0
instead of .8.

Noted by Hisashi T Fujinaka.


# 1.684 27-Apr-2004 heas

Updates for Postfix 2.1.0


# 1.683 27-Apr-2004 jonathan

Add cat4, man4 entries for fast_ipsec(4).


# 1.682 04-Apr-2004 uwe

Add intro(4) and j6x0lcd(4) for hpcsh.


# 1.681 04-Apr-2004 mrg

install ippool(5) manual as well. from peter postma in PR#25053.


# 1.680 03-Apr-2004 uwe

Descend into man8.hpcsh.
Add boot(8) for hpcsh to lists.


# 1.679 03-Apr-2004 uwe

Add hpcboot(8).


# 1.678 03-Apr-2004 uwe

Add kloader(4).


# 1.677 01-Apr-2004 christos

unobsolete which.


# 1.676 01-Apr-2004 martin

/usr/bin/which is gone.


# 1.675 31-Mar-2004 mrg

cat pages end in .0 not .n, noted by skrueger and europe dot com


# 1.674 31-Mar-2004 mrg

add a sparc64 intro(4).


# 1.673 31-Mar-2004 mrg

copy over several sparc* man pages from openbsd.


Revision tags: netbsd-2-0-base
# 1.672 28-Mar-2004 martti

branches: 1.672.2;
Added ippool


# 1.671 27-Mar-2004 uwe

Add shb(4).


# 1.670 26-Mar-2004 mrg

switch over to mrg gzip.


# 1.669 24-Mar-2004 fair

Add man page link from talkd.8 to ntalkd.8 per PR 13433

We should probably rename all of this back to talkd. XXX


# 1.668 22-Mar-2004 groo

Actually install the new man pages.


# 1.667 20-Mar-2004 bjh21

iomdkbc(4), rpckbd(4).


# 1.666 18-Mar-2004 ragge

Add dge manpage.


# 1.665 17-Mar-2004 scw

Add keyword 'gdb' to files built with MKGDB!=no.


# 1.664 13-Mar-2004 bjh21

Obsolete busmouse(4), opms(4), and wsqms(4) on acorn32.


# 1.663 01-Mar-2004 perry

add ath


# 1.662 23-Feb-2004 perry

if you add the man8/ files, you have to add the cat8/ files, too.


# 1.661 23-Feb-2004 reinoud

Add NetBSD/acorn32 boot manpage to distribution list


# 1.660 08-Feb-2004 sekiya

Add new sgimips manpages. From Steve Rumble.


# 1.659 07-Feb-2004 itohy

Add locate.conf(5).


# 1.658 30-Jan-2004 christos

move sticky from section 8 to section 7 where it belongs.


# 1.657 30-Jan-2004 lukem

Add ./etc/mtree/set.<setname> entry for each set.


# 1.656 25-Jan-2004 bjh21

Obsolete beep(4).


# 1.655 20-Jan-2004 rearnsha

Add intro(4) for evbarm.


# 1.654 12-Jan-2004 lukem

Support MKUUCP=no.
Fix the syspkgs for cu (now in uucp) and tip (now in util)


# 1.653 11-Jan-2004 lukem

Support MKDOC=no MKINFO=no MKNLS=no


# 1.652 11-Jan-2004 hannken

Update the file system snapshot driver:
- Document the kernel thread.
- Rename some functions and variables.
- Return EROFS where appropriate.
- Use shifts instead of 64-bit divide.
- Use a simple_lock to make it MP-safe.
- Add M_CANFAIL to malloc to avoid panic on large cluster size.
- Allow sparse file for backing store and use VOP_BALLOC() to allocate
space. Default size of backing store is the size of the file system.


# 1.651 11-Jan-2004 lukem

Add support for:
MKCATPAGES=no
MKMAN=no
MKMANZ=yes

Add ".man" (from "man") and ".cat" (from "catpages") to indicate files
that will automatically be treated as having a ".gz" extension if
MKMANZ != no. (This simplifies the MKMANZ!=no support...)


# 1.650 11-Jan-2004 lukem

reformat whitespace


# 1.649 11-Jan-2004 lukem

support MKBFD=no


# 1.648 07-Jan-2004 wiz

Add usbtask(4).


# 1.647 07-Jan-2004 wiz

Add cobalt/boot(8).


# 1.646 04-Jan-2004 lukem

support MKCVS=no


# 1.645 04-Jan-2004 lukem

Support MKCRYPTO=no


# 1.644 03-Jan-2004 lukem

Support MKSKEY=no.


# 1.643 03-Jan-2004 lukem

support MKYP=no


# 1.642 03-Jan-2004 lukem

support MKHESIOD=no


# 1.641 03-Jan-2004 lukem

support MKPOSTFIX=no


# 1.640 03-Jan-2004 lukem

support MKSENDMAIL=no (with "sendmail" keyword)


# 1.639 31-Dec-2003 bjh21

Add vidcaudio(4).


# 1.638 29-Dec-2003 lukem

Significant overhaul of how the sets are used:

* Add an optional third field to the sets file which is a list of
comma separated keywords that control if the line is printed.
Currently supported keywords
kerberos4 ${MKKERBEROS4} != no
kerberos ${MKKERBEROS} != no
lint ${MKLINT} != no
obsolete ${obsolete} != 0.
In this case, non obsolete files are not printed.
(This will allow future support for builds with variables such as
MKHESIOD and MKYP set to "no".)

* Use sh(1)'s getopts where appropriate, and otherwise cleanup the
various scripts.

* Move defaults for sets.subr from sets.defaults into sets.subr.
Move replicated code for determining stuff such as shlibs type
from various scripts into sets.subr.

* Merge the obsolete.*, krb.*, krb4.* and lint.* into the appropriate
main lists with the relevant third field keyword(s).


# 1.637 21-Dec-2003 agc

Add bpm and its manual page.


# 1.636 15-Dec-2003 lonewolf

Add haltwo(4) and newport(4) manpages.


# 1.635 14-Dec-2003 thorpej

Add artsata(4).


# 1.634 14-Dec-2003 thorpej

Add satalink(4).


# 1.633 11-Dec-2003 dyoung

Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)
and without Kerberos 4 & 5 (MKKERBEROS=no). Previously checkflist
complained of missing files.

* move kerberos- and kerberos 4-only files into new flists,
distrib/sets/lists/*/krb.*

* make the flist generators grok MKKERBEROS{,4} variables

* fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no.
9 out of 10 experts agree that it is ludicrous to build w/
KERBEROS4 and w/o KERBEROS5.

* fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no.

* omit some Kerberos-only subdirectories from the build as
MKKERBEROS{,4} indicate

(I acknowledge the sentiment that flists are the wrong way to go,
and that the makefiles should produce the metalog directly. That
sounds to me like the right way to go, but I am not prepared to do
revamp all the makefiles. While my approach is expedient, it fits
painlessly within the current build architecture until we are
delivered from flist purgatory, and it does not postpone our
delivery. Fair enough?)


# 1.632 10-Dec-2003 hannken

The file system snapshot pseudo driver.

Uses a hook in spec_strategy() to save data written from a mounted
file system to its block device and a hook in dounmount().

Not enabled by default in any kernel config.

Approved by: Frank van der Linden <fvdl@netbsd.org>


# 1.631 05-Dec-2003 simonb

Add sntp and its man pages.


# 1.630 25-Nov-2003 dyoung

Finer-grained syspkgs to save space on tiny systems: move
calendar(1)-related and RPC-related files to their own packages.
Move the termcap(5) database to its own package, also.


# 1.629 24-Nov-2003 wiz

Remove apci(4) and dca(4) man pages (hp300).
The drivers have been replaced by MI ones.
tsutsui@ agrees.


# 1.628 10-Nov-2003 augustss

Add boot(8) for pmppc.


# 1.627 05-Nov-2003 uwe

Descend into man4.hpcsh.
Install adc(4) and j6x0tp(4) manual pages.


# 1.626 01-Nov-2003 abs

Add share/{cat/cat,man/man}4/stpcide, sort


# 1.625 30-Oct-2003 wiz

Add sab(4) and sabtty(4) for sparc64.


# 1.624 25-Oct-2003 mycroft

MAKEDEV/makedev fallout.


# 1.623 25-Oct-2003 lukem

add sparc64's ofwboot(8)


# 1.622 24-Oct-2003 jdolecek

add makedev(8)


# 1.621 24-Oct-2003 jdolecek

switch to unified MAKEDEV(8) - the manpage now contains list of
all devices for all platforms


# 1.620 20-Oct-2003 mbw

Add new macppc boot(8) man page. Fixes PR port-macppc/21372.


# 1.619 19-Oct-2003 wiz

Add MAKEDEV(8) for ibmnws.


# 1.618 14-Oct-2003 wiz

Move siginfo(5) and ucontext(5) to siginfo(2) and ucontext(2) resp.,
and fix references.
Per a discussion on source-changes around Sep 14 2003.


# 1.617 10-Oct-2003 agc

Comment out man4/vinum.4 and cat4/vinum.0 until they arrive in the
source tree.


# 1.616 10-Oct-2003 grog

Add Vinum.


# 1.615 08-Oct-2003 bouyer

Add man pages for per-chip pciide drivers.


# 1.614 08-Oct-2003 bouyer

Add ata(4) atabus(4)


# 1.613 05-Oct-2003 chuck

add in the missing bits of evbsh5 section 8 makedev so that checkflist
(and thus build.sh) works again.


# 1.612 04-Oct-2003 jdolecek

add basic grf(4) manpage, mainly just with explanation
what is each grf* device mapped to and with crossrefs to the
actual underlying device manpages


# 1.611 04-Oct-2003 jdolecek

add evbsh5 MAKEDEV(8) to lists


# 1.610 28-Sep-2003 wiz

Add man page for bce(4), and xref it from bge(4).


# 1.609 26-Sep-2003 mbw

mac68k and macppc man page addition/obsoletion:
- man4.mac68k/adb.4
+ adb.4
+ akbd.4
+ ams.4
- man4.mac68k/mc.4
- man4.macppc/mc.4
+ man4.macppc/obio.4
+ mc.4


# 1.608 26-Sep-2003 mycroft

Sync.


# 1.607 25-Sep-2003 pooka

add iavc and isdncapi


# 1.606 12-Sep-2003 christos

add siginfo.0


# 1.605 10-Sep-2003 christos

Add siginfo man page.


# 1.604 06-Sep-2003 wiz

Add aica(4).


# 1.603 04-Sep-2003 dan

build atw(4)


# 1.602 03-Sep-2003 he

Add pkg_view and linkfarm binaries and man pages.


# 1.601 02-Sep-2003 mrg

don't install iostream.info anymore - it goes away with GCC3.


# 1.600 31-Aug-2003 wiz

Add qt(4).


# 1.599 30-Aug-2003 jdolecek

add sk(4) manpage, adapted from OpenBSD by Stephen Degler

followup to PR kern/22511


# 1.598 22-Aug-2003 itojun

manpage for udav*


# 1.597 01-Aug-2003 tsutsui

Add spc(4), and remove hp300 oscsi(4).


# 1.596 25-Jul-2003 perry

add entries for openssl_CA.pl.1 man page.
Maybe I'll finally be able to build the world now.


# 1.595 16-Jul-2003 dsl

Move mbr(8) and bootselect(8) into i386 subdir (source moved from sbin/fdisk
to src/share/man/man8/man8.i386)


# 1.594 09-Jul-2003 wiz

Remove installboot/i386(8) man page too, and add it and the catted version
to the obsolete list.


# 1.593 09-Jul-2003 dsl

Remove i386/installboot(8)


# 1.592 05-Jul-2003 jdolecek

add Dreamcast intro(4) and boot(8)


# 1.591 05-Jul-2003 nonaka

add the txp(4) manual pages.


# 1.590 04-Jul-2003 agc

add the locale(1) manual pages.


# 1.589 04-Jul-2003 tshiozak

add manpage for iconv(1).


# 1.588 01-Jul-2003 wiz

Actually, mdoc(7) is not obsolete. Reinstate it.


# 1.587 30-Jun-2003 wiz

Update for groff-1.19.


# 1.586 05-Jun-2003 jwise

Two kerberos admin-related man pages got put in comp. move them.


# 1.585 02-Jun-2003 grant

add cec, cs80bus and gpib man pages (hi, gmcgarry)


# 1.584 01-Jun-2003 uwe

Add igsfb(4).


# 1.583 15-May-2003 wiz

Remove i386/busmouse(4); it's not supported on i386 any more.


# 1.582 15-May-2003 wiz

Remove last traces of obsolete olms and omms drivers.
Ok'd by drochner and fvdl.


# 1.581 15-May-2003 wiz

Remove opms(4). Addresses PR 21578 by Felix Geller.


# 1.580 11-May-2003 ragge

Obsolete kvm_mkdb.[08]


# 1.579 07-May-2003 takemura

Added man page, hpcmips/boot.8. PR #21371.


# 1.578 03-May-2003 he

Add the recently added zs(4) and zsc(4) links (hi, Erik!).


# 1.577 01-May-2003 briggs

Add amr.[04].


# 1.576 01-May-2003 he

Add the sgimips intro(4) manual page.


# 1.575 30-Apr-2003 martin

Add sparc64/boot(8)


# 1.574 30-Apr-2003 wiz

Add some arc and cobalt man(4) pages.


# 1.573 29-Apr-2003 fredette

Added a SYNOPSIS section, added content about boot device
selection, and added the man page to the set lists.


# 1.572 29-Apr-2003 augustss

Add new man pages (and rename one).


# 1.571 29-Apr-2003 bjh21

Add i386/cons(4) and opms(4).


# 1.570 27-Apr-2003 wiz

Sort (after x86_64 -> amd64)


# 1.569 27-Apr-2003 fvdl

x86_64 -> amd64


# 1.568 23-Apr-2003 wiz

Add pmppc/intro(4).


# 1.567 19-Apr-2003 bjh21

Line up columns.


# 1.566 18-Apr-2003 thorpej

Add ./usr/share/man/cat4/acorn32/asc.0


# 1.565 18-Apr-2003 wiz

acorn32-kmem(4) now exists.


# 1.564 18-Apr-2003 gmcgarry

arm32 -> acorn32 fallout


# 1.563 18-Apr-2003 thorpej

Add powerd(8).


# 1.562 17-Apr-2003 tron

Forgot "./usr/share/man/cat8/wizd.0" in last commit.


# 1.561 17-Apr-2003 tron

Add manual page for wizd(8).


# 1.560 17-Apr-2003 bjh21

Add acorn32 busmouse(4), opms(4), qms(4), and wsqms(4).


# 1.559 17-Apr-2003 wiz

Reflect moves of man4.arm32 man pages; sort.


# 1.558 16-Apr-2003 thorpej

Add mpt(4).


# 1.557 15-Apr-2003 jdolecek

add POSIX.2 patchchk(1) utility - check pathnames
from FreeBSD via Jonathan Perkin
fixes PR standards/11198 by Ben Harris


# 1.556 06-Apr-2003 tsutsui

Add oosiop(4) man pages.


# 1.555 24-Mar-2003 perry

checkflist says vax/rx.? is gone and vax/rf.? is now there.
change it to fix the build.


# 1.554 24-Mar-2003 atatat

Adjust sets lists to account for new sendmail machinery.


# 1.553 20-Mar-2003 wiz

Add pxeboot(8).


# 1.552 09-Mar-2003 he

Add entries related to the new Postfix program called ``proxymap''.


# 1.551 04-Mar-2003 jmmv

Add the wsmoused.conf(5) manpage.


# 1.550 24-Feb-2003 wiz

Obsolete arm32 specific wd(4) man page.


# 1.549 18-Feb-2003 jdolecek

add mount_smbfs(8)


# 1.548 17-Feb-2003 wiz

Add setuid(7).


# 1.547 16-Feb-2003 augustss

Add uax(4).


# 1.546 12-Feb-2003 gmcgarry

Add nls(7)


# 1.545 09-Feb-2003 tron

Add manual page for Broadcom BCM570x family Gigabit Ethernet driver.


# 1.544 27-Jan-2003 wiz

Build and install gzip.info.


# 1.543 23-Jan-2003 kleink

Move gcore(1) to comp, alongside gdb(1) and friends.


# 1.542 23-Jan-2003 christos

add gcore.


# 1.541 22-Jan-2003 grant

add usr/bin/progress and man pages (hi, jhawk!).


# 1.540 21-Jan-2003 wiz

Add ucontext(5).


# 1.539 05-Jan-2003 jmcneill

Add acpitz


Revision tags: fvdl_fs64_base
# 1.538 23-Dec-2002 pooka

add {crime,mace}.{0,4}


# 1.537 21-Dec-2002 lukem

add sunlabel


# 1.536 16-Dec-2002 wiz

Add utmp_update(8) man page.


# 1.535 11-Dec-2002 lukem

add db(1)


# 1.534 09-Dec-2002 scw

The walnut port has been subsumed by the new evbppc port.


# 1.533 08-Dec-2002 perry

add qsubst


# 1.532 01-Dec-2002 isaki

Add bmd(4) for x68k.


# 1.531 30-Nov-2002 jdolecek

add afterboot(8) manpage - things to check after the first complete boot

adapted from OpenBSD by Julio Merino in PR misc/16745, with some further
changes by me


# 1.530 29-Nov-2002 martin

Add the sparc/bpp man page.


# 1.529 23-Nov-2002 blymn

Renamed verified exec fingerprint loader


# 1.528 17-Nov-2002 itohy

Add {cat,man}4/dreamcast/*


# 1.527 11-Nov-2002 wiz

Add mtd(4).


# 1.526 30-Oct-2002 agc

Add a missing /usr/share/man/cat4/veriexec.0 as well


# 1.525 30-Oct-2002 blymn

Add verified exec man pages.


# 1.524 17-Oct-2002 lukem

obsolete usr/share/info/tar.info


# 1.523 14-Oct-2002 takemura

Enabled apm command device node for hpcmips and put apm.8 and zzz.8 man pages
into mi directory.


# 1.522 10-Oct-2002 itojun

switch to GNU tar 1.13.25 with security fixes.


# 1.521 08-Oct-2002 augustss

Add ubsa(4).


# 1.520 05-Oct-2002 grant

sync with reality: add cgdvar.h and cgd/cgdconfig man pages.
(hi Roland!)


# 1.519 02-Oct-2002 grant

sync with reality: add pwhash.1 (missed in last commit).


# 1.518 01-Oct-2002 provos

add pwhash to sets


# 1.517 27-Sep-2002 wiz

Add documentation for utmpx and some related functions.
Thanks for some explanations to christos, and for some STANDARDS hints
to Klaus Klein.


# 1.516 25-Sep-2002 wiz

Add auto-generated MAKEDEV(8) for ofppc.


# 1.515 24-Sep-2002 pooka

add iwic man page


# 1.514 13-Sep-2002 ad

Add entries for zx(4) manpage.


# 1.513 10-Sep-2002 joda

kf/kfd has gone


# 1.512 01-Sep-2002 atatat

Add pmap to the sets lists


# 1.511 27-Aug-2002 takemura

Added touch panel calibration utility.


# 1.510 13-Aug-2002 wiz

Add elansc(4). Noted in misc/17925 by FUKAUMI Naoki.


# 1.509 11-Aug-2002 soren

slhci(4)


# 1.508 07-Aug-2002 tron

Add manual page for nsclpcsio(4).


# 1.507 03-Aug-2002 itojun

typo. PR 17824


# 1.506 02-Aug-2002 thorpej

Add evbarm/iopwdog(4) manual page.


# 1.505 02-Aug-2002 thorpej

Add evbarm/iopaau(4) manual page.


# 1.504 02-Aug-2002 thorpej

Add dmoverio(4) manual page.


# 1.503 10-Jul-2002 agc

Sync with reality


# 1.502 10-Jul-2002 agc

Fix a typo


# 1.501 09-Jul-2002 wiz

Add man page for gem(4). OK'd by eeh.


# 1.500 09-Jul-2002 jdolecek

Put grfconfig(8) manpage to amiga subdir, since it's amiga-only tool.
Adresses part of bin/8733 by Danny Thomas.


# 1.499 09-Jul-2002 dbj

get pdisk compiling on macppc and mac68k


# 1.498 28-Jun-2002 grant

remove installboot(8) for alpha, sparc, sparc64, sun3 and vax, as they
do not install /usr/mdec/installboot anymore.


# 1.497 27-Jun-2002 christos

wsmoused additions.


# 1.496 27-Jun-2002 christos

add systrace pages I forgot before.


# 1.495 24-Jun-2002 itojun

sync with openssh 3.3.
local mods included to make it compile with openssl 0.9.6d.


# 1.494 19-Jun-2002 itojun

preliminary manpage for netdock(4). hope to update with more info.


# 1.493 19-Jun-2002 wiz

Add MAKEDEV(8) for x86_64.


# 1.492 18-Jun-2002 wiz

Add MAKEDEV(8) for cesfic, evbmips, hp700, hpcarm, and sbmips.


# 1.491 18-Jun-2002 christos

add systrace


# 1.490 18-Jun-2002 enami

Add brief manpage for amdpm(4).


# 1.489 11-Jun-2002 grant

add ccd.conf(5)


# 1.488 09-Jun-2002 itojun

retire greconfig(8) - you can use ifconfig(8) for everything it can do.


# 1.487 06-Jun-2002 thorpej

mopa.out is renamed to mopcopy.


# 1.486 06-Jun-2002 simonb

Add man8/pppdump.8; the catman page was already there.


# 1.485 06-Jun-2002 simonb

Add mscdlabel.


# 1.484 02-Jun-2002 jmcneill

Add documentation for mixerctl.conf(5)


# 1.483 01-Jun-2002 grant

add usermgmt.conf (5)


# 1.482 31-May-2002 wiz

Add pmppc man page directories and man pages.


# 1.481 29-May-2002 christos

add pppdump


# 1.480 27-May-2002 wiz

Add gspa(8).


# 1.479 26-May-2002 wiz

Add some alpha man pages (were LINKS, now MLINKS... checkflist only
found them now).


Revision tags: netbsd-1-6-base
# 1.478 21-May-2002 wiz

branches: 1.478.2;
Add man pages for bm(4), gm(4), and mc(4). Some helpful
information provided by Michael Wolfson and various people on port-macppc.


# 1.477 20-May-2002 jwise

Separate various parts of sushi(8) from the *-sysutil-* packages into new
*-sushi-* packages.

Suggested by Allen Barret in PR misc/16900:

>$ grep base-sysutil distrib/sets/lists/base/mi | grep sushi | wc -l
> 288
>$ grep base-sysutil distrib/sets/lists/base/mi | grep -v sushi | wc -l
> 136
>
>In a future where syspkgs are useful, it seems likely that some
>people will want to avoid installing sushi, while others will want to
>be able to upgrade sushi without upgrading the entire system. Several
>small subsystems, including cron and lpr, have their own syspkg sets,
>and it seems reasonable to do the same for the sushi subsystem.


# 1.476 19-May-2002 pooka

add sgimips hpc, gio, and imc cat/man pages


# 1.475 03-May-2002 lukem

obsolete alpha installboot.old and bootxx{,.old}


# 1.474 27-Apr-2002 atatat

Add stat(1) to sets lists


# 1.473 26-Apr-2002 ad

Add a driver for Adaptec FSA RAID controllers, as often found in Dell
servers. Based on the FreeBSD/OpenBSD versions.


# 1.472 23-Apr-2002 bouyer

Add esiop(4)


# 1.471 23-Apr-2002 augustss

Fix some (old) typos: s/catman/man/


# 1.470 23-Apr-2002 augustss

Add acpi man pages.


# 1.469 22-Apr-2002 ad

Add icpsp.


# 1.468 22-Apr-2002 ad

Add a driver for ICP-Vortex GDT and Intel Storage RAID controllers. Parts
taken from OpenBSD. Test hardware kindly provided by Intel. This still needs
management bits, and doesn't support older controllers, but that shouldn't
be hard to fix.


# 1.467 19-Apr-2002 wiz

Fix setlist name typo. install/16406 by Hiroyuki Bessho.


# 1.466 18-Apr-2002 wiz

Remove opms(4) and its device, /dev/pms0, from the i386 port, because
it has been obsoleted by pms(4).

Reviewed by fvdl and christos.


# 1.465 07-Apr-2002 wiz

Add cat8/man8/html8 incl. contents for algor, cats, evbsh3, mvmeppc,
playstation2, shark; for arm32, remove and add to obsolete lists.


# 1.464 04-Apr-2002 lukem

add usr/sbin/installboot and man page


# 1.463 04-Apr-2002 lukem

remove pmax specific installboot(8)


# 1.462 02-Apr-2002 augustss

Add urlphy.


# 1.461 29-Mar-2002 martin

Add sparc/nell man page.


# 1.460 29-Mar-2002 itojun

add url(4).


# 1.459 28-Mar-2002 thorpej

Add wm(4) manual page.


# 1.458 25-Mar-2002 martin

Add ifpci.4, sort.


# 1.457 24-Mar-2002 bjh21

Update set lists for arm26 -> acorn26 transition.
Obsolete lists for arm26 have been carried over to acorn26.


# 1.456 23-Mar-2002 shin

fix pasto.


# 1.455 22-Mar-2002 martti

Added etcupdate


# 1.454 19-Mar-2002 augustss

Add uvscom(4).


# 1.453 17-Mar-2002 wiz

Add audiocs, ebus catted man pages.


# 1.452 16-Mar-2002 martin

ISDN devices renamed, sort, add missing third column for nqmgr.


# 1.451 14-Mar-2002 uwe

Add audiocs(4) and ebus(4).


# 1.450 05-Mar-2002 wiz

Remove g711conv (hi martin!)


# 1.449 04-Mar-2002 sommerfeld

The "gif*" tunnelling interface does everything ipip does.
Move usage example from ipip.4 to gif.4
Excise ipip and stitch up the scars.


# 1.448 01-Mar-2002 ad

Add entries for pkill & pgrep.


# 1.447 25-Feb-2002 lukem

add rc.subr(8)


# 1.446 12-Feb-2002 thorpej

Add some missing postfix manpages.


# 1.445 06-Feb-2002 jdolecek

Move the joy(4) manpage to MI location, too - it's not i386-only.
Pointed out by Thomas Klausner, thanks :)


# 1.444 24-Jan-2002 martti

Added ipf6.conf


# 1.443 09-Jan-2002 thorpej

Add dkctl.


# 1.442 06-Jan-2002 augustss

Add esa(4).


# 1.441 06-Jan-2002 mrg

add a simple binstall(8). hi wiz!


# 1.440 04-Jan-2002 bjh21

BBBB(8) is obsolete.


# 1.439 03-Jan-2002 augustss

Add ustir(4).


# 1.438 02-Jan-2002 augustss

Add udsbr(4).


# 1.437 01-Jan-2002 augustss

Add various radio stuff.


# 1.436 28-Dec-2001 augustss

Add uhidev(4).


# 1.435 21-Dec-2001 jwise

Move cu {cat,}man pages from man-uucp-man and man-uucp-catman to
man-util-man and man-util-catman, as uucp has moved from base-uucp-bin
to base-util-bin.


# 1.434 18-Dec-2001 mbw

Whoops, forgot to include the new compat_hpux.8 in the set lists


# 1.433 17-Dec-2001 wiz

dbsym(8) is now USE_NEW_TOOLCHAIN-specific.


# 1.432 17-Dec-2001 wiz

Add irda(8).


# 1.431 12-Dec-2001 augustss

Add uirda(4).


# 1.430 10-Dec-2001 martin

Add pppoe(4).


# 1.429 08-Dec-2001 gmcgarry

Add rtc(4)


# 1.428 05-Dec-2001 augustss

Add irdaattach(8).


# 1.427 04-Dec-2001 minoura

Add some missing manpages.
Sort.


# 1.426 03-Dec-2001 augustss

Add irframetty(4).


# 1.425 02-Dec-2001 augustss

Add cir(4), irframe(4), and oboe(4).


# 1.424 02-Dec-2001 wiz

Add MAKEDEV(8) for acorn32 and necessary directories.


# 1.423 19-Nov-2001 martin

Add ifwatchd.


# 1.422 18-Nov-2001 augustss

Add autri(4).


# 1.421 16-Nov-2001 augustss

Add ehci(4).


# 1.420 10-Nov-2001 wiz

Add MAKEDEV(8) for evbarm and the necessary dirs.


# 1.419 10-Nov-2001 gmcgarry

Add compile_et(1) manpage. Placed in category 'krb5' since compile_et
is specified as such, but it isn't necessarily specific to krb5.


# 1.418 08-Nov-2001 jmc

Add trm.4 and makefs.8


# 1.417 31-Oct-2001 skrll

Add a man page for ld.elf_so.


# 1.416 29-Oct-2001 augustss

Add moused.


# 1.415 27-Oct-2001 jmc

Add clockctl.0


# 1.414 20-Oct-2001 manu

Added clockctl(4)


# 1.413 20-Oct-2001 jmc

Change structure and pull all new toolchain bits which didn't exist before
into tc.mi and move old bits which no longer exist into tc.old as needed.


# 1.412 18-Oct-2001 jdolecek

Add emuxki manpage


# 1.411 13-Oct-2001 augustss

Add wsmuxctl.


# 1.410 29-Sep-2001 augustss

Add esl driver.


# 1.409 22-Sep-2001 ad

Add manual page for dpti.


# 1.408 21-Sep-2001 wiz

oops, fix typo in last


# 1.407 21-Sep-2001 wiz

add rasterconsole(4)


# 1.406 21-Sep-2001 ad

Tweak tc fb manual pages.


# 1.405 21-Sep-2001 gmcgarry

Update for alpha and pmax overhaul.


# 1.404 14-Sep-2001 enami

Add pcictl(8).


# 1.403 13-Sep-2001 enami

Sync wi/ reality.


# 1.402 12-Sep-2001 jmc

Fix typo's on hp300 cat4 list


# 1.401 11-Sep-2001 bjh21

Add eca(4).


# 1.400 11-Sep-2001 gmcgarry

Update for HP300 manpage changes. Also resorted.


# 1.399 10-Sep-2001 gmcgarry

Add agp(4).


# 1.398 27-Aug-2001 thorpej

Add pcn(4) manual page.


# 1.397 25-Aug-2001 thorpej

Add amhphy(4).


# 1.396 25-Aug-2001 thorpej

Add pnaphy(4).


# 1.395 24-Aug-2001 thorpej

Add acphy(4).


# 1.394 23-Aug-2001 wiz

Add MAKEDEV(8) for netwinder, and the necessary directories.


# 1.393 18-Aug-2001 wiz

Add ofwboot(8) for macppc.


# 1.392 17-Aug-2001 thorpej

Add bridge(4) and brconfig(8) manual pages.


# 1.391 17-Aug-2001 wiz

Add new sun2 man(4) pages.


# 1.390 03-Aug-2001 drochner

dhcp installs omshell now


# 1.389 30-Jul-2001 ad

Add a driver for Mylex AcceleRAID and eXtremeRAID controllers with v6
firmware. Based off the FreeBSD driver, and re-worked by tls, erh and I.


# 1.388 29-Jul-2001 scw

Add mvme68k's memc(4).


# 1.387 28-Jul-2001 bjh21

Add boot26(8).


# 1.386 25-Jul-2001 assar

add new texinfo man pages


# 1.385 25-Jul-2001 thorpej

Add makphy(4).


# 1.384 25-Jul-2001 thorpej

Add dmphy(4).


# 1.383 25-Jul-2001 thorpej

Add bmtphy(4).


# 1.382 25-Jul-2001 thorpej

Add glxtphy(4).


# 1.381 25-Jul-2001 thorpej

Add gentbi(4).


# 1.380 25-Jul-2001 thorpej

Add stge(4).


# 1.379 15-Jul-2001 wiz

add cat4/sc.0


# 1.378 09-Jul-2001 wiz

Since ncr(4) isn't in-tree anymore, dump its man page too.


# 1.377 02-Jul-2001 hubertf

add i386/io manpage


# 1.376 02-Jul-2001 fredette

Add sc(4).


# 1.375 01-Jul-2001 gmcgarry

In-kernel device configuration manager - allows modification
of device locators at run-time.

Written by Mats O Jansson <moj@stacken.kth.se>. Reworked by
Jun-ichiro itojun Hagino <itojun@netbsd.org>.


# 1.374 27-Jun-2001 wiz

Add compat_svr4_32(8).


# 1.373 27-Jun-2001 itojun

sync with openssh upgrade (primes.5 -> moduli.5). PR 13327


# 1.372 21-Jun-2001 assar

add netbsd32(8)


# 1.371 19-Jun-2001 thorpej

Add ste(4).


# 1.370 18-Jun-2001 thorpej

Add sf(4) manual page.


# 1.369 15-Jun-2001 veego

It is ./usr/share/man/man8/walnut/{MAKEDEV,makedev}.8 and NOT
./usr/share/man/man8/walnut/{MAKEDEV,makedev}.0


# 1.368 15-Jun-2001 wiz

add primes(5)


# 1.367 13-Jun-2001 bjh21

Add hcide(4).


# 1.366 13-Jun-2001 simonb

Add support files for the Walnut.


# 1.365 09-Jun-2001 bjh21

dtide(4) is now MI.


# 1.364 08-Jun-2001 wiz

Add new MAKEDEV(8)s.


# 1.363 07-Jun-2001 mrg

add compat_netbsd32(8)


# 1.362 04-Jun-2001 wiz

add sbus(4)


# 1.361 04-Jun-2001 tsutsui

Add iha(4).


# 1.360 03-Jun-2001 itojun

remove usr.sbin/mtrace6. sort.


# 1.359 02-Jun-2001 itojun

remove pim6[sd]d from the tree. the software had a restrictive license
than we can handle. hope to re-enable it as pkgsrc, or to re-enable it
into basesrc if license updates.


# 1.358 01-Jun-2001 thorpej

Add brgphy(4).


# 1.357 31-May-2001 thorpej

Add nsphyter(4) and gphyter(4).


# 1.356 27-May-2001 wiz

add MAKEDEV(8) for dreamcast


# 1.355 26-May-2001 wiz

Add some kerberos man pages (XXX: in set man-krb5-man for now, even though
they are krb4).


# 1.354 22-May-2001 fredette

sunndd has been renamed ndbootd.


# 1.353 18-May-2001 thorpej

Add sip(4) and gsip(4) manual pages.


# 1.352 17-May-2001 fredette

Added entries for sunndd.


# 1.351 12-May-2001 tsutsui

Add osiop(4).


# 1.350 09-May-2001 he

Add a minimal manual page for the macppc awacs device driver.


# 1.349 07-May-2001 martin

Add pppoectl entries.


# 1.348 06-May-2001 wiz

vmstat(8) -> vmstat(1).


# 1.347 06-May-2001 wiz

Add ld.aout_so.1.


# 1.346 02-May-2001 minoura

Add vs(4).


# 1.345 20-Apr-2001 jdolecek

update lists for the com(4) manpage merge


# 1.344 19-Apr-2001 jdolecek

dasd(4) --> edc(4)


# 1.343 19-Apr-2001 jdolecek

add dasd(4), i386 ed(4)


# 1.342 16-Apr-2001 wiz

add MAKEDEV.8 for arm26 & macppc


# 1.341 13-Apr-2001 pooka

elf man page


# 1.340 12-Apr-2001 itojun

fix manpage paths to meet 0.9.6a. most of short names are escaped as
openssl_xx(1) or openssl_xx(3), as they are way too generic.


# 1.339 10-Apr-2001 bjh21

MI ea(4) and eb(4)


# 1.338 09-Apr-2001 wiz

macppc has autoconf.4 now, too!


# 1.337 09-Apr-2001 wiz

Rename i4bisp.4 to i4bisppp.4.


# 1.336 06-Apr-2001 wiz

add umct(4)


# 1.335 06-Apr-2001 wiz

Every man section begins with a single page:
Add share/man/{cat,man}4/macppc, and intro.{0,4} there.
Thanks to Tsubai Masanari for help in writing it.


# 1.334 05-Apr-2001 wiz

man/{cat,man}4/i386/ie.{0,4} is gone.


# 1.333 03-Apr-2001 jdolecek

build se(4) manpage and add it do distrib lists


# 1.332 03-Apr-2001 minoura

Duplicated entry (/usr/share/man/cat8/error.0).


# 1.331 30-Mar-2001 minoura

Add yds(4).


# 1.330 30-Mar-2001 kleink

Add hme(4).


# 1.329 28-Mar-2001 toddpw

Add man pages for ses(4) driver, and MD2Data(3) & friends.


# 1.328 20-Mar-2001 atatat

Add new cksum variants (md2, md4, rmd160, and sha1) to set lists.


# 1.327 18-Mar-2001 toddpw

Add man/cat pages for elmc.4 (3c523, MCA i82586 ethernet)


# 1.326 13-Mar-2001 itojun

upgrade in-tree postfix to release-20010228.


# 1.325 12-Mar-2001 wiz

Add man/cat8/atari/ahdilabel.0.


# 1.324 27-Feb-2001 leo

And yes, ahdilabel has a manpage too....


# 1.323 23-Feb-2001 hubertf

add ipsec.conf


# 1.322 07-Feb-2001 itojun

sync crypto/dist/ssh with re-importorted tree. try to minimize diffs
with openssh tree to ease future upgrade. re-do local changes, including:
- prototype pedants
- IgnoreRootRhosts
- login.conf user validation
some of the local changes that weren't used are omitted for now. we may
need to revisit those afterwards.

it adds "sftp".


# 1.321 06-Feb-2001 tron

Add forgotten "./usr/share/man/cat8/mlxctl.0".


# 1.320 04-Feb-2001 ad

Add a control utility for `mlx' devices. Derived from FreeBSD's `mlxcontrol'.


# 1.319 04-Feb-2001 ad

Add a driver for the Mylex DAC960 family (including DEC SWXCR).


# 1.318 02-Feb-2001 is

Initial Amiga wscons support by Jukka Andberg.


# 1.317 31-Jan-2001 augustss

Add umidi(4).


# 1.316 29-Jan-2001 dent

Fix typo.


# 1.315 28-Jan-2001 jwise

Finish adding pkg names to this file. That makes all non-X11 sets.

Systems Package build system will be imported next, X11 sets after that is
in and working.


# 1.314 28-Jan-2001 jwise

bootselect.0 got lost in last commit re-add.


# 1.313 28-Jan-2001 jwise

Section 9 man pages belong in comp. Catch a few stragglers.


# 1.312 28-Jan-2001 jwise

Another batch of pkg names.


# 1.311 28-Jan-2001 nathanw

Add isabeep(4).


# 1.310 26-Jan-2001 jwise

First big chunk of pkg names for this file.


# 1.309 25-Jan-2001 wiz

Add some dirs, libform headers and libs, esm man pages, isdn examples.


# 1.308 24-Jan-2001 jdolecek

build & install string2key manpage, too


# 1.307 23-Jan-2001 augustss

Add uplcom(4).


# 1.306 22-Jan-2001 augustss

Add clct(4)


# 1.305 14-Jan-2001 itojun

crypto/dist/ssh: resolve conflicts with 2.3.0/20010105.
usr.bin/ssh: add ssh-keyscan and sftp-server into SUBDIR.


# 1.304 13-Jan-2001 nonaka

add {cat,man}8/prep/MAKEDEV.?


# 1.303 11-Jan-2001 itojun

extend /etc/ifconfig.xxN, for comment lines (#) and shell script
fragment (!). inspired by openbsd /etc/hostname.xxN.


# 1.302 11-Jan-2001 augustss

Add uscanner(4).


# 1.301 08-Jan-2001 garbled

Add entires for the sushi manpage.


# 1.300 07-Jan-2001 martin

Add isdn userland utilities and their man pages.
Sort.


# 1.299 05-Jan-2001 martin

Add isdn kernel man pages.


# 1.298 02-Jan-2001 augustss

Add uyap.


# 1.297 30-Dec-2000 augustss

Add usbhidaction.


# 1.296 29-Dec-2000 itojun

visit usr.sbin/racoon in build process (if MKCRYPTO != no).


# 1.295 22-Dec-2000 itojun

populate citrus xpg4dl locale definitions into /usr/share.
if there are any mistakes, please report (i only speak English/Japanese).
currently, only singlebyte locales are usable.

TODO: enable multibyte handler in libc - there still are few design
discussions, but we are almost ready.


# 1.294 20-Dec-2000 bjh21

Add eh(4).


# 1.293 17-Dec-2000 thorpej

Add ALTQ-related manual pages.


# 1.292 14-Dec-2000 onoe

add an.4 and an.0


# 1.291 11-Dec-2000 ad

Add a basic control program for iop devices.


# 1.290 09-Dec-2000 bjh21

Add podulebus(4) and unixbp(4).


# 1.289 03-Dec-2000 minoura

Add peace(8) and compat_win32(8).


# 1.288 28-Nov-2000 thorpej

Add auich(4).


# 1.287 26-Nov-2000 ad

lsu -> ld, by popular request.


# 1.286 22-Nov-2000 bjh21

Add BBBB(8).


# 1.285 08-Nov-2000 ad

Add documentation for iop and iopsp drivers. XXX Needs more beef.


# 1.284 08-Nov-2000 wiz

add amd.conf.5


# 1.283 08-Nov-2000 wiz

Remove files/directories that are in more than one set from one of them.
Fixes PR 11138 by Jun-ichiro itojun Hagino.


# 1.282 08-Nov-2000 wiz

Install (lib)bzip2 info file, as requested by NAKAJIMA Yoshihiro in PR 7402.


# 1.281 05-Nov-2000 thorpej

Add neo(4).


# 1.280 04-Nov-2000 thorpej

Add pcweasel(4) and wdogctl(8).


# 1.279 02-Nov-2000 itojun

build framework for GNU gettext. will be overridden whenever
Todd's BSD licensed gettext implementation comes in.


# 1.278 25-Oct-2000 thorpej

Add pmc(1).


# 1.277 19-Oct-2000 ad

Match my recent man4 changes.


# 1.276 10-Oct-2000 itojun

add passwd(1) - merge mistake


# 1.275 05-Oct-2000 itojun

avoid conflicting manpage filenames (like err.3)


# 1.274 05-Oct-2000 tv

Obliterate "man/md_share". The difference is negligible relative to the
size of the man set, and with all architectures' man pages in "man", we
can now share both "man" and "misc" on all platforms (CD-ROM space saver).


# 1.273 04-Oct-2000 itojun

move ssl(4) to ssl(3). sorry for the mess.


# 1.272 04-Oct-2000 itojun

modify some chapters


# 1.271 04-Oct-2000 itojun

add manpages for libcrypto. still need to review contents.


# 1.270 28-Sep-2000 thorpej

Add ssh-related files.


# 1.269 28-Sep-2000 thorpej

Add vlan(4) pages.


# 1.268 23-Sep-2000 augustss

Add uscanner(4).


# 1.267 13-Sep-2000 hubertf

We now have a wscons.conf(5) manpage.


# 1.266 10-Sep-2000 joda

add kadmin, kadmind, kerberos, and kstash manpages


# 1.265 04-Sep-2000 christos

add cvs files.


# 1.264 09-Aug-2000 tv

Resort.


# 1.263 28-Jul-2000 wiz

add dty.[04], cat5/passwd.conf.0, and lint.[07]


# 1.262 26-Jul-2000 pk

Add mk48txx.4 & intersil7170.4


# 1.261 26-Jul-2000 augustss

Add ofisa(4).


# 1.260 24-Jul-2000 ad

Add ioat.{0,4}.


# 1.259 17-Jul-2000 minoura

Add compat_pecoff(8) manpage.


# 1.258 13-Jul-2000 thorpej

Add the bdes(1) related entries.


# 1.257 06-Jul-2000 ad

Add passwd.conf.5.


# 1.256 02-Jul-2000 assar

add man-pages for kf and kfd


# 1.255 30-Jun-2000 thorpej

gifconfig(8) is obsolete.


# 1.254 21-Jun-2000 thorpej

First sweep of fixing up set lists after crypto integration.


Revision tags: netbsd-1-5-base
# 1.253 20-Jun-2000 enami

branches: 1.253.2;
Sync with reality; netconfig.4 is moved to section 5. rpc.4 is removed.


# 1.252 20-Jun-2000 minoura

Sort.


# 1.251 12-Jun-2000 mycroft

Whee. Catchup time again.


# 1.250 07-Jun-2000 thorpej

Update for reality.


# 1.249 05-Jun-2000 gmcgarry

New driver for Xircom CreditCard PCMCIA Ethernet. Replaces xe driver which
didn't work. Renamed to avoid clash with next68k network driver.


# 1.248 28-May-2000 augustss

Add mca(4).


Revision tags: minoura-xpg4dl-base
# 1.247 18-May-2000 shin

branches: 1.247.2;
sync with reality.


# 1.246 17-May-2000 thorpej

Add cz(4).


# 1.245 15-May-2000 bouyer

Add siop(4)


# 1.244 10-May-2000 thorpej

Add viaenv and viapm manapges.


# 1.243 10-May-2000 thorpej

Add missing cat4/bktr.0


# 1.242 07-May-2000 wiz

add man page for bktr(4)


# 1.241 06-May-2000 augustss

Add pas(4) man page.


# 1.240 06-May-2000 mycroft

Sync (mostly).


# 1.239 03-May-2000 simonb

Remove ntptimeset.[08] - there is no man page for this program.
Noted by Johan Danielsson.


# 1.238 03-May-2000 augustss

Add entries for the new links.


# 1.237 03-May-2000 augustss

Reflect bba(4) move.


# 1.236 03-May-2000 veego

Add ipfs(8).


# 1.235 02-May-2000 simonb

Adjust sets for ntp4.
XXX: Obsolete sets still need to be fixed.


# 1.234 02-May-2000 augustss

Add mainbus(4).


# 1.233 01-May-2000 augustss

Add cms(4).


# 1.232 01-May-2000 thorpej

Add dhcp-eval(5).


# 1.231 30-Apr-2000 augustss

Add cmpci(4) man page.


# 1.230 29-Apr-2000 lukem

add rc.d.8 and rc.shutdown.8


# 1.229 27-Apr-2000 veego

Move the rl(4) manpage to the obsolete list and add rtk(4) to the mit list.


# 1.228 25-Apr-2000 hubertf

Implement a "poweroff" command which is equivalent to "halt -p",
but allows powering down the system from an exec(2) call, e.g. via
a user which has "poweroff" as login shell.

The command name is modeled after Solaris.


# 1.227 25-Apr-2000 mellon

Get rid of second instance of sysconfd and statmsg, previously missed.


# 1.226 24-Apr-2000 mellon

Remove obsolete DHCP-related files.


# 1.225 19-Apr-2000 itojun

add stf(4), for stf (6to4) pseudo interface.


# 1.224 17-Apr-2000 augustss

Add mandoc.


# 1.223 16-Apr-2000 perry

sync to reality.


# 1.222 15-Apr-2000 tsarna

Update sets and obsolete lists to reflect death of nfsiod


# 1.221 15-Apr-2000 augustss

Add uftdi(4) and urio(4).


# 1.220 09-Apr-2000 augustss

Add upl(4) man page.


# 1.219 31-Mar-2000 tsarna

Add auvia(4)


# 1.218 30-Mar-2000 augustss

Add uvisor(4).


# 1.217 18-Mar-2000 augustss

Add nca(4).


# 1.216 16-Mar-2000 ad

Add {ca,cac}.4.


# 1.215 14-Mar-2000 shin

sync with reality.


# 1.214 27-Feb-2000 groo

add lm.4 and envsys.4


# 1.213 26-Feb-2000 mycroft

Sync.


# 1.212 20-Feb-2000 mycroft

Move addr2line, size and strings to comp.


# 1.211 20-Feb-2000 mycroft

Move c++filt, gcov, nm, objdump, tsort, unifdef to comp.


# 1.210 12-Feb-2000 fair

add pcic.4 tcic.4 and pcmcom.4


# 1.209 12-Feb-2000 fair

add the links from le.4: bicc.4 depca.4 and nele.4


# 1.208 11-Feb-2000 fair

add new man pages from PR 7603:
adv.4 ai.4 ate.4 cs.4 ef.4 epic.4 fmv.4 ix.4 lmc.4


# 1.207 11-Feb-2000 fair

Add de.4


# 1.206 09-Feb-2000 drochner

added ti(4)


# 1.205 07-Feb-2000 bouyer

Add rl.4 and vr.4


# 1.204 04-Feb-2000 veego

Ups, s/ahw/adw/


# 1.203 04-Feb-2000 veego

Add adw.4 and remove ioat.4.
ioat.4 seems to be there but is not installed and the manpage needs some
changes to reflects the change from ioat66 -> ioat.


# 1.202 02-Feb-2000 he

Also install preformatted dpt(4) man page.


# 1.201 28-Jan-2000 itojun

add pim6sd: PIMv6 sparse mode daemon. (from KAME)


# 1.200 25-Jan-2000 augustss

Add ucom(4) man page.


# 1.199 24-Jan-2000 mcr

man page for ioat66 device


# 1.198 24-Jan-2000 ad

Install dpt(4).


# 1.197 24-Jan-2000 augustss

Add ray(4).


# 1.196 24-Jan-2000 mycroft

Sync.


# 1.195 23-Jan-2000 drochner

speaker(4) is MI


# 1.194 20-Jan-2000 wrstuden

Add overlay.h, mount_overlay, and mount_overlay.[08] to lists.


# 1.193 19-Jan-2000 itojun

add manpage, rip6query(8).


# 1.192 19-Jan-2000 mycroft

Sync.


# 1.191 16-Jan-2000 augustss

Add aue, cue, and kue man pages.


# 1.190 05-Jan-2000 chopps

add ntwoc man pages


# 1.189 24-Dec-1999 agc

Add userinfo(8) and groupinfo(8)


# 1.188 23-Dec-1999 abs

Fixes from Todd Whitesel


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.187 21-Dec-1999 fair

add gencat(1)


# 1.186 21-Dec-1999 fair

le.4 is now MI


# 1.185 20-Dec-1999 itojun

add ip6(4) and icmp6(4).


# 1.184 16-Dec-1999 lukem

add ftpchroot(5)


# 1.183 16-Dec-1999 lukem

add ftpusers(5)


# 1.182 15-Dec-1999 garbled

Fix manpage locations for apmd.8


# 1.181 12-Dec-1999 augustss

Update for latest man page additions.


# 1.180 10-Dec-1999 jlam

adduser, user*, group* manpages all go in man8/cat8, not man1/cat1


# 1.179 08-Dec-1999 ad

Add newsyslog.conf.5.


# 1.178 08-Dec-1999 soren

Add user(8) man pages.


# 1.177 08-Dec-1999 soren

Temporarily disable adduser.[08].


# 1.176 28-Nov-1999 veego

Add the manpages for dnskeygen(1), cardbus(4), mbe(4), mhzc(4), newbtconf(8)
and nsupdate(8).


# 1.175 25-Nov-1999 simonb

Remove update(8).


# 1.174 23-Nov-1999 mrg

we are rcorder.8 now.


# 1.173 19-Nov-1999 mrg

add rcorder


# 1.172 07-Nov-1999 dmcmahill

add zero(4)


Revision tags: comdex-fall-1999-base
# 1.171 07-Nov-1999 sommerfeld

branches: 1.171.2;
Add a few more new man pages


# 1.170 05-Nov-1999 thorpej

Add tlp(4).


# 1.169 02-Nov-1999 augustss

Add fms man pages.


# 1.168 28-Oct-1999 perry

sync to reality


# 1.167 06-Oct-1999 jdolecek

add signal(7)


# 1.166 27-Sep-1999 perry

update to reflect reality


# 1.165 14-Sep-1999 soren

branches: 1.165.2;
Remove rtpphy.4 forgotten in dev/mii sync.


# 1.164 13-Sep-1999 augustss

Add uhub(4).


# 1.163 13-Sep-1999 augustss

Add ohci(4) and uhci(4).


# 1.162 08-Sep-1999 hubertf

Add phy.4 as a link to mii.4


# 1.161 08-Sep-1999 soren

Sync with dev/mii.


# 1.160 07-Sep-1999 perry

update to reflect current reality.


# 1.159 05-Sep-1999 soren

Add iophy.[04] and tqphy.[04].


# 1.158 02-Sep-1999 tron

Add mktemp(1).


# 1.157 30-Aug-1999 augustss

Add umass(4).


# 1.156 16-Aug-1999 augustss

Add wi(4) man page.


# 1.155 16-Aug-1999 augustss

Add umodem device.


# 1.154 01-Aug-1999 augustss

Add mpu(4) man page.


# 1.153 28-Jul-1999 enami

- remove duplicated setting for LDSTATIC in ktruss/Makefile.
- fix command name in SYNOPSIS section of man page.
- link ktrace man page to ktruss man page.
- add executable and man page for ktruss in distrib sets.


# 1.152 22-Jul-1999 hubertf

add ./usr/share/info/am-utils.info


# 1.151 19-Jul-1999 kleink

Add links related to link(8)/unlink(8).


# 1.150 12-Jul-1999 kleink

Add eso(4) links.


# 1.149 09-Jul-1999 fvdl

Synch with reality.


# 1.148 04-Jul-1999 fvdl

Bring setlists up to date for i386 switch to ELF and ipv6.


# 1.147 30-Jun-1999 augustss

usbd is dead.


# 1.146 27-Jun-1999 augustss

Add sound and mixer.


# 1.145 18-Jun-1999 ad

Add entries for cdplay(1).


# 1.144 13-Jun-1999 tron

The info file for "awk" is called "/usr/share/info/awk.info" of course.


# 1.143 13-Jun-1999 tron

Add "/usr/share/info/gawk.info".


# 1.142 11-May-1999 veego

Add the manpages for catman(8), mount_ntfs(8), sysstat(1).


# 1.141 03-May-1999 cgd

add compat_ibcs2 manual page to lists


# 1.140 29-Apr-1999 simonb

Add sysstat.


# 1.139 29-Apr-1999 bad

Add tr.4 man page.


# 1.138 27-Apr-1999 drochner

update:
-i386/stand/biosboot_ser was removed a while ago
-wscons related manpage changes
-new mbr(8) manpage


# 1.137 24-Apr-1999 dbj

add lmcctl.8


# 1.136 19-Apr-1999 ross

Add MLINKS-generated entries for pool_*.9 and resort pool_*.0 entries.


# 1.135 19-Apr-1999 simonb

Add a NetBSD RCS tag to each distrib list file.


# 1.134 16-Apr-1999 explorer

add lmcctl.8 to man page list


# 1.133 15-Apr-1999 msaitoh

Add entries for pool_*.0


# 1.132 07-Apr-1999 fair

Create an ex(4) man page from a little driver reading. Very bare bones;
needs to have the diagnostic list explained, and the media support
list filled out before it gets pulled up to the 1.4 branch.

However, it's here to answer PR#6870


Revision tags: netbsd-1-4-base
# 1.131 30-Mar-1999 simonb

branches: 1.131.2;
Add some section 4 manpages; sort.


# 1.130 30-Mar-1999 simonb

Add fsck_lfs.


# 1.129 29-Mar-1999 hwr

Add ipip.[04] to set.


# 1.128 29-Mar-1999 kleink

UUCP texinfo documentation.


# 1.127 26-Mar-1999 tron

Add "named.conf" manual page.


# 1.126 26-Mar-1999 mrg

add audioplay/audiorecord.


# 1.125 25-Mar-1999 is

Split off /etc/mailer.conf manual page from mailwrapper manual page.


# 1.124 25-Mar-1999 pk

newlsf => newfs_lfs


# 1.123 16-Mar-1999 he

Sync to reality. gcov, rc.wscons, queue/list man pages, i386/ieee.h.


# 1.122 08-Mar-1999 kleink

Add missing ioctl(9).


# 1.121 06-Mar-1999 he

Fixing various chaff, sync to current reality:
o mailwrapper, postfix and sendmail
o hello, sup.no.netbsd.org; bye to skarven.itea.unit.no
o innetgr / netgroup
o a few sendmail master config file changes


# 1.120 15-Feb-1999 kleink

Add nl(1).


# 1.119 15-Feb-1999 simonb

Add top.


# 1.118 13-Feb-1999 nathanw

Add uiomove.{0,9}


# 1.117 12-Feb-1999 tv

Add send-pr.info.


# 1.116 12-Feb-1999 tv

Add diff.info.


# 1.115 11-Feb-1999 tv

Add Texinfo stuff and /usr/share/locale files.


# 1.114 01-Feb-1999 kim

Added z[ef]grep.


# 1.113 30-Jan-1999 veego

Back out the last commit which moved the ldconfig(8) manpages to shl.aout.
Thx to Ross for pointing it out that this has to be done differently.


# 1.112 30-Jan-1999 veego

Move the ldconfig(8) manpage to shl.aout.


# 1.111 25-Jan-1999 lukem

add hesinfo


# 1.110 25-Jan-1999 lukem

hesiod.conf.5


# 1.109 23-Jan-1999 mycroft

They're moving pretty fast...


# 1.108 23-Jan-1999 mycroft

Catch up with the Joneses.


# 1.107 22-Jan-1999 thorpej

Remove securenet(5) and ypserv.acl(5) manual pages.


# 1.106 05-Jan-1999 cjs

Sync with various changes over the last week or two.


# 1.105 10-Dec-1998 augustss

Add sv man page.


# 1.104 08-Dec-1998 he

Add nsupdate, objcopy, include/sys/ataio.h and a few corresponding man pages.


# 1.103 08-Dec-1998 kenh

Add atactl. Pointed out by Bill Sommerfeld.


# 1.102 19-Nov-1998 tron

Add manual pages for "named-bootconf".


# 1.101 18-Nov-1998 he

Bring into sync with what's being installed: egcs manpages, raidctl++,
mbrlabel and collect2 for i386.


# 1.100 10-Nov-1998 he

Added the various mii and phy man pages.


# 1.99 10-Nov-1998 hubertf

Link compat_svr4 to compat_sco, compat_solaris and compat_xenix
Mention what exactly has been tested (for SCO, esp.) in the manpage.


# 1.98 07-Nov-1998 he

Add fxp(4) man page.


# 1.97 04-Nov-1998 bouyer

wdc man page changes.


# 1.96 03-Nov-1998 pk

Add scsictl.[08]


# 1.95 25-Oct-1998 jonathan

usr.bin/Makefile: recurse into fdformat on all ports
usr.bin/fdformat/Makefile: build manpages on all ports
distrib/sets/lists/man/mi: add fdformat manpages
distrib/sets/lists/man/md.{arm32,atari,i386,sparc}:
only listed fdformat manpegs. remove.
distrib/sets/lists/man/md.mvem68k:
duplicate entry of mvme68k installboot. remove.


# 1.94 25-Oct-1998 jonathan

resort (wd manpage)


# 1.93 20-Oct-1998 bouyer

New IDE includes and manual pages.


# 1.92 19-Oct-1998 ross

sync


# 1.91 15-Sep-1998 jeremy

Added microtime(9) man page.


# 1.90 14-Sep-1998 hwr

Add greconfig and manpages to distribution.


# 1.89 13-Sep-1998 tv

Re-sort these files.


# 1.88 02-Sep-1998 jeremy

Added kprintf.9 and its aliases.


# 1.87 22-Aug-1998 tv

Add ranlib(5) (ar(5) was still there).


# 1.86 18-Aug-1998 augustss

Add OPL man page.


# 1.85 14-Aug-1998 mark

Add mount_filecore man page to cat8 and man8.


# 1.84 11-Aug-1998 kleink

Sync for am-utils-6.0a16.


# 1.83 07-Aug-1998 augustss

Add MIDI support. The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


# 1.82 01-Aug-1998 augustss

Add ESS driver man page.


# 1.81 22-Jul-1998 perry

update...


# 1.80 12-Jul-1998 augustss

Add USB files.


# 1.79 04-Jul-1998 mrg

add uucpd.8.


# 1.78 01-Jul-1998 cgd

add puc manual page (formatted and unformatted)


# 1.77 30-Jun-1998 ross

Make the include/machine -> include/alpha change in comp/md.alpha.

Sync the rest with reality.

More rogues' gallery nominations for modifying the distribution without
updating the sets:

cgd bsd.kinc.mk
christos fktrace.2 link
christos libc version
fair ch.4
fair scsi.4
fair ss.4
lukem libedit version
mrg packages.7
tron examples/amd/cd

You all owe me beer.


# 1.76 06-Jun-1998 augustss

Add Aria driver.


# 1.75 30-May-1998 veego

Sync it with the reality.


# 1.74 27-May-1998 matt

Add fta.4 entries


# 1.73 25-May-1998 tv

Disable Berkeley ar, nm, ranlib, size, and strings, and enable binutils.


# 1.72 24-May-1998 tv

Bring these up to date with reality.


# 1.71 23-May-1998 augustss

Add ym man page.


# 1.70 16-May-1998 kml

add entries for eshconfig, esh for HIPIP driver


# 1.69 14-May-1998 kml

Added entries for include files and man pages for RoadRunner HIPPI driver.


# 1.68 12-May-1998 thorpej

Much closer to reality.


# 1.67 09-May-1998 mrg

uvm_swapout is a static function, not exported. does not belong in uvm.9


# 1.66 08-May-1998 kleink

Add uvm_swapout(9).


# 1.65 04-May-1998 mrg

add uvm man pages and sort.


# 1.64 30-Apr-1998 kml

update for rt_timer(9) man page


# 1.63 22-Apr-1998 ross

New intro pages from abs@netbsd.org


# 1.62 20-Apr-1998 ross

big sync


# 1.61 02-Feb-1998 mikel

updates from Steve Allen in PR misc/4892


# 1.60 07-Jan-1998 thorpej

Add fork1.{0,9}


# 1.59 29-Nov-1997 perry

sync to reality


# 1.58 25-Nov-1997 thorpej

Add release(7)


# 1.57 23-Nov-1997 perry

add several dhcp related pages


# 1.56 23-Nov-1997 veego

Add ipresend(1).


# 1.55 23-Nov-1997 veego

Add mkfilters(1).


# 1.54 17-Nov-1997 veego

Sync with the reality of the trunk.


# 1.53 11-Nov-1997 veego

New entries for getNAME.8, ipftest.1, ftpd.conf.5, ec.4, en.4, lc.4,
sm.4 and we.4.


# 1.52 09-Nov-1997 chopps

add missing files


# 1.51 31-Oct-1997 bouyer

Add tl man page (pointed out by Jonathan Stone).


# 1.50 27-Oct-1997 veego

s/mat9/man9/


# 1.49 26-Oct-1997 mikel

update; from Steve Allen in PR misc/4345, with some additions by myself.


# 1.48 23-Oct-1997 jonathan

Kill man4/imp.4 (not just cat4/imp.0).


# 1.47 23-Oct-1997 jonathan

Re-sync with 1.3 release tree, pass 0: nuke missing references
* step shared libc version to 12.20
* pick up move of com(4), lpt(4) headers from dev/isa to dev/ic
* remove imp.4 (Arpanet 1822) manpage.

For now, leave manpage references to syscalls that are still emulated
in libc dangling.


Revision tags: netbsd-1-3-base
# 1.46 13-Oct-1997 mycroft

branches: 1.46.2;
Add unformatted man pages.


# 1.45 22-Sep-1997 veego

Sync.


# 1.44 31-Aug-1997 perry

sync to reality


# 1.43 15-Aug-1997 perry

update to reality


# 1.42 31-Jul-1997 veego

Sync.


# 1.41 24-Jun-1997 veego

Add ./usr/share/man/cat8/ntptime.0
Move ./usr/share/man/cat8/fdisk.0 to man/md_share


# 1.40 23-Jun-1997 mrg

move man pages into share/man.


# 1.39 23-Jun-1997 mrg

dlxxx.0 man pages should be already in md_share.


# 1.38 23-Jun-1997 jtk

add esp.0


# 1.37 16-Jun-1997 perry

sync with reality


# 1.36 08-Jun-1997 jonathan

Add compat_ultrix manpage to lists/man/mi set.


# 1.35 04-Jun-1997 perry

sync to reality


# 1.34 25-May-1997 is

Add the ethersubr documentation. While we're here, sort the list.


# 1.33 19-May-1997 is

Installboot is now in /usr/mdec, and its manpage in /usr/share/man/cat8/amiga.


# 1.32 30-Apr-1997 pk

Synchronize.


# 1.31 07-Apr-1997 scottr

Update for current reality.


# 1.30 30-Mar-1997 is

Move mopa.out manpage back to base, where the binary already is. (Should it
be in comp instead?)


# 1.29 30-Mar-1997 is

- move mopa.out man page to comp
- add cpu_reboot(9)


# 1.28 25-Mar-1997 perry

add mop* man pages (should be in section 8!) and arp*.9 man pages


# 1.27 14-Mar-1997 thorpej

Sync with reality.


# 1.26 24-Feb-1997 jonathan

Move machine-independent isa device manpages that dont' clash with MD
drivers from cat4/i386 cat4.
Add PCI, EISA, ISA, and wds manpages.


# 1.25 18-Feb-1997 scottr

Final update to sync with reality, pointed out by checkflist


# 1.24 18-Feb-1997 scottr

Reality check from Steve Allen <wormey@eskimo.com>


# 1.23 15-Jan-1997 mikel

ncr(4) is now MI


# 1.22 08-Jan-1997 thorpej

Update to reflect current reality.


# 1.21 09-Dec-1996 pk

Add ttyaction.0,cpu_switch.0,ctxsw.0,mi_switch.0


# 1.20 04-Dec-1996 mikel

add libwrap manpages.


# 1.19 16-Nov-1996 briggs

Updates from Steve Allen <wormey@eskimo.com> to match the current world.


# 1.18 09-Oct-1996 jtc

merge in 1.2 branch


Revision tags: netbsd-1-2-BETA netbsd-1-2-base
# 1.17 20-May-1996 leo

branches: 1.17.2;
Get them closer to reality.


# 1.16 25-Mar-1996 mrg

update all of these to reality (at least, for the sparc). changes
include:
libg++, bind, less, zoneinfo, lots of headers, and a pc532 man page.


# 1.15 25-Jan-1996 briggs

Updates from Steve Allen <wormey@eskimo.com>


# 1.14 28-Nov-1995 jtc

merge in changes from 1.1 release branch


Revision tags: netbsd-1-1-base
# 1.13 10-Oct-1995 thorpej

branches: 1.13.2;
add fsdb(8).


# 1.12 02-Oct-1995 chopps

bring up to date with reality


# 1.11 02-Oct-1995 thorpej

Add manual pages for banner(1) and ccdconfig(8).


# 1.10 24-Jul-1995 cgd

sort. grr.


# 1.9 24-Jul-1995 cgd

more files


# 1.8 24-Jul-1995 cgd

update for new manual pages


# 1.7 14-Jul-1995 briggs

to md_share:
cat4/amiga/es.0
cat4/pc532/lpt.0
cat4/pc532/plip.0
cat8/boot_mac68k.0
cat8/boot_pmax.0

to mi:
cat1/bdes.0
cat1/lint.0
cat8/map-mbone.0
cat8/mrinfo.0
cat8/mtrace.0


# 1.6 11-May-1995 cgd

update for the current state of the world.


# 1.5 19-Apr-1995 cgd

add mi files; noted by leo.


# 1.4 16-Apr-1995 mycroft

Update these for ~one month ago. From Greg Hudson.


# 1.3 19-Oct-1994 cgd

don't forget diskless.8


Revision tags: netbsd-1-0-base
# 1.2 30-Aug-1994 cgd

branches: 1.2.2;
update for the current state of the world.


# 1.1 29-Aug-1994 cgd

branches: 1.1.1;
Initial revision


# 1.1812 03-Nov-2025 nia

Add some man pages for sparc64 pci buses; via openbsd


# 1.1811 24-Oct-2025 brad

A driver for the NXP SC16IS7xx family of UART chips. This family is
mostly a 16C450 with features from the 16C550, 16C650 and 16C750 and
makes use of src/sys/dev/ic/com.c for much of the heavy lifting.

A BIG difference is that the chip family is attached via a I2C or SPI
bus and is in no way, shape or form, attached to the computer via a
computer bus.

Since spin locks are not allowed to be held while calling to the I2C
or SPI framework com.c grew a new hw feature flag where it could be
run at something other than a hard IP level and doesn't hold spin lock
(for very long). In particular, IPL_SOFTSERIAL. This method is
enabled via a hw feature flag and should not effect any other use of
com.c. Other changes with this new method of use include the use of
workqueues and such.

A further feature added to com.c was the abilty to take advantage of
the MCR prescaler that is present in the SC16IS7xx family and likely
present in the 16C650. This prescaler is tried if the baud rate
requested can not be met with the frequency oscillator that the chip is
built with.

The chip family does not use any particular frequency oscillator for
the baud rate generator. In order to deal with this the frequency can
be set via sysctl, a kernel option or with a FDT overlay if that is
supported.

Most of the features of the chip family are supported including the
gpio pins via gpiobus(4) that are present with some of the family
members.

The chip can attach via I2C or SPI and can make sure of FDT if that is
present in the system.

This chip family has been around for quite some time and there are a
number of breakout boards on Amazon. It is also reasonably priced and
you can roll your own board if you can perform simple SMD soldering as
very few additional components are required.


# 1.1810 28-Aug-2025 wiz

install genet(4)


# 1.1809 27-Aug-2025 christos

add missing entries for version-specific binutils files. need to GC old versions


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.1808 26-Jul-2025 martin

branches: 1.1808.2;
PR 58681: add a port of the OpenBSD viogpu(4) driver written by
Joshua Stein <jcs@openbsd.org>.
Port by George Matsumura with help from Jiaxun Yang.


# 1.1807 18-Jul-2025 christos

Fixes for openssl-3.5.1


# 1.1806 31-May-2025 jdc

Add a manual page for apc(4), a driver for the Aurora Personality Chip
(APC) found on SPARCstation-4/5, and emulated by qemu to idle the simulator
when the CPU is idle.


# 1.1805 15-Apr-2025 nia

Add a man page for r128fb(4)


# 1.1804 15-Apr-2025 nia

Add a man page for machfb(4)


# 1.1803 15-Apr-2025 nia

Add a man page for radeonfb(4)


# 1.1802 03-Apr-2025 bouyer

Add gscan(4), a driver for USB to CAN bus adapters.
This driver supports the Geschwister Schneider USB to CAN adapter, and
clones supported by the open-source candleLight firmware.

Add gscan to evbarm GENERIC (which already supports CAN family and the
sunxican(4) driver by default), and to amd64 ALL.


# 1.1801 03-Apr-2025 nat

Add pbbat(4)

Now it is possible to monitor the PowerBook 1xx AC adaptors and battery via
envsys(4).


# 1.1800 11-Mar-2025 brad

A driver and userland utility for a couple of families of the
Microchip Technology / SMSC fan controller chips.

The driver and utility supports the:

o EMC2101 and EMC2101-R
o EMC2103-1, EMC2102-2 and EMC2103-4
o EMC2104
o EMC2106
o EMC2301
o EMC2302
o EMC2303
o EMC2305

The EMC210X family supports 1 or 2 fans with tachometer. Depending on
the chip, it may support 2 additional fans without tach and might
support a high side attachment (i.e. a fan, usually 5v, driven
directly from the chip and not PWM or DAC). All versions of EMC210X
support internal temperature measurements, and depending on the chip,
may support up to 5 additional temperature zones. The tachometers and
temperature measurements are provided to the system via the envsys(4)
framework. Some chip types support GPIO pins and support is provided
via the gpio(4) framework.

The EMC230X family supports 1, 2, 3 or 5 fans with the same number of
tachometers. No temperature zone or GPIO support. The tachometers
are provided to the system via the envsys(4) framework. The fan
support can be provided by PWM signaling or DAC.

The two chip families mostly do PWM signaling for the fan speed, but a
number of them support DAC output, a 0 to 3v or so voltage. When the
chip supports external temperature zones, this is done usually by a
bipolar NPN or PNP transister configured as a diode, but some of the
chip varients support thermistors.

The emcfan(4) kernel driver provides a simple read / write / seek
device in /dev/ to the register set in the chip. The heavy lifting is
done in the userland utility emcfanctl(8) which provides the ability
to read and write to any valid register and provides some basic higher
level commands to control fan behavior. The output is simple text
lines, or JSON.

The kernel driver does not reset or other mess with the chip, aside
from reading registers. It is entirely possible that something else
in any particular system is the major manager of the fan controller
and it would not do for the kernel driver to mess too much with the
attached device. All interactions are intentional via the userland
utility.

It is known that a EMC2301 is present on the Raspberry PI 4 Compute IO
module (not to be confused with the Raspberry PI 4 Compute module
itself) and there is a breakout board from Adafruit with a EMC2101 on
it. The chips themselves are pretty inexpensive from Mouser or
Digi-key and can be soldered using the simpler SMD soldering
techniques. A number of the variants are QFN packages, but the pads
are exposed to the side of the chip. No other external components are
required to use these fan controllers.


# 1.1799 26-Feb-2025 ryoon

Add amdgpio(4) device driver for AMD GPIO found on some HP laptops

This device driver enables power button and trackpad on
HP Envy 13 ay1000 and HP Envy 14 fa0000.
Touchscreen and stylus have no decodable HID descriptors and not enabled.

Based on qcomgpio(4) and OpenBSD's amdgpio(4).

Add the following to your kernel configuration file:

amdgpio* at acpi?


# 1.1798 24-Feb-2025 martin

conditionalize efi(8) man page variants on efi_rt


# 1.1797 24-Feb-2025 christos

new efi program


# 1.1796 27-Jan-2025 christos

Add getnameinfo files


# 1.1795 23-Jan-2025 brad

A driver for the DS28E17 1-Wire to I2C bridge chip.

This chip acts like a 1-Wire slave device and provides a iic(4) master
at the end of the 1-Wire bus. More or less it is the polar opposite
of the DS2482 [ds2482ow(4)] chip.

This device couples well with ds2482ow(4) and can be used to provide a
I2C bus at very great lengths from the controlling computer.

All features of the chip are supported, except for 1-Wire overdrive
support, which requires more work from the onewire(4) infrastructure.

The chip does not support Read without Stop. Attempts to do this will
get turned into a Read with Stop and one will have to hope for the
best. The chip also does not support zero length I2C reads or zero
length I2C writes. This has the side effect of making the default
mode, a zero length I2C write, for i2scan(8) return false positives.
The alternative mode that i2cscan(8) can use, the single byte read,
should work as expected.

The chip has automatic support for end devices that do I2C clock
stretching.

It was noticed that this chip does not work with the gpioow(4) driver.
That might be an interesting thing to debug if one has a good logic
analyzer on hand. While the presence pulse is detected, the gpioow(4)
driver is not able to complete the initial ROM enumeration. The
DS28E17 works flawlessly when driven by a DS2482 [ds2482ow(4)] driver
chip. Poke me if you want any more details.

The chip is pretty inexpensive and only requires a single cap to get
it hooked up. However, the package it comes in is only a 16-QFN
package, so it could provide to be hard to solider onto a board for
some. There are side tabs, so it was possible with a very small iron
and lots of flux. There is a slightly expensive breakout board sold
by Mikroe that probably works well -> https://www.mikroe.com/1-wire-i2c-click


# 1.1794 20-Jan-2025 maya

Add ncm(4) a driver for USB Network Control Model

Seen on my Google Pixel 8, which implements ncm instead of urndis.


# 1.1793 16-Dec-2024 brad

A driver for the MCP-2221 / 2221A multi-io chip. This is a USB to
UART / GPIO / I2C multi-io chip probably based upon a programmed PIC.
The end result is that simple gpio and i2c can exist on any system
that provides a USB port. This is everything from a RPI to a
Virtualbox VM.


o The UART presents itself as a umodem(4) device and pretty much works
as one would expect.

o There are 4 simple GPIO pins with multiple functions that attach to
gpio(4). Support for basic GPIO input and output exists with gpioctl,
the ADC, DAC and clock pulse functions exist as ALT functions. For
the ADC and DAC /dev/ devices are provided such that simple reads and
writes interact with the ADC and DAC. The IRQ function on pin GP1 and
bit banging the GPIO with gpiopps(4) and gpioow(4) are not really
supported. The short answer is that a spin lock is held while trying
to do USB transfers and that isn't allowed.

o There is a simple I2C engine that attaches to iic(4). This mostly
works as expected, except that a READ without STOP is not supported by
the engine which causes problems for some drivers. Most drivers do
not seem to use READ without STOP and seem to work as expected.
Support for changing the I2C speed is not supported, but nothing much
really does that.

o A userland utility called umcpmioctl(8) is provided that allows the
query of the status of the chip and allows for the query of the flash
memory and the setting of some of the flash memory parameters mostly
related to gpio. This utility interacts with a control device in
/dev/. The flash memory contents is copied to the sram on boot up of
the chip and can be used to adjust how the chip sets up the gpio pins,
among other things. Support for setting or entering the chip password
is not provided.

o A number of sysctls are provided to mess with various settings.
These are detailed in the man page.


While not perfect, the chip is reasonable, cheap, and has at least one
vendor making a breakout board. It is also one of the only ones in
this space that has enough documentation to write a driver.

Support for a related chip, the MCP-2210, which provides SPI and GPIO
may exist some day as the programming interface is very simular.


# 1.1792 15-Dec-2024 mrg

install new pryo(4) manual, as requested in PR#58903.


# 1.1791 07-Dec-2024 martin

Now that shutdown(8) provides info why we are shutting down to the
shutdown scripts, add an optional local hook /etc/rc.shutdown.final
called last in the shutdown sequence and passed the reason.

This allows for easy local integration of special UPS commands before
we power down (e.g. to restart the UPS after some delay in case
utility power is restored too early and the machine has already powered
down and will only restart when it's power input is restored after being
off for a few seconds)


# 1.1790 04-Nov-2024 brad

Add a driver for the Maxim DS2482-100 and DS2482-800 I2C to 1-Wire
bridge.

This chip provides a I2C device that then has 1 or 8 1-Wire busses on
the other side. The 1-Wire buses show up as onewire(4) buses in the
NetBSD.

The chip can be used in situations where:

* You have a I2C bus extended a long distance, say with a LTC4311
active terminator / extender or one of the differential I2C
extenders and you would like to have a 1-Wire device on the far end
and it isn't possible to add wiring to get to the far end.

* You are either out of GPIO pins or the GPIO pins are not reliable
enough to use gpioow(4), but you do have working I2C.

The DS2482 does all of the 1-Wire signals in hardware and provides for
a couple of pullup options for the 1-Wire devices.

All of the functions of the DS2482-100 and -800 are supported except
for overdrive speed support. To do this will likely require some API
changes to onewire(4).

Breakout boards exist for the DS2482 for both variants, but they
appear to be more expensive than expected. The chip itself is quiet
cheap and wasn't all that hard to SMD solder to a board. No other
components are really needed.

There are other members in the same family, the DS2482-101, DS2484 and
DS2485. The DS2482-101 has a sleep pin, but from the datasheet
appears to program the same as the -100 variant. The DS2484 has a
slightly different way to set configuration information and probably
won't quite work with the driver, but isn't far off. The DS2485 is
very different and would require a new driver to function.


# 1.1789 30-Oct-2024 christos

Hook zstd to the build and enable it for libarchive and file.


# 1.1788 20-Oct-2024 mlelstv

Add ietp(4) man page.


# 1.1787 02-Sep-2024 ozaki-r

distrib, etc: install shmif_pcapin and its tests


# 1.1786 26-Aug-2024 riastradh

acpivmgenid(4): New driver for virtual machine generation ID.

Added to amd64/ALL and i386/ALL kernel configurations, and made
available as a loadable module acpivmgenid.kmod on x86, for now.

TBD: Add to all ACPI-supporting GENERIC kernels.

PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM
fork


# 1.1785 19-Aug-2024 riastradh

apei(4), acpihed(4): Wire up man pages to build.

PR kern/58046: Missing APEI (ACPI Platform Error Interface) support


# 1.1784 18-Aug-2024 riastradh

distrib/sets/lists/man/mi: Sort.

No functional change intended.


# 1.1783 18-Aug-2024 rin

sets/man{,html}: Add gdbserver(1)


# 1.1782 18-Aug-2024 rin

sets/man/mi: Restore {gdb,stabs}.info, and add annotate.info


# 1.1781 17-Aug-2024 gutteridge

distrib/sets/lists/man/mi: fix stabs.info entry for gdb 15.10


# 1.1780 16-Aug-2024 riastradh

distrib/sets/lists/man/mi: Mark gdb info files obsolete for 15.10.


# 1.1779 15-Aug-2024 christos

sigh, no more info files for gdb.


# 1.1778 01-Aug-2024 nat

Add manual page for ascaudio(4).


# 1.1777 12-Jul-2024 christos

updates for OpenSSL man pages


# 1.1776 09-Jul-2024 rin

sets/lists: Add MI files for binutils 2.42


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.1775 04-May-2024 reed

branches: 1.1775.2;
add the catman pages to the set for mkcsmapper and mkesdb


# 1.1774 04-May-2024 reed

Install the mkcsmapper.1 and mkesdb.1 manpages.


# 1.1773 30-Apr-2024 andvar

viac7temp(4): rewrite temperature sensor to read value from MSR instead of using
documented cpuid instruction and eax register.

This approach is adapted from linux via-cputemp.c, no official documentation is
currently available. However, msr value seems to work on all tested CPUs while
documented cpuid instruction typically reports 0, even for my C7-D CPU.
msr value seems to have temperature in Celsius in lower 24-bits without fraction
(thus "msr & 0xffffff;" is used).

Tested on my personal systems based on CPUs below (i386 and amd64):
C7-D 1.6GHz (i386 only), Nano X2 L4350E, Nano X2 U4300, U2300 Nano, KX-U6580.
Also got one response via email which was based on Nano X2 L4050 (VE-900).
Nano reports independent values for each core.
KX-U6580 seems to show the same value for all cores but more testing is needed.

Since it works on amd64 capable CPUs, adding driver to GENERIC kernel config.
Also moving viac7temp man page to x86 instead of i386 (with updates).
In theory the change should add support for all VIA Nano CPUs and Zhaoxin CPUs
at least up to KX-6000(G) series.

In the future I may need to introduce amd64 kernel module as well.

Plan to pullup to at least netbsd-10.

Patch mainly reviewed by riastradh.


# 1.1772 09-Apr-2024 nia

Add new sets: base32, debug32, manhtml

- base32 contains (when MKCOMPAT=yes) shared libraries for 32-bit
compatibility, previously included in base

- debug32 contains (when MKCOMPAT=yes) debug symbols and static libraries
containing debug symbols for 32-bit compatiblity, previously included
in debug

- manhtml contains (when MKHTML=yes) the HTML files previously included
in 'man', which are of limited utility without third-party software.

The motivation for this change is to be able to easily exclude sets
from CD-ROM images that go over the size limit without xz compression
(which many NetBSD platforms struggle to extract at acceptable speeds).


# 1.1771 22-Feb-2024 christos

new tool


# 1.1770 22-Feb-2024 christos

add new bind tools


# 1.1769 21-Feb-2024 christos

changes for new bind.
XXX: removing lint libraries where lint does not work anymore is temporary.


# 1.1768 01-Jan-2024 kim

Install postfix-tls-script (for "postfix tls")


# 1.1767 23-Nov-2023 riastradh

stack(7): New man page.

Should help with PR pkg/57708.

XXX pullup-10


# 1.1766 04-Oct-2023 rin

igc(4): Add and hook manpage


# 1.1765 27-Aug-2023 rillig

c.7: mention that C11 and C17 have been published


# 1.1764 26-Aug-2023 riastradh

certctl(8): New tool for managing OpenSSL CA certificates.

Same command-line syntax as FreeBSD, clearer semantics about which
parts are config and which parts are cache.


# 1.1763 11-Aug-2023 christos

sets for libfido2-1.13.0


# 1.1762 30-Jun-2023 gutteridge

Add npflog.4 to sets


# 1.1761 31-May-2023 christos

new openssl man pages


# 1.1760 10-May-2023 christos

update the sets for OpenSSL-3.x


# 1.1759 03-May-2023 phx

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.


# 1.1758 22-Dec-2022 nat

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.


Revision tags: netbsd-10-base
# 1.1757 21-Nov-2022 christos

branches: 1.1757.2;
lua libm API from Phil Rulon


# 1.1756 21-Nov-2022 brad

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.


# 1.1755 17-Nov-2022 brad

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.


# 1.1754 27-Aug-2022 dholland

Attach tradcpp to the build.


# 1.1753 12-Aug-2022 riastradh

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.)


# 1.1752 10-Jul-2022 nia

Add a manual page for udl(4)


# 1.1751 08-Jul-2022 nia

Add a man page for slurm(4)


# 1.1750 08-Jul-2022 nia

Add a manual page for uintuos(4)


# 1.1749 12-Jun-2022 tsutsui

Add luna68k specific section 4 man pages.

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


# 1.1748 06-Jun-2022 nia

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@.


# 1.1747 29-May-2022 nia

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


# 1.1746 29-May-2022 nia

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


# 1.1745 28-May-2022 nia

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


# 1.1744 28-May-2022 nia

mk: Add MKNTP, MKTCPDUMP knobs.


# 1.1743 27-May-2022 nia

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


# 1.1742 25-May-2022 nia

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


# 1.1741 25-May-2022 nia

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.


# 1.1740 25-May-2022 nia

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


# 1.1739 13-May-2022 brad

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.


# 1.1738 06-Apr-2022 reinoud

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


# 1.1737 24-Mar-2022 wiz

add more igpio man pages (cat4, html4)


# 1.1736 24-Mar-2022 manu

Add man page for Intel GPIO igpio.4


# 1.1735 24-Feb-2022 mrg

enable blkdiscard(8) build.


# 1.1734 16-Feb-2022 uwe

Add missing cat pages to fix MKCATPAGES build.


# 1.1733 23-Jan-2022 christos

PR/56657: Juraj Hercek: Add plainrsa-gen utility mentioned in racoon.conf(5)
and fix it for OpenSSL 1.1


# 1.1732 17-Jan-2022 thorpej

Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", and
add support for 8-bit and I2C variants of the chip:
- MCP23008 / MCP23S08: 8-bit (I2C / SPI)
- MCP23017 / MCP23S17: 16-bit (I2C / SPI)
- MCP23018 / MCP23S18: 16-bit (I2C / SPI), open-drain outputs

The MCP23x17 and MCP23x18 are essentially identical, software-wise; we
merely report different GPIO pin capabilities (no push-pull output for
MCP23x18). Also, remove the tri-state capability that was previously
advertised by the old version of this driver; these chips have no way
to put the pin into a HI-Z mode.

All 3 I2C versions are supported, but the SPI front-end still only
supports the MCP23S17 for now (SPI autoconfiguration needs an overhaul).

mcp23s17gpio(4) remains present as a link to the new mcpgpio(4) man page.

XXX Still to-do: FDT integration, interrupt suppoort.


# 1.1731 06-Jan-2022 nia

Add man pages for eqos(4), mcommphy(4)

lgtm jmcneill@


# 1.1730 07-Dec-2021 brad

A driver and user land utility for the Sparkfun Serial Controlled Motor
Driver module as illustrated here:

https://www.sparkfun.com/products/13911

A SCMD module is a ARM SOC simular to a Arduino in front of a motor
driver chip. The single SCMD module can control two motors and up to
16 additional modules can be chained together using an internal I2C
bus. One can interface with the SCMD using tty uart commands, SPI or
I2C. The driver in this commit adds a kernel driver for the I2C and
SPI interfaces. The command line utility provides a set of
convenience commands that support most of the functions of the SCMD
and is able to use the tty uart mode, SPI user land or the included
kernel driver in a uniform manor.

The use of the SCMD module is mostly for small robots and the like,
but it can control anything that is controllable by voltage.


# 1.1729 06-Nov-2021 brad

Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humidity
sensor such as:

https://www.adafruit.com/product/2857

This is a higher priced sensor with a lot of features, including the
ability to do sub-second periodic updates. The driver supports
everything about the sensor except for the alert pin.


# 1.1728 14-Oct-2021 brad

A driver for the Sensirion SGP40 MOx gas sensor. An example of this
chip from Adafruit is:

https://www.adafruit.com/product/4829

This is a moderately priced gas sensor that can detect volatile
organic compounds in the air. The driver uses the 3-clause BSD
licensed VOC algorithm provided by Sensirion to turn the raw sensor
metric into a VOC index which can indicate the quality of the air in a
particular indoor environment. All published functions of the chip
are supported and one unpublished feature.


# 1.1727 12-Oct-2021 msaitoh

Add hvn.4. OK'd by nonaka@.


# 1.1726 03-Oct-2021 brad

A driver for the Sensirion SHT40/SHT41/SHT45 temperature and humidity
sensor. An example of this chip is:

https://www.adafruit.com/product/4885

This is a lower cost chip that provides higher then usual precision
according to the data sheet. This driver supports all of the published
functions that the chip has.


# 1.1725 01-Aug-2021 andvar

add pcib(4), pceb(4), pcmb(4).
pcmb is a separate man page for i386 only, pceb and pcib are references to pci(4) only and mentioned in its bridges section.
ok riastradh


# 1.1724 25-Jul-2021 nia

Add a man page for amdccp(4)


# 1.1723 29-Jun-2021 nia

Remove uscanner(4) driver

This exists for compatibility with a Linux interface which was apparently
deprecated in Linux 2.6. There are various mailing list threads going
back to 2004 where the usefulness of this driver is discussed, but
the conclusion is that scanner software has all moved to using ugen(4)
instead, and enabling this driver will not help you scan things.


Revision tags: cjep_sun2x-base1
# 1.1722 03-Jun-2021 wiz

Fix typo, caught by riastradh


# 1.1721 03-Jun-2021 wiz

Remove i386/autoconf(4) and i386/console(4) to x86/autoconf(4) and x86/console(4)

Part of PR 36350.


Revision tags: cjep_sun2x-base cjep_staticlib_x-base1
# 1.1720 17-May-2021 yamaguchi

branches: 1.1720.2;
Add a new link-aggregation pseudo interface named lagg(4)

- FreeBSD's lagg(4) based implementation
- MP-safe and MP-scalable


Revision tags: cjep_staticlib_x-base
# 1.1719 07-May-2021 nia

branches: 1.1719.2;
hook up aiomixer


# 1.1718 27-Apr-2021 nia

add a man page for sun8icrypto(4)


Revision tags: thorpej-futex-base
# 1.1717 01-Apr-2021 riastradh

New vax documentation, vax/covid(4)


# 1.1716 01-Mar-2021 jakllsch

and the html for rge(4)...


# 1.1715 01-Mar-2021 jakllsch

install rge(4) manual


# 1.1714 26-Feb-2021 nia

add new evbarm device driver man pages


# 1.1713 10-Jan-2021 riastradh

Various entropy integration improvements.

- New /etc/security check for entropy in daily security report.

- New /etc/rc.d/entropy script runs (after random_seed and rndctl) to
check for entropy at boot -- in rc.conf, you can:

. set `entropy=check' to halt multiuser boot and enter single-user
mode if not enough entropy

. set `entropy=wait' to make multiuser boot wait until enough entropy

Default is to always boot without waiting -- and rely on other
channels like security report to alert the operator if there's a
problem.

- New man page entropy(7) discussing the higher-level concepts and
system integration with cross-references.

- New paragraph in afterboot(8) about entropy citing entropy(7) for
more details.

This change addresses many of the issues discussed in security/55659.
This is a first draft; happy to take improvements to the man pages and
scripted messages to improve clarity.

I considered changing motd to include an entropy warning with a
reference to the entropy(7) man page, but it's a little trickier:
- Not sure it's appropriate for all users to see at login rather than
users who have power to affect the entropy estimate (maybe it is,
just haven't decided).
- We only have a mechanism for changing once at boot; the message would
remain until next boot even if an operator adds enough entropy.
- The mechanism isn't really conducive to making a message appear
conditionally from boot to boot.


# 1.1712 27-Dec-2020 reinoud

Import Xterm's resize(1) for querying (x)terminal sizes in base for headless
clients


# 1.1711 10-Nov-2020 kamil

branches: 1.1711.2;
Reintroduce the support of MKCATPAGES

Requested by <mrg>


# 1.1710 09-Nov-2020 kamil

Remove catman pages support

No longer relevant after the MKCATPAGES removal.


# 1.1709 04-Nov-2020 mrg

mark pamu2fcfg(1) as pam so MKPAM=no sets work


# 1.1708 02-Nov-2020 khorben

PR/55747: Tobias Nygren: Install manpages for pam-u2f

I have generated the manual pages and referenced them into the sets.
It would probably help to add a Makefile rule, indicating how to
generate the manual pages again.

Tested with "build.sh release" on amd64.

Reviewed by Tobias Nygren before the commit.


# 1.1707 27-Oct-2020 ryo

move vmt(4) from MD to MI, and add support vmt on aarch64. tested on ESXi-Arm Fling

- move from sys/arch/x86/x86/{vmt.c,vmtreg.h,vmtvar.h} to sys/dev/vmt/{vmt_subr.c,vmtreg.h,vmtvar.h},
and split the attach part of the cpufeaturebus and fdt
- add aarch64 vmware backdoor op
- add include guard to vmt{reg,var}.h
- Yet there is still some little-endian dependency. it needs to be fixed in order to work properly on aarch64eb


# 1.1706 16-Oct-2020 ryo

in my previous commit, entries before the move must be obsolete rather than removed

pointed out by nonaka@, thanks


# 1.1705 14-Oct-2020 ryo

vmx(4) should be MI. moved to sys/dev/pci from sys/arch/x86/pci


# 1.1704 27-Sep-2020 roy

vether: Implement a virtual ethernet interface

The vether interface simulates a normal Ethernet interface by encapsulating
standard network frames with an Ethernet header, specifically for use as
a member in a bridge(4).

To use vether the administrator needs to configure an address onto the
interface so that packets can be routed to it. An Ethernet header will
be prepended and, if the vether interface is a member of a bridge(4),
the frame will show up there.

Taken from OpenBSD.


# 1.1703 21-Sep-2020 kim

Add MLINKS for empb.4


# 1.1702 08-Sep-2020 rillig

lists/man/mi: remove extraneous space


# 1.1701 08-Sep-2020 yamaguchi

Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o


# 1.1700 28-Aug-2020 christos

new compat_bsdos man page.


# 1.1699 20-Aug-2020 riastradh

Fill out WireGuard man pages.


# 1.1698 20-Aug-2020 riastradh

[ozaki-r] Add wg files


# 1.1697 26-Jul-2020 jdolecek

add rudimentary wwanc(4) manpage


# 1.1696 17-Jul-2020 kamil

man5/changelist.5 does not depend on MKPOSTFIX


# 1.1695 13-Jul-2020 jruoho

Add stub manual pages for /etc/changelist and /etc/pkgpath.conf.
Fixes PR bin/55477.


# 1.1694 23-Jun-2020 rin

Fix prefix for previous.


# 1.1693 23-Jun-2020 maxv

kernel_sanitizers.7


# 1.1692 15-Jun-2020 christos

Rename blacklist -> blocklist


# 1.1691 19-May-2020 jdc

Add tadpmu to Makefile and set list.


# 1.1690 16-May-2020 christos

move the fido man pages from man to comp where they belong. I wonder about
the other section 3 man pages? Should they also move from man to comp?


# 1.1689 16-May-2020 christos

Add ACL support for FFS. From FreeBSD.


# 1.1688 16-May-2020 maya

Remove uyap, USB YAP phone firmware loader.

And the associated ezload EZ-USB code, which is only used by uyap.
It could theoretically be used by other drivers, but none of them are
in tree.

I suspect that this device isn't in use, as phone technology has improved
a lot since 2001 when uyap(4) was added to the tree.

Proposed with no objections on netbsd-users on 13 April 2020


Revision tags: phil-wifi-20200421
# 1.1687 12-Apr-2020 simonb

Add uxrcom driver for Exar XR21V141x USB serial adapters. Based in part
on the OpenBSD single-port XR21V1410 uxrcom driver, but adds support
for multi-port chipsets and uses the common umodem framework instead of
being a standalone driver.

Thanks to skrll@ for much USB clue and mrg@ for financing the
development of this driver.


Revision tags: phil-wifi-20200411 phil-wifi-20200406
# 1.1686 04-Apr-2020 jdolecek

remove SMBFS and nsmb/netsmb - userland part


# 1.1685 02-Apr-2020 kamil

Add ioctlprint - descriptive ioctl value printer

ioctlprint(1) is embedded in the kdump(1) program.


# 1.1684 29-Mar-2020 christos

enable remote for libpcap and add rpcapd


# 1.1683 03-Mar-2020 christos

add libfido2, libcbor, pam-u2f, sort


Revision tags: is-mlppp-base
# 1.1682 26-Feb-2020 kamil

Register groups.0 and users.0 in distribution sets

Fixes MKCATPAGES=yes build.


# 1.1681 26-Feb-2020 riastradh

Draft man pages for the standard users and groups.

These are currently listed in order of uid because I went through
src/etc/group and src/etc/master.passwd line by line, and sorting any
other way after the fact -- like lexicographically, how it should be
-- was kinda inconvenient.

Feel free to sort, add information, add historical references,
correct any mistakes, &c., so that these remain living documents
describing NetBSD's standard users and groups and practices around
them.


# 1.1680 09-Feb-2020 jmcneill

Retire azalia(4).


# 1.1679 02-Feb-2020 kamil

Port realpath(1) from FreeBSD

realpath(1) wraps realpath(3) and returns resolved physical path.

This utility shipped with GNU and FreeBSD is sometimes
used in scripts in the wild.


# 1.1678 29-Jan-2020 maya

remove urio(4), a driver for the Rio500 MP3 player.

At this point it is highly unlikely this 1999 device still has users,
but it still comes up in the context of maxv's USB-fuzzing (and any device
could pretend to be a urio(4)), so it's best to get rid of it.

Renamed all major entries to obsolete, as was done in previous removals.

This still requires an update to sanitizers, but they're located in
"external", perhaps it should be first committed upstream?

Proposed on tech-kern a month ago.


# 1.1677 22-Jan-2020 thorpej

I overlooked the esh(4) man page when removing HIPPI support; remove it
now. Thanks maxv@ for noticing and pointing it out.


# 1.1676 21-Jan-2020 taca

Revive entries for uyurex(4) as obsolete.


# 1.1675 20-Jan-2020 thorpej

Remove FDDI support.


# 1.1674 19-Jan-2020 riastradh

Remove filemon(4).

Discussed on tech-kern:
https://mail-index.NetBSD.org/tech-kern/2020/01/13/msg025938.html

This was never (intentionally) enabled by default, and the design has
some shortcomings. You can get mostly the same results with ktrace,
as in usr.bin/make/filemon/filemon_ktrace.c which is now used instead
of filemon for make's meta mode.

If applications require higher performance than ktrace, or nesting
that ktrace doesn't support, we might consider adding something back
into the vfs system calls themselves, without hijacking the syscall
table. (Might want a more reliable output format too, e.g. one that
can handle newlines in file names.)


# 1.1673 19-Jan-2020 thorpej

Remove Token Ring support.


# 1.1672 19-Jan-2020 thorpej

Remove the de(4) driver, which has long since been supplanted by the
tlp(4) driver, which supports more chips and more board variants.


# 1.1671 19-Jan-2020 martin

Fix set lists after HIPPI removal


# 1.1670 19-Jan-2020 thorpej

Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.


# 1.1669 17-Jan-2020 maya

Remove uyurex(4).

This is a driver for a "nonsense machine" made by the art group Maywa-Denki
in 2008. It was disabled by default.

Unfortunately even so it draws development attention (flaws found in the
code, MP-ification needs) and it is best not to continue to maintain this
driver.

Proposed without objections on tech-kern.


# 1.1668 01-Jan-2020 ryo

add support Aquantia AQC seriese 10G network adapters.

this driver is based on the FreeBSD version https://github.com/Aquantia/aqtion-freebsd ,
but drastically rewritten for NetBSD.


# 1.1667 23-Dec-2019 maxv

Revert the removal of filemon.


# 1.1666 18-Dec-2019 maxv

Retire filemon, discussed on tech-kern@.


# 1.1665 15-Dec-2019 christos

PR/54768: elo: Missing cksum(1) convenience links (and docs) for new sha2
functions.


# 1.1664 10-Dec-2019 yamaguchi

Ported driver for Intel Ethernet 700 series

reviewed by msaitoh and knakahara


# 1.1663 20-Nov-2019 hikaru

Add opencrypto driver for Intel QuickAssist.


Revision tags: phil-wifi-20191119
# 1.1662 01-Nov-2019 msaitoh

Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD with some cleanup
and IFM_NONE support.


# 1.1661 30-Oct-2019 msaitoh

Add jmphy(4) from OpenBSD.


# 1.1660 28-Oct-2019 maxv

Add nvmmctl, with two commands for now.


# 1.1659 28-Oct-2019 ozaki-r

Implement a front-end driver of virtio-9p called vio9p

In conjunction with mount_9p, it enables a NetBSD system running as a VM guest
to mount an exported filesystem by the host via virtio-9p. It exports a 9p
end-point of virtio-9p via a character device file for mount_9p.

Reviewed by yamaguchi@


# 1.1658 25-Oct-2019 martin

Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU
systems. From Andrew Doran in PR kern/54648.


# 1.1657 15-Oct-2019 christos

remove sup


# 1.1656 07-Oct-2019 msaitoh

Add support IC Plus IP1000* PHYs. PR/kern 42314 first reported by
Tomokazu HARADA and patch provided by Andrius V.


# 1.1655 21-Sep-2019 jmcneill

Add support for Mellanox 5th generation ethernet devices. This driver
supports the ConnectX-4 Lx EN, ConnectX-4 EN, ConnectX-5 EN, and
ConnectX-6 EN adapters.

Driver ported from OpenBSD.


# 1.1654 20-Sep-2019 mrg

add mos(4) driver for Moschip MCS7730/MCS7830/MCS7832 usb ethernet.
ported from openbsd. usbnet version loses about 40% of code.


# 1.1653 16-Sep-2019 mlelstv

Include mount_zfs man pages only for MKZFS builds.


# 1.1652 15-Sep-2019 brad

Add support for legacy ZFS filesystems, specified by mountpoint=legacy
in the ZFS properties of the dataset and a simple man page for
mount_zfs. With this, it is possible to put ZFS filesystems in
/etc/fstab as file system type zfs.

Add a rc.d script that kicks the module ZFS load mostly before
mountall runs simular to what LVM does. This allows for any legacy
mounts to be specified in critical_local_filesystems and allows for
ZFS pools on top of cgd (probably among other things). Introduce a
rc.conf variable called zfs which needs to be set to YES, in the usual
manor of things, to get zvols and ZFS dataset support rather then just
assume that 'zfs mount' does that in mountall. Fix a problem in
mountall if ZFS is not compiled into the system.


# 1.1651 30-Aug-2019 mrg

document usbnet diagnostics in usbnet(4). remove all the no longer
present messages in specific drivers for the usbnet drivers.


# 1.1650 23-Aug-2019 mrg

fix MKCXX=no:
- don't build GDB
- don't build sanitizers
- don't build GCC commands
- fix some set lists


Revision tags: netbsd-9-base
# 1.1649 25-Jul-2019 rmind

branches: 1.1649.2;
Install the npf-params(7) man page.


# 1.1648 12-Jun-2019 mrg

move creds_msdos.8 into the normal place and install it.


Revision tags: phil-wifi-20190609
# 1.1647 06-Jun-2019 mrg

install new evbarm/rktsadc(4) manual.


# 1.1646 01-Jun-2019 kamil

Fix CATPAGES entries in distrib files

Register CMSG_DATA.0, getcchar.0, acorn32/boot.0.

These files were marked as obsolete which is no longer true.


# 1.1645 01-Jun-2019 jmcneill

Install ssh-copy-id(1) from the OpenSSH 8.0p1 portable distribution.


# 1.1644 01-May-2019 mlelstv

Add man pages for Amiga clock chips


# 1.1643 22-Apr-2019 maya

Add awge(4) man page


# 1.1642 26-Mar-2019 pgoyette

Update sets lists for new srt(4) man page.


# 1.1641 25-Mar-2019 maxv

Remove compat_osf1, discussed on tech-kern@.


# 1.1640 17-Mar-2019 tnn

add ssdfb(4) manual page


# 1.1639 26-Feb-2019 rin

Install unpigz(1).


# 1.1638 23-Feb-2019 kamil

Add KCOV - kernel code coverage tracing device

The KCOV driver implements collection of code coverage inside the kernel.
It can be enabled on a per process basis from userland, allowing the kernel
program counter to be collected during syscalls triggered by the same
process.

The device is oriented towards kernel fuzzers, in particular syzkaller.

Currently the only supported coverage type is -fsanitize-coverage=trace-pc.

The KCOV driver was initially developed in Linux. A driver based on the
same concept was then implemented in FreeBSD and OpenBSD.

Documentation is borrowed from OpenBSD and ATF tests from FreeBSD.

This patch has been prepared by Siddharth Muralee, improved by <maxv>
and polished by myself before importing into the mainline tree.

All ATF tests pass.


# 1.1637 06-Feb-2019 rin

Add ure(4): RealTek RTL8152/RTL8153 10/100/Gigabit USB Ethernet device.
Ported from OpenBSD. Support for RX/TX checksum offload added by myself.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118
# 1.1636 29-Dec-2018 maxv

Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the same
recently.


Revision tags: pgoyette-compat-1226
# 1.1635 20-Dec-2018 wiz

If last column contains 'obsolete', last but one should be foo-obsolete


# 1.1634 19-Dec-2018 jakllsch

fix set lists for symlinked man pages after compat_svr4 removal


# 1.1633 19-Dec-2018 maxv

Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,
but also as discussed several times in the past.


# 1.1632 12-Dec-2018 maxv

Add a NVMM(4) man page.


# 1.1631 12-Dec-2018 maxv

Retire the LMC driver, and its associated lmcconfig tool. LMC has been
mentioned repeatedly as a non-MP-safe driver that is hard to maintain,
and no one is taking care of it.

LMC was removed from OpenBSD three years ago, and from FreeBSD a few
months ago.


# 1.1630 08-Dec-2018 sevan

Include ztest(1) in builds.


# 1.1629 01-Dec-2018 jdolecek

now that Jared fixed ena(4) to work, add manpage for it; adapted from FreeBSD


Revision tags: pgoyette-compat-1126
# 1.1628 24-Nov-2018 bouyer

add a man page for the new mpii, mostly from OpenBSD.


Revision tags: pgoyette-compat-1020
# 1.1627 30-Sep-2018 jmcneill

Install mount_qemufwcfg everywhere instead of just x86.


Revision tags: pgoyette-compat-0930
# 1.1626 23-Sep-2018 christos

merge openssl-1.1.1


# 1.1625 23-Sep-2018 maxv

Remove ISDN from the kernel. It has remained unmaintained for a long time,
is of poor quality, and is now an obstacle to MP-ification. It was removed
ten years ago from FreeBSD for the same reason.

This retires a big user of the mbuf API, and will ease maintenance of the
kernel.


# 1.1624 23-Sep-2018 maxv

Remove the userland part of ISDN. The kernel part is untouched for now.
ipppctl was actually an exact copy of pppoectl; there is no functional
change in pppoectl in this commit.


# 1.1623 22-Sep-2018 maxv

Remove isic(4). It is part of ISDN, which we are now retiring.


# 1.1622 22-Sep-2018 maxv

Remove iwic(4). It is part of ISDN, which we are now retiring. This driver
was still marked as experimental (its man page dates back to 2002).


# 1.1621 22-Sep-2018 maxv

Remove ifpci(4). It is part of ISDN, which we are retiring.


# 1.1620 21-Sep-2018 maxv

Remove iavc(4).


# 1.1619 21-Sep-2018 maxv

no, put umbctl into netutil


# 1.1618 21-Sep-2018 maxv

umbctl is not related to ISDN, move it into man-sysutil-man, spotted by
martin@


# 1.1617 19-Sep-2018 maxv

Remove daic(4), it has never been functional.

ok martin@


# 1.1616 06-Sep-2018 maxv

en leftover


# 1.1615 06-Sep-2018 kre

When a man page becomes obsolete, its html form does as well.
Remove en.html (that is, mark it obsolete).


# 1.1614 06-Sep-2018 maxv

Remove the network ATM code.


# 1.1613 06-Sep-2018 maxv

Retire the 'midway' driver. Discussed on tech-net@ recently and also three
years ago, part of removing the network ATM code.


Revision tags: pgoyette-compat-0906
# 1.1612 25-Aug-2018 rin

Add mue(4), driver for Microchip LAN75xx/LAN78xx known as internal NIC of
Raspberry Pi 3 B+, from OpenBSD.

Tested on Raspberry Pi 3 B+ (LAN7800) and Z-TEK ZE582 (LAN7500).

* BUGS/TODO

- If the media type is set to something other than 1000baseT-FDX, data
transmission becomes quite unstable. Also, ukphy(4) recognize 1000baseT as
a supported media type, but it is not in fact.

- Catch up with changes made to usmsc(4) in nick-nhusb branch, i.e.,
make the driver MP-safe.

- Support RX/VLAN/TX chekcsum offloading.


# 1.1611 25-Aug-2018 martin

obsolete ndiscvt


# 1.1610 25-Aug-2018 maxv

Retire NDIS. It appears that it has never worked, after 13 years it was
still marked as "experimental", and nowadays it may be one more obstacle
to MPification of the network stack.

Discussed on tech-net@.


# 1.1609 14-Aug-2018 maxv

Retire EtherIP, we have L2TP instead.


# 1.1608 12-Aug-2018 christos

fix sets for new bind


# 1.1607 08-Aug-2018 maya

Adjust set lists better.


# 1.1606 08-Aug-2018 maya

Remove nsp(4) documentation following the removal of code.


# 1.1605 03-Aug-2018 kamil

Fix distribution lists with MKCATPAGES=yes

Add SCTP documentation.


# 1.1604 31-Jul-2018 rjs

Add man page for sctp(4).


# 1.1603 31-Jul-2018 khorben

Add a port of the umb(4) driver from OpenBSD

The umb(4) driver provides support for USB MBIM (Mobile Broadband
Interface Model) devices.

MBIM devices establish connections via cellular networks such as GPRS,
UMTS, and LTE. They appear as a regular point-to-point network interface, transporting raw IP frames.

Required configuration parameters like PIN and APN have to be set with
umbctl(8), a new tool specific to this driver. The IP address is configured
automatically; the default route and DNS server information have to be set
separately.

The driver is not fully functional yet, it is therefore still marked as
experimental and disabled by default. Any help welcome to complete it!

Tested on NetBSD/amd64, with a Sierra Wireless EM7345 LTE modem on a Lenovo
ThinkPad T440s. No functional change expected otherwise.


Revision tags: pgoyette-compat-0728
# 1.1602 27-Jul-2018 rkujawa

Add TEA5767 FM radio driver. From Karuna Grewal.


# 1.1601 24-Jul-2018 christos

sets for base64


# 1.1600 21-Jul-2018 maxv

Remove the tprof_amdpmi.4 and tprof_pmi.4 man pages.


# 1.1599 15-Jul-2018 maxv

Retire ipkdb entirely. The option was removed from the config files
yesterday.

ok kamil christos


# 1.1598 13-Jul-2018 maxv

Remove tpfmt(1). Its code was merged into tprof(8).


# 1.1597 13-Jul-2018 maxv

Remove the usr.bin/pmc tool. People should use tprof instead.


# 1.1596 10-Jul-2018 maya

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.


# 1.1595 29-Jun-2018 roy

Remove dhclient from the base system.

Discussed here:
https://mail-index.netbsd.org/tech-userlevel/2018/06/21/msg011233.html


Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.1594 13-Jun-2018 ozaki-r

branches: 1.1594.2;
Retire fast_ipsec.4

We switched to Fast IPsec at NetBSD 6.0 and that's the IPsec implementation of
us now. So we don't need to have a separate manual. Merge fast_ipsec.4 into
ipsec.4 and remove fast_ipsec.4.


# 1.1593 31-May-2018 kamil

Fix build with MKCATPAGES=yes

zpool-features.8 -> zpool-features.0


# 1.1592 28-May-2018 chs

merge a new version of the CDDL dtrace and ZFS code.
this changes the upstream vendor from OpenSolaris to FreeBSD,
and this version is based on FreeBSD svn r315983.

in addition to the 10 years of improvements from upstream,
this version also has these NetBSD-specific enhancements:
- dtrace FBT probes can now be placed in kernel modules.
- ZFS now supports mmap().


# 1.1591 28-May-2018 nat

Move the audio specification to section 9 under audio_system.

Ok wiz@


# 1.1590 27-May-2018 thorpej

Add a driver for the Taos TSL256x light sensors.


# 1.1589 23-May-2018 christos

remove Mail


Revision tags: pgoyette-compat-0521
# 1.1588 20-May-2018 thorpej

Add a 1PPS-over-GPIO driver, originally by Brad Spencer, with changes by
me to adapt to the new GPIO interrupt interface and support a wider variety
of GPIO pin configuations.

PR kern/51676


# 1.1587 19-May-2018 thorpej

Add an example "gpioirq" driver that demonstrates interrupts on GPIO
pins. Will be enhanced in the future to support sending events to
user space on edge-triggered interrupt events.

Based on initial work by Brad Spencer.
PR kern/51676


# 1.1586 15-May-2018 nat

Add the audio mixer specification to section 7 of the manual.
See posting on tech-kern - "NetBSD Audio Specification 2018."


# 1.1585 09-May-2018 msaitoh

Add a maunal page for ixv(4).


# 1.1584 05-May-2018 sevan

Add a manual for bozohttpd(3lua)


# 1.1583 04-May-2018 kamil

Improve the category of libbozohttpd.0 in distribution sets

It's man-sys-catman, not man-netutil-catman.


# 1.1582 04-May-2018 kamil

Register a new cat page: libbozohttpd.0

Fix build of the distribution with MKCATPAGES=yes.


# 1.1581 03-May-2018 sevan

Hello libbozohttpd(3)
Enabling as it is a dependency for bozohttpd(3lua).


Revision tags: pgoyette-compat-0502
# 1.1580 01-May-2018 kamil

Register a missing file in the distribution sets

Add ./usr/share/man/cat3lua/netpgp.0 for cat-pages.


# 1.1579 30-Apr-2018 martin

Add missing netpgp.html (for new lua binding)


# 1.1578 30-Apr-2018 sevan

Add a manual for netpgp(3lua)


Revision tags: pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.1577 25-Feb-2018 kamil

branches: 1.1577.2;
Register the x86/imcsmb man/cat/html page


# 1.1576 09-Feb-2018 christos

fix openssl-1.1


# 1.1575 25-Jan-2018 kamil

Correct the plist entry for ./usr/share/man/cat8/acorn32/MAKEDEV.0

This file is obsolete, replace '.cat' with 'obsolete'.


# 1.1574 25-Jan-2018 christos

man pages for amdsmn and amdzentemp


# 1.1573 24-Jan-2018 wiz

When second keyword is 'obsolete', first one should be foo-obsolete as well.


# 1.1572 24-Jan-2018 skrll

Remove port-acorn26

OK core@


# 1.1571 22-Jan-2018 kamil

Add mount_autofs(8) from DragonFly BSD


# 1.1570 10-Jan-2018 knakahara

add ipsec(4) interface man as ipsecif.4.


# 1.1569 09-Jan-2018 christos

Merge autofs support from: Tomohiro Kusumi
XXX: Does not work yet


# 1.1568 28-Dec-2017 christos

Add new entries, sort


# 1.1567 19-Dec-2017 christos

add an MI intro page (from FreeBSD)


# 1.1566 10-Dec-2017 bouyer

Add man pages for new ihidev and ims drivers.


# 1.1565 29-Nov-2017 wiz

mount_qemufwcfg is only installed on i386 and amd64, and so is its manpage.

Move it to the architecture dependent set lists.

Noted by martin.


# 1.1564 28-Nov-2017 wiz

Install qemufwcfg(4) and mount_qemufwcfg(8).


# 1.1563 26-Oct-2017 maya

Add man page for bwfm(4)

Wireless driver for Broadcom and some now sold by Cypress.


# 1.1562 01-Oct-2017 maya

Add arguments to tail:
-q: suppress filename headers when multiple files are used
-v: print filename headers even when only one file is used

head already supports the same arguments, which originated in GNU head.
GNU tail also has the same flags.


Add tac, a hard link to 'tail -rq'.
Prints a file in reverse line order.

Similar to GNU tac, but lacking any options.

Add accompanying documentation.


# 1.1561 30-Sep-2017 sevan

Add a manual for uipad(4)


# 1.1560 12-Sep-2017 wiz

Remove scc(4), driver was replaced by zs(4).

Fixes PR 52539 by Miod Vallat.


Revision tags: perseant-stdc-iso10646-base
# 1.1559 16-Jun-2017 pgoyette

branches: 1.1559.2;
Add gpio support for Xscale

From Stephan Meisenger in PR/52163


# 1.1558 13-Jun-2017 nat

Update for wsbell(4) manual pages.


Revision tags: matt-nb8-mediatek-base netbsd-8-base
# 1.1557 27-May-2017 bouyer

branches: 1.1557.2;
merge the bouyer-socketcan branch to HEAD.

CAN stands for Controller Area Network, a broadcast network used
in automation and automotive fields. For example, the NMEA2000 standard
developped for marine devices uses a CAN network as the link layer.

This is an implementation of the linux socketcan API:
https://www.kernel.org/doc/Documentation/networking/can.txt
you can also see can(4).

This adds a new socket family (AF_CAN) and protocol (PF_CAN),
as well as the canconfig(8) utility, used to set timing parameter of
CAN hardware. Also inclued is a driver for the CAN controller
found in the allwinner A20 SoC (I tested it with an Olimex lime2 board,
connected with PIC18-based CAN devices).

There is also the canloop(4) pseudo-device, which allows to use
the socketcan API without CAN hardware.

At this time the CANFD part of the linux socketcan API is not implemented.
Error frames are not implemented either. But I could get the cansend and
canreceive utilities from the canutils package to build and run with minimal
changes. tcpudmp(8) can also be used to record frames, which can be
decoded with etherreal.


# 1.1556 21-May-2017 riastradh

Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export. The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated. I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet... That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.


Revision tags: prg-localcount2-base3
# 1.1555 16-May-2017 jdolecek

add vioscsi(4) manpage


Revision tags: prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1
# 1.1554 19-Apr-2017 riastradh

branches: 1.1554.2;
Offering for the wiz daemon.


# 1.1553 11-Apr-2017 kre

The new bc/dc has no dc.info file.


# 1.1552 06-Apr-2017 wiz

Add evbarm/gxio(4).

Based on PR 52137 by Stephan Meisinger, with some man page improvements
by myself.


Revision tags: pgoyette-localcount-20170320
# 1.1551 06-Mar-2017 maya

fix set lists for pxaip(4). it's not a pmax man page.


# 1.1550 06-Mar-2017 pgoyette

Add pxaip(4) man page to the sets list.


# 1.1549 16-Feb-2017 knakahara

add man for l2tp(4).


# 1.1548 06-Feb-2017 christos

add nc


# 1.1547 28-Jan-2017 nat

bta2dpd - Bluetooth Advand Audio Distribution (A2DP) Profile Daemon.

bta2dpd allows you to stream audio to and from bluetooth devices.
It features high quality stereo audio and is intended for use with pad(4)
device.

As discussed on current-users@ and tech-userlevel@


# 1.1546 21-Jan-2017 jdolecek

add skeleton manpage for xhci(4)


Revision tags: bouyer-socketcan-base
# 1.1545 07-Jan-2017 christos

branches: 1.1545.2;
more nsd


# 1.1544 07-Jan-2017 christos

more nsd


# 1.1543 07-Jan-2017 christos

add npfd


Revision tags: pgoyette-localcount-20170107
# 1.1542 05-Jan-2017 wiz

Tag cleanup: if the last column contains 'obsolete', the one before should too.


# 1.1541 03-Jan-2017 maya

remove npx(4) and references to it. bump dates for reference removal.

This used to refer to x87 support for x86 machines.

npx isn't really a driver any more. we don't support x86 hardware
without an FPU, and we don't call it by that name in the code or
attach it as npx at something.

brought up on tech-kern. unfortunately the copy to port-i386 disappeared
in a spam filter.


# 1.1540 14-Dec-2016 kre

Sort the unsorted sets lists (they should all be correctly sorted now.)


# 1.1539 20-Nov-2016 macallan

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518


Revision tags: pgoyette-localcount-20161104
# 1.1538 29-Oct-2016 kamil

Fix generation of distribution with MKCATPAGES=yes

There are 50+ files from recent OpenSSL that are missing in the .cat set.

Add missing entries to appropriate lists.


# 1.1537 14-Oct-2016 spz

periphereal updates and generated files for the new openssl.
Expect at least one more commit until the tree builds again.


# 1.1536 03-Oct-2016 rkujawa

Add mntva(4) man page to dist list.


# 1.1535 02-Oct-2016 jdolecek

add ahci(4) to list


# 1.1534 14-Sep-2016 scole

Add platinumfb man page


Revision tags: localcount-20160914
# 1.1533 24-Aug-2016 szptvlfn

fix the build ( MKUNBOUND=no ).


# 1.1532 20-Aug-2016 christos

add unbound stuff


# 1.1531 11-Aug-2016 christos

new tcu man pages


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.1530 01-Jul-2016 christos

branches: 1.1530.2;
cgdconfig is no crypto.


# 1.1529 29-Jun-2016 christos

fix sets for MKCRYPTO=no


# 1.1528 25-Jun-2016 maya

Delete bpm(1)
It hasn't worked in a long time.

PR bin/51268


# 1.1527 12-Jun-2016 abhinav

Mark hp300/crash.{0,8,html} obsolete.
Discussed on: http://mail-index.netbsd.org/port-hp300/2016/06/07/msg000106.html


# 1.1526 04-Jun-2016 nonaka

nvmectl(8): Added NVM Express control utility.

Ported from FreeBSD nvmecontrol(8).


# 1.1525 04-Jun-2016 agc

Following positive feedback on tech-userlevel, move the sys_info
script from othersrc to usr.bin/sys_info

The sys_info script is a small script which will show the version
information for installed utilities. It also works on the kernel, and
on most libraries.

Its use is as follow:

[19:41:13] agc@netbsd-002 ...external/bsd/sys_info [4568] > ./sys_info -a
awk-20121220
bind-9.10.3pl3
bzip2-1.0.6
calendar-20160601
ftpd-20110904
g++-4.8.5
gcc-4.8.5
grep-2.5.1anb1
gzip-20150113
bozohttpd-20151231
NetBSD-7.99.26
netpgp-3.99.17
netpgpverify-20160214
ntp-4.2.8pl5
openssl-1.0.1r
sqlite3-3.12.2
openssh-7.1
opensshd-7.1
tcsh-6.19.00
xz-5.2.1
[19:41:20] agc@netbsd-002 ...external/bsd/sys_info [4569] > ./sys_info ntp ssh netpgp
ntp-4.2.8pl5
openssh-7.1
netpgp-3.99.17
[19:41:31] agc@netbsd-002 ...external/bsd/sys_info [4570] > ./sys_info ntp ssh netbsd
ntp-4.2.8pl5
openssh-7.1
NetBSD-7.99.26
[19:41:38] agc@netbsd-002 ...external/bsd/sys_info [4571] >

The -a option can be given to the script to print out the information
on all known components.

The sys_info script also works on libraries, returning their
"versions" as given by the shared object version numbers.

[19:45:06] agc@netbsd-002 ...external/bsd/sys_info [4572] > ./sys_info libevent libXfont libc netbsd
libevent-4.0
libXfont-3.0
libc-12.200
NetBSD-7.99.26
[19:45:27] agc@netbsd-002 ...external/bsd/sys_info [4573] >

Alistair Crooks
Wed Jun 1 19:44:01 PDT 2016


# 1.1524 01-May-2016 nonaka

Added nvme(4) for Non-Volatile Memory Host Controller Interface devices.
Ported from OpenBSD.


# 1.1523 28-Apr-2016 christos

new editline.7 man page.


# 1.1522 02-Apr-2016 kamil

Add malloc.conf.0 to fix build with MKCATPAGES


# 1.1521 01-Apr-2016 msaitoh

Add malloc.conf.5 (link to jemalloc.3).


# 1.1520 29-Feb-2016 riastradh

Tag ctf.5 man page with ctf, not dtrace.


# 1.1519 21-Feb-2016 christos

ctf stuff belongs to ctf not to the dtrace set


# 1.1518 18-Jan-2016 kamil

Add new man-page full(4) for the /dev/full device

DESCRIPTION
The full device always return ENOSPC on writing,

In all other cases it behaves like the zero(4) device and provides an
infinite stream of zeros.


# 1.1517 05-Jan-2016 nonaka

Add ismt(4) man page.


# 1.1516 18-Dec-2015 christos

add sortinfo


# 1.1515 16-Dec-2015 jdc

Add manual page for ADM1026.


# 1.1514 13-Dec-2015 rjs

mount_psshfs and mount_sysctlfs don't depend on rump anymore.


# 1.1513 12-Dec-2015 christos

Add ip6addrctl


# 1.1512 08-Nov-2015 christos

Some of the puffs mount programs don't need RUMP, re-enable them.


# 1.1511 14-Oct-2015 nonaka

PR/50261: Add valz(4) man page.


# 1.1510 24-Sep-2015 christos

fix typo


# 1.1509 24-Sep-2015 christos

update for libproc/librtld_db/dtrace changes


# 1.1508 27-Aug-2015 nonaka

Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network
devices. Ported from OpenBSD.


# 1.1507 23-Aug-2015 rkujawa

Add man page for mcp48x1dac driver.


# 1.1506 23-Aug-2015 mrg

move the obsolete list files into their respective sets. this means
that if you install a new set and run "postinstall fix obsolete"
the expected things happen.

(hi 12.5 year old me who thought base was better than etc set, which
it really was, but this is better again :-)


# 1.1505 18-Aug-2015 phx

MI driver for the Microchip 3x0x series of SAR analog to digital converters.


# 1.1504 17-Aug-2015 knakahara

Add intrctl(8) man.


# 1.1503 10-Aug-2015 mrg

obsolete and clean up gcc=3 (3.3), gcc=4 (4.1), and gcc=45 (4.5) sets.


# 1.1502 03-Jun-2015 pgoyette

Add some additional cat pages that are generated by the MKCATPAGES
build option.

Pointed out by Kamil Rytarowski on current-users@


# 1.1501 13-May-2015 mlelstv

Add documentation for the drvctl driver and add reference.
Fixes PR 49895.


# 1.1500 04-May-2015 pgoyette

Add new tco(4) man page to sets list.


# 1.1499 16-Apr-2015 mrg

install as bozohttpd/bozohttpd.8 as well as httpd.


# 1.1498 22-Mar-2015 ast

Import a substantially modified service(8) command from FreeBSD to
manage rc.d scripts. This command is well known on most other Unixes
and should help soften the learning curve for Unix admins coming
to NetBSD.


# 1.1497 21-Mar-2015 jmcneill

Process /etc/modules.conf (if present) at startup, before securelevel is
raised, to allow module loading on ports without a module aware bootloader.


# 1.1496 02-Mar-2015 christos

add pwait.


# 1.1495 08-Feb-2015 wiz

Add man page for iwm(4).


# 1.1494 25-Jan-2015 christos

stuff added by blacklist


# 1.1493 05-Jan-2015 mrg

elftosb depends upon MKCXX.


# 1.1492 30-Dec-2014 mrg

install midirecord.


# 1.1491 02-Dec-2014 msaitoh

Add missing src(7) reported by Patrick Welche.


# 1.1490 02-Dec-2014 pooka

add a high-level rumpkernel.7 manpage


# 1.1489 22-Nov-2014 pettai

Add kdigest(8) manpage


# 1.1488 26-Oct-2014 tls

Build and install virtio(4) manual page - missed in previous commit.


# 1.1487 23-Sep-2014 njoly

Add some missing cat pages: hdestroy_r.0 and dnssec-importkey.0


# 1.1486 25-Aug-2014 tsutsui

Add a man page for arcofi(4) driver. From OpenBSD.


Revision tags: netbsd-7-base tls-maxphys-base
# 1.1485 09-Aug-2014 apb

branches: 1.1485.2;
Mark gkermit files "obsolete", don't remove then from the set lists.


Revision tags: tls-earlyentropy-base
# 1.1484 08-Aug-2014 apb

Install man page for ekermit(1).


# 1.1483 08-Aug-2014 apb

Unhook gkermit from the build.
It is being replaced by the BSD-licenced ekermit, as proposed
on tech-userlevel on 7 Aug 2014.


# 1.1482 02-Aug-2014 rmind

NPF: add a general npf(7) manual page. Improved by wiz@.


# 1.1481 01-Aug-2014 christos

add timeout(1)


# 1.1480 24-Jul-2014 alnsn

man 4 bpfjit


# 1.1479 13-Jul-2014 mbalmer

Add a man page for asus(4), written by Leonardo Taccari as part of PR/39932.


# 1.1478 08-Jul-2014 spz

infrastructure for bind-9.10.0-P2:
adding the tools delv and dnssec-importkey
adding libirs to support delv


# 1.1477 06-Jul-2014 tron

Update set lists for Postfix 2.11.1.


# 1.1476 23-Jun-2014 christos

remove gdbint.info; it is no more.


# 1.1475 10-Jun-2014 hikaru

Add VMware VMXNET3 ethernet driver from OpenBSD, vmx(4).


# 1.1474 18-May-2014 jakllsch

add hythygtemp man page files to setlist


# 1.1473 15-May-2014 apb

sort


Revision tags: yamt-pagecache-base9
# 1.1472 25-Apr-2014 abs

Fix MKPAM=no build


# 1.1471 23-Apr-2014 kardel

install bcmgpio.4 for evbarm arch


# 1.1470 22-Apr-2014 kardel

add a driver for BCM2835 obio gpio


# 1.1469 15-Apr-2014 ginsbach

Hook getaddrinfo(1) into the build. Hi riastradh!


# 1.1468 06-Apr-2014 kardel

add Microchip MCP23S17 GPIO driver
(via SPI interface)


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
# 1.1467 01-Apr-2014 christos

branches: 1.1467.2;
add kvno


# 1.1466 25-Mar-2014 ozaki-r

Add MKCTF

This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they have now).

This variable would be merged into MKDTRACE eventually, once CTF stuffs
work correctly again.


# 1.1465 19-Mar-2014 nonaka

Add a driver for Realtek RTS5209/RTS5229 Card Reader.
Ported from OpenBSD.


Revision tags: riastradh-drm2-base3
# 1.1464 16-Mar-2014 martin

Add umcs(4)


# 1.1463 03-Mar-2014 pooka

add man page for rumpfs


# 1.1462 03-Mar-2014 skrll

Restore the hp700 file entries and mark them obsolete.

Don't mark any hppa files obsolete - delete them.


# 1.1461 03-Mar-2014 ozaki-r

Add micphy


# 1.1460 24-Feb-2014 skrll

Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.


# 1.1459 21-Feb-2014 jdc

Add the tsciic manual pages to the sets lists.


# 1.1458 21-Jan-2014 mlelstv

Add igmafb man page.


# 1.1457 16-Jan-2014 pooka

Add rump_wmd, a utility to resolve rump kernel component dependencies.


# 1.1456 28-Dec-2013 christos

add new ntp man pages.


# 1.1455 28-Dec-2013 rjs

Only build shmif_dumpbus when rump is available.


# 1.1454 25-Dec-2013 christos

add smbutil


# 1.1453 24-Dec-2013 rkujawa

Add acafh(4) to man dist list.


# 1.1452 17-Dec-2013 njoly

Do not remove luacore entries, mark them as obsolete instead.


# 1.1451 16-Dec-2013 lneto

renamed luacore to luasystm


# 1.1450 13-Nov-2013 mbalmer

Document syslog(3lua).


# 1.1449 12-Nov-2013 pettai

Added zless(1) - comes in the lastest version of zmore(1) from OpenBSD
(OKed by tron@)


# 1.1448 29-Oct-2013 mbalmer

add pmf(9lua) man page


# 1.1447 29-Oct-2013 mbalmer

add a core(9lua) man page


# 1.1446 28-Oct-2013 mbalmer

link luactl(8) to the build


# 1.1445 27-Oct-2013 mbalmer

add a sqlite(3lua) manual page


# 1.1444 27-Oct-2013 apb

sort


# 1.1443 26-Oct-2013 mbalmer

first shot at documenting gpio(3lua)


# 1.1442 26-Oct-2013 nonaka

Add driver for ASIX AX88178a and AX88179 Ethernet interface.
Ported from OpenBSD.


# 1.1441 26-Oct-2013 mbalmer

build and install intro(3lua) and intro(9lua)


# 1.1440 24-Oct-2013 mbalmer

link the lua(4) man page


# 1.1439 18-Oct-2013 kefren

Attempt to write a manpage for ldpd.conf


# 1.1438 15-Oct-2013 jdc

Add lmenv.4 to the manual page makefile and to the set list.


# 1.1437 15-Oct-2013 skrll

Basic man page for dwctwo.


# 1.1436 08-Sep-2013 rkujawa

Add mpl115a(4) man page to dist list.


# 1.1435 11-Aug-2013 joerg

Sort entries in strcmp order.


# 1.1434 09-Aug-2013 rkujawa

Add xsh(4) man page to dist list.


# 1.1433 06-Aug-2013 soren

Build orphaned man pages.


# 1.1432 31-Jul-2013 soren

Move shared x86 man pages from man8.i386 to man8.x86.


# 1.1431 31-Jul-2013 soren

All of the man8.i386 man pages also apply to amd64.

Remove references to obsolete w95boot.8 man page and CONSOLE_POLICY option.

Closes PR port-amd64/48038.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.1430 10-Jun-2013 kardel

adjust soekrisgpio driver to NetBSD


# 1.1429 09-Jun-2013 christos

alias vnconfig -> vndconfig


# 1.1428 07-May-2013 rkujawa

Add mcp980x(4) man page to dist list.


# 1.1427 26-Apr-2013 rkujawa

Add tps65217pmic(4) page to dist list.


# 1.1426 09-Apr-2013 njoly

+athn.0


# 1.1425 07-Apr-2013 kardel

add pcap-tstamp.* to man list


# 1.1424 30-Mar-2013 martin

Add athn man page


Revision tags: agc-symver-base
# 1.1423 01-Mar-2013 joerg

Retire OSI network stack. OK core@


# 1.1422 25-Feb-2013 jmmv

Update file lists to reflect the import of kyua-atf-compat, which has the
side-effect of marking several atf-related entries as obsolete (when
MKKYUA!=no).


# 1.1421 23-Feb-2013 jmmv

Register directories and files provided by kyua-cli.


# 1.1420 19-Feb-2013 jmmv

Enable the build of kyua-testers and register its files and directories.
This is conditional on MKKYUA.


# 1.1419 03-Feb-2013 jdc

Add tda.4 to the build and to the set lists.


# 1.1418 29-Jan-2013 rkujawa

Add em4k(4) to dist list.


Revision tags: yamt-pagecache-base8
# 1.1417 18-Jan-2013 christos

add ctf man pages


# 1.1416 11-Jan-2013 skrll

Install the smsc(4) man page.


# 1.1415 06-Jan-2013 jakllsch

Add man page for cpsw(4).


# 1.1414 02-Jan-2013 tron

Install documentation and manual pages for Postfix's memcache client support.


# 1.1413 17-Dec-2012 mbalmer

Adding ibmcd(4), a device driver for the IBM 4810 BSP cash drawer port as
found e.g. in SurePOS 300 series point of sale terminals. The driver
provides a gpio(4) device with three pins: pin 0 to open drawer, pin 1
to read the status and pin 2 to read whether a cash drawer is connected or
not.


# 1.1412 16-Dec-2012 christos

add sqlite3 man page


# 1.1411 16-Dec-2012 mbalmer

ptcd(4) is a device driver for the cash drawer port found on Protech PS3100
point of sale terminals. It controls the cash drawer using a gpio(4) device
that attaches at ptcd0: Pin 0 controls the drawer, pin 1 reports the current
state. For details read the manual page.


Revision tags: yamt-pagecache-base7
# 1.1410 04-Dec-2012 spz

merge bind-9-9-2-P1 and adjust build as needed
fixes CVE-2012-5688, see:
http://www.isc.org/software/bind/advisories/cve-2012-5688


# 1.1409 02-Dec-2012 reed

install the mkubootimage(1) manual


# 1.1408 26-Nov-2012 rkujawa

Add z3rambd(4) man page to distribution list.


# 1.1407 15-Nov-2012 jkunz

Add elftosb tools to evbarm userland and toolchain.
Elftosb is used to create a digitaly signed "secure boot" file.
This sb file can be booted by the first stage boot loader found in
Freescale i.MX23 and i.MX28 application processors.

Copyright (c) 2004-2010 Freescale Semiconductor, Inc.


# 1.1406 14-Nov-2012 rkujawa

Add msm6242b(4) page to mi distribution list.


# 1.1405 04-Nov-2012 christos

add TPM sets.


# 1.1404 01-Nov-2012 christos

add flock(1)


Revision tags: yamt-pagecache-base6
# 1.1403 16-Sep-2012 tls

*Sigh* provide, by default, the dumb "allocate 64K on the stack" variant
of the lzf_compress API by default. This is because there is evidently
code floating around out there in the world with broken autoconf scripts that
don't check for LZF_STATE_ARG in the lzf header files and just assume the
dumb version of the API.

We rename the sane API to lzf_compress_r and implement the dumb API in
terms of it. Consequently, bump liblzf major version number. This is
fine because nothing used our liblzf with the old API.

Add lzf(1) utility from LZF distribution. Add manual page for lzf(1).


# 1.1402 08-Aug-2012 christos

branches: 1.1402.2;
adjust for MKRUMP = no


# 1.1401 05-Aug-2012 riastradh

Add man page for uatp(4).


# 1.1400 30-Jul-2012 degroote

Add malo(4)@pci driver for Marvell Libertas wireless adaptor

Ported from OpenBSD
Known issues :
- contrary to OpenBSD one, only support pci at the moment, because I don't
have the necessary hardware to test PCMCIA / CARDUS Marvell Card
- not connected to pmf(9) (unable to test it)


# 1.1399 19-Jul-2012 rkujawa

Add tdvfb(4) man page do distr list.


# 1.1398 17-Jul-2012 njoly

Add missing wedge.0


# 1.1397 13-Jul-2012 abs

Adjust some wording based on suggestion from Snader_LB, plus install a link to wedge.4


# 1.1396 13-Jul-2012 rkujawa

Add voodoofb man page to distribution list.


# 1.1395 04-Jun-2012 rkujawa

Add empb(4) page to distribution list


# 1.1394 02-Jun-2012 njoly

Add run(4) cat page.


# 1.1393 30-May-2012 christos

add urtw.4


# 1.1392 30-May-2012 nonaka

Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEE
802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki,
arranged by me.


# 1.1391 26-May-2012 uebayasi

Rename wake(8) to wakeonlan(8). Approved by core@.


Revision tags: yamt-pagecache-base5
# 1.1390 15-May-2012 rkujawa

Add xsurf(4) man page to distribution list.


# 1.1389 09-May-2012 christos

add {rndc,ddns}-confgen


# 1.1388 21-Apr-2012 roy

Add capfile(5) to describe the termcap format.
Adjust various man pages and other documentation to point to capfile(5)
instead of termcap(5).
Remove getcap(3) as curses hasn't been building it for a long time.
Punt wrterm.c as tset no longer uses it.


# 1.1387 19-Apr-2012 bouyer

Add mpii(4), a driver for LSI Logic Fusion-MPT Message Passing Interface II
SAS controllers. Ported from OpenBSD.


# 1.1386 17-Apr-2012 rkujawa

add a1k2cp(4) and clockport(4) man pages to distribution list


Revision tags: yamt-pagecache-base4
# 1.1385 25-Mar-2012 nonaka

Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless network devices.


# 1.1384 22-Mar-2012 drochner

obsolete kame_ipsec(4)


# 1.1383 04-Mar-2012 tron

Add support for SQLite look-up tables to postfix(1), see sqlite_table(5)
for more details.

While here stop installation of pcre_table(5) as this table type
is not supported.


# 1.1382 29-Feb-2012 tron

Move "libexpat" from X11 into base which fixes PR lib/40346.
This change was approved by the Core Group.


# 1.1381 16-Feb-2012 wiz

Fix tags in set lists for window removal.


# 1.1380 16-Feb-2012 jmmv

Remove window(1).

window(1) was replaced by tmux(1) on March 2011. The source code has
been reimported into othersrc/usr.bin/window and an up-to-date package
is available in pkgsrc/misc/window.

This removal was approved by core@, with the condition that it be done
once netbsd-6 had been brached. And the branching has just happened!


Revision tags: netbsd-6-base
# 1.1379 14-Feb-2012 plunky

branches: 1.1379.2;
add aubtfwl.4 to the build


# 1.1378 13-Feb-2012 dholland

Remove quotactl(8). Successor for backup purposes is quotarestore(8).
Note that as of this writing the tool continues to work with the old
proplib-xml packet interface against the new libquota(3), so anyone
who has a use for it can bring it back from the Attic and/or create a
pkgsrc package.

Approved by releng for the freeze, and specifically okayed by core a
couple months ago.


# 1.1377 13-Feb-2012 dholland

Add quotadump(8), which is a link to repquota, and quotarestore(8),
which is new. Includes man page updates. Approved by releng for
freeze.


# 1.1376 07-Feb-2012 joerg

Import the new apropos/whatis.

This code has been developed by Abhinav Upadhyay as part of Google's Summer
of Code 2011. It uses libmandoc to parse man pages and builds a Full
Text Index in a SQLite database. The combination of indexing the full
manual page, filtering out stop words and ranking individual matches
based on the section gives a much improved user experience.

The old makewhatis and friends are kept under MKMAKEMANDB=no for now.


# 1.1375 03-Feb-2012 joerg

Fix support for negative keywords: the keyword is prefixed directly with
! without space, so that the splitting works as expected. Adjust entries
for bsdgrep.


# 1.1374 31-Jan-2012 nisimura

introduce evbarm bootmini2440(8) man entry.


# 1.1373 22-Jan-2012 jnemeth

Fix build break: put back accidentally deleted tp.html.


# 1.1372 22-Jan-2012 christos

add a tpm driver from bsssd.sourceforge.net


# 1.1371 17-Jan-2012 joerg

kpasswd depends on MKKERBEROS, not USE_KERBEROS


# 1.1370 17-Jan-2012 mbalmer

Add uts(4) man pages


# 1.1369 15-Jan-2012 joerg

Add nhpow(4)


# 1.1368 11-Jan-2012 rkujawa

Add cv3dpb(4) page to set list


# 1.1367 10-Jan-2012 rkujawa

Add p5membar(4) to man set list.


# 1.1366 09-Jan-2012 skrll

Fix set list. kame_ipsec.html was missing.


# 1.1365 09-Jan-2012 skrll

Add a mkboot(8) man page.


# 1.1364 09-Jan-2012 drochner

Make FAST_IPSEC the default IPSEC implementation which is built
into the kernel if the "IPSEC" kernel option is given.
The old implementation is still available as KAME_IPSEC.
Do some minimal manpage adjustment -- kame_ipsec(4) is a copy
of the old ipsec(4) and the latter is now a copy of fast_ipsec(4).


# 1.1363 04-Jan-2012 yamt

install tprof related commands and man pages.


# 1.1362 04-Jan-2012 yamt

install fincore.


# 1.1361 17-Dec-2011 tsutsui

Build and install isibootd(8).


# 1.1360 28-Nov-2011 tron

Don't build postscreen(8) if "MKCRYPTO" is set to "no". It cannot be
built without TLS support, at least not without major surgery.
I've only tested this by building with "MKCRYPTO" set to "yes"
because the build fails much ealier otherwise.

Problem reported by Nick Hudson in private e-mail.


# 1.1359 27-Nov-2011 isaki

Add powsw(4) for x68k power switch. It substitutes for a part about
power switch handler of pow(4) deleted before.
Benefits than pow(4):
- separate a front switch (= powsw0) and an EXPWON line (= powsw1)
completely. Only powsw0 is enabled in GENERIC by default.
- prevent chattering in some hardware individuals.
thank you for a report and a test: Yasushi Oshima and Y.Sugahara.


# 1.1358 26-Nov-2011 tsutsui

Also add vioif(4) and viomb(4) to a set list.


# 1.1357 24-Nov-2011 ahoka

add mount_chfs.8


# 1.1356 19-Nov-2011 isaki

Obsolete pow(4) and rtcalarm(8). Discussed in port-x68k@.
Probably the combination of pow(4) ioctl and rtcalarm(8) does
not work for a long time, and nobody uses them.
I'll rewrite a part about power switch handler as a new device.


# 1.1355 15-Nov-2011 riz

Build and install new in-kernel iscsi initiator kernel module and associated
binaries (iscsid, iscsictl) if MKISCSI != no. Initiator can also be built
into a kernel by adding 'pseudo-device iscsi' in kernel configuration.


# 1.1354 13-Nov-2011 mbalmer

Add documentation for gpiopwm(4).


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2
# 1.1353 05-Nov-2011 christos

add tre to the sets.


# 1.1352 05-Nov-2011 hannken

Document virtio(4).


Revision tags: yamt-pagecache-base
# 1.1351 27-Oct-2011 rkujawa

branches: 1.1351.2;
Add driver for ELBOX FastATA 1200 Mk-III/Mk-IV (and the man page).


# 1.1350 18-Oct-2011 wiz

Move vmt(4) to x86 subdir.
No obsolete entries added for set lists since original import was just an
hour ago.


# 1.1349 18-Oct-2011 wiz

Add vmt(4) from OpenBSD.


# 1.1348 11-Oct-2011 christos

add getcap


# 1.1347 08-Oct-2011 christos

add cleantags


# 1.1346 06-Oct-2011 wiz

Install i2cscan(8).


# 1.1345 06-Oct-2011 mrg

enable building/installing audiocfg(1). ok jmcneill.


# 1.1344 29-Sep-2011 sjg

Install the man page for filemon(4).


# 1.1343 24-Sep-2011 christos

add new rfc6056 man page


# 1.1342 23-Sep-2011 jruoho

Move i386/fdc(4), i386/lpt(4), and i386/mem(4) to man4.x86.

Part of PR port-amd64/36350.


# 1.1341 17-Sep-2011 rkujawa

Add mppb man page to distrib lists, mention the new driver in install notes.


# 1.1340 11-Sep-2011 christos

sets for bind.


# 1.1339 06-Sep-2011 riz

Build and install the skeleton manpage for devpubd - it's better than
nothing.


# 1.1338 30-Aug-2011 jruoho

Install the emdtv(4) manual page, based on earlier feedback from jmcneill@
(includes some XXX comments; should be updated alongside with the driver).
Also use the new dtviic(4) links to build a list of supported cards.


# 1.1337 30-Aug-2011 jruoho

Deprecate the tuner(4) page (link to bktr(4)), as the name is too general
and nowadays misleading.


# 1.1336 30-Aug-2011 jruoho

Hopefully all the difficult links went ok, but the main page was missing.


# 1.1335 30-Aug-2011 jruoho

As discussed with wiz@ and jmcneill@, move the dtvi2c(4) page to dtviic(4)
(to match iic(4)) and install it by default. Also, and in particular, build
and install MLINKS for all supported demodulators and tuners.


# 1.1334 29-Aug-2011 jruoho

Install the dtv(4) manual page. (The stub man-pages are commented out ATM.)


# 1.1333 14-Aug-2011 wiz

Install irmce(4) after review by jmcneill.
Sort set lists while there.


# 1.1332 12-Aug-2011 dyoung

Install the ixg(4) manual page.


# 1.1331 11-Aug-2011 mbalmer

pwdog(4) is a device driver for QUANCOM Electronic PWDOG1 PCI
attached watchdog timers.


# 1.1330 04-Aug-2011 riz

Typo fix: p5pb.0, not p5pbc.0


# 1.1329 04-Aug-2011 rkujawa

Add missing .0 and .html for p5pb.


# 1.1328 04-Aug-2011 rkujawa

Add p5pb man page to setlist.


# 1.1327 04-Aug-2011 matt

Add new xz program links and man pages.


# 1.1326 24-Jul-2011 uch

v7fs rump support


# 1.1325 20-Jul-2011 jakllsch

Add urndis(4) manual page.


# 1.1324 13-Jul-2011 jruoho

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.


# 1.1323 03-Jul-2011 tron

And entries for "lessecho" manual page.


# 1.1322 27-Jun-2011 uch

7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).


# 1.1321 22-Jun-2011 jruoho

Add a small summary page for altq. From the list in PR # kern/21345.


# 1.1320 22-Jun-2011 jruoho

Add a small summary page for sysmon. From the list in PR # kern/21345.


# 1.1319 06-Jun-2011 jruoho

Instead of ioapic(4), make MLINKS { lapic(4), ioapic(4) } to apic(4).


# 1.1318 04-Jun-2011 jruoho

For completenesses sake, note, in 2011, /etc/floppytab.


Revision tags: cherry-xenmp-base
# 1.1317 20-May-2011 plunky

branches: 1.1317.2;
simplify PCC inclusion; MKPCCDMDS is not really required


# 1.1316 09-May-2011 manu

Attempt to fix build after perfuse addition (there is no MKPERFUSE)


# 1.1315 09-May-2011 manu

Enable the build of perfused and libperfuse


# 1.1314 03-May-2011 jruoho

Link {daily, monthly, weekly}.conf.5 to {daily, monthly, weekly}.5 and move
things around a little. Part of fixing PR bin/22230.


# 1.1313 26-Apr-2011 joerg

Remove compat_darwin(8) itself


# 1.1312 26-Apr-2011 joerg

Remove PECOFF/Win32 emulation.


# 1.1311 21-Apr-2011 joerg

Replace gnugrep keyword with ! bsdgrep


# 1.1310 21-Apr-2011 joerg

Add MKBSDGREP switch for easy testing of the GNU grep
replacement/alternative.


# 1.1309 15-Apr-2011 elric

Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal
to crypto/external/bsd/heimdal. The latter was just imported as the head
of the Heimdal tree as of a few days ago.


# 1.1308 09-Apr-2011 jdc

Add a manual page for ffb(4).


# 1.1307 05-Apr-2011 phx

Add man page for s390rtc(4).


# 1.1306 04-Apr-2011 bouyer

Add a man page for rdcpcib(4). While there move rdcide.4 to i386/


# 1.1305 27-Mar-2011 fair

I missed the .0 and .html changes for mr.4 replacement by gtp.4 in PR kern/40070
Now corrected.


# 1.1304 27-Mar-2011 fair

The mr(4) driver was replaced by gtp(4) in 2002, but the documentation
did not follow; fix PR kern/40070


# 1.1303 18-Mar-2011 jruoho

Move security(8) to the section 7. Discussed on source-changes a while back.
Should address PR # 35718 at least partially.


# 1.1302 17-Mar-2011 joerg

Remove chrtbl(8). Since NetBSD 1.6, the rune type based file format for
LC_CTYPE has been used.


# 1.1301 10-Mar-2011 jmmv

Enable the build of tmux and add the necessary directory and file entries.


# 1.1300 06-Mar-2011 bouyer

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.


Revision tags: bouyer-quota2-nbase
# 1.1299 04-Mar-2011 jruoho

Add odcm(4).


# 1.1298 02-Mar-2011 tron

Update for set lists for new Postfix components and documentation files.


# 1.1297 27-Feb-2011 ahoka

Add manpage for flashctl


# 1.1296 26-Feb-2011 ahoka

Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.

The commit includes:
- Flash layer, which gives a common API to access flash devices
- NAND controller subsystem for the flash layer
- An example OMAP driver which is used on BeagleBoard or alike ARM boards


# 1.1295 24-Feb-2011 jruoho

Add viac7temp(4).


# 1.1294 24-Feb-2011 jruoho

Add powernow(4).


# 1.1293 23-Feb-2011 jruoho

Add est(4).


# 1.1292 23-Feb-2011 jruoho

Move coretemp(4) to man4.x86.


# 1.1291 23-Feb-2011 jmcneill

add alc(4) man page


# 1.1290 20-Feb-2011 jruoho

Split fujbp(4) and fujhk(4) to separate instances from fujitsu(4). Allows
modularization and takes care of tsutsui@'s justified concern over the too
generic name "fujitsu". Ok gsutre@.


Revision tags: bouyer-quota2-base
# 1.1289 16-Feb-2011 jruoho

Add a skeleton driver for Asus EeePC acpiwmi(4) mappings.


# 1.1288 14-Feb-2011 hannken

Initial implementation of ibmhawk(4) driver for sensors behind the IBM Hawk
on-board Integrated Systems Management Processor found on some eServers.

Tested on an IBM eServer x335.


# 1.1287 10-Feb-2011 rmind

- Fix man pages list for MKNPF=no case. Based on a patch from Scott Ellis.
- Fix build with MKNPF=yes and MKIPFILTER=no as well; close PR/44512.


# 1.1286 09-Feb-2011 tsutsui

- pull MI HIL device man pages from OpenBSD
- remove obsolete hp300 ite, grf, and hil devices


# 1.1285 08-Feb-2011 haad

Initial import of libdm and dmctl to tree. libdm library can be used
to access, manage and manipulate device-mapper driver. Which opens us bunch
of new possibilities like

dm-multipath device target
dm-crypt device target
dm-ccd compatibility layer

With this import I'm bringing in dmctl tool for working with dm driver ,too.
I plan to replace gpl2 licensed dmsetup command with our dmctl tool in near
feature. It can also by placed to /rescue where we was not able to put
dmsetup because of licensing problems.

With libdm in tree we can now write RUMP atf test suite for dm driver to
ensure LVM subsystem stability as time goes.

Reviewed by: blymn@ and rmind@
Oked: by no objections on tech-userlevel@


# 1.1284 07-Feb-2011 tsutsui

Retire legacy grfinfo and hilinfo derived from HPBSD
since finally hp300 got wscons.


# 1.1283 26-Jan-2011 bouyer

Add a driver for the RDC Semiconductor RDC R6040 10/100 Ethernet controller,
as found in the vortex86 SoCs (http://www.vortex86dx.com).
Ported from freebsd.
Not added to amd64's GENERIC because this CPU is 32bit only.

thanks to DM&P Electronics, Inc for providing documentation and sample
devices for this work.


# 1.1282 26-Jan-2011 pooka

add entries required by sandpoint


# 1.1281 26-Jan-2011 pooka

Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.


# 1.1280 24-Jan-2011 jakllsch

Add pcf8563rtc(4) manual page. Derived from rs5c372rtc(4).


# 1.1279 20-Jan-2011 pooka

Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.


# 1.1278 17-Jan-2011 jmcneill

branches: 1.1278.2;
add acpiwdrt(4) man page


# 1.1277 14-Jan-2011 phx

bppcsc(4) man page


# 1.1276 13-Jan-2011 jruoho

Add ioapic(4). XXX: Needs some work; I'll try to revisit this later.


# 1.1275 12-Jan-2011 pooka

shmif_dumpbus + man


# 1.1274 11-Jan-2011 jym

Add man pages for Xen devices:
pciback.4 xbd.4 xbdback.4 xenbus.4 xennet.4 xpci.4 xvif.4

Blessed by bouyer@


# 1.1273 09-Jan-2011 jruoho

Add a dummy-driver for ACPI fans.


# 1.1272 05-Jan-2011 jruoho

Add a driver for ACPI power meters.


Revision tags: matt-mips64-premerge-20101231
# 1.1271 27-Dec-2010 jmcneill

add auvitek(4) man page


# 1.1270 26-Dec-2010 jmcneill

hook videoctl into build


# 1.1269 16-Dec-2010 pooka

+rump_sp manpage


# 1.1268 14-Dec-2010 jruoho

By majority vote, move module(4) to the section 7.


# 1.1267 13-Dec-2010 pooka

manpage


# 1.1266 13-Dec-2010 mrg

reinstall awk.texi.


# 1.1265 12-Dec-2010 pgoyette

Update sets for new module(4) man page.


# 1.1264 12-Dec-2010 christos

remove awk.info


# 1.1263 12-Dec-2010 pooka

utility to halt a rump kernel


# 1.1262 08-Dec-2010 kefren

add usr/sbin/ldpd and its man page


# 1.1261 06-Dec-2010 mrg

install prenice(1) and man page links.


# 1.1260 05-Dec-2010 mrg

fix some set lists issues after the recent bpf and pcap updates.


# 1.1259 05-Dec-2010 christos

sets for new libpcap and tcpdump


# 1.1258 30-Nov-2010 jruoho

Add glob(7).

From OpenBSD. Written by Todd C. Miller.


# 1.1257 30-Nov-2010 jruoho

Add c(7).

Pillaged from FreeBSD. Written by Gabor Kovesdan.


# 1.1256 30-Nov-2010 jruoho

Add orders(7) as a miscellaneous manual page.


# 1.1255 28-Nov-2010 christos

add ihphy


# 1.1254 25-Nov-2010 skrll

Add nbfs(8) man page from Ben Harris.


# 1.1253 21-Nov-2010 adam

setlists updated for OpenSSH 5.6


# 1.1252 15-Nov-2010 pooka

document shmif, or at least what's implemented so far


# 1.1251 15-Nov-2010 skrll

Add a man page for nside(4).


# 1.1250 15-Nov-2010 pooka

diudau, remember that setlists have feelings too and make files match reality


# 1.1249 13-Nov-2010 jnemeth

PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) network driver

The et(4) driver supports PCI Express Ethernet adapters based on
the Agere/LSI ET1310/ET1301 integrated MAC/PHY.

The et(4) driver was written by Sepherosa Ziehau for DragonFlyBSD,
ported to OpenBSD by Jonathan Gray and subsequently ported to NetBSD
by Kaspar Brand.


# 1.1248 07-Nov-2010 jakllsch

Add schide(4) man page.


# 1.1247 05-Nov-2010 gsutre

Merge ACPI Fujitsu Driver. Provides support for hotkeys and other
built-in components through vendor-specific ACPI devices.

ok jruoho@


# 1.1246 03-Nov-2010 christos

add otus.


# 1.1245 02-Nov-2010 joerg

Hook up xz into the build system.


# 1.1244 31-Oct-2010 mbalmer

Link Lua to the build and add the resulting files to the distribution sets.
Document the addition of Lua and the change we made to the default settings.


# 1.1243 30-Oct-2010 haad

Add resize_ffs tool to build, change default behaviour to grow filesystem
to device size. Add parameter -s to specify size if user want to shrink
filesystem.

Apply some KNF, remove dead unused code.

Oked by christos@.


# 1.1242 24-Oct-2010 jruoho

Add acpiwmi(4) mappings for MSI laptops.

XXX: It may be necessary to fix PR # 43659 before this works on all models.


# 1.1241 19-Oct-2010 pgoyette

Build the new swsensor(4) device and add to set lists


# 1.1240 12-Oct-2010 gsutre

Add acpivga(4).


# 1.1239 02-Oct-2010 kiyohara

Add g760a man page.


# 1.1238 29-Sep-2010 christos

add resolver.5


# 1.1237 01-Sep-2010 tron

Mark npf.conf(8) (moved to section 5) as obsolete instead of simply
removing it. The file will now properly get deleted instead of breaking
incremental builds.


# 1.1236 01-Sep-2010 he

Add entries for the ntp.conf man page, html'ized and the two text variants.


# 1.1235 24-Aug-2010 rmind

Move npf.conf(5-8) into the correct section, hence npf.conf(5).


# 1.1234 22-Aug-2010 rmind

Import NPF - a packet filter. Some features:

- Designed to be fully MP-safe and highly efficient.

- Tables/IP sets (hash or red-black tree) for high performance lookups.

- Stateful filtering and Network Address Port Translation (NAPT).
Framework for application level gateways (ALGs).

- Packet inspection engine called n-code processor - inspired by BPF -
supporting generic RISC-like and specific CISC-like instructions for
common patterns (e.g. IPv4 address matching). See npf_ncode(9) manual.

- Convenient userland utility npfctl(8) with npf.conf(8).

NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.

Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@


# 1.1233 06-Aug-2010 jruoho

Move fwhrng(4) and ichlpcib(4) to the right category.


# 1.1232 06-Aug-2010 jruoho

Add hpet(4).


# 1.1231 05-Aug-2010 jruoho

Add acpicpu(4). Describes the basic functionality (will be adjusted as the
functionality grows). Contains a big list of caveats as a TODO.


# 1.1230 05-Aug-2010 jruoho

Add amdpcib(4). Ok njoly@.


# 1.1229 29-Jul-2010 jruoho

Add fwhrng(4). Ok jakllsch@.


# 1.1228 11-Jul-2010 jmmv

Fix typo after crypto changes to let the pkg_summary.5 entry work.


# 1.1227 11-Jul-2010 mrg

ldap is configured to depend upon MKCRYPTO no, so force MKLAP=no if
MKCRYPTO=no.
don't build pkg_install, libcrypto tests or rump_smbfs if MKCRYPTO=no.
mark librumpcrypto, rump_smb, pkg_*

fix set lists as appropriate.


# 1.1226 08-Jul-2010 tron

Add HTML version of ballon(4).


# 1.1225 08-Jul-2010 christos

add balloon


# 1.1224 04-Jul-2010 tsutsui

Add upgt(4), a driver for Conexant/Intersil PrismGT SoftMAC USB
IEEE 802.11b/g WLAN device, ported from OpenBSD by FUKAUMI Naoki:
http://mail-index.NetBSD.org/current-users/2010/05/28/msg013570.html
Slightly modified by me to use recently added config_mountroot(9)
to defer some device initialization until mountroot for firmload(9).

Tested on Sharp W-ZERO3 WS003SH with internal WLAN.

Note currently we cannot redistribute firmware files for upgt(4) so
they have to be downloaded and copied into /libdata/firmware/upgt manually.
See upgt(4) man page about firmware details.


# 1.1223 03-Jul-2010 jmmv

Update file lists for atf 0.10.


# 1.1222 29-Jun-2010 kefren

add mpls(4) manpage


# 1.1221 26-Jun-2010 jmmv

Register the tests(7) manual page.


# 1.1220 24-Jun-2010 skrll

Add uturn(4).


# 1.1219 19-Jun-2010 mrg

- always install pigz. hooary!
- kill MKPIGZ.
- add MKPIGZGZIP. if it is "no", then only install pigz as pigz. if it is
not "no", don't install mrgzip, install pigz as gzip.

in all cases, the z* scripts.


i don't like the name MKPIGZGZIP so if anyone has a better name, feel free
to replace it. i don't care enough since killing the ugly name is just
more incentive to get pigz doing .bz2, .Z and .z.


# 1.1218 18-Jun-2010 mrg

add some infrastructure to build pigz instead of gzip. you can test
this out if you set MKPIGZ=yes, but you'll end up with a /usr/bin/gzip
that doesn't support bzip2, compress or pack.


# 1.1217 14-Jun-2010 riz

vi.info doesn't get built when MKDOC=no.


# 1.1216 08-Jun-2010 riz

Create a manpage for igphy(4). kern/35398.


# 1.1215 04-Jun-2010 jmmv

Adjust file lists for atf-0.9. Most notably, some files are gone for good!


# 1.1214 01-Jun-2010 joerg

Install mdocml's default CSS as /usr/share/man/style.css. Switch HTML
man pages to use mandoc unconditional as it gives reasonable output for
all man pages, not only a subset of mdoc(7). Use the newly installed
style.css for formatting and produce hyperlinks for .Xr.


# 1.1213 01-Jun-2010 skrll

Add a man page for the hp700 lcd(4) driver.


# 1.1212 31-May-2010 pgoyette

Add new hp700 man pages. Hi, Nick!


# 1.1211 30-May-2010 wiz

Add man page for uark(4) from OpenBSD.


# 1.1210 22-May-2010 plunky

add Magic Mouse driver and manpage btmagic(4)


# 1.1209 16-May-2010 jruoho

As was done with the man-page for <sys/types.h>, move dir(5) to dirent(3).
Add a table describing the stat <-> dirent types. Note IFTODT() and DTTOIF().


# 1.1208 14-May-2010 jruoho

Briefly note /etc/rc.local in rc(8).


# 1.1207 08-May-2010 jmmv

Update file lists to match atf 0.8.


# 1.1206 07-May-2010 degroote

Add support for pfs(8)

pfs(8) is a tool similar to ipfs(8) but for pf(4). It allows the admin to
dump internal configuration of pf, and restore at a latter point, after a
maintenance reboot for example, in a transparent way for user.

This work has been done mostly during my GSoC 2009

No objections on tech-net@


# 1.1205 25-Apr-2010 joerg

Add the constant database reader (cdbr(3)) and writer ((cdbw(3)).
They implement a space efficent write-once database with fast access
path. Switch the services(5) database to use cdb. The size of the
database file decreases from 2.1MB disk space to 307KB. Access
performance is about the same if setservent(0) is used and about an
order of magnitude faster otherwise. services_mkdb defaults to the new
format, but can optionally create the old db(3) format as well for
statically linked legacy applications.


# 1.1204 22-Apr-2010 jruoho

Rewrite types(5) as per perry@'s suggestion from few years back ("XXX this
document is rather musty. It needs a general update."). Also move it to the
right section from section 5. Ok wiz@.

To minimize maintenance costs, the content is mostly jargon around The
Standard. Only few NetBSD-specific types are mentioned as an example.


# 1.1203 10-Apr-2010 pooka

i386/vald: gone but not forgotten


# 1.1202 10-Apr-2010 jruoho

Move vald(4) to sys/dev/acpi. This is MI and should work also on amd64.

ok jmcneill@

XXX: This is broken: it calls methods with absolute pathnames (almost
guaranteed not to be portable across models), it accesses methods
that are in the domain of other drivers, it walks the namespace on
its own, it contains plenty of magic constants, it does not
integrate with existing KPIs, etc. Summa summarum: this should be
rewritten as a more generic toshiba_acpi(4).


# 1.1201 10-Apr-2010 jruoho

Add a (custom) manual page for iASL.


# 1.1200 08-Apr-2010 jruoho

Add wmihp(4).


# 1.1199 08-Apr-2010 jruoho

Add acpiwmi(4).


# 1.1198 11-Mar-2010 enami

Port uyurex(4) from OpenBSD. There is some XXX but works enough to
play with it.


# 1.1197 08-Mar-2010 lukem

update for openldap 2.4.21 (add ldapurl, man page for ldapexop, shlib bumps)


# 1.1196 06-Mar-2010 plunky

Add uhso(4) driver and manpage for Option N.V. Wireless WAN modems


# 1.1195 27-Feb-2010 jruoho

Add acpiecdt(4).


# 1.1194 22-Feb-2010 pgoyette

Add man page for smscmon(4)


# 1.1193 21-Feb-2010 cnst

New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port.

http://mail-index.netbsd.org/tech-kern/2010/02/17/msg007338.html

Reviewed by <pgoyette>, <tech-kern>.


# 1.1192 21-Feb-2010 darran

Add DTrace to sets.


# 1.1191 16-Feb-2010 pgoyette

Move acpismbus into proper place, alphabetically.


# 1.1190 09-Feb-2010 cnst

New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor
with limit support.

http://thread.gmane.org/gmane.os.netbsd.devel.kernel/35654

Reviewed by <pgoyette>, <jruoho> and <tech-kern>.


# 1.1189 06-Feb-2010 pgoyette

Add man page for acpismbus(4)


# 1.1188 06-Feb-2010 tonio

Add uthum(4) man page


# 1.1187 05-Feb-2010 plunky

add PCC commands and manpages [pcc(1), pcpp(1) and ccom(1)] and libpcc


# 1.1186 03-Feb-2010 roy

Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@


# 1.1185 16-Jan-2010 roy

Remove tn3270 from base system.
If anyone really needs it then it can be put into pkgsrc.
Importing c3270 into pkgsrc is probably a better option though.


# 1.1184 14-Jan-2010 pooka

add mount_puffs


# 1.1183 14-Jan-2010 wiz

More consistency with obsolete tag:
it should be only be accompanied by gcc={3,4} or {xorg,x11}, and only
if they are necessary, i.e. if the same line exists for the other setting
of gcc or xorg/x11.
Make it so.


# 1.1182 14-Jan-2010 wiz

Consistency: set for obsolete files should be "foo-obsolete".


# 1.1181 07-Jan-2010 jdc

Add cas(4) manual page.


# 1.1180 04-Jan-2010 haad

Revert my unattended change to kadmind.html page


# 1.1179 04-Jan-2010 haad

Add device-mapper manual page to build and add it to apropriate lists.


# 1.1178 15-Dec-2009 mrg

fix a bunch of issues with MKATF=no.


# 1.1177 14-Dec-2009 uebayasi

Set list police.


# 1.1176 14-Dec-2009 matt

Update sets lists from matt-nb5-mips64


Revision tags: matt-premerge-20091211
# 1.1175 21-Nov-2009 roy

Hook openresolv into build.


# 1.1174 13-Nov-2009 mishka

The ippool(5) manpage mentions ippool.conf (which is also more common
name for config files) - add it to distribution. Per <hubertf> suggestion.


# 1.1173 06-Nov-2009 njoly

Restrict ncdcs.debug and man pages to MKBINUTILS=yes builds.


# 1.1172 26-Oct-2009 christos

re-add flex.info


# 1.1171 26-Oct-2009 christos

unhook flex for now


# 1.1170 26-Oct-2009 christos

add flex


# 1.1169 25-Oct-2009 christos

bind manual page updates


# 1.1168 23-Oct-2009 wiz

Properly remove w95boot(8).
Hi Ty!


# 1.1167 22-Oct-2009 tsarna

Remove w95boot(8) manpage, long past being useful.


# 1.1166 21-Oct-2009 joerg

Hook up mdocml.


# 1.1165 11-Oct-2009 nakayama

Add .cat and .man tag properly to zfs man pages.


# 1.1164 11-Oct-2009 sborrill

Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices.
It offer the following subcommands:
list - shows all child codec
get - get a plist of the chosen codec's widget configuration
set - forcibly reconfigure a specified codec from a plist
graph - generate a graphviz file for the specified codec


# 1.1163 09-Oct-2009 haad

Fix sets files for MKZFS enabled builds move debuging libs to proper place
and add html flags for html manpages.

Patch received from Pierre Allegraud and reviewed by me.


# 1.1162 05-Oct-2009 haad

Add zfs sets and needed veriables to hook zfs into the build. ZFS on i386
need still one fix othervise it should be ready for testing.


# 1.1161 02-Oct-2009 nakayama

Port lom(4) driver for LOMlite lights out management hardware monitor
and watchdog timer from OpenBSD.

It supports the LOMlite found on Sun Netra t1 and the LOMlite2 found
on Sun Netra T1/X1 and Sun Fire V100/V120.


# 1.1160 30-Sep-2009 jmcneill

add wb(4) man page.


# 1.1159 29-Sep-2009 tsarna

Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.


# 1.1158 14-Sep-2009 degroote

Import pfsync support from OpenBSD 4.2

Pfsync interface exposes change in the pf(4) over a pseudo-interface, and can
be used to synchronise different pf.

This work was part of my 2009 GSoC

No objection on tech-net@


# 1.1157 08-Sep-2009 skrll

Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.

Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.

Update the sets lists and add conditionals for lib{bfd,opcodes}.


# 1.1156 06-Sep-2009 pooka

Build & install rump_smbfs


# 1.1155 06-Sep-2009 sborrill

hdaudio(4) is a standards-compliant driver for Intel High Definition Audio.
It will replace azalia(4) after testing.

To use, comment out azalia in your kernel configuration and uncomment the
hdaudio and hdafg lines so it reads:

# Intel High Definition Audio
hdaudio* at pci? dev ? function ?
hdafg* at hdaudiobus?

You should also:
cd /dev
sh MAKEDEV audio


# 1.1154 03-Sep-2009 joerg

Enable libarchive-based unzip frontend.


# 1.1153 14-Aug-2009 mbalmer

Add support for multi-position electro-mechanical keylocks. An example
driver, gpiolock(4), is provided as an example how to interface real hardware.
A new securemodel, securemodel_keylock, is provided to show how this can
be used to tie keylocks to overall system security. This is experimental
code. The diff has been on tech-kern for several weeks.

Reviewed by many, kauth(9) integration reviewed by Elad Efrat; approved by
tonnerre@ and tron@. Thanks to everyone who provided feedback.


# 1.1152 09-Aug-2009 mbalmer

Add the manual page for the gpioiic(4) driver.


# 1.1151 09-Aug-2009 kiyohara

Support SMSC LAN9118 Family Ethernet interfaces device driver.
It tested on GUMSTIX only.


# 1.1150 01-Aug-2009 mbalmer

Add a manual page for the gpiosim(4) pseudo-device.


# 1.1149 27-Jul-2009 kiyohara

Support Marvell Hercules-I/II SATA Controllers.


# 1.1148 25-Jul-2009 mbalmer

Add new files due recent gpio(4) rework.


# 1.1147 18-Jul-2009 reinoud

Fix lists for NiLFS import... sorry folks, i didn't run a `make release'.
Currently building a release to test it completely but committed it now to
ease you folks.


# 1.1146 01-Jul-2009 snj

nicknames.5: s/man-nis-catman/man-nis-man/. Spotted by Yorick Hardy.


# 1.1145 26-Jun-2009 nakayama

Add yp tag to nicknames.{0,html} as well.


# 1.1144 26-Jun-2009 jakllsch

mark nicknames.5 as .man, so MKMANZ=YES builds work


# 1.1143 25-Jun-2009 mbalmer

wake(8) is a command to send Wake-on-LAN packets to machines on the local
ethernet, allowing machines to be powered up without physical access to them.

tonnerre@ and tron@ reviewed it and decided that the bin directories
are not to full for this small and useful command.


# 1.1142 23-Jun-2009 tron

Switch to building Postfix 2.6.2 via "external/ibm-public/postfix".


# 1.1141 21-Jun-2009 christos

add nicknames


# 1.1140 20-Jun-2009 agc

Add entries for the iSCSI initiator


# 1.1139 10-Jun-2009 agc

Add entries for netpgpkeys(1).


# 1.1138 09-Jun-2009 agc

Add entries for netpgpverify(1) and manual pages


# 1.1137 05-Jun-2009 hubertf

Add iic(4) manpage, partly taken from OpenBSD.


Revision tags: jym-xensuspend-nbase jym-xensuspend-base
# 1.1136 09-May-2009 pgoyette

Initial implementation of sdtemp(4) driver for on-DIMM temp sensor.

(These optional sensors are specified by JEDEC Standard No. 21-C
Section 4-7 and implemented by multiple vendors. Tested on my
amd64 machine with Kingston KVR1066D3E7S/2G memory which includes
a STMicro STTS424E02 sensor.)


# 1.1135 01-May-2009 agc

Remove openpgp files from the build (replaced by netpgp)


# 1.1134 25-Apr-2009 agc

Enable netpgp in the build, and amend set lists accordingly.


# 1.1133 21-Apr-2009 nonaka

Add SD/MMC releated man pages.


# 1.1132 20-Apr-2009 cegger

add manpage for ale(4) driver


# 1.1131 12-Apr-2009 christos

fix sets for new bind.


# 1.1130 10-Apr-2009 reed

Make sure named-compilezone manual page is available too.
(Upstream provides as a symlink to named-checkzone, but using MLINKS
here.)


# 1.1129 12-Mar-2009 jmcneill

Add altmem(4) man page


# 1.1128 07-Mar-2009 ad

Add crash(8), a utility to diagnose kernel crashes. This is basically
ddb running on crash dumps, but with two notable changes:

- Breakpoints, watches, etc are obviously never going to work so they
are not handled.

- You can pipe output to the shell, e.g. ps | grep foo

Items remaining to be done:

- Port it to architectures other than i386. This isn't difficult, just
a case of making db_disasm.c/db_trace.c or their equivalent compile
and work.

- Make more of the "show" commands work, e.g "show uvmexp".


# 1.1127 27-Feb-2009 kenh

Improved support for GPIO support on the EP93xx ARM processors.
Specifically:

Support disabling specific pins on specific ports.
Modification of TS7200 kernel config file for GPIO support.
Documentatin for the current and improved GPIO interface (epgpio).


# 1.1126 20-Feb-2009 mjf

Document the Processor-Dependent Code firmware driver. From OpenBSD.


# 1.1125 19-Feb-2009 jmcneill

Remove vesafb(4) man page, pointed out by agc


# 1.1124 15-Feb-2009 joerg

Install pkg_install.conf(5).


# 1.1123 14-Feb-2009 bjh21

I've just discovered config_found_ia(), which means that wskbd(4) and
wsmouse(4) can attach directly at arckbd(4) and I can dispose of the
ugly arcwsmouse(4) and arcwskbd(4) interpositions. Do that, and purge
them from the documentation as well.


# 1.1122 05-Feb-2009 sborrill

branches: 1.1122.2;
Add bwi(4) man page based on Dragonfly man page


# 1.1121 02-Feb-2009 joerg

Merge pkg_install-20090201 and update build system.


# 1.1120 30-Jan-2009 agc

Add a manual page for openpgp.1 (all contributions welcome, it's incomplete
right now).

Explain the reason for the WARNS=0 directive in openpgp(1)'s Makefile.


# 1.1119 19-Jan-2009 jmmv

Adjust file lists after the import of ATF 0.6.


# 1.1118 16-Jan-2009 cegger

manpages for new age(4) and atphy(4) drivers


# 1.1117 04-Jan-2009 wiz

Add man page for gcscaudio driver.


# 1.1116 22-Dec-2008 agc

First pass at set list changes for lvm functionality.


# 1.1115 20-Dec-2008 isaki

x68k pow(4) now uses MI sysmon_pswitch framework. suggested by tsutsui@.
- Make MD poffd(8) retire, and use MI powerd(8) instead of it.
- Make /dev/pow1 retire, because nobody holds /dev/pow0 any longer.
Use /dev/pow0 for pow(4) ioctl.
- POWIOCSSIGNAL ioctl which is for poffd(8) is also obsoleted.


# 1.1114 11-Dec-2008 roy

Add the tabs utility, conforming to IEEE Std 1003.1 (``POSIX.1'').
Fixes PR bin/11227

No objection on tech-userland, ok: martin


# 1.1113 12-Nov-2008 pooka

Now that MKPUFFS is default, kill it as advertised.
While there, give puffs and refuse files sensible syspkg entries.


# 1.1112 12-Nov-2008 ad

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


# 1.1111 03-Nov-2008 jnemeth

add nsp.html


# 1.1110 02-Nov-2008 tls

Add manual page for nsp(4), the driver for NSP2000 cryptographic
accellerators. Adjust mdoc.local so it knows about .Fx 4.11, present in
nsp manual page.


Revision tags: netbsd-5-base
# 1.1109 29-Oct-2008 jkunz

branches: 1.1109.2;
Ported alipm(4) and admtemp(4) from OpenBSD.


Revision tags: matt-mips64-base2
# 1.1108 20-Oct-2008 lukem

Install rescue(8)


# 1.1107 18-Oct-2008 jmcneill

+thinkpad(4)


# 1.1106 16-Oct-2008 pooka

update set lists for:
* rump_nfs
* librumpfs_nfs
* librumpnet{,_net,_netinet,_sockin,_virtif}


# 1.1105 11-Oct-2008 bouyer

jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and
JME260 Fast Ethernet PCI Express controllers.
Written with a lot of cut-n-paste from the FreeBSD jme(4) driver.
No support for jumbo ethernet frames yet (but should come soon).
Thanks to JMicron Technologies for providing me sample boards and
documentation for this work.


# 1.1104 10-Oct-2008 joerg

Add u3g(4) driver from FreeBSD. This driver provides better support for
3G datacards than ugensa and will replace the latter for the supported
devices.


# 1.1103 08-Oct-2008 pgoyette

Since I nuked the old adt7467c driver, I might as well nuke the man page.


# 1.1102 06-Oct-2008 pgoyette

Document the -1 and -2 options, and include this in amd64 as well as i386

Fixes my PR/38816


Revision tags: mjf-devfs2-base
# 1.1101 02-Oct-2008 pgoyette

Add dbcool man page and associated links


# 1.1100 30-Sep-2008 jmcneill

Remove esl(4)


# 1.1099 27-Sep-2008 reed

Instead of removing entries, I should have marked them obsolete.
Sorry I didn't read the "Note" at the top of the file.


# 1.1098 27-Sep-2008 reed

ndiscvt is architecture specific.
So install manual page to architecture sub directory.
And add architecture to the manual page document title.
(Note that ndis(4) is already done that way.)

On netbsd-docs, I was told if it is made machine independent
in the future, we can then revert this change.


# 1.1097 21-Sep-2008 hannken

Obsolete fssbs(4). The kernel thread is named fssN now.


Revision tags: wrstuden-revivesa-base-3
# 1.1096 09-Sep-2008 jmcneill

uvideo(4)


Revision tags: wrstuden-revivesa-base-2
# 1.1095 06-Sep-2008 jmcneill

Add pseye(4)


# 1.1094 06-Sep-2008 jmcneill

Add video(4) and video(9) man pages


# 1.1093 04-Sep-2008 agc

Sync set list with reality for html page for rump_sysvbfs.


# 1.1092 04-Sep-2008 pooka

Add rump support for sysvbfs.


# 1.1091 03-Sep-2008 ober

Updates to enable the iwn man page


# 1.1090 02-Sep-2008 christos

properly fix groff.info


# 1.1089 02-Sep-2008 christos

enable groff.info and vi.info now that we have texinfo-4.8


# 1.1088 31-Aug-2008 christos

fix sets for nvi


# 1.1087 29-Aug-2008 lukem

Entries for HTML man pages generated with MKHTML=yes.
PR 29233


# 1.1086 27-Aug-2008 lukem

sort various files (before adding new entries)


# 1.1085 17-Aug-2008 plunky

link btpand(8) to build


# 1.1084 09-Aug-2008 pooka

add manpage for rump_syspuffs


# 1.1083 06-Aug-2008 pooka

Add manual pages for rump file system servers.


# 1.1082 31-Jul-2008 simonb

Add Greg Oster's man page for WAPBL. Still a work in progress,
expect updates.

Thanks a lot to Greg for cribbing together the info and getting
this going.


# 1.1081 22-Jul-2008 dyoung

Per discussion on tech-userlevel@, do not compile and install nvi
if MKNVI=no.

The default is MKNVI=yes, so that this amounts to no change for
most users, but the default may change.


Revision tags: wrstuden-revivesa-base-1 wrstuden-revivesa-base
# 1.1080 22-Jun-2008 ad

+psrset


# 1.1079 18-Jun-2008 yamt

merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@


Revision tags: yamt-pf42-base4
# 1.1078 11-Jun-2008 lukem

Install ldap_table(5).


# 1.1077 10-Jun-2008 aymeric

enable the wcurses-enabled vi as 'nvi', 'nex', and 'nview'.
Will be put in place of the default "non-n" variants when they are stable.


Revision tags: yamt-pf42-base3
# 1.1076 26-May-2008 christos

update for uberry.


# 1.1075 24-May-2008 joerg

Hook dhcpcd into build.


# 1.1074 23-May-2008 jnemeth

Import siisata(4) by Jonathan A. Kollasch.

The siisata driver supports the Silicon Image SteelVine family of SATA-II
controllers, interfacing the hardware with the ata(4) and atapi(4) sub-
systems.

The following controllers are supported by the siisata driver:

Silicon Image SiI3124 4-port PCI/PCI-X
Silicon Image SiI3132 2-port PCI-Express x1
Silicon Image SiI3531 1-port PCI-Express x1

SATA Native Command Queueing is not yet supported.
Device hot swapping is not yet supported.
Silicon Image's Software RAID is not yet supported by the
ataraid(4) driver.

Approved by: core (christos), releng (bouyer)


# 1.1073 23-May-2008 lukem

Add entries for cpi(4).
(Hi hauke@ !)


# 1.1072 22-May-2008 lukem

OpenLDAP client libraries, utilities, and relevant manual pages.


Revision tags: hpcarm-cleanup-nbase
# 1.1071 18-May-2008 cegger

acpidalb(4): Driver for PNP0C32 Hotkeys aka "Direct Application Launch Buttons".
"awesome" jmcneill


Revision tags: yamt-pf42-base2
# 1.1070 14-May-2008 reinoud

Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.

Also extending the UDF implementation to support symbolic links and
hardlinks.

Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).

Limitations:
all operations can be performed on the file system though the
sheduling is currently optimised for archiving workloads.

mv(1)/rename(2) is currently only implemented for non-directories.


# 1.1069 11-May-2008 joerg

Add nbsvtool to the sets.


# 1.1068 01-May-2008 xtraeme

branches: 1.1068.2;
Add the hpqlb(4) manpage. (HI CEGGER!)


# 1.1067 22-Apr-2008 cegger

amdtemp(4): Driver for AMD CPU Temperature Sensors. Adopted from OpenBSD's kate(4).
Changes beyond OpenBSD's driver:
- Improved support for AMD K8
- Added support for AMD Barcelona, AMD Phenom and AMD Griffin
Tested on various single and multi-socket machines.
Review and OK xtreame


Revision tags: yamt-pf42-baseX yamt-pf42-base
# 1.1066 15-Apr-2008 plunky

branches: 1.1066.2;
some changes to serial bluetooth host controller interfaces

btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD

make btattach(8) a single-use tool for less complexity

device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.

btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland


# 1.1065 03-Apr-2008 xtraeme

Add the finsio(4) driver. This driver supports the Hardware Monitor
device in the Fintek LPC Super I/O chips, this includes the following
list:

- F71805F
- F71806F
- F71862FG
- F71872F
- F71882
- F71883F

This has been adapted from the fins(4) driver available in OpenBSD, which
only supported F71805F.

Tobias Nygren <tnn> and myself added support for the other chips; thanks go
to Tobias for testing the driver with a Fintek F71882 chip.


# 1.1064 02-Apr-2008 dyoung

Update set list for isv(4).


# 1.1063 29-Mar-2008 mjf

Add lii.0. Pointed out by mlelstv@


# 1.1062 29-Mar-2008 mjf

Include lii(4).


# 1.1061 25-Mar-2008 reed

Add some MLINKS for man pages (no new content).

lpa(4) (Man page was removed about 14 years ago. Now link to lpt.4
on acorn32, i386, and mvme68k.)

audioctl(4)

random(4)
urandom(4)

tuner(4)
vbi(4)

wsmuxctl(4)

As mentioned on netbsd-docs list. (Many, many more man pages to do.)


# 1.1060 25-Mar-2008 apb

Install the stuirda.4 man page, which was created in June 2007.


# 1.1059 22-Mar-2008 mlelstv

Import Heimdal-1.1


Revision tags: keiichi-mipv6-base matt-armv6-nbase
# 1.1058 18-Mar-2008 christos

update sets for bzip2-1.0.5


Revision tags: mjf-devfs-base hpcarm-cleanup-base
# 1.1057 18-Feb-2008 elad

branches: 1.1057.2; 1.1057.4; 1.1057.6;
Following input from Matthew Mondor, some Veriexec documentation changes:

- Document the signatures file format in a veriexec(5) man-page,
- Document the strict levels and a general Veriexec intro in veriexec(8)
instead of security(8).

Okay blymn@.


# 1.1056 04-Feb-2008 jmmv

Adjust lists to match the import of atf 0.4.


# 1.1055 04-Feb-2008 mrg

support MKCRYPTO=no - tag ntp-keygen(8) with crypto.


# 1.1054 24-Jan-2008 rmind

Add schedctl(8) manual page.
/etc/rc.d/wizd start


# 1.1053 22-Jan-2008 uebayasi

Add uhmodem.0 and uhmodem.4.


# 1.1052 21-Jan-2008 dyoung

Install elanpar(4), elanpex(4) manual pages. Update distribution
set lists.


# 1.1051 21-Jan-2008 dyoung

Sort.


# 1.1050 09-Jan-2008 xtraeme

Add gcscpcib(4): a driver for the AMD CS5535 and CS5536 Companion Device
that acts as PCI-ISA bridge and supports a Timecounter, Watchdog Timer
and GPIO.

Adapted by Yojiro UO and minor tweaks by me from OpenBSD. Tested on
CS5535 and CS5536. This closes PR kern/37577.


# 1.1049 09-Jan-2008 simonb

Remove support for NetBSD/pc532.


Revision tags: pc532-eol-2008 matt-armv6-base
# 1.1048 03-Jan-2008 jdc

Add a note about marking entries as "obsolete", instead of deleting them.


# 1.1047 31-Dec-2007 ad

Remove systrace. Ok core@.


# 1.1046 31-Dec-2007 ad

-compat_hpux


# 1.1045 23-Dec-2007 jmcneill

Move sony.4 from i386 to MD man page directory


# 1.1044 12-Dec-2007 xtraeme

Rename battery(4) to battery_pmu(4), because at least we know that is
only specific to pmu.


# 1.1043 12-Dec-2007 macallan

add a simple battery(4) man page


Revision tags: cube-autoconf-base
# 1.1042 05-Dec-2007 xtraeme

Rename the Areca RAID driver (known as arc(4) to arcmsr(4) to avoid
namespace conflict with NetBSD/arc.

Found by tsutsui@.


# 1.1041 04-Dec-2007 xtraeme

Areca Technology Corporation SATA RAID controller driver, ported
from OpenBSD.

arc0 at pci2 dev 14 function 0: interrupting at ioapic0 pin 18 (irq 5)
arc0: Areca ARC-1210 Host Adapter RAID controller
arc0: 4 ports, 256MB SDRAM, firmware <V1.43 2007-4-17>
scsibus0 at arc0: 16 targets, 8 luns per target
[...]
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 0 lun 0: <Areca, ARC-1210-VOL#00, R001> disk fixed
sd0: 465 GB, 56514 cyl, 36 head, 480 sec, 512 bytes/sect x 976562176 sectors
sd1 at scsibus0 target 0 lun 1: <Areca, ARC-1210-VOL#01, R001> disk fixed
sd1: 465 GB, 56514 cyl, 36 head, 480 sec, 512 bytes/sect x 976562176 sectors

bioctl(4) output with two RAID0 volumes:

Volume Status Size Device
arc0 0 Online 466G ARC-1210-VOL#00 RAID0
0 Online 234G 0:0.0 noencl <WDC WD2500YS-01SHB1 20.06C06>
1 Online 234G 0:1.0 noencl <WDC WD2500YS-01SHB1 20.06C06>
arc0 1 Online 466G ARC-1210-VOL#01 RAID0
0 Online 234G 0:2.0 noencl <WDC WD2500YS-01SHB1 20.06C06>
1 Online 234G 0:3.0 noencl <WDC WD2500YS-01SHB1 20.06C06>

The driver still needs changes related to locking and talking to the
firmware, which sometimes is unable to answer...

Raid card donated by Areca Technology Corporation via Trent George.
Disks used for testing were contributed by TNF.

Thank you very much.


# 1.1040 21-Nov-2007 pooka

A very terse manual for pud(4) (it leaves almost everything as
an exercise to the reader).


# 1.1039 20-Nov-2007 sborrill

Add support for /boot.cfg configuration file in x86 boot loader.
This allows easy configuration of banner text, console device and timeout
as well as allowing menus of commands to be displayed. If /boot.cfg
is not present, then the existing behaviour does not change.

The sections in the boot loader source are surrounded by #ifdef SMALL
allowing this functionality to be removed if space is at a premium.


# 1.1038 17-Nov-2007 tsutsui

Add newfs_ext2fs(8).


# 1.1037 15-Nov-2007 xtraeme

Rename it(4) to itesio(4) to accomodate for the following changes:

- The driver now uses the Super I/O address port as port argument in
the configuration file. The Environmental Controller base address is
fetched by the Super I/O EC LDN configuration registers.

- Invalidate voltage sensors if data returned is 0xff.

- Use the Super I/O Global Configuration Registers Chip ID[12] and Device
Revision to store/print the correct information.

- Use only the Fan Extended Tachometer registers on IT871[68]F for now;
this gives us correct data for IT8705/IT8712F again.

Inspired by the smsc(4) driver. The UPDATING file has been updated to
reflect the rename.


# 1.1036 12-Nov-2007 jmmv

Add the ATF documentation

This change adds the ATF manual pages that are not tied to any specific
tool nor library. It also adds some distribution documentation to the
system, as this is linked to by the manual pages (plus we have to install
the license text to comply with its terms).


# 1.1035 12-Nov-2007 jmmv

Add the atf tools

This adds reachover Makefiles to build and install the atf tools.
Some are public, thus installed in /usr/bin, and others are internal
and therefore installed in /usr/libexec.


# 1.1034 11-Nov-2007 jmcneill

Add man page for pseudo-audio device driver.


# 1.1033 09-Nov-2007 plunky

Add a new utility 'btkey' for managment of Bluetooth Link Keys stored
in the NetBSD key cache (/var/db/bthcid.keys) and Bluetooth controller
memory.


# 1.1032 29-Oct-2007 xtraeme

Add coretemp(4).


# 1.1031 25-Oct-2007 christos

Add seeprom.


# 1.1030 17-Oct-2007 garbled

Fix up the set lists to reflect the move of the pmppc section 4 manapages
to evbppc and removal of the section 8 pmppc pages.


# 1.1029 16-Oct-2007 tls

Add httpd to the build. Add _httpd to passwd and groups and postinstall.
Add /var/www to mtree, add example line to inetd.conf.


# 1.1028 07-Oct-2007 xtraeme

Add envsys.conf(5).


# 1.1027 05-Oct-2007 reed

Add sysctl.conf man page.


# 1.1026 30-Sep-2007 kiyohara

Add bcsp.


# 1.1025 25-Sep-2007 wiz

Add piixpcib(4), based on the one provided by Stephan Meisinger in
PR 37021.


# 1.1024 11-Sep-2007 xtraeme

Forgot to add aps(4)... sorry phone :-)


# 1.1023 03-Sep-2007 tshiozak

add manpage for uchcom(4).


# 1.1022 26-Aug-2007 xtraeme

branches: 1.1022.2;
Add a manpage for the ichlpcib(4) driver. This needs some wizd-ification.


# 1.1021 20-Aug-2007 kiyohara

Add support for AnyCom BlueCard.


# 1.1020 18-Aug-2007 tnn

Add spdmem(4) driver. This decodes technical specifications stored in
the eeprom on common types of memory modules. The specifications are
displayed during boot and can later be queried in the hw.spdmemN sysctl
subtree. Stub driver written by Nicolas Joly and greatly improved upon by
Paul Goyette. From PR 36745, with additional improvements by Paul and me.


# 1.1019 10-Aug-2007 pooka

add mount_sysctlfs.8


Revision tags: matt-mips64-base
# 1.1018 04-Aug-2007 ad

branches: 1.1018.2;
Add cpuctl(8). For now this is not much more than a toy for debugging and
benchmarking that allows taking CPUs online/offline.


# 1.1017 28-Jul-2007 kiyohara

s/ichsmp/ichsmb/.


# 1.1016 28-Jul-2007 kiyohara

s/cat4/man4/.


# 1.1015 28-Jul-2007 kiyohara

Add support for Intel ICH SMBus controller.


# 1.1014 14-Jul-2007 adrianp

Updates for pkg_install-20070714


# 1.1013 11-Jul-2007 kiyohara

Add support for NVIDIA nForce 2/3/4 SMBus controller and SMBus driver.


# 1.1012 29-Jun-2007 rumble

Add read-only support for SGI's Extent File System.

Reviewed by pooka@.


# 1.1011 27-Jun-2007 xtraeme

Add i386/gcscide(4).


# 1.1010 25-Jun-2007 christos

add tcpdrop


# 1.1009 21-Jun-2007 ginsbach

Add the newgrp(1) utility, which changes effective group ID. This is a
POSIX (IEEE Std 1003.1, 2004 / Open Group Base Specifications Issue 6)
User Portability Utility.


# 1.1008 20-Jun-2007 tsutsui

sn(4) driver on mac68k has been switched to using MI SONIC driver,
so prepare MI sn(4) man page. Also improve some descriptions.


# 1.1007 15-Jun-2007 jmcneill

Add man page for AMD Geode LX AES Security Block driver.


# 1.1006 09-Jun-2007 kiyohara

Added OpenBSD's zyd(4) driver.
Supports ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network device.


# 1.1005 01-Jun-2007 blymn

Added smsc driver man page entries


# 1.1004 01-Jun-2007 jnemeth

note new xirc man page


# 1.1003 20-May-2007 dogcow

.4 files use /man4/, not /cat4/, durrrr.


# 1.1002 20-May-2007 dogcow

add uslsa(4)


# 1.1001 15-May-2007 bouyer

add jmide(4), a driver for the JMicron Technology JMB36x PCIe to SATA II/PATA
controllers. These controllers can be found on add-on PCIe cards, or
on some motherboards to provide the PATA connectivity (e.g. some intel
ICH8-based motherboards).

Thanks to JMicron Technology for providing me documentation and
different sample boards for this work.


# 1.1000 15-May-2007 macallan

new ADB man pages


# 1.999 08-May-2007 xtraeme

Add sparc64/fdc(4) (hi jnemeth)


# 1.998 08-May-2007 jnemeth

new sparc64 floppy driver manpage


# 1.997 01-May-2007 bouyer

Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
device controllers, and more specifically raid controllers.
Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD.
Add bio and sysmon support to mfi(4). This allow userland to query
status for drives and logical volumes attached to a mfi(4) controller. While
there fix some debug printfs in mfi so they compile.
Add bio(4) to amd64 and i386 GENERIC.


# 1.996 26-Apr-2007 agc

Add fusermount and its manual pages into the sets lists.


# 1.995 26-Apr-2007 dyoung

Add back MI evbsh5 files, but mark them 'obsolete'.


# 1.994 21-Apr-2007 plunky

add compat_darwin(8) to build


# 1.993 21-Apr-2007 pooka

add mount_9p


# 1.992 21-Apr-2007 plunky

add 'lost' manpages to build:

acorn26/iobus(4)
mac68k/zsc(4)
pc532/intro(4)
sparc/autoconf(4)
sun3/autoconf(4)
vax/mtc(4)
vax/rl(4)
iee(4)


# 1.991 14-Apr-2007 tnn

Add envctrl(4): Sun Ultra Enterprise 450 environmental monitoring driver.
Also add accompanying i2c controller driver, pcf8584.
Both written by me. Some cosmetic improvements from Iain Hibbert.
ok <martin>


# 1.990 13-Apr-2007 jmcneill

Add mavb(4) man page


# 1.989 12-Apr-2007 macallan

add man pages for chipsfb and genfb


# 1.988 08-Apr-2007 scw

Remove support for NetBSD/{,evb}sh5.


# 1.987 01-Apr-2007 apb

Add a (very rudimentary) man page for sysinst. Although sysinst doesn't
appear in installed systems, other documents might want to refer to it
via ".Xr sysinst 8".


# 1.986 25-Mar-2007 agc

Add the catman page for drm(4) to the sets.


# 1.985 25-Mar-2007 wiz

Add basic drm(4) man page, and link it to drivers.
Feel free to improve it!


# 1.984 14-Mar-2007 xtraeme

+ aiboost(4)


# 1.983 06-Mar-2007 dillo

Complete rename of hfsp to hfs, requested by thorpej.


# 1.982 05-Mar-2007 dillo

Integrate apmlabel and HFS+ file system.


# 1.981 02-Mar-2007 wiz

packages(7) has (finally!) completely been integrated in the pkgsrc guide,
remove it.


# 1.980 02-Mar-2007 riz

Add man4/prep, cat4/prep, html4/prep directories, and a couple of
missed cat4/prep manpages.


# 1.979 01-Mar-2007 martin

Add dkscan_bsdlabel


# 1.978 01-Mar-2007 garbled

Add man4.prep manpages


# 1.977 26-Feb-2007 apb

Add a man page for MAKEDEV.local(8), and a link for makedev.local(8).


# 1.976 20-Feb-2007 briggs

Add catman for btuart.4


# 1.975 20-Feb-2007 kiyohara

Supprot Bluetooth HCI UART (H4) driver and daemon.


# 1.974 08-Feb-2007 tls

Remove 'l'. Those who do not learn from history are doomed to repeat it.


# 1.973 07-Feb-2007 tls

fix bug


# 1.972 06-Feb-2007 dyoung

Add cmos(4) for reading/writing CMOS RAM on x86 boxes. This driver
comes from Takahiro Kambe, with some mods by me.


# 1.971 30-Jan-2007 elad

Move paxctl from usr.bin/paxctl to usr.sbin/paxctl, and make it an admin
tool (man-page moved from section 1 to section 8).


# 1.970 26-Jan-2007 sborrill

Add srtconfig and its man pages


# 1.969 20-Jan-2007 xtraeme

Updated viaenv(4) driver:

* Support for the VIA VT8231 Hardware monitor.
* Power Management Timer available for timecounters in both
VT86C686A and VT8231 (code simplified thanks to dev/ic/acpipmtimer).
* Remove viapm(4) code and manpage (which was a link to viaenv.4 anyway).

From OpenBSD, tested by some users.


# 1.968 15-Jan-2007 tron

Correct flag for amldb(8) cat page to fix builds with "MKCATPAGES=no".

Problem pointed out by Denis Lagno on current-users mailing list.


# 1.967 14-Jan-2007 christos

add acpitools


# 1.966 07-Jan-2007 pooka

mount_psshfs.[08]


# 1.965 07-Jan-2007 xtraeme

+ ug(4)


# 1.964 06-Jan-2007 kardel

add ntp-keygen.8 manual page


# 1.963 30-Dec-2006 rumble

Add sgimips boot(8) and sgivol(8).


# 1.962 26-Dec-2006 rumble

Add light(4).


# 1.961 22-Dec-2006 rumble

Add giopci.0 catman as well.


# 1.960 22-Dec-2006 rumble

Add a giopci(4) manual page.


# 1.959 17-Dec-2006 bouyer

Add bnx(4), a driver for Broadcom NetXtreme II 10/100/1000 Ethernet device.
Ported from OpenBSD by cube@, with some bus_dma fixes by me.
Tested on i386 and amd64.


# 1.958 17-Dec-2006 bouyer

Add mfi(4), a driver for LSI Logic & Dell MegaRAID SAS RAID controller.
Ported from OpenBSD, tested on i386 and amd64.


# 1.957 12-Dec-2006 wiz

Add snapper(4) man page, based on the one provided by David H. Gutteridge
in PR 35138 with minor changes.


# 1.956 04-Dec-2006 pavel

Move the description of sysctl MIBs from sysctl.3 to a new manual page
sysctl.7. Remove the list of MIBs from sysctl.8 so we don't have to
maintain duplicate information, as proposed by YAMAMOTO Takashi on
tech-userlevel. Also remove references to header files from sysctl.8.

The numeric constants remain documented, they are still needed in some
cases. See the discussion on tech-userlevel. ("mib list in sysctl.8")

OK by YAMAMOTO Takashi.


Revision tags: netbsd-4-base
# 1.955 30-Nov-2006 bouyer

branches: 1.955.2;
Add ahcisata(4), a driver for AHCI 1.0 and 1.1 controllers. Tested on the sata
ports of a Intel 63xxESB chipset. Does not support NCQ yet.


# 1.954 25-Nov-2006 elad

First take of MI boot(8) man-page, suggested by agc@.

Okay agc@.


# 1.953 23-Nov-2006 rpaulo

New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld.
Notable changes:
* Fixes PR 34268.
* Separates the code from gif(4) (which is more cleaner).
* Allows the usage of STP (Spanning Tree Protocol).
* Removed EtherIP implementation from gif(4)/tap(4).

Some input from Christos.


# 1.952 12-Nov-2006 christos

put back phones, used by tip


# 1.951 12-Nov-2006 dogcow

missed UUCP obsolete


# 1.950 12-Nov-2006 christos

goodbye uucp


# 1.949 09-Nov-2006 pooka

puffs manual pages


# 1.948 01-Nov-2006 apb

Add list entries for gkermit files.


# 1.947 31-Oct-2006 joerg

Add rum(4) for newer USB Ralink devices. Obtained from OpenBSD.
Special thanks to Sepherosa Ziehau for helping debugging USB issues.
Hook up rum(4) for i386 config files.


# 1.946 26-Oct-2006 bjh21

MI podulebus(4).


# 1.945 22-Oct-2006 bjh21

Move ei(4) out of the acorn26 subdirectory.


# 1.944 22-Oct-2006 elad

First shot at a security(8) man-page, a quick guide for some NetBSD
security features.


# 1.943 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.942 15-Oct-2006 christos

add gpt


# 1.941 09-Oct-2006 gdamore

Add man pages for SPI, m25p flash, and tm121temp devices. I'm holding off
creating an spiflash man page until the framework settles, and I'd
ultimately like to create section 9 pages for SPI.


# 1.940 08-Oct-2006 elad

PR/22228: Jeremy C. Reed: a man page for virecover(8)

Man page added, thanks!


# 1.939 07-Oct-2006 elad

PR/32641: David Maxwell: No 'pkgsrc' manpage

Link pkgsrc(7) -> packages(7).


# 1.938 07-Oct-2006 peter

Add manpages for some Jornada 7xx drivers.


# 1.937 07-Oct-2006 elad

PR/18126: jnilsson at ludd dot luth dot se: add the revoke program

I have commited a different version than in the PR, it lacks a license
but if it warrants one we can stick the TNF standard on it. It's just
a main() routine that calls revoke(2).


# 1.936 01-Oct-2006 bouyer

Add manpage for new ipmi driver.


# 1.935 01-Oct-2006 bjh21

Add a driver for sec(4).


# 1.934 29-Sep-2006 macallan

Add gimpy's OF device tree dumping tool.
Tested on macppc and sparc64


# 1.933 25-Sep-2006 christos

add csplit.


# 1.932 19-Sep-2006 wiz

Install aliases(5) from postfix, since the sendmail one is gone,
but we refer to it from various other man pages.


# 1.931 16-Sep-2006 elad

Add a C version of Veriexec's fingerprint generator, written by Matt
Fleming.

This one has some nice options -- for example, an admin can run right
after installing a system:

fpgen -D

and it will fingerprint a set of "common" system directories to the
default loaction. See the man-page for more stuff.

Performance-wise, here are results for both fpgen.sh (old) and this
new tool:

474.599u 574.335s 13:53.05 125.9% 0+0k 0+307io 0pf+0w

0.424u 0.131s 0:00.56 98.2% 0+0k 0+2io 0pf+0w

...guess which is which? (that's ~1500 times *faster*)


# 1.930 10-Sep-2006 plunky

update to bluetooth device attachment:

remove pseudo-device btdev(4) and inherent limitations

add bthub(4) which autoconfigures at bluetooth controllers as they
are enabled. bluetooth devices now attach here.

btdevctl(8) and its cache is updated to handle new semantics

etc/rc.d/btdevctl is updated to configure devices from a list
in /etc/bluetooth/btdevctl.conf


# 1.929 09-Sep-2006 riz

Add msk(4) info to the sk(4) manpage, and install links (from OpenBSD).

Also, add msk to DEVNAMES.


# 1.928 07-Sep-2006 itohy

Workbit NinjaATA-32 busmastering PIO IDE controller driver (njata)

This driver supports NinjaATA-32Bi and NPATA-32 chips,
which are used for CardBus ATA interface cards and
CardBus CompactFlash adapters.


# 1.927 07-Sep-2006 ad

Add the lockstat command: displays a summary of kernel locking events
recorded over the lifetime of a called program.


# 1.926 02-Sep-2006 wiz

Remove some ns(4)-related man pages.


# 1.925 26-Aug-2006 matt

Add back /usr/include/netccitt and netns and mark as obsolete.
Move netbt from comp to base.
Remove trsp man page entries.


# 1.924 26-Aug-2006 matt

Obsolete XNS man pages.


# 1.923 20-Aug-2006 bjh21

Add vidcvideo(4).


# 1.922 19-Aug-2006 plunky

The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219.

While it can be made to compile, the paradigm is not quite right because
it attempts to contact the filesystem during autoconfig which sometimes
causes a panic. Even if that was fixed, there is another potential problem
in that the driver tries/sleeps/tries/sleeps and the sleep could
theoretically sleep past the rc.d/btconfig stage and the controller
would remain unconfigured.

So, I have prepared a different method for loading the firmware to
Broadcom BCM2033 chip based devices. A package 'sysutils/bcmfw' will load
the firmware files via a ugen(4) device interface.

This update removes the ubtbcmfw(4) driver and adds a table to the ubt(4)
driver so that it will not attach to Broadcom BCM2033 based devices before
the firmware was loaded.

This fixes kern/34219


# 1.921 14-Aug-2006 bjh21

Obsolete manual pages for deleted acorn32 keyboard drivers.


# 1.920 13-Aug-2006 wiz

Add dk(4) manpage written by Jonathan A. Kollasch, provided in PR 34193.


# 1.919 13-Aug-2006 plunky

rename btcontrol(8) as btdevctl(8) to make it fit with the NetBSD naming
scheme for control programs. This fixes pr 34051.


# 1.918 13-Aug-2006 simonb

Add a port of the OpenBSD Intel 3945ABG wpi(4) wireless driver, by
Jean-Baptiste Campesato.

From PR kern/33778.


Revision tags: abandoned-netbsd-4-base
# 1.917 29-Jul-2006 ad

branches: 1.917.2;
Remove RASTERCONSOLE support from the pmax port.


# 1.916 29-Jul-2006 wiz

Install twa(4) and add it to set list.


# 1.915 27-Jul-2006 christos

add services_mkdb


# 1.914 26-Jul-2006 tron

Bluetooth fixes by Iain Hibbert:
Remove bluetooth.conf(5) and config parsing from libbluetooth(3)
as this is no longer required.


# 1.913 26-Jul-2006 tron

Bluetooth fixes by Iain Hibbert:
Remove bthset(4) device and add btsco(4) in its place. This is an
improved version which is not just for headsets, as it can receive
incoming connections (eg for Hands Free Profile). Update bthset(1)
control utlitiy to relate to new device.


# 1.912 26-Jul-2006 tron

Bluetooth fixes by Iain Hibbert:
Change the way in which bluetooth devices attach to system. The
new way is for devices to attach directly to a btdevN device via
its own control file /dev/btdevN.
- bthub(4) is replaced by btdev(4).
- /dev/bthubctl is replaced by /dev/btdevN.
- configuration now uses proplib(3) property lists.
- btcontrol(8) updated to use new API, and now uses private
- XML config file /var/db/btdev.xml.


# 1.911 23-Jul-2006 bouyer

Add a /dev/amr* control file for amr(4) devices, which allows sending raw
commands to the controller.
Add a amrctl(8) control tool, which for now only allows to get status
from the adapter (status of adapter, logical volumes and and individual
drives).
From FreeBSD, with some adjustements by Andrew Doran and me.


# 1.910 19-Jul-2006 rpaulo

add bounce(5) man page


# 1.909 12-Jul-2006 lukem

* Provide new keywords:
gcc=<n> <n> = value of ${HAVE_GCC}
gdb=<n> <n> = value of ${HAVE_GDB}

* Support extra keywords on lines with "obsolete" keywords to allow
keyword-specific obsolete files.
(Primarily intended for use with gcc=<n> and gdb=<n>, although
it could be use for other items).

* Use the above features to collapse the gcc.* and gcc4.* lists into
the appropriate set lists.

* Deprecate the tc.* lists as all platforms are either HAVE_GCC=3 or HAVE_GCC=4.

* Update set lists for HAVE_GDB=6.


# 1.908 08-Jul-2006 tsutsui

Misc fixes for sl(4) and slattach(8) man pages:
- note that ifconfig(8) create subcommand is required before slattach(8)
- network addresses aren't defined by slattach(8) but ifconfig(8)
- Add a BUGS section in slattach(8) to note that currently there is no way to
specify/see an interface name to be attached
- move description about link[0-2] flags from slattach(8) to sl(4)
(rather than adding a new description...)
- move description about SLIP limitations to a new BUGS section in sl(4)
- remove inappropriate MLINKS of slip.8 to slattach.8
- create MLINKS of slip.4 to sl.4 instead
- add some more xrefs

Ok'ed by christos, and closes PR kern/33672 and PR bin/33923.


# 1.907 05-Jul-2006 martin

Add ugensa man page


# 1.906 30-Jun-2006 xtraeme

Enable kse(4).


# 1.905 27-Jun-2006 peter

Fix a typo, pointed out by Hisashi T Fujinaka.


# 1.904 27-Jun-2006 peter

Add hpcarm/intro(4).


# 1.903 26-Jun-2006 mrg

don't install crypto files with MKCRYPTO=no. with these changes, a
MKCRYPTO=no build completes.


# 1.902 25-Jun-2006 wiz

Separate crypto and .cat/.man with a comma.
Noted by KlinT on current-users.


# 1.901 25-Jun-2006 mrg

make MKCRYPTO=no work again.


# 1.900 24-Jun-2006 kardel

add geodecntr.4


# 1.899 24-Jun-2006 mrg

add support for MKISCSI=no.


# 1.898 19-Jun-2006 gdamore

Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.


# 1.897 13-Jun-2006 tron

The manual pages for "mail.local" are not obsolete because "mail.local"
is (and should be) still included in the base distribution.


# 1.896 30-May-2006 tron

Remove obsolete sendmail manual pages, add postfix manual pages.


# 1.895 30-May-2006 christos

Remove sendmail (requested by core@ and security-officer@)


# 1.894 22-May-2006 dan

the intention of the whole tip-as-cu thing was to allow tip-as-cu and
have a cu command installed, even when the rest of uucp was removed
via MKUUCP=no. The old uucp-derived cu is no more, and is not
installed in either case.

make it so, by correcting some confusion that had made the non-uucp
tip-as-cu cu conditional on MKUUCP


# 1.893 18-May-2006 chap

Add compat_30.8 man page, incorporating suggestions
by <wiz> and <pavel>.


# 1.892 18-May-2006 liamjfoy

Integrate Common Address Redundancy Procotol (CARP) from OpenBSD

'pseudo-device carp'

Thanks to: joerg@ christos@ riz@ and others who tested
Ok: core@


# 1.891 17-May-2006 riz

Mark specific manpages, catpages, and info files as "gcccmds", so that
a "distribution" build with MKGCCCMDS=no and any of MKCATPAGES, MKMAN, and
MKINFO set to yes can still succeed.

Tested with two distribution builds of i386; one with MKGCCCMDS=no and
one without.


# 1.890 17-May-2006 tron

Add lmtemp(4) manual page.


# 1.889 16-May-2006 elad

Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthen
W^X mappings.

Disabled by default.

First proposed in:

http://mail-index.netbsd.org/tech-security/2005/12/18/0000.html

More information in:

http://pax.grsecurity.net/docs/mprotect.txt

Read relevant parts of options(4) and sysctl(3) before using!

Lots of thanks to the PaX author and Matt Thomas.


# 1.888 14-May-2006 dyoung

Build and install wpa_passphrase, the utility for making a WPA
pre-shared key (PSK) from an SSID (802.11 "network name") and a
secret passphrase.


# 1.887 13-May-2006 xtraeme

Fix typo in previous... it.4 belongs to man4 not man3 :-)


# 1.886 13-May-2006 xtraeme

Driver for iTE IT87xxF and compatibles hardware monitor. Add
commented out entries on GENERIC and GENERIC_LAPTOP.

Adapted from OpenBSD.


# 1.885 13-May-2006 mrg

add support for sets with HAVE_GCC=4:
- move fortran programs from mi.* to {tc,gcc}.*
- clone gcc.* and add new headers and shlibs to gcc4.*


# 1.884 11-May-2006 gdamore

Added ddc.4, ddc.9. and edid.9


# 1.883 07-May-2006 jmcneill

Add piixpm(4) man page.


# 1.882 24-Apr-2006 jmcneill

Add vesafb man page.


# 1.881 24-Apr-2006 dillo

Add pkg_summary.5.


# 1.880 23-Apr-2006 rittera

Added ndis.4 to distrib/sets/lists/man/mi


# 1.879 19-Apr-2006 tron

Add missing entries for ndiscvt(8) and its manual pages.


# 1.878 17-Apr-2006 christos

Cleanup qmqgr remnants (Hisashi T Fujinaka)


# 1.877 17-Apr-2006 christos

Perry says we don't want qmqpd and that he'll be responsible for fixing
postfix set-permissions.


# 1.876 17-Apr-2006 christos

Add qmqpd


# 1.875 12-Apr-2006 rpaulo

Add hostapd man pages.


# 1.874 07-Apr-2006 riz

Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includes
gpioow(4), attaching a bit-banging driver via a GPIO pin. Also,
owtemp(4) which supports some of the 1-Wire temperature sensors, including
the DS18b20 and DS1920 - temperatures are returned via the envsys(4)
framework.

Original drivers by Alexander Yurchenko (grange@openbsd), with envsys(4)
support and a fix to the 1-wire search algorithm (for discovering
devices on the bus) by me.

As discussed on tech-kern earlier this week.


# 1.873 03-Apr-2006 scw

Add a kernel driver and userland program for the Topfield TF5000PVR range
of digital video recorders popular in Europe and Australia.

These devices have a USB client port which can be used to upload and
download recordings (and other files, such as MIPS binaries for execution
on the DVR's CPU) to/from their internal hard disk, in addition to some
other operations on files and directories.


# 1.872 28-Mar-2006 riz

Add swcrypto(4) to set lists.


Revision tags: peter-altq-base
# 1.871 25-Mar-2006 xtraeme

branches: 1.871.2;
Add basic rgephy(4) manpage, from OpenBSD.


# 1.870 23-Mar-2006 xtraeme

Enable ciss(4) manpage.


# 1.869 23-Mar-2006 garbled

Add cat8 manpages for prep too. Caught by wiz as well.


# 1.868 23-Mar-2006 garbled

Add prep's mkbootimage.8 and boot.8 to mi set list


# 1.867 20-Mar-2006 christos

Fix the lists.


# 1.866 16-Mar-2006 wiz

Unobsolete slstats and its man page, now the links have been added.


# 1.865 16-Mar-2006 jwise

Fix two pf miscategorizations.


# 1.864 16-Mar-2006 jwise

Some users use pf. Some use ipfilter. Syspkg was designed for situations
like this, where a user may well want to install one of these but not the
other.

To allow syspkg to be used for its intended purpose here, carefully split
out ipfilter and pf from the main {base,comp,man,misc}-net{,util}-* packages

(something which was partially done for ipf, but not done for pf in the
past).

This way, a user can pkg_delete *-{ipf,pf}-*, and not have utilities,
libraries, man pages, examples, or default /etc files for the packet filter
they don't like.


# 1.863 12-Mar-2006 chs

add nfe driver and manpage from OpenBSD.


# 1.862 06-Mar-2006 agc

Sync lists with reality - add svwsata(4) and catman page.


# 1.861 05-Mar-2006 rumble

Add a terse man page for the grtwo framebuffer driver.


# 1.860 02-Mar-2006 wiz

Deprecate slstats.


# 1.859 02-Mar-2006 dyoung

Sort. Remove duplicate lines.


# 1.858 25-Feb-2006 christos

update for auxgreg, clock, timer sparc man page addition.


# 1.857 25-Feb-2006 christos

put back the vlan cat page.


# 1.856 25-Feb-2006 christos

remove vinum


# 1.855 11-Feb-2006 gdamore

Add evbmips and manual pages to distribution files, as requested by wiz@


# 1.854 08-Feb-2006 agc

Add entries for the iSCSI target, and supporting library and manual
pages.


# 1.853 08-Feb-2006 christos

mark sushi obsolete (per core's request)


# 1.852 06-Feb-2006 wiz

Update for groff-1.19.2.


# 1.851 05-Feb-2006 xtraeme

Add a pbms(4) manpage. Remove it from the source code and update TODO.


# 1.850 03-Feb-2006 jmmv

Implement support for 'The Multiboot Specification' so that i386 kernels
can be booted directly from Multiboot-compliant boot loaders (e.g. GRUB).
See the added multiboot(8) manual page for more information.

No objections in tech-kern@; only positive comments.


# 1.849 02-Feb-2006 reinoud

Initial import of a UDF file system implementation for NetBSD.

Finally the logic glue and the set distribution lists modifications.


# 1.848 24-Jan-2006 elad

add qsieve/qsafe entries for new locations.


# 1.847 17-Jan-2006 jmmv

The tb(4) driver is gone, so should be the manual page.


# 1.846 13-Jan-2006 peter

Add hpcarm/boot(8) manual page.


# 1.845 04-Jan-2006 xtraeme

Add rlphy(4) (Realtek 8139/8201L PHY) from OpenBSD.


# 1.844 29-Dec-2005 tsutsui

Add preliminary support for System V Boot File System.
Written by UCHIYAMA Yasushi <uch@netbsd>.


# 1.843 22-Dec-2005 christos

remove obsolete programs.


# 1.842 13-Dec-2005 christos

add sony.4


# 1.841 12-Dec-2005 wiz

Add nologin(5).


# 1.840 06-Dec-2005 christos

bye lmcctl, welcome lmcconfig


# 1.839 25-Nov-2005 christos

more openssl man pages


# 1.838 19-Nov-2005 christos

add the dnssec and namedb check tool man pages


# 1.837 18-Nov-2005 riz

Add ".cat" to ./usr/share/man/cat8/sti.0 and ".man" to
./usr/share/man/man8/sti.8 so a build with MKCATPAGES=no and MKMAN=no
(respectively) will complete successfully.


# 1.836 10-Nov-2005 christos

add sti


# 1.835 27-Oct-2005 jmc

Nuke only md man page in existance (which requires special casing set sharing
for man.tgz unnecessarily)


# 1.834 05-Oct-2005 hubertf

Add locate.updatedb(8).
Discovered missing while sorting things out for BSDcertification.org.
Ran through wizd(8).


# 1.833 01-Oct-2005 scw

Update for wpa_cli and wpa_supplicant.


# 1.832 27-Sep-2005 jmcneill

Add gscpcib(4) man page as requested by wizd(8).


# 1.831 27-Sep-2005 jmcneill

Add gpioctl to set lists.


# 1.830 27-Sep-2005 jmcneill

Add gpio man pages.


# 1.829 22-Sep-2005 dyoung

Add the manual page for geodewdog(4), the driver for the AMD Geode
SC1100's integrated watchdog timer.


# 1.828 21-Sep-2005 tsarna

pam_afslog is used in conjunction with pam_krb5 to obtain AFS tokens and
create a PAG if necessary.

Especially important for home directories on AFS.


# 1.827 15-Sep-2005 nonaka

Added rs5c372rtc, shpcic man pages.


# 1.826 12-Sep-2005 macallan

man page for the adt7467c driver


# 1.825 11-Sep-2005 xtraeme

Revert my previous commit, and put back the scan_lfs manpage... it
was removed, but now a link is created.


# 1.824 10-Sep-2005 xtraeme

Mask scan_lfs manpage as obsolete, now it has been removed.


# 1.823 10-Sep-2005 jmmv

Place mount_ptyfs.8 in man-sysutil-man (instead of man-miscfs-man) to
match mount_ptyfs.0, which is in man-sysutil-catman.


# 1.822 10-Sep-2005 jmmv

Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).


# 1.821 10-Sep-2005 jmmv

Add xge.{0,4}. Hi, ragge@!


# 1.820 05-Sep-2005 kiyohara

Support LCD screen driver for PERSONA SH3 machines.


# 1.819 28-Aug-2005 thorpej

Experimental support for extended attributes on UFS1 file systems, using a
backing file per attribute type indexed by inode number to hold the extended
attributes.

This is working pretty well on my test systems, except for the "autostart"
feature. I need someone with a better handle on the VFS locking protocol
to go over that.

This is a work-in-progress. There are parts of this that could be re-factored
allowing this approach to be used on other types of file systems.

Adapted from FreeBSD.


# 1.818 23-Aug-2005 peter

Add new files for pf.boot.conf.


# 1.817 20-Aug-2005 rpaulo

Adapted to the changes of grfinfo(1) MANSUBDIR (hp300). (thanks Klaus Klein)


# 1.816 18-Aug-2005 rpaulo

Added missing Postfix 2.2.5 man pages.


# 1.815 18-Aug-2005 rpaulo

Added new files from Postfix 2.2.5.


# 1.814 31-Jul-2005 xtraeme

Add scan_lfs(8), utility to find LFS partitions on disk, useful
to recover lost disklabels.


# 1.813 31-Jul-2005 skrll

Add ucycom(4).


# 1.812 31-Jul-2005 nakayama

Add man page for teliosio(4).


# 1.811 25-Jul-2005 hubertf

Fix paths of vndcompress (binary and manpages+category)


# 1.810 25-Jul-2005 hubertf

Add vndcompress(1) and vnduncompress(1) to transform filesystem/disk
images from "normal" into cloop2-format compressed images and back.
Written by Florian Stoehr (netbsd@wolfnode.de) with some polishing
by me.

Compressed disk images can be used with the vnd(4) driver when compiled with
VND_COMPRESSION and "vnconfig -z". Useful for creation of Live CDs/DVDs.


# 1.809 24-Jul-2005 wiz

Fix typo.


# 1.808 18-Jul-2005 augustss

Add uipaq(4).


# 1.807 17-Jul-2005 rpaulo

Add missing man page source for rtw.4


# 1.806 17-Jul-2005 rpaulo

Add rtw(4) man page.


# 1.805 17-Jul-2005 macallan

added tslot and dbri manpages


# 1.804 16-Jul-2005 rtr

add plist entries for forward manpage


# 1.803 14-Jul-2005 drochner

add a manpage for the ral (at pci/cardbus/uhub) wlan driver,
mostly from OpenBSD


# 1.802 12-Jul-2005 wiz

Sort. Add fwctl(8).


# 1.801 11-Jul-2005 kiyohara

Fix
1. man4 -> cat4
2. obsolete fwiso.[04]


# 1.800 11-Jul-2005 kiyohara

ieee1394 import from FreeBSD.


# 1.799 29-Jun-2005 perry

add deroff and spell


# 1.798 28-Jun-2005 kent

remove pss(4) driver. It has never been workable and has not been
compilable for a long time.


# 1.797 27-Jun-2005 peter

Remove (pf)spamd. Its right to exist in NetBSD has been questioned since it
appeared and whether it's really part of pf or not is still unclear. Looking
at the other *BSDs it seems that they have left out spamd when importing pf,
and now we do that too. Also, the name conflicted with another more popular
used tool, after the rename to pfspamd it was left with completely unusable
documentation which apparently no-one wanted to fix.

A port of the latest spamd will be imported into pkgsrc soon.

Suggested by several people, no objections on last proposal on tech-userlevel.


# 1.796 21-Jun-2005 wiz

Add ac97(4) man page from OpenBSD, written by Constantine Sapuntzakis.
Suggested by kent@.


# 1.795 21-Jun-2005 kent

add azalia(4) man page


# 1.794 20-Jun-2005 briggs

Add an initial man page for ataraid(4).


# 1.793 17-Jun-2005 peter

Install vinum(4) manpage.


# 1.792 15-Jun-2005 xtraeme

Add scan_ffs(8) from OpenBSD, it was modified to support FFSv2
for NetBSD (with different blocksizes). Utility to find
FFSv1 and FFSv2 partitions on disks, useful to recover lost
disklabels.

Reviewed by christos.


# 1.791 31-May-2005 christos

mark genassym.sh obsolete


# 1.790 24-May-2005 agc

Add manual pages for psh3tp(4) to the man set.


# 1.789 07-May-2005 perry

add cat7/script.0 man7/script.7


# 1.788 01-May-2005 lukem

Fix typo in previous.
Noted by Markus W Kilbinger in private email.


# 1.787 01-May-2005 lukem

Update for various USE_* options.
Rest of PR 30092 from Jukka Salmi.


# 1.786 29-Apr-2005 christos

adjust for new gettext.


# 1.785 25-Apr-2005 wiz

For obsolete files, make sure that both words behind the pathname contain
"obsolete".


# 1.784 25-Apr-2005 blymn

Obsolete verifiedexec(4) man page


# 1.783 24-Apr-2005 dyoung

Add IEEE 802.11 manual pages from FreeBSD to both the Makefiles
and the set lists.


# 1.782 24-Apr-2005 wiz

Add openssl_errstr(1).


# 1.781 23-Apr-2005 perseant

Provide a resize_lfs(8), including kernel and cleaner support. The current
implementation requires the fs to be mounted while resizing. Tested in both
directions, and everything appears to work happily, but ymmv.


# 1.780 20-Apr-2005 blymn

Rototill of the verified exec functionality.
* We now use hash tables instead of a list to store the in kernel
fingerprints.
* Fingerprint methods handling has been made more flexible, it is now
even simpler to add new methods.
* the loader no longer passes in magic numbers representing the
fingerprint method so veriexecctl is not longer kernel specific.
* fingerprint methods can be tailored out using options in the kernel
config file.
* more fingerprint methods added - rmd160, sha256/384/512
* veriexecctl can now report the fingerprint methods supported by the
running kernel.
* regularised the naming of some portions of veriexec.


# 1.779 15-Apr-2005 itohy

ukyopon(4): Kyocera AIR-EDGE PHONE driver

Close NetBSD PR #25954 in a different way.


# 1.778 12-Apr-2005 jwise

spamlogd is now pfspamlogd.


# 1.777 12-Apr-2005 jwise

spamd.conf is now pfspamd.conf.


# 1.776 11-Apr-2005 jwise

Provide obsolete list entries for old names of pfspamd et al.


# 1.775 11-Apr-2005 jwise

spamd (et al) man pages have also changed to pfspamd (et al).


# 1.774 10-Apr-2005 nakayama

Add "skey" tag to pam_skey.[08].


# 1.773 04-Apr-2005 peter

Enable pflogd(8).


# 1.772 03-Apr-2005 jdolecek

add tra(4) manpage


# 1.771 28-Mar-2005 wiz

Add postinstall(8).


# 1.770 25-Mar-2005 cube

Add a manpage for attimer(4), and cross-reference it from pcppi(4).


# 1.769 18-Mar-2005 yamt

add agr(4), a pseudo network device driver for link aggregation.


Revision tags: netbsd-3-base
# 1.768 15-Mar-2005 christos

branches: 1.768.2;
Add "crypto" to the pam_ssh files.


# 1.767 09-Mar-2005 atatat

Add sockstat references to sets lists.


# 1.766 07-Mar-2005 thorpej

Add a pam.conf(5) manual page.


# 1.765 02-Mar-2005 thorpej

Add a pam(8) manual page that gives a brief introduction as to what PAM
is. The gritty details will be in pam.conf(5).


# 1.764 27-Feb-2005 thorpej

Add an S/Key PAM module.


# 1.763 22-Feb-2005 peter

Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs,
headers and LKM.

Add MKPF; if set to no, don't build and install the pf(4) programs,
headers, LKM and spamd.

Both options default to yes, so nothing changed in the default build.

Reviewed by lukem.


# 1.762 20-Feb-2005 jdolecek

add vge(4) manpage, obtained from FreeBSD


# 1.761 20-Feb-2005 jdolecek

add ciphy(4) manpage


# 1.760 20-Feb-2005 christos

Fix radius set fallout, reported by: Hisashi T Fujinaka


# 1.759 20-Feb-2005 christos

More libradius changes from manu


# 1.758 19-Feb-2005 thorpej

Switch to ipsec-tools for libipsec, setkey, and racoon. From
Emmanuel Dreyfus, with some small changes by me.


# 1.757 24-Jan-2005 joff

add atu(4) cat and manpage


# 1.756 22-Jan-2005 briggs

Add sem.4


# 1.755 20-Jan-2005 ginsbach

add seq(1)


# 1.754 12-Jan-2005 reinoud

Add installation of the new auixp(4) manual page.


# 1.753 11-Jan-2005 tron

Mark login_access(4) als "pam".


# 1.752 11-Jan-2005 skrll

Update after iwi(4) additions.


# 1.751 10-Jan-2005 lukem

Support ${MKINET6} == "no".


# 1.750 10-Jan-2005 he

Don't build libpam and associated bits if the target platform doesn't
support shared libraries (sun2 and evbsh5 at it would seem), or if the
user has specified MKPIC=no. Also introduce a new tag to the set lists
("pam"), so that the non-shlib ports can once again complete a release
build.

Discussed with christos and lukem.


# 1.749 09-Jan-2005 smb

Add a software watchdog timer facility. Because this slightly
changes the "tickle" model of wdogctl(8), it was modified as well;
while I was in there, I cleaned up the argument parsing.

The code was reviewed by simonb@.


# 1.748 09-Jan-2005 snj

Add login.access.0 (hi manu!).


# 1.747 08-Jan-2005 manu

Missing man page: login.access(5)


# 1.746 08-Jan-2005 cube

Add and install a manual page for tap(4).


# 1.745 05-Jan-2005 martti

Added ipmon(5)


# 1.744 04-Jan-2005 spz

these files should not be expected to exist if MKKERBEROS=no
Reviewed by christos


# 1.743 03-Jan-2005 lukem

Build & install pam_ssh.so.0 now that libssh is available for use.


# 1.742 02-Jan-2005 thorpej

Add a getextattr(1)/setextattr(1)/rmextattr(1)/lsextattr(1) utility
that gets, sets, removes, and lists file system extended attributes.

From FreeBSD.


# 1.741 29-Dec-2004 thorpej

Add PAM libraries, modules, and headers.


# 1.740 26-Dec-2004 tsutsui

Add mec(4) for sgimips.


# 1.739 24-Dec-2004 hannken

Add file .../cat4/ahd.0 missing from last commit.


# 1.738 23-Dec-2004 he

Add entry for the newly added ahd(4) driver.


Revision tags: rtr-xorg-branch-base
# 1.737 06-Dec-2004 cube

branches: 1.737.2;
Add a manual page for ixpide(4).


# 1.736 01-Dec-2004 grant

add iteide(4) driver for ITE8212-based IDE controllers. from
OpenBSD, ported to NetBSD by me.

ok'd by bouyer@, thorpej@.


# 1.735 24-Nov-2004 bouyer

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).


# 1.734 23-Nov-2004 lukem

add getent(1)


# 1.733 18-Nov-2004 wiz

Put obsolete files in the *-obsolete sets instead of whatever they
were in before they became obsolete (consistency).


# 1.732 11-Nov-2004 christos

branches: 1.732.2;
Add ptyfs installed files.


# 1.731 29-Oct-2004 dan

put back uax, as obsolete


# 1.730 23-Oct-2004 augustss

s/uax/axe/


# 1.729 22-Oct-2004 augustss

Add cdce(4).


# 1.728 10-Oct-2004 augustss

Add auacer(4).


# 1.727 24-Sep-2004 wiz

Fix typo in hp700 man page name, reported by Hisashi T Fujinaka.


# 1.726 24-Sep-2004 wiz

Add sti(4) and the new hp700 man(4) pages.


# 1.725 13-Sep-2004 thorpej

Add the uuidgen(1) command, adapted from FreeBSD. While here, also add
a DCE-compatible -s flag, which causes uuidgen(1) to output C code for
the UUIDs rather than the standard string representation.

PR 23470.


# 1.724 05-Sep-2004 manu

Missing files that were recently added:
usr/include/netinet/pim.h
usr/include/netinet/pim_var.h
usr/share/man/cat4/multicast.0
usr/share/man/cat4/pim.0
usr/share/man/man4/multicast.4
usr/share/man/man4/pim.4


# 1.723 04-Sep-2004 lukem

missing postfix docs; postconf(5) postconf.5.html OVERVIEW.html


# 1.722 26-Aug-2004 itohy

Add njs.4


# 1.721 23-Aug-2004 lukem

ipw(4) and ipwctl(8)


# 1.720 19-Aug-2004 drochner

add drvctl stuff


# 1.719 15-Aug-2004 rumble

Add sgimips/sq(4).

Spotted by Hisashi T Fujinaka.


# 1.718 12-Aug-2004 wiz

Add hp700/boot(8).


# 1.717 24-Jul-2004 mrg

install spif(4).


# 1.716 21-Jul-2004 tshiozak

add locale.alias(5) manpage.


# 1.715 20-Jul-2004 wiz

Add ptm(4). Christos thinks it's minimal but ok :)


# 1.714 16-Jul-2004 dyoung

Add wlanctl(8), a utility for examining 802.11 node tables.


# 1.713 12-Jul-2004 wiz

Add some files for texinfo-4.7.


# 1.712 09-Jul-2004 bouyer

Add geodeide(4), a driver for the AMD Geode CS5530A IDE controller.
Tested by Ian Zagorskih (ianzag at megasignal.com).


# 1.711 06-Jul-2004 mycroft

Move some additional man pages and doc files into the games set, per PR 7297.


# 1.710 04-Jul-2004 dan

put kgetcred.1 manpage in man rather than catman syspkg, mark it as
.man so MANZ builds work


# 1.709 25-Jun-2004 itojun

spamlogd(8)


# 1.708 25-Jun-2004 wiz

Add route.conf(5).


# 1.707 25-Jun-2004 itojun

spamdb(8) and spamd.conf(5). noted by Thomas Klausner


# 1.706 25-Jun-2004 itojun

authpf from OpenBSD 3.5 PF


# 1.705 23-Jun-2004 bsh

add kgetcred.0 a 'cat' tag


# 1.704 23-Jun-2004 kleink

Repair pf fallout.


# 1.703 22-Jun-2004 itojun

add ftp-proxy from PF OpenBSD 3.5. adjust setlists


# 1.702 22-Jun-2004 itojun

spamd-setup, comes with PF for openbsd 3.5


# 1.701 22-Jun-2004 itojun

build and install spamd(8)


# 1.700 19-Jun-2004 uebayasi

Install GNU `troff' (or `groff') info manual.

Reviewed By: wiz


# 1.699 31-May-2004 toshii

Add re(4) manpage.


# 1.698 25-May-2004 lha

Add kgetcred, a tool that fetches a credential from the KDC
Useful when debugging service and cross-realm problems.


# 1.697 25-May-2004 tsarna

add uep(4) manpage to setlists


# 1.696 19-May-2004 itojun

build and install rndc-confgen (needed to create rndc.key)


# 1.695 18-May-2004 christos

Update more filelist entries for new bind. Thanks to FUKAUMI Naoki.


# 1.694 18-May-2004 christos

Adjust filelists to bind9


# 1.693 10-May-2004 wiz

Do not install ppi(4) -- drochner says that there's no driver for it.
(hp300/ppi.4 is something different and has its own man page.)


# 1.692 05-May-2004 dyoung

Build and install atppc(4), plip(4), ppbus(4), ppi(4) manual pages.


# 1.691 03-May-2004 kanaoka

Add vald(4) manual page.


# 1.690 03-May-2004 kochi

specify obsolete for old spic(4)


# 1.689 03-May-2004 kochi

Move spic.4 from man4 to man4.i386.


# 1.688 29-Apr-2004 jonathan

Make new hifn(4) and ubsec(4) manual pages visible to system, after
review, proofing, and bug-fixing by Thomas Klausner (wiz):
1. add hifn(40 and ubsec(4) to share/man/man4/Makefile and the distrib set lists.
2. Restore commented-out cross-references to hifn(40 and ubsec(4) in crypto(4).

No change made to hifn.4 or ubsec.4; commit forced for cross-reference
and for pullup-request purposes.


# 1.687 28-Apr-2004 wiz

Add crypto(4). Noted by Hisashi T Fujinaka.


# 1.686 28-Apr-2004 lukem

correct the setname for cat8/verify.0


# 1.685 27-Apr-2004 heas

The cat8 (pre-formatted) version of verify(8) should have a suffix of .0
instead of .8.

Noted by Hisashi T Fujinaka.


# 1.684 27-Apr-2004 heas

Updates for Postfix 2.1.0


# 1.683 27-Apr-2004 jonathan

Add cat4, man4 entries for fast_ipsec(4).


# 1.682 04-Apr-2004 uwe

Add intro(4) and j6x0lcd(4) for hpcsh.


# 1.681 04-Apr-2004 mrg

install ippool(5) manual as well. from peter postma in PR#25053.


# 1.680 03-Apr-2004 uwe

Descend into man8.hpcsh.
Add boot(8) for hpcsh to lists.


# 1.679 03-Apr-2004 uwe

Add hpcboot(8).


# 1.678 03-Apr-2004 uwe

Add kloader(4).


# 1.677 01-Apr-2004 christos

unobsolete which.


# 1.676 01-Apr-2004 martin

/usr/bin/which is gone.


# 1.675 31-Mar-2004 mrg

cat pages end in .0 not .n, noted by skrueger and europe dot com


# 1.674 31-Mar-2004 mrg

add a sparc64 intro(4).


# 1.673 31-Mar-2004 mrg

copy over several sparc* man pages from openbsd.


Revision tags: netbsd-2-0-base
# 1.672 28-Mar-2004 martti

branches: 1.672.2;
Added ippool


# 1.671 27-Mar-2004 uwe

Add shb(4).


# 1.670 26-Mar-2004 mrg

switch over to mrg gzip.


# 1.669 24-Mar-2004 fair

Add man page link from talkd.8 to ntalkd.8 per PR 13433

We should probably rename all of this back to talkd. XXX


# 1.668 22-Mar-2004 groo

Actually install the new man pages.


# 1.667 20-Mar-2004 bjh21

iomdkbc(4), rpckbd(4).


# 1.666 18-Mar-2004 ragge

Add dge manpage.


# 1.665 17-Mar-2004 scw

Add keyword 'gdb' to files built with MKGDB!=no.


# 1.664 13-Mar-2004 bjh21

Obsolete busmouse(4), opms(4), and wsqms(4) on acorn32.


# 1.663 01-Mar-2004 perry

add ath


# 1.662 23-Feb-2004 perry

if you add the man8/ files, you have to add the cat8/ files, too.


# 1.661 23-Feb-2004 reinoud

Add NetBSD/acorn32 boot manpage to distribution list


# 1.660 08-Feb-2004 sekiya

Add new sgimips manpages. From Steve Rumble.


# 1.659 07-Feb-2004 itohy

Add locate.conf(5).


# 1.658 30-Jan-2004 christos

move sticky from section 8 to section 7 where it belongs.


# 1.657 30-Jan-2004 lukem

Add ./etc/mtree/set.<setname> entry for each set.


# 1.656 25-Jan-2004 bjh21

Obsolete beep(4).


# 1.655 20-Jan-2004 rearnsha

Add intro(4) for evbarm.


# 1.654 12-Jan-2004 lukem

Support MKUUCP=no.
Fix the syspkgs for cu (now in uucp) and tip (now in util)


# 1.653 11-Jan-2004 lukem

Support MKDOC=no MKINFO=no MKNLS=no


# 1.652 11-Jan-2004 hannken

Update the file system snapshot driver:
- Document the kernel thread.
- Rename some functions and variables.
- Return EROFS where appropriate.
- Use shifts instead of 64-bit divide.
- Use a simple_lock to make it MP-safe.
- Add M_CANFAIL to malloc to avoid panic on large cluster size.
- Allow sparse file for backing store and use VOP_BALLOC() to allocate
space. Default size of backing store is the size of the file system.


# 1.651 11-Jan-2004 lukem

Add support for:
MKCATPAGES=no
MKMAN=no
MKMANZ=yes

Add ".man" (from "man") and ".cat" (from "catpages") to indicate files
that will automatically be treated as having a ".gz" extension if
MKMANZ != no. (This simplifies the MKMANZ!=no support...)


# 1.650 11-Jan-2004 lukem

reformat whitespace


# 1.649 11-Jan-2004 lukem

support MKBFD=no


# 1.648 07-Jan-2004 wiz

Add usbtask(4).


# 1.647 07-Jan-2004 wiz

Add cobalt/boot(8).


# 1.646 04-Jan-2004 lukem

support MKCVS=no


# 1.645 04-Jan-2004 lukem

Support MKCRYPTO=no


# 1.644 03-Jan-2004 lukem

Support MKSKEY=no.


# 1.643 03-Jan-2004 lukem

support MKYP=no


# 1.642 03-Jan-2004 lukem

support MKHESIOD=no


# 1.641 03-Jan-2004 lukem

support MKPOSTFIX=no


# 1.640 03-Jan-2004 lukem

support MKSENDMAIL=no (with "sendmail" keyword)


# 1.639 31-Dec-2003 bjh21

Add vidcaudio(4).


# 1.638 29-Dec-2003 lukem

Significant overhaul of how the sets are used:

* Add an optional third field to the sets file which is a list of
comma separated keywords that control if the line is printed.
Currently supported keywords
kerberos4 ${MKKERBEROS4} != no
kerberos ${MKKERBEROS} != no
lint ${MKLINT} != no
obsolete ${obsolete} != 0.
In this case, non obsolete files are not printed.
(This will allow future support for builds with variables such as
MKHESIOD and MKYP set to "no".)

* Use sh(1)'s getopts where appropriate, and otherwise cleanup the
various scripts.

* Move defaults for sets.subr from sets.defaults into sets.subr.
Move replicated code for determining stuff such as shlibs type
from various scripts into sets.subr.

* Merge the obsolete.*, krb.*, krb4.* and lint.* into the appropriate
main lists with the relevant third field keyword(s).


# 1.637 21-Dec-2003 agc

Add bpm and its manual page.


# 1.636 15-Dec-2003 lonewolf

Add haltwo(4) and newport(4) manpages.


# 1.635 14-Dec-2003 thorpej

Add artsata(4).


# 1.634 14-Dec-2003 thorpej

Add satalink(4).


# 1.633 11-Dec-2003 dyoung

Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)
and without Kerberos 4 & 5 (MKKERBEROS=no). Previously checkflist
complained of missing files.

* move kerberos- and kerberos 4-only files into new flists,
distrib/sets/lists/*/krb.*

* make the flist generators grok MKKERBEROS{,4} variables

* fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no.
9 out of 10 experts agree that it is ludicrous to build w/
KERBEROS4 and w/o KERBEROS5.

* fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no.

* omit some Kerberos-only subdirectories from the build as
MKKERBEROS{,4} indicate

(I acknowledge the sentiment that flists are the wrong way to go,
and that the makefiles should produce the metalog directly. That
sounds to me like the right way to go, but I am not prepared to do
revamp all the makefiles. While my approach is expedient, it fits
painlessly within the current build architecture until we are
delivered from flist purgatory, and it does not postpone our
delivery. Fair enough?)


# 1.632 10-Dec-2003 hannken

The file system snapshot pseudo driver.

Uses a hook in spec_strategy() to save data written from a mounted
file system to its block device and a hook in dounmount().

Not enabled by default in any kernel config.

Approved by: Frank van der Linden <fvdl@netbsd.org>


# 1.631 05-Dec-2003 simonb

Add sntp and its man pages.


# 1.630 25-Nov-2003 dyoung

Finer-grained syspkgs to save space on tiny systems: move
calendar(1)-related and RPC-related files to their own packages.
Move the termcap(5) database to its own package, also.


# 1.629 24-Nov-2003 wiz

Remove apci(4) and dca(4) man pages (hp300).
The drivers have been replaced by MI ones.
tsutsui@ agrees.


# 1.628 10-Nov-2003 augustss

Add boot(8) for pmppc.


# 1.627 05-Nov-2003 uwe

Descend into man4.hpcsh.
Install adc(4) and j6x0tp(4) manual pages.


# 1.626 01-Nov-2003 abs

Add share/{cat/cat,man/man}4/stpcide, sort


# 1.625 30-Oct-2003 wiz

Add sab(4) and sabtty(4) for sparc64.


# 1.624 25-Oct-2003 mycroft

MAKEDEV/makedev fallout.


# 1.623 25-Oct-2003 lukem

add sparc64's ofwboot(8)


# 1.622 24-Oct-2003 jdolecek

add makedev(8)


# 1.621 24-Oct-2003 jdolecek

switch to unified MAKEDEV(8) - the manpage now contains list of
all devices for all platforms


# 1.620 20-Oct-2003 mbw

Add new macppc boot(8) man page. Fixes PR port-macppc/21372.


# 1.619 19-Oct-2003 wiz

Add MAKEDEV(8) for ibmnws.


# 1.618 14-Oct-2003 wiz

Move siginfo(5) and ucontext(5) to siginfo(2) and ucontext(2) resp.,
and fix references.
Per a discussion on source-changes around Sep 14 2003.


# 1.617 10-Oct-2003 agc

Comment out man4/vinum.4 and cat4/vinum.0 until they arrive in the
source tree.


# 1.616 10-Oct-2003 grog

Add Vinum.


# 1.615 08-Oct-2003 bouyer

Add man pages for per-chip pciide drivers.


# 1.614 08-Oct-2003 bouyer

Add ata(4) atabus(4)


# 1.613 05-Oct-2003 chuck

add in the missing bits of evbsh5 section 8 makedev so that checkflist
(and thus build.sh) works again.


# 1.612 04-Oct-2003 jdolecek

add basic grf(4) manpage, mainly just with explanation
what is each grf* device mapped to and with crossrefs to the
actual underlying device manpages


# 1.611 04-Oct-2003 jdolecek

add evbsh5 MAKEDEV(8) to lists


# 1.610 28-Sep-2003 wiz

Add man page for bce(4), and xref it from bge(4).


# 1.609 26-Sep-2003 mbw

mac68k and macppc man page addition/obsoletion:
- man4.mac68k/adb.4
+ adb.4
+ akbd.4
+ ams.4
- man4.mac68k/mc.4
- man4.macppc/mc.4
+ man4.macppc/obio.4
+ mc.4


# 1.608 26-Sep-2003 mycroft

Sync.


# 1.607 25-Sep-2003 pooka

add iavc and isdncapi


# 1.606 12-Sep-2003 christos

add siginfo.0


# 1.605 10-Sep-2003 christos

Add siginfo man page.


# 1.604 06-Sep-2003 wiz

Add aica(4).


# 1.603 04-Sep-2003 dan

build atw(4)


# 1.602 03-Sep-2003 he

Add pkg_view and linkfarm binaries and man pages.


# 1.601 02-Sep-2003 mrg

don't install iostream.info anymore - it goes away with GCC3.


# 1.600 31-Aug-2003 wiz

Add qt(4).


# 1.599 30-Aug-2003 jdolecek

add sk(4) manpage, adapted from OpenBSD by Stephen Degler

followup to PR kern/22511


# 1.598 22-Aug-2003 itojun

manpage for udav*


# 1.597 01-Aug-2003 tsutsui

Add spc(4), and remove hp300 oscsi(4).


# 1.596 25-Jul-2003 perry

add entries for openssl_CA.pl.1 man page.
Maybe I'll finally be able to build the world now.


# 1.595 16-Jul-2003 dsl

Move mbr(8) and bootselect(8) into i386 subdir (source moved from sbin/fdisk
to src/share/man/man8/man8.i386)


# 1.594 09-Jul-2003 wiz

Remove installboot/i386(8) man page too, and add it and the catted version
to the obsolete list.


# 1.593 09-Jul-2003 dsl

Remove i386/installboot(8)


# 1.592 05-Jul-2003 jdolecek

add Dreamcast intro(4) and boot(8)


# 1.591 05-Jul-2003 nonaka

add the txp(4) manual pages.


# 1.590 04-Jul-2003 agc

add the locale(1) manual pages.


# 1.589 04-Jul-2003 tshiozak

add manpage for iconv(1).


# 1.588 01-Jul-2003 wiz

Actually, mdoc(7) is not obsolete. Reinstate it.


# 1.587 30-Jun-2003 wiz

Update for groff-1.19.


# 1.586 05-Jun-2003 jwise

Two kerberos admin-related man pages got put in comp. move them.


# 1.585 02-Jun-2003 grant

add cec, cs80bus and gpib man pages (hi, gmcgarry)


# 1.584 01-Jun-2003 uwe

Add igsfb(4).


# 1.583 15-May-2003 wiz

Remove i386/busmouse(4); it's not supported on i386 any more.


# 1.582 15-May-2003 wiz

Remove last traces of obsolete olms and omms drivers.
Ok'd by drochner and fvdl.


# 1.581 15-May-2003 wiz

Remove opms(4). Addresses PR 21578 by Felix Geller.


# 1.580 11-May-2003 ragge

Obsolete kvm_mkdb.[08]


# 1.579 07-May-2003 takemura

Added man page, hpcmips/boot.8. PR #21371.


# 1.578 03-May-2003 he

Add the recently added zs(4) and zsc(4) links (hi, Erik!).


# 1.577 01-May-2003 briggs

Add amr.[04].


# 1.576 01-May-2003 he

Add the sgimips intro(4) manual page.


# 1.575 30-Apr-2003 martin

Add sparc64/boot(8)


# 1.574 30-Apr-2003 wiz

Add some arc and cobalt man(4) pages.


# 1.573 29-Apr-2003 fredette

Added a SYNOPSIS section, added content about boot device
selection, and added the man page to the set lists.


# 1.572 29-Apr-2003 augustss

Add new man pages (and rename one).


# 1.571 29-Apr-2003 bjh21

Add i386/cons(4) and opms(4).


# 1.570 27-Apr-2003 wiz

Sort (after x86_64 -> amd64)


# 1.569 27-Apr-2003 fvdl

x86_64 -> amd64


# 1.568 23-Apr-2003 wiz

Add pmppc/intro(4).


# 1.567 19-Apr-2003 bjh21

Line up columns.


# 1.566 18-Apr-2003 thorpej

Add ./usr/share/man/cat4/acorn32/asc.0


# 1.565 18-Apr-2003 wiz

acorn32-kmem(4) now exists.


# 1.564 18-Apr-2003 gmcgarry

arm32 -> acorn32 fallout


# 1.563 18-Apr-2003 thorpej

Add powerd(8).


# 1.562 17-Apr-2003 tron

Forgot "./usr/share/man/cat8/wizd.0" in last commit.


# 1.561 17-Apr-2003 tron

Add manual page for wizd(8).


# 1.560 17-Apr-2003 bjh21

Add acorn32 busmouse(4), opms(4), qms(4), and wsqms(4).


# 1.559 17-Apr-2003 wiz

Reflect moves of man4.arm32 man pages; sort.


# 1.558 16-Apr-2003 thorpej

Add mpt(4).


# 1.557 15-Apr-2003 jdolecek

add POSIX.2 patchchk(1) utility - check pathnames
from FreeBSD via Jonathan Perkin
fixes PR standards/11198 by Ben Harris


# 1.556 06-Apr-2003 tsutsui

Add oosiop(4) man pages.


# 1.555 24-Mar-2003 perry

checkflist says vax/rx.? is gone and vax/rf.? is now there.
change it to fix the build.


# 1.554 24-Mar-2003 atatat

Adjust sets lists to account for new sendmail machinery.


# 1.553 20-Mar-2003 wiz

Add pxeboot(8).


# 1.552 09-Mar-2003 he

Add entries related to the new Postfix program called ``proxymap''.


# 1.551 04-Mar-2003 jmmv

Add the wsmoused.conf(5) manpage.


# 1.550 24-Feb-2003 wiz

Obsolete arm32 specific wd(4) man page.


# 1.549 18-Feb-2003 jdolecek

add mount_smbfs(8)


# 1.548 17-Feb-2003 wiz

Add setuid(7).


# 1.547 16-Feb-2003 augustss

Add uax(4).


# 1.546 12-Feb-2003 gmcgarry

Add nls(7)


# 1.545 09-Feb-2003 tron

Add manual page for Broadcom BCM570x family Gigabit Ethernet driver.


# 1.544 27-Jan-2003 wiz

Build and install gzip.info.


# 1.543 23-Jan-2003 kleink

Move gcore(1) to comp, alongside gdb(1) and friends.


# 1.542 23-Jan-2003 christos

add gcore.


# 1.541 22-Jan-2003 grant

add usr/bin/progress and man pages (hi, jhawk!).


# 1.540 21-Jan-2003 wiz

Add ucontext(5).


# 1.539 05-Jan-2003 jmcneill

Add acpitz


Revision tags: fvdl_fs64_base
# 1.538 23-Dec-2002 pooka

add {crime,mace}.{0,4}


# 1.537 21-Dec-2002 lukem

add sunlabel


# 1.536 16-Dec-2002 wiz

Add utmp_update(8) man page.


# 1.535 11-Dec-2002 lukem

add db(1)


# 1.534 09-Dec-2002 scw

The walnut port has been subsumed by the new evbppc port.


# 1.533 08-Dec-2002 perry

add qsubst


# 1.532 01-Dec-2002 isaki

Add bmd(4) for x68k.


# 1.531 30-Nov-2002 jdolecek

add afterboot(8) manpage - things to check after the first complete boot

adapted from OpenBSD by Julio Merino in PR misc/16745, with some further
changes by me


# 1.530 29-Nov-2002 martin

Add the sparc/bpp man page.


# 1.529 23-Nov-2002 blymn

Renamed verified exec fingerprint loader


# 1.528 17-Nov-2002 itohy

Add {cat,man}4/dreamcast/*


# 1.527 11-Nov-2002 wiz

Add mtd(4).


# 1.526 30-Oct-2002 agc

Add a missing /usr/share/man/cat4/veriexec.0 as well


# 1.525 30-Oct-2002 blymn

Add verified exec man pages.


# 1.524 17-Oct-2002 lukem

obsolete usr/share/info/tar.info


# 1.523 14-Oct-2002 takemura

Enabled apm command device node for hpcmips and put apm.8 and zzz.8 man pages
into mi directory.


# 1.522 10-Oct-2002 itojun

switch to GNU tar 1.13.25 with security fixes.


# 1.521 08-Oct-2002 augustss

Add ubsa(4).


# 1.520 05-Oct-2002 grant

sync with reality: add cgdvar.h and cgd/cgdconfig man pages.
(hi Roland!)


# 1.519 02-Oct-2002 grant

sync with reality: add pwhash.1 (missed in last commit).


# 1.518 01-Oct-2002 provos

add pwhash to sets


# 1.517 27-Sep-2002 wiz

Add documentation for utmpx and some related functions.
Thanks for some explanations to christos, and for some STANDARDS hints
to Klaus Klein.


# 1.516 25-Sep-2002 wiz

Add auto-generated MAKEDEV(8) for ofppc.


# 1.515 24-Sep-2002 pooka

add iwic man page


# 1.514 13-Sep-2002 ad

Add entries for zx(4) manpage.


# 1.513 10-Sep-2002 joda

kf/kfd has gone


# 1.512 01-Sep-2002 atatat

Add pmap to the sets lists


# 1.511 27-Aug-2002 takemura

Added touch panel calibration utility.


# 1.510 13-Aug-2002 wiz

Add elansc(4). Noted in misc/17925 by FUKAUMI Naoki.


# 1.509 11-Aug-2002 soren

slhci(4)


# 1.508 07-Aug-2002 tron

Add manual page for nsclpcsio(4).


# 1.507 03-Aug-2002 itojun

typo. PR 17824


# 1.506 02-Aug-2002 thorpej

Add evbarm/iopwdog(4) manual page.


# 1.505 02-Aug-2002 thorpej

Add evbarm/iopaau(4) manual page.


# 1.504 02-Aug-2002 thorpej

Add dmoverio(4) manual page.


# 1.503 10-Jul-2002 agc

Sync with reality


# 1.502 10-Jul-2002 agc

Fix a typo


# 1.501 09-Jul-2002 wiz

Add man page for gem(4). OK'd by eeh.


# 1.500 09-Jul-2002 jdolecek

Put grfconfig(8) manpage to amiga subdir, since it's amiga-only tool.
Adresses part of bin/8733 by Danny Thomas.


# 1.499 09-Jul-2002 dbj

get pdisk compiling on macppc and mac68k


# 1.498 28-Jun-2002 grant

remove installboot(8) for alpha, sparc, sparc64, sun3 and vax, as they
do not install /usr/mdec/installboot anymore.


# 1.497 27-Jun-2002 christos

wsmoused additions.


# 1.496 27-Jun-2002 christos

add systrace pages I forgot before.


# 1.495 24-Jun-2002 itojun

sync with openssh 3.3.
local mods included to make it compile with openssl 0.9.6d.


# 1.494 19-Jun-2002 itojun

preliminary manpage for netdock(4). hope to update with more info.


# 1.493 19-Jun-2002 wiz

Add MAKEDEV(8) for x86_64.


# 1.492 18-Jun-2002 wiz

Add MAKEDEV(8) for cesfic, evbmips, hp700, hpcarm, and sbmips.


# 1.491 18-Jun-2002 christos

add systrace


# 1.490 18-Jun-2002 enami

Add brief manpage for amdpm(4).


# 1.489 11-Jun-2002 grant

add ccd.conf(5)


# 1.488 09-Jun-2002 itojun

retire greconfig(8) - you can use ifconfig(8) for everything it can do.


# 1.487 06-Jun-2002 thorpej

mopa.out is renamed to mopcopy.


# 1.486 06-Jun-2002 simonb

Add man8/pppdump.8; the catman page was already there.


# 1.485 06-Jun-2002 simonb

Add mscdlabel.


# 1.484 02-Jun-2002 jmcneill

Add documentation for mixerctl.conf(5)


# 1.483 01-Jun-2002 grant

add usermgmt.conf (5)


# 1.482 31-May-2002 wiz

Add pmppc man page directories and man pages.


# 1.481 29-May-2002 christos

add pppdump


# 1.480 27-May-2002 wiz

Add gspa(8).


# 1.479 26-May-2002 wiz

Add some alpha man pages (were LINKS, now MLINKS... checkflist only
found them now).


Revision tags: netbsd-1-6-base
# 1.478 21-May-2002 wiz

branches: 1.478.2;
Add man pages for bm(4), gm(4), and mc(4). Some helpful
information provided by Michael Wolfson and various people on port-macppc.


# 1.477 20-May-2002 jwise

Separate various parts of sushi(8) from the *-sysutil-* packages into new
*-sushi-* packages.

Suggested by Allen Barret in PR misc/16900:

>$ grep base-sysutil distrib/sets/lists/base/mi | grep sushi | wc -l
> 288
>$ grep base-sysutil distrib/sets/lists/base/mi | grep -v sushi | wc -l
> 136
>
>In a future where syspkgs are useful, it seems likely that some
>people will want to avoid installing sushi, while others will want to
>be able to upgrade sushi without upgrading the entire system. Several
>small subsystems, including cron and lpr, have their own syspkg sets,
>and it seems reasonable to do the same for the sushi subsystem.


# 1.476 19-May-2002 pooka

add sgimips hpc, gio, and imc cat/man pages


# 1.475 03-May-2002 lukem

obsolete alpha installboot.old and bootxx{,.old}


# 1.474 27-Apr-2002 atatat

Add stat(1) to sets lists


# 1.473 26-Apr-2002 ad

Add a driver for Adaptec FSA RAID controllers, as often found in Dell
servers. Based on the FreeBSD/OpenBSD versions.


# 1.472 23-Apr-2002 bouyer

Add esiop(4)


# 1.471 23-Apr-2002 augustss

Fix some (old) typos: s/catman/man/


# 1.470 23-Apr-2002 augustss

Add acpi man pages.


# 1.469 22-Apr-2002 ad

Add icpsp.


# 1.468 22-Apr-2002 ad

Add a driver for ICP-Vortex GDT and Intel Storage RAID controllers. Parts
taken from OpenBSD. Test hardware kindly provided by Intel. This still needs
management bits, and doesn't support older controllers, but that shouldn't
be hard to fix.


# 1.467 19-Apr-2002 wiz

Fix setlist name typo. install/16406 by Hiroyuki Bessho.


# 1.466 18-Apr-2002 wiz

Remove opms(4) and its device, /dev/pms0, from the i386 port, because
it has been obsoleted by pms(4).

Reviewed by fvdl and christos.


# 1.465 07-Apr-2002 wiz

Add cat8/man8/html8 incl. contents for algor, cats, evbsh3, mvmeppc,
playstation2, shark; for arm32, remove and add to obsolete lists.


# 1.464 04-Apr-2002 lukem

add usr/sbin/installboot and man page


# 1.463 04-Apr-2002 lukem

remove pmax specific installboot(8)


# 1.462 02-Apr-2002 augustss

Add urlphy.


# 1.461 29-Mar-2002 martin

Add sparc/nell man page.


# 1.460 29-Mar-2002 itojun

add url(4).


# 1.459 28-Mar-2002 thorpej

Add wm(4) manual page.


# 1.458 25-Mar-2002 martin

Add ifpci.4, sort.


# 1.457 24-Mar-2002 bjh21

Update set lists for arm26 -> acorn26 transition.
Obsolete lists for arm26 have been carried over to acorn26.


# 1.456 23-Mar-2002 shin

fix pasto.


# 1.455 22-Mar-2002 martti

Added etcupdate


# 1.454 19-Mar-2002 augustss

Add uvscom(4).


# 1.453 17-Mar-2002 wiz

Add audiocs, ebus catted man pages.


# 1.452 16-Mar-2002 martin

ISDN devices renamed, sort, add missing third column for nqmgr.


# 1.451 14-Mar-2002 uwe

Add audiocs(4) and ebus(4).


# 1.450 05-Mar-2002 wiz

Remove g711conv (hi martin!)


# 1.449 04-Mar-2002 sommerfeld

The "gif*" tunnelling interface does everything ipip does.
Move usage example from ipip.4 to gif.4
Excise ipip and stitch up the scars.


# 1.448 01-Mar-2002 ad

Add entries for pkill & pgrep.


# 1.447 25-Feb-2002 lukem

add rc.subr(8)


# 1.446 12-Feb-2002 thorpej

Add some missing postfix manpages.


# 1.445 06-Feb-2002 jdolecek

Move the joy(4) manpage to MI location, too - it's not i386-only.
Pointed out by Thomas Klausner, thanks :)


# 1.444 24-Jan-2002 martti

Added ipf6.conf


# 1.443 09-Jan-2002 thorpej

Add dkctl.


# 1.442 06-Jan-2002 augustss

Add esa(4).


# 1.441 06-Jan-2002 mrg

add a simple binstall(8). hi wiz!


# 1.440 04-Jan-2002 bjh21

BBBB(8) is obsolete.


# 1.439 03-Jan-2002 augustss

Add ustir(4).


# 1.438 02-Jan-2002 augustss

Add udsbr(4).


# 1.437 01-Jan-2002 augustss

Add various radio stuff.


# 1.436 28-Dec-2001 augustss

Add uhidev(4).


# 1.435 21-Dec-2001 jwise

Move cu {cat,}man pages from man-uucp-man and man-uucp-catman to
man-util-man and man-util-catman, as uucp has moved from base-uucp-bin
to base-util-bin.


# 1.434 18-Dec-2001 mbw

Whoops, forgot to include the new compat_hpux.8 in the set lists


# 1.433 17-Dec-2001 wiz

dbsym(8) is now USE_NEW_TOOLCHAIN-specific.


# 1.432 17-Dec-2001 wiz

Add irda(8).


# 1.431 12-Dec-2001 augustss

Add uirda(4).


# 1.430 10-Dec-2001 martin

Add pppoe(4).


# 1.429 08-Dec-2001 gmcgarry

Add rtc(4)


# 1.428 05-Dec-2001 augustss

Add irdaattach(8).


# 1.427 04-Dec-2001 minoura

Add some missing manpages.
Sort.


# 1.426 03-Dec-2001 augustss

Add irframetty(4).


# 1.425 02-Dec-2001 augustss

Add cir(4), irframe(4), and oboe(4).


# 1.424 02-Dec-2001 wiz

Add MAKEDEV(8) for acorn32 and necessary directories.


# 1.423 19-Nov-2001 martin

Add ifwatchd.


# 1.422 18-Nov-2001 augustss

Add autri(4).


# 1.421 16-Nov-2001 augustss

Add ehci(4).


# 1.420 10-Nov-2001 wiz

Add MAKEDEV(8) for evbarm and the necessary dirs.


# 1.419 10-Nov-2001 gmcgarry

Add compile_et(1) manpage. Placed in category 'krb5' since compile_et
is specified as such, but it isn't necessarily specific to krb5.


# 1.418 08-Nov-2001 jmc

Add trm.4 and makefs.8


# 1.417 31-Oct-2001 skrll

Add a man page for ld.elf_so.


# 1.416 29-Oct-2001 augustss

Add moused.


# 1.415 27-Oct-2001 jmc

Add clockctl.0


# 1.414 20-Oct-2001 manu

Added clockctl(4)


# 1.413 20-Oct-2001 jmc

Change structure and pull all new toolchain bits which didn't exist before
into tc.mi and move old bits which no longer exist into tc.old as needed.


# 1.412 18-Oct-2001 jdolecek

Add emuxki manpage


# 1.411 13-Oct-2001 augustss

Add wsmuxctl.


# 1.410 29-Sep-2001 augustss

Add esl driver.


# 1.409 22-Sep-2001 ad

Add manual page for dpti.


# 1.408 21-Sep-2001 wiz

oops, fix typo in last


# 1.407 21-Sep-2001 wiz

add rasterconsole(4)


# 1.406 21-Sep-2001 ad

Tweak tc fb manual pages.


# 1.405 21-Sep-2001 gmcgarry

Update for alpha and pmax overhaul.


# 1.404 14-Sep-2001 enami

Add pcictl(8).


# 1.403 13-Sep-2001 enami

Sync wi/ reality.


# 1.402 12-Sep-2001 jmc

Fix typo's on hp300 cat4 list


# 1.401 11-Sep-2001 bjh21

Add eca(4).


# 1.400 11-Sep-2001 gmcgarry

Update for HP300 manpage changes. Also resorted.


# 1.399 10-Sep-2001 gmcgarry

Add agp(4).


# 1.398 27-Aug-2001 thorpej

Add pcn(4) manual page.


# 1.397 25-Aug-2001 thorpej

Add amhphy(4).


# 1.396 25-Aug-2001 thorpej

Add pnaphy(4).


# 1.395 24-Aug-2001 thorpej

Add acphy(4).


# 1.394 23-Aug-2001 wiz

Add MAKEDEV(8) for netwinder, and the necessary directories.


# 1.393 18-Aug-2001 wiz

Add ofwboot(8) for macppc.


# 1.392 17-Aug-2001 thorpej

Add bridge(4) and brconfig(8) manual pages.


# 1.391 17-Aug-2001 wiz

Add new sun2 man(4) pages.


# 1.390 03-Aug-2001 drochner

dhcp installs omshell now


# 1.389 30-Jul-2001 ad

Add a driver for Mylex AcceleRAID and eXtremeRAID controllers with v6
firmware. Based off the FreeBSD driver, and re-worked by tls, erh and I.


# 1.388 29-Jul-2001 scw

Add mvme68k's memc(4).


# 1.387 28-Jul-2001 bjh21

Add boot26(8).


# 1.386 25-Jul-2001 assar

add new texinfo man pages


# 1.385 25-Jul-2001 thorpej

Add makphy(4).


# 1.384 25-Jul-2001 thorpej

Add dmphy(4).


# 1.383 25-Jul-2001 thorpej

Add bmtphy(4).


# 1.382 25-Jul-2001 thorpej

Add glxtphy(4).


# 1.381 25-Jul-2001 thorpej

Add gentbi(4).


# 1.380 25-Jul-2001 thorpej

Add stge(4).


# 1.379 15-Jul-2001 wiz

add cat4/sc.0


# 1.378 09-Jul-2001 wiz

Since ncr(4) isn't in-tree anymore, dump its man page too.


# 1.377 02-Jul-2001 hubertf

add i386/io manpage


# 1.376 02-Jul-2001 fredette

Add sc(4).


# 1.375 01-Jul-2001 gmcgarry

In-kernel device configuration manager - allows modification
of device locators at run-time.

Written by Mats O Jansson <moj@stacken.kth.se>. Reworked by
Jun-ichiro itojun Hagino <itojun@netbsd.org>.


# 1.374 27-Jun-2001 wiz

Add compat_svr4_32(8).


# 1.373 27-Jun-2001 itojun

sync with openssh upgrade (primes.5 -> moduli.5). PR 13327


# 1.372 21-Jun-2001 assar

add netbsd32(8)


# 1.371 19-Jun-2001 thorpej

Add ste(4).


# 1.370 18-Jun-2001 thorpej

Add sf(4) manual page.


# 1.369 15-Jun-2001 veego

It is ./usr/share/man/man8/walnut/{MAKEDEV,makedev}.8 and NOT
./usr/share/man/man8/walnut/{MAKEDEV,makedev}.0


# 1.368 15-Jun-2001 wiz

add primes(5)


# 1.367 13-Jun-2001 bjh21

Add hcide(4).


# 1.366 13-Jun-2001 simonb

Add support files for the Walnut.


# 1.365 09-Jun-2001 bjh21

dtide(4) is now MI.


# 1.364 08-Jun-2001 wiz

Add new MAKEDEV(8)s.


# 1.363 07-Jun-2001 mrg

add compat_netbsd32(8)


# 1.362 04-Jun-2001 wiz

add sbus(4)


# 1.361 04-Jun-2001 tsutsui

Add iha(4).


# 1.360 03-Jun-2001 itojun

remove usr.sbin/mtrace6. sort.


# 1.359 02-Jun-2001 itojun

remove pim6[sd]d from the tree. the software had a restrictive license
than we can handle. hope to re-enable it as pkgsrc, or to re-enable it
into basesrc if license updates.


# 1.358 01-Jun-2001 thorpej

Add brgphy(4).


# 1.357 31-May-2001 thorpej

Add nsphyter(4) and gphyter(4).


# 1.356 27-May-2001 wiz

add MAKEDEV(8) for dreamcast


# 1.355 26-May-2001 wiz

Add some kerberos man pages (XXX: in set man-krb5-man for now, even though
they are krb4).


# 1.354 22-May-2001 fredette

sunndd has been renamed ndbootd.


# 1.353 18-May-2001 thorpej

Add sip(4) and gsip(4) manual pages.


# 1.352 17-May-2001 fredette

Added entries for sunndd.


# 1.351 12-May-2001 tsutsui

Add osiop(4).


# 1.350 09-May-2001 he

Add a minimal manual page for the macppc awacs device driver.


# 1.349 07-May-2001 martin

Add pppoectl entries.


# 1.348 06-May-2001 wiz

vmstat(8) -> vmstat(1).


# 1.347 06-May-2001 wiz

Add ld.aout_so.1.


# 1.346 02-May-2001 minoura

Add vs(4).


# 1.345 20-Apr-2001 jdolecek

update lists for the com(4) manpage merge


# 1.344 19-Apr-2001 jdolecek

dasd(4) --> edc(4)


# 1.343 19-Apr-2001 jdolecek

add dasd(4), i386 ed(4)


# 1.342 16-Apr-2001 wiz

add MAKEDEV.8 for arm26 & macppc


# 1.341 13-Apr-2001 pooka

elf man page


# 1.340 12-Apr-2001 itojun

fix manpage paths to meet 0.9.6a. most of short names are escaped as
openssl_xx(1) or openssl_xx(3), as they are way too generic.


# 1.339 10-Apr-2001 bjh21

MI ea(4) and eb(4)


# 1.338 09-Apr-2001 wiz

macppc has autoconf.4 now, too!


# 1.337 09-Apr-2001 wiz

Rename i4bisp.4 to i4bisppp.4.


# 1.336 06-Apr-2001 wiz

add umct(4)


# 1.335 06-Apr-2001 wiz

Every man section begins with a single page:
Add share/man/{cat,man}4/macppc, and intro.{0,4} there.
Thanks to Tsubai Masanari for help in writing it.


# 1.334 05-Apr-2001 wiz

man/{cat,man}4/i386/ie.{0,4} is gone.


# 1.333 03-Apr-2001 jdolecek

build se(4) manpage and add it do distrib lists


# 1.332 03-Apr-2001 minoura

Duplicated entry (/usr/share/man/cat8/error.0).


# 1.331 30-Mar-2001 minoura

Add yds(4).


# 1.330 30-Mar-2001 kleink

Add hme(4).


# 1.329 28-Mar-2001 toddpw

Add man pages for ses(4) driver, and MD2Data(3) & friends.


# 1.328 20-Mar-2001 atatat

Add new cksum variants (md2, md4, rmd160, and sha1) to set lists.


# 1.327 18-Mar-2001 toddpw

Add man/cat pages for elmc.4 (3c523, MCA i82586 ethernet)


# 1.326 13-Mar-2001 itojun

upgrade in-tree postfix to release-20010228.


# 1.325 12-Mar-2001 wiz

Add man/cat8/atari/ahdilabel.0.


# 1.324 27-Feb-2001 leo

And yes, ahdilabel has a manpage too....


# 1.323 23-Feb-2001 hubertf

add ipsec.conf


# 1.322 07-Feb-2001 itojun

sync crypto/dist/ssh with re-importorted tree. try to minimize diffs
with openssh tree to ease future upgrade. re-do local changes, including:
- prototype pedants
- IgnoreRootRhosts
- login.conf user validation
some of the local changes that weren't used are omitted for now. we may
need to revisit those afterwards.

it adds "sftp".


# 1.321 06-Feb-2001 tron

Add forgotten "./usr/share/man/cat8/mlxctl.0".


# 1.320 04-Feb-2001 ad

Add a control utility for `mlx' devices. Derived from FreeBSD's `mlxcontrol'.


# 1.319 04-Feb-2001 ad

Add a driver for the Mylex DAC960 family (including DEC SWXCR).


# 1.318 02-Feb-2001 is

Initial Amiga wscons support by Jukka Andberg.


# 1.317 31-Jan-2001 augustss

Add umidi(4).


# 1.316 29-Jan-2001 dent

Fix typo.


# 1.315 28-Jan-2001 jwise

Finish adding pkg names to this file. That makes all non-X11 sets.

Systems Package build system will be imported next, X11 sets after that is
in and working.


# 1.314 28-Jan-2001 jwise

bootselect.0 got lost in last commit re-add.


# 1.313 28-Jan-2001 jwise

Section 9 man pages belong in comp. Catch a few stragglers.


# 1.312 28-Jan-2001 jwise

Another batch of pkg names.


# 1.311 28-Jan-2001 nathanw

Add isabeep(4).


# 1.310 26-Jan-2001 jwise

First big chunk of pkg names for this file.


# 1.309 25-Jan-2001 wiz

Add some dirs, libform headers and libs, esm man pages, isdn examples.


# 1.308 24-Jan-2001 jdolecek

build & install string2key manpage, too


# 1.307 23-Jan-2001 augustss

Add uplcom(4).


# 1.306 22-Jan-2001 augustss

Add clct(4)


# 1.305 14-Jan-2001 itojun

crypto/dist/ssh: resolve conflicts with 2.3.0/20010105.
usr.bin/ssh: add ssh-keyscan and sftp-server into SUBDIR.


# 1.304 13-Jan-2001 nonaka

add {cat,man}8/prep/MAKEDEV.?


# 1.303 11-Jan-2001 itojun

extend /etc/ifconfig.xxN, for comment lines (#) and shell script
fragment (!). inspired by openbsd /etc/hostname.xxN.


# 1.302 11-Jan-2001 augustss

Add uscanner(4).


# 1.301 08-Jan-2001 garbled

Add entires for the sushi manpage.


# 1.300 07-Jan-2001 martin

Add isdn userland utilities and their man pages.
Sort.


# 1.299 05-Jan-2001 martin

Add isdn kernel man pages.


# 1.298 02-Jan-2001 augustss

Add uyap.


# 1.297 30-Dec-2000 augustss

Add usbhidaction.


# 1.296 29-Dec-2000 itojun

visit usr.sbin/racoon in build process (if MKCRYPTO != no).


# 1.295 22-Dec-2000 itojun

populate citrus xpg4dl locale definitions into /usr/share.
if there are any mistakes, please report (i only speak English/Japanese).
currently, only singlebyte locales are usable.

TODO: enable multibyte handler in libc - there still are few design
discussions, but we are almost ready.


# 1.294 20-Dec-2000 bjh21

Add eh(4).


# 1.293 17-Dec-2000 thorpej

Add ALTQ-related manual pages.


# 1.292 14-Dec-2000 onoe

add an.4 and an.0


# 1.291 11-Dec-2000 ad

Add a basic control program for iop devices.


# 1.290 09-Dec-2000 bjh21

Add podulebus(4) and unixbp(4).


# 1.289 03-Dec-2000 minoura

Add peace(8) and compat_win32(8).


# 1.288 28-Nov-2000 thorpej

Add auich(4).


# 1.287 26-Nov-2000 ad

lsu -> ld, by popular request.


# 1.286 22-Nov-2000 bjh21

Add BBBB(8).


# 1.285 08-Nov-2000 ad

Add documentation for iop and iopsp drivers. XXX Needs more beef.


# 1.284 08-Nov-2000 wiz

add amd.conf.5


# 1.283 08-Nov-2000 wiz

Remove files/directories that are in more than one set from one of them.
Fixes PR 11138 by Jun-ichiro itojun Hagino.


# 1.282 08-Nov-2000 wiz

Install (lib)bzip2 info file, as requested by NAKAJIMA Yoshihiro in PR 7402.


# 1.281 05-Nov-2000 thorpej

Add neo(4).


# 1.280 04-Nov-2000 thorpej

Add pcweasel(4) and wdogctl(8).


# 1.279 02-Nov-2000 itojun

build framework for GNU gettext. will be overridden whenever
Todd's BSD licensed gettext implementation comes in.


# 1.278 25-Oct-2000 thorpej

Add pmc(1).


# 1.277 19-Oct-2000 ad

Match my recent man4 changes.


# 1.276 10-Oct-2000 itojun

add passwd(1) - merge mistake


# 1.275 05-Oct-2000 itojun

avoid conflicting manpage filenames (like err.3)


# 1.274 05-Oct-2000 tv

Obliterate "man/md_share". The difference is negligible relative to the
size of the man set, and with all architectures' man pages in "man", we
can now share both "man" and "misc" on all platforms (CD-ROM space saver).


# 1.273 04-Oct-2000 itojun

move ssl(4) to ssl(3). sorry for the mess.


# 1.272 04-Oct-2000 itojun

modify some chapters


# 1.271 04-Oct-2000 itojun

add manpages for libcrypto. still need to review contents.


# 1.270 28-Sep-2000 thorpej

Add ssh-related files.


# 1.269 28-Sep-2000 thorpej

Add vlan(4) pages.


# 1.268 23-Sep-2000 augustss

Add uscanner(4).


# 1.267 13-Sep-2000 hubertf

We now have a wscons.conf(5) manpage.


# 1.266 10-Sep-2000 joda

add kadmin, kadmind, kerberos, and kstash manpages


# 1.265 04-Sep-2000 christos

add cvs files.


# 1.264 09-Aug-2000 tv

Resort.


# 1.263 28-Jul-2000 wiz

add dty.[04], cat5/passwd.conf.0, and lint.[07]


# 1.262 26-Jul-2000 pk

Add mk48txx.4 & intersil7170.4


# 1.261 26-Jul-2000 augustss

Add ofisa(4).


# 1.260 24-Jul-2000 ad

Add ioat.{0,4}.


# 1.259 17-Jul-2000 minoura

Add compat_pecoff(8) manpage.


# 1.258 13-Jul-2000 thorpej

Add the bdes(1) related entries.


# 1.257 06-Jul-2000 ad

Add passwd.conf.5.


# 1.256 02-Jul-2000 assar

add man-pages for kf and kfd


# 1.255 30-Jun-2000 thorpej

gifconfig(8) is obsolete.


# 1.254 21-Jun-2000 thorpej

First sweep of fixing up set lists after crypto integration.


Revision tags: netbsd-1-5-base
# 1.253 20-Jun-2000 enami

branches: 1.253.2;
Sync with reality; netconfig.4 is moved to section 5. rpc.4 is removed.


# 1.252 20-Jun-2000 minoura

Sort.


# 1.251 12-Jun-2000 mycroft

Whee. Catchup time again.


# 1.250 07-Jun-2000 thorpej

Update for reality.


# 1.249 05-Jun-2000 gmcgarry

New driver for Xircom CreditCard PCMCIA Ethernet. Replaces xe driver which
didn't work. Renamed to avoid clash with next68k network driver.


# 1.248 28-May-2000 augustss

Add mca(4).


Revision tags: minoura-xpg4dl-base
# 1.247 18-May-2000 shin

branches: 1.247.2;
sync with reality.


# 1.246 17-May-2000 thorpej

Add cz(4).


# 1.245 15-May-2000 bouyer

Add siop(4)


# 1.244 10-May-2000 thorpej

Add viaenv and viapm manapges.


# 1.243 10-May-2000 thorpej

Add missing cat4/bktr.0


# 1.242 07-May-2000 wiz

add man page for bktr(4)


# 1.241 06-May-2000 augustss

Add pas(4) man page.


# 1.240 06-May-2000 mycroft

Sync (mostly).


# 1.239 03-May-2000 simonb

Remove ntptimeset.[08] - there is no man page for this program.
Noted by Johan Danielsson.


# 1.238 03-May-2000 augustss

Add entries for the new links.


# 1.237 03-May-2000 augustss

Reflect bba(4) move.


# 1.236 03-May-2000 veego

Add ipfs(8).


# 1.235 02-May-2000 simonb

Adjust sets for ntp4.
XXX: Obsolete sets still need to be fixed.


# 1.234 02-May-2000 augustss

Add mainbus(4).


# 1.233 01-May-2000 augustss

Add cms(4).


# 1.232 01-May-2000 thorpej

Add dhcp-eval(5).


# 1.231 30-Apr-2000 augustss

Add cmpci(4) man page.


# 1.230 29-Apr-2000 lukem

add rc.d.8 and rc.shutdown.8


# 1.229 27-Apr-2000 veego

Move the rl(4) manpage to the obsolete list and add rtk(4) to the mit list.


# 1.228 25-Apr-2000 hubertf

Implement a "poweroff" command which is equivalent to "halt -p",
but allows powering down the system from an exec(2) call, e.g. via
a user which has "poweroff" as login shell.

The command name is modeled after Solaris.


# 1.227 25-Apr-2000 mellon

Get rid of second instance of sysconfd and statmsg, previously missed.


# 1.226 24-Apr-2000 mellon

Remove obsolete DHCP-related files.


# 1.225 19-Apr-2000 itojun

add stf(4), for stf (6to4) pseudo interface.


# 1.224 17-Apr-2000 augustss

Add mandoc.


# 1.223 16-Apr-2000 perry

sync to reality.


# 1.222 15-Apr-2000 tsarna

Update sets and obsolete lists to reflect death of nfsiod


# 1.221 15-Apr-2000 augustss

Add uftdi(4) and urio(4).


# 1.220 09-Apr-2000 augustss

Add upl(4) man page.


# 1.219 31-Mar-2000 tsarna

Add auvia(4)


# 1.218 30-Mar-2000 augustss

Add uvisor(4).


# 1.217 18-Mar-2000 augustss

Add nca(4).


# 1.216 16-Mar-2000 ad

Add {ca,cac}.4.


# 1.215 14-Mar-2000 shin

sync with reality.


# 1.214 27-Feb-2000 groo

add lm.4 and envsys.4


# 1.213 26-Feb-2000 mycroft

Sync.


# 1.212 20-Feb-2000 mycroft

Move addr2line, size and strings to comp.


# 1.211 20-Feb-2000 mycroft

Move c++filt, gcov, nm, objdump, tsort, unifdef to comp.


# 1.210 12-Feb-2000 fair

add pcic.4 tcic.4 and pcmcom.4


# 1.209 12-Feb-2000 fair

add the links from le.4: bicc.4 depca.4 and nele.4


# 1.208 11-Feb-2000 fair

add new man pages from PR 7603:
adv.4 ai.4 ate.4 cs.4 ef.4 epic.4 fmv.4 ix.4 lmc.4


# 1.207 11-Feb-2000 fair

Add de.4


# 1.206 09-Feb-2000 drochner

added ti(4)


# 1.205 07-Feb-2000 bouyer

Add rl.4 and vr.4


# 1.204 04-Feb-2000 veego

Ups, s/ahw/adw/


# 1.203 04-Feb-2000 veego

Add adw.4 and remove ioat.4.
ioat.4 seems to be there but is not installed and the manpage needs some
changes to reflects the change from ioat66 -> ioat.


# 1.202 02-Feb-2000 he

Also install preformatted dpt(4) man page.


# 1.201 28-Jan-2000 itojun

add pim6sd: PIMv6 sparse mode daemon. (from KAME)


# 1.200 25-Jan-2000 augustss

Add ucom(4) man page.


# 1.199 24-Jan-2000 mcr

man page for ioat66 device


# 1.198 24-Jan-2000 ad

Install dpt(4).


# 1.197 24-Jan-2000 augustss

Add ray(4).


# 1.196 24-Jan-2000 mycroft

Sync.


# 1.195 23-Jan-2000 drochner

speaker(4) is MI


# 1.194 20-Jan-2000 wrstuden

Add overlay.h, mount_overlay, and mount_overlay.[08] to lists.


# 1.193 19-Jan-2000 itojun

add manpage, rip6query(8).


# 1.192 19-Jan-2000 mycroft

Sync.


# 1.191 16-Jan-2000 augustss

Add aue, cue, and kue man pages.


# 1.190 05-Jan-2000 chopps

add ntwoc man pages


# 1.189 24-Dec-1999 agc

Add userinfo(8) and groupinfo(8)


# 1.188 23-Dec-1999 abs

Fixes from Todd Whitesel


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.187 21-Dec-1999 fair

add gencat(1)


# 1.186 21-Dec-1999 fair

le.4 is now MI


# 1.185 20-Dec-1999 itojun

add ip6(4) and icmp6(4).


# 1.184 16-Dec-1999 lukem

add ftpchroot(5)


# 1.183 16-Dec-1999 lukem

add ftpusers(5)


# 1.182 15-Dec-1999 garbled

Fix manpage locations for apmd.8


# 1.181 12-Dec-1999 augustss

Update for latest man page additions.


# 1.180 10-Dec-1999 jlam

adduser, user*, group* manpages all go in man8/cat8, not man1/cat1


# 1.179 08-Dec-1999 ad

Add newsyslog.conf.5.


# 1.178 08-Dec-1999 soren

Add user(8) man pages.


# 1.177 08-Dec-1999 soren

Temporarily disable adduser.[08].


# 1.176 28-Nov-1999 veego

Add the manpages for dnskeygen(1), cardbus(4), mbe(4), mhzc(4), newbtconf(8)
and nsupdate(8).


# 1.175 25-Nov-1999 simonb

Remove update(8).


# 1.174 23-Nov-1999 mrg

we are rcorder.8 now.


# 1.173 19-Nov-1999 mrg

add rcorder


# 1.172 07-Nov-1999 dmcmahill

add zero(4)


Revision tags: comdex-fall-1999-base
# 1.171 07-Nov-1999 sommerfeld

branches: 1.171.2;
Add a few more new man pages


# 1.170 05-Nov-1999 thorpej

Add tlp(4).


# 1.169 02-Nov-1999 augustss

Add fms man pages.


# 1.168 28-Oct-1999 perry

sync to reality


# 1.167 06-Oct-1999 jdolecek

add signal(7)


# 1.166 27-Sep-1999 perry

update to reflect reality


# 1.165 14-Sep-1999 soren

branches: 1.165.2;
Remove rtpphy.4 forgotten in dev/mii sync.


# 1.164 13-Sep-1999 augustss

Add uhub(4).


# 1.163 13-Sep-1999 augustss

Add ohci(4) and uhci(4).


# 1.162 08-Sep-1999 hubertf

Add phy.4 as a link to mii.4


# 1.161 08-Sep-1999 soren

Sync with dev/mii.


# 1.160 07-Sep-1999 perry

update to reflect current reality.


# 1.159 05-Sep-1999 soren

Add iophy.[04] and tqphy.[04].


# 1.158 02-Sep-1999 tron

Add mktemp(1).


# 1.157 30-Aug-1999 augustss

Add umass(4).


# 1.156 16-Aug-1999 augustss

Add wi(4) man page.


# 1.155 16-Aug-1999 augustss

Add umodem device.


# 1.154 01-Aug-1999 augustss

Add mpu(4) man page.


# 1.153 28-Jul-1999 enami

- remove duplicated setting for LDSTATIC in ktruss/Makefile.
- fix command name in SYNOPSIS section of man page.
- link ktrace man page to ktruss man page.
- add executable and man page for ktruss in distrib sets.


# 1.152 22-Jul-1999 hubertf

add ./usr/share/info/am-utils.info


# 1.151 19-Jul-1999 kleink

Add links related to link(8)/unlink(8).


# 1.150 12-Jul-1999 kleink

Add eso(4) links.


# 1.149 09-Jul-1999 fvdl

Synch with reality.


# 1.148 04-Jul-1999 fvdl

Bring setlists up to date for i386 switch to ELF and ipv6.


# 1.147 30-Jun-1999 augustss

usbd is dead.


# 1.146 27-Jun-1999 augustss

Add sound and mixer.


# 1.145 18-Jun-1999 ad

Add entries for cdplay(1).


# 1.144 13-Jun-1999 tron

The info file for "awk" is called "/usr/share/info/awk.info" of course.


# 1.143 13-Jun-1999 tron

Add "/usr/share/info/gawk.info".


# 1.142 11-May-1999 veego

Add the manpages for catman(8), mount_ntfs(8), sysstat(1).


# 1.141 03-May-1999 cgd

add compat_ibcs2 manual page to lists


# 1.140 29-Apr-1999 simonb

Add sysstat.


# 1.139 29-Apr-1999 bad

Add tr.4 man page.


# 1.138 27-Apr-1999 drochner

update:
-i386/stand/biosboot_ser was removed a while ago
-wscons related manpage changes
-new mbr(8) manpage


# 1.137 24-Apr-1999 dbj

add lmcctl.8


# 1.136 19-Apr-1999 ross

Add MLINKS-generated entries for pool_*.9 and resort pool_*.0 entries.


# 1.135 19-Apr-1999 simonb

Add a NetBSD RCS tag to each distrib list file.


# 1.134 16-Apr-1999 explorer

add lmcctl.8 to man page list


# 1.133 15-Apr-1999 msaitoh

Add entries for pool_*.0


# 1.132 07-Apr-1999 fair

Create an ex(4) man page from a little driver reading. Very bare bones;
needs to have the diagnostic list explained, and the media support
list filled out before it gets pulled up to the 1.4 branch.

However, it's here to answer PR#6870


Revision tags: netbsd-1-4-base
# 1.131 30-Mar-1999 simonb

branches: 1.131.2;
Add some section 4 manpages; sort.


# 1.130 30-Mar-1999 simonb

Add fsck_lfs.


# 1.129 29-Mar-1999 hwr

Add ipip.[04] to set.


# 1.128 29-Mar-1999 kleink

UUCP texinfo documentation.


# 1.127 26-Mar-1999 tron

Add "named.conf" manual page.


# 1.126 26-Mar-1999 mrg

add audioplay/audiorecord.


# 1.125 25-Mar-1999 is

Split off /etc/mailer.conf manual page from mailwrapper manual page.


# 1.124 25-Mar-1999 pk

newlsf => newfs_lfs


# 1.123 16-Mar-1999 he

Sync to reality. gcov, rc.wscons, queue/list man pages, i386/ieee.h.


# 1.122 08-Mar-1999 kleink

Add missing ioctl(9).


# 1.121 06-Mar-1999 he

Fixing various chaff, sync to current reality:
o mailwrapper, postfix and sendmail
o hello, sup.no.netbsd.org; bye to skarven.itea.unit.no
o innetgr / netgroup
o a few sendmail master config file changes


# 1.120 15-Feb-1999 kleink

Add nl(1).


# 1.119 15-Feb-1999 simonb

Add top.


# 1.118 13-Feb-1999 nathanw

Add uiomove.{0,9}


# 1.117 12-Feb-1999 tv

Add send-pr.info.


# 1.116 12-Feb-1999 tv

Add diff.info.


# 1.115 11-Feb-1999 tv

Add Texinfo stuff and /usr/share/locale files.


# 1.114 01-Feb-1999 kim

Added z[ef]grep.


# 1.113 30-Jan-1999 veego

Back out the last commit which moved the ldconfig(8) manpages to shl.aout.
Thx to Ross for pointing it out that this has to be done differently.


# 1.112 30-Jan-1999 veego

Move the ldconfig(8) manpage to shl.aout.


# 1.111 25-Jan-1999 lukem

add hesinfo


# 1.110 25-Jan-1999 lukem

hesiod.conf.5


# 1.109 23-Jan-1999 mycroft

They're moving pretty fast...


# 1.108 23-Jan-1999 mycroft

Catch up with the Joneses.


# 1.107 22-Jan-1999 thorpej

Remove securenet(5) and ypserv.acl(5) manual pages.


# 1.106 05-Jan-1999 cjs

Sync with various changes over the last week or two.


# 1.105 10-Dec-1998 augustss

Add sv man page.


# 1.104 08-Dec-1998 he

Add nsupdate, objcopy, include/sys/ataio.h and a few corresponding man pages.


# 1.103 08-Dec-1998 kenh

Add atactl. Pointed out by Bill Sommerfeld.


# 1.102 19-Nov-1998 tron

Add manual pages for "named-bootconf".


# 1.101 18-Nov-1998 he

Bring into sync with what's being installed: egcs manpages, raidctl++,
mbrlabel and collect2 for i386.


# 1.100 10-Nov-1998 he

Added the various mii and phy man pages.


# 1.99 10-Nov-1998 hubertf

Link compat_svr4 to compat_sco, compat_solaris and compat_xenix
Mention what exactly has been tested (for SCO, esp.) in the manpage.


# 1.98 07-Nov-1998 he

Add fxp(4) man page.


# 1.97 04-Nov-1998 bouyer

wdc man page changes.


# 1.96 03-Nov-1998 pk

Add scsictl.[08]


# 1.95 25-Oct-1998 jonathan

usr.bin/Makefile: recurse into fdformat on all ports
usr.bin/fdformat/Makefile: build manpages on all ports
distrib/sets/lists/man/mi: add fdformat manpages
distrib/sets/lists/man/md.{arm32,atari,i386,sparc}:
only listed fdformat manpegs. remove.
distrib/sets/lists/man/md.mvem68k:
duplicate entry of mvme68k installboot. remove.


# 1.94 25-Oct-1998 jonathan

resort (wd manpage)


# 1.93 20-Oct-1998 bouyer

New IDE includes and manual pages.


# 1.92 19-Oct-1998 ross

sync


# 1.91 15-Sep-1998 jeremy

Added microtime(9) man page.


# 1.90 14-Sep-1998 hwr

Add greconfig and manpages to distribution.


# 1.89 13-Sep-1998 tv

Re-sort these files.


# 1.88 02-Sep-1998 jeremy

Added kprintf.9 and its aliases.


# 1.87 22-Aug-1998 tv

Add ranlib(5) (ar(5) was still there).


# 1.86 18-Aug-1998 augustss

Add OPL man page.


# 1.85 14-Aug-1998 mark

Add mount_filecore man page to cat8 and man8.


# 1.84 11-Aug-1998 kleink

Sync for am-utils-6.0a16.


# 1.83 07-Aug-1998 augustss

Add MIDI support. The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).


# 1.82 01-Aug-1998 augustss

Add ESS driver man page.


# 1.81 22-Jul-1998 perry

update...


# 1.80 12-Jul-1998 augustss

Add USB files.


# 1.79 04-Jul-1998 mrg

add uucpd.8.


# 1.78 01-Jul-1998 cgd

add puc manual page (formatted and unformatted)


# 1.77 30-Jun-1998 ross

Make the include/machine -> include/alpha change in comp/md.alpha.

Sync the rest with reality.

More rogues' gallery nominations for modifying the distribution without
updating the sets:

cgd bsd.kinc.mk
christos fktrace.2 link
christos libc version
fair ch.4
fair scsi.4
fair ss.4
lukem libedit version
mrg packages.7
tron examples/amd/cd

You all owe me beer.


# 1.76 06-Jun-1998 augustss

Add Aria driver.


# 1.75 30-May-1998 veego

Sync it with the reality.


# 1.74 27-May-1998 matt

Add fta.4 entries


# 1.73 25-May-1998 tv

Disable Berkeley ar, nm, ranlib, size, and strings, and enable binutils.


# 1.72 24-May-1998 tv

Bring these up to date with reality.


# 1.71 23-May-1998 augustss

Add ym man page.


# 1.70 16-May-1998 kml

add entries for eshconfig, esh for HIPIP driver


# 1.69 14-May-1998 kml

Added entries for include files and man pages for RoadRunner HIPPI driver.


# 1.68 12-May-1998 thorpej

Much closer to reality.


# 1.67 09-May-1998 mrg

uvm_swapout is a static function, not exported. does not belong in uvm.9


# 1.66 08-May-1998 kleink

Add uvm_swapout(9).


# 1.65 04-May-1998 mrg

add uvm man pages and sort.


# 1.64 30-Apr-1998 kml

update for rt_timer(9) man page


# 1.63 22-Apr-1998 ross

New intro pages from abs@netbsd.org


# 1.62 20-Apr-1998 ross

big sync


# 1.61 02-Feb-1998 mikel

updates from Steve Allen in PR misc/4892


# 1.60 07-Jan-1998 thorpej

Add fork1.{0,9}


# 1.59 29-Nov-1997 perry

sync to reality


# 1.58 25-Nov-1997 thorpej

Add release(7)


# 1.57 23-Nov-1997 perry

add several dhcp related pages


# 1.56 23-Nov-1997 veego

Add ipresend(1).


# 1.55 23-Nov-1997 veego

Add mkfilters(1).


# 1.54 17-Nov-1997 veego

Sync with the reality of the trunk.


# 1.53 11-Nov-1997 veego

New entries for getNAME.8, ipftest.1, ftpd.conf.5, ec.4, en.4, lc.4,
sm.4 and we.4.


# 1.52 09-Nov-1997 chopps

add missing files


# 1.51 31-Oct-1997 bouyer

Add tl man page (pointed out by Jonathan Stone).


# 1.50 27-Oct-1997 veego

s/mat9/man9/


# 1.49 26-Oct-1997 mikel

update; from Steve Allen in PR misc/4345, with some additions by myself.


# 1.48 23-Oct-1997 jonathan

Kill man4/imp.4 (not just cat4/imp.0).


# 1.47 23-Oct-1997 jonathan

Re-sync with 1.3 release tree, pass 0: nuke missing references
* step shared libc version to 12.20
* pick up move of com(4), lpt(4) headers from dev/isa to dev/ic
* remove imp.4 (Arpanet 1822) manpage.

For now, leave manpage references to syscalls that are still emulated
in libc dangling.


Revision tags: netbsd-1-3-base
# 1.46 13-Oct-1997 mycroft

branches: 1.46.2;
Add unformatted man pages.


# 1.45 22-Sep-1997 veego

Sync.


# 1.44 31-Aug-1997 perry

sync to reality


# 1.43 15-Aug-1997 perry

update to reality


# 1.42 31-Jul-1997 veego

Sync.


# 1.41 24-Jun-1997 veego

Add ./usr/share/man/cat8/ntptime.0
Move ./usr/share/man/cat8/fdisk.0 to man/md_share


# 1.40 23-Jun-1997 mrg

move man pages into share/man.


# 1.39 23-Jun-1997 mrg

dlxxx.0 man pages should be already in md_share.


# 1.38 23-Jun-1997 jtk

add esp.0


# 1.37 16-Jun-1997 perry

sync with reality


# 1.36 08-Jun-1997 jonathan

Add compat_ultrix manpage to lists/man/mi set.


# 1.35 04-Jun-1997 perry

sync to reality


# 1.34 25-May-1997 is

Add the ethersubr documentation. While we're here, sort the list.


# 1.33 19-May-1997 is

Installboot is now in /usr/mdec, and its manpage in /usr/share/man/cat8/amiga.


# 1.32 30-Apr-1997 pk

Synchronize.


# 1.31 07-Apr-1997 scottr

Update for current reality.


# 1.30 30-Mar-1997 is

Move mopa.out manpage back to base, where the binary already is. (Should it
be in comp instead?)


# 1.29 30-Mar-1997 is

- move mopa.out man page to comp
- add cpu_reboot(9)


# 1.28 25-Mar-1997 perry

add mop* man pages (should be in section 8!) and arp*.9 man pages


# 1.27 14-Mar-1997 thorpej

Sync with reality.


# 1.26 24-Feb-1997 jonathan

Move machine-independent isa device manpages that dont' clash with MD
drivers from cat4/i386 cat4.
Add PCI, EISA, ISA, and wds manpages.


# 1.25 18-Feb-1997 scottr

Final update to sync with reality, pointed out by checkflist


# 1.24 18-Feb-1997 scottr

Reality check from Steve Allen <wormey@eskimo.com>


# 1.23 15-Jan-1997 mikel

ncr(4) is now MI


# 1.22 08-Jan-1997 thorpej

Update to reflect current reality.


# 1.21 09-Dec-1996 pk

Add ttyaction.0,cpu_switch.0,ctxsw.0,mi_switch.0


# 1.20 04-Dec-1996 mikel

add libwrap manpages.


# 1.19 16-Nov-1996 briggs

Updates from Steve Allen <wormey@eskimo.com> to match the current world.


# 1.18 09-Oct-1996 jtc

merge in 1.2 branch


Revision tags: netbsd-1-2-BETA netbsd-1-2-base
# 1.17 20-May-1996 leo

branches: 1.17.2;
Get them closer to reality.


# 1.16 25-Mar-1996 mrg

update all of these to reality (at least, for the sparc). changes
include:
libg++, bind, less, zoneinfo, lots of headers, and a pc532 man page.


# 1.15 25-Jan-1996 briggs

Updates from Steve Allen <wormey@eskimo.com>


# 1.14 28-Nov-1995 jtc

merge in changes from 1.1 release branch


Revision tags: netbsd-1-1-base
# 1.13 10-Oct-1995 thorpej

branches: 1.13.2;
add fsdb(8).


# 1.12 02-Oct-1995 chopps

bring up to date with reality


# 1.11 02-Oct-1995 thorpej

Add manual pages for banner(1) and ccdconfig(8).


# 1.10 24-Jul-1995 cgd

sort. grr.


# 1.9 24-Jul-1995 cgd

more files


# 1.8 24-Jul-1995 cgd

update for new manual pages


# 1.7 14-Jul-1995 briggs

to md_share:
cat4/amiga/es.0
cat4/pc532/lpt.0
cat4/pc532/plip.0
cat8/boot_mac68k.0
cat8/boot_pmax.0

to mi:
cat1/bdes.0
cat1/lint.0
cat8/map-mbone.0
cat8/mrinfo.0
cat8/mtrace.0


# 1.6 11-May-1995 cgd

update for the current state of the world.


# 1.5 19-Apr-1995 cgd

add mi files; noted by leo.


# 1.4 16-Apr-1995 mycroft

Update these for ~one month ago. From Greg Hudson.


# 1.3 19-Oct-1994 cgd

don't forget diskless.8


Revision tags: netbsd-1-0-base
# 1.2 30-Aug-1994 cgd

branches: 1.2.2;
update for the current state of the world.


# 1.1 29-Aug-1994 cgd

branches: 1.1.1;
Initial revision