History log of /netbsd/usr.sbin/Makefile (Results 1 – 25 of 291)
Revision Date Author Comments
# 3c14418f 06-Jun-2022 nia <nia@NetBSD.org>

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

There is not enough consensus that th

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

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

show more ...


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

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


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

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


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

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


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

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


# d8cf3261 23-Jan-2022 christos <christos@NetBSD.org>

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


# 72abd35e 20-Aug-2020 riastradh <riastradh@NetBSD.org>

Descend into wg-userspace.


# 2c408bd0 20-Aug-2020 riastradh <riastradh@NetBSD.org>

[ozaki-r] Changes to the kernel core for wireguard


# e08192f4 19-Jan-2020 thorpej <thorpej@NetBSD.org>

Remove HIPPI support and the esh(4) driver that uses it. There have not
been any users of HIPPI for some time, and it is unlikely to be resurrected.


# 37ebb8f4 28-Oct-2019 maxv <maxv@NetBSD.org>

Add nvmmctl, with two commands for now.


# 2ac2f8c0 15-Oct-2019 christos <christos@NetBSD.org>

remove sup


# e9db5a8c 12-Dec-2018 maxv <maxv@NetBSD.org>

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 Op

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.

show more ...


# b42e1414 23-Sep-2018 maxv <maxv@NetBSD.org>

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.


# c858eebf 06-Sep-2018 maxv <maxv@NetBSD.org>

Remove the network ATM code.


# 2d49d456 25-Aug-2018 martin <martin@NetBSD.org>

Remove userland part of ndis


# 59a9e119 09-Jan-2018 christos <christos@NetBSD.org>

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


# a77d0f42 21-May-2017 riastradh <riastradh@NetBSD.org>

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

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.

show more ...


# 7baabb02 28-Jan-2017 nat <nat@NetBSD.org>

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 w

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@

show more ...


# 06692a2f 13-Dec-2015 christos <christos@NetBSD.org>

Add ip6addrctl


# 95f58940 08-Nov-2015 christos <christos@NetBSD.org>

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


# 150af030 17-Aug-2015 knakahara <knakahara@NetBSD.org>

Add intrctl(8).


# 226f7e91 22-Mar-2015 ast <ast@NetBSD.org>

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 comi

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.

show more ...


# 29bf42c8 26-Jul-2014 dholland <dholland@NetBSD.org>

Descend into sysinst.


# b747cbdb 28-Nov-2013 christos <christos@NetBSD.org>

Unhook pppd


# 8fa68994 24-Mar-2013 christos <christos@NetBSD.org>

unhook old dhcp


12345678910>>...12