History log of /netbsd-src/sbin/Makefile (Results 1 – 25 of 139)
Revision Date Author Comments
# 402b9242 06-Jun-2022 nia <nia@NetBSD.org>

revert bits and pieces I accidentally included in my last commit

from hannken


# b7957d16 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 ...


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

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


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

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


# 21046761 24-Feb-2022 mrg <mrg@NetBSD.org>

enable blkdiscard(8) build.


# 3bd68f4e 30-Sep-2018 jmcneill <jmcneill@NetBSD.org>

Install mount_qemufwcfg everywhere instead of just x86.


# d7f036be 31-Jul-2018 khorben <khorben@NetBSD.org>

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 suc

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.

show more ...


# 5e79a159 14-Jan-2018 christos <christos@NetBSD.org>

Add mount_autofs


# a06265e3 25-Nov-2017 jmcneill <jmcneill@NetBSD.org>

Build and install mount_qemufwcfg on i386 and amd64


# 6e4cb2b9 27-May-2017 bouyer <bouyer@NetBSD.org>

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 mar

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.

show more ...


# 3a39bad1 01-Jul-2016 christos <christos@NetBSD.org>

cgdconfig does not need crypto.


# cae3c2f4 04-Jun-2016 nonaka <nonaka@NetBSD.org>

nvmectl(8): Added NVM Express control utility.

Ported from FreeBSD nvmecontrol(8).


# c6314d61 11-Sep-2014 roy <roy@NetBSD.org>

Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).
Remove rtsol(8) from rc.d/network.
Add -w seconds command to ifconfig to wait for N seconds for until DAD
has finished on all add

Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).
Remove rtsol(8) from rc.d/network.
Add -w seconds command to ifconfig to wait for N seconds for until DAD
has finished on all addresses.
Use ifconfig -w in rc.d/network instead of a forced sleep.

As discussed on tech-net@

show more ...


# f28e6607 25-Dec-2013 christos <christos@NetBSD.org>

moved to external


# 99ed7cd1 28-Oct-2013 mbalmer <mbalmer@NetBSD.org>

link luactl(8) to the build


# 7e8a523e 23-Mar-2013 christos <christos@NetBSD.org>

pdisk has moved


# ccfcc4b3 24-Nov-2011 ahoka <ahoka@NetBSD.org>

Import mount_chfs for CHFS.


# 262c7a92 15-Nov-2011 riz <riz@NetBSD.org>

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' i

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.

show more ...


# f385d8f5 29-Aug-2011 mrg <mrg@NetBSD.org>

add the device publish daemon, written by jmcneill@.

listens on drvctl for new devices and invokes MAKEDEV for them.

missing:
- manual page
- rc.d script
- more testing

but it works well eno

add the device publish daemon, written by jmcneill@.

listens on drvctl for new devices and invokes MAKEDEV for them.

missing:
- manual page
- rc.d script
- more testing

but it works well enough to make new disk nodes appear in /dev when
netbsd sees them and they're missing. you will need to make sure
you have a new /dev/MAKEDEV for this to work properly (postinstall
should handle this normally, of course.)


thanks jared!

show more ...


# 9255b46f 27-Jun-2011 uch <uch@NetBSD.org>

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


# 83425a0f 08-Feb-2011 haad <haad@NetBSD.org>

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

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@

show more ...


# 6f5bb5ac 13-Jan-2011 haad <haad@NetBSD.org>

Move chown from usr.sbin to sbin and chgrp from usr.bin to bin directories.
This was discussed and oked on tech-userlevel I have run full build release,
test anita cycle with this patch.


# 1e891081 30-Oct-2010 haad <haad@NetBSD.org>

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.

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

show more ...


# 6c6ab6a9 10-Mar-2010 abs <abs@NetBSD.org>

Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-a

Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-atari port-mvme68k).
All listed ports plus amd64 test built after change

show more ...


# 335e5fc6 14-Jan-2010 pooka <pooka@NetBSD.org>

Descend into mount_puffs.


123456