History log of /netbsd-src/usr.bin/Makefile (Results 1 – 25 of 242)
Revision Date Author Comments
# 767f5c9b 27-Jan-2025 christos <christos@NetBSD.org>

PR/57953: Attaullah Ansari: Add getnameinfo program


# b459eabf 28-Oct-2024 nia <nia@NetBSD.org>

Add c17(1) wrapper script for gcc with the ISO 2017 C standard.

Not much reason to use this over c11(1), but it's expected to be
required by upcoming POSIX revisions.


# a0e30826 02-Sep-2024 ozaki-r <ozaki-r@NetBSD.org>

Add shmif_pcapin(1) utility program

It can send any frames that are stored in a pcap(3) file format to
shmif(4) Ethernet interface via the bus of it. If you want to write
some tests for networking

Add shmif_pcapin(1) utility program

It can send any frames that are stored in a pcap(3) file format to
shmif(4) Ethernet interface via the bus of it. If you want to write
some tests for networking with rump kernels and the tests need to send
frames that are difficult to generate by stock programs, shmif_pcapin
can be helpful.

The author of shmif_pcapin is k-goda@IIJ and the man page is written
by ozaki-r.

show more ...


# 8e5c6bed 24-May-2023 lukem <lukem@NetBSD.org>

obsolete mkstr(1) and xstr(1)

These were only used on PDP-11 for two programs we don't ship,
and have been obsolete since the VAX days.

xstr never worked in the build.sh cross-build environment (22

obsolete mkstr(1) and xstr(1)

These were only used on PDP-11 for two programs we don't ship,
and have been obsolete since the VAX days.

xstr never worked in the build.sh cross-build environment (22 years), or
parallel make environment (nearly 28 years), didn't work in the orignal 386bsd
import, and has never been needed in NetBSD as we don't have the older BSD
programs (pascal, pre-nvi ex) that needed mkstr/xstr on PDP-11.

PR toolchain/35964

show more ...


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


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

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


# bf53d441 07-Dec-2021 brad <brad@NetBSD.org>

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

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.

show more ...


# 209f7af6 07-May-2021 nia <nia@NetBSD.org>

hook up aiomixer


# 5ed8424a 28-Dec-2020 htodd <htodd@NetBSD.org>

Go into the resize directory to build/install the files since they're in the sets.


# 771c4258 02-Feb-2020 kamil <kamil@NetBSD.org>

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.


# 0d2d9860 24-Jul-2018 christos <christos@NetBSD.org>

Tiny base64 encoder/decoder command patterned after the linux and the macosx
ones with the same name,.


# 5ae6235d 13-Jul-2018 maxv <maxv@NetBSD.org>

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


# 1b11df59 13-Jul-2018 mrg <mrg@NetBSD.org>

don't try to decend into remove 'pmc' subdir.


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


# 2e389fd6 10-Apr-2017 christos <christos@NetBSD.org>

switch to the OpenBSD dc


# eead193d 06-Feb-2017 christos <christos@NetBSD.org>

Add nc.


# b3c98abc 03-Oct-2016 kamil <kamil@NetBSD.org>

Import c11(1) - a cc -std=c11 wrapper

This script is similar to c89(1) and c99(1).

It's a NetBSD extension. The c89(1) and c99(1) scripts are part of POSIX.


# 3f81b607 04-Jun-2016 agc <agc@NetBSD.org>

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 installe

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

show more ...


# 1a7e9bc1 24-Jan-2016 christos <christos@NetBSD.org>

Add a program to find the latest timestamp in a cvs repository


# e4aa5bd8 14-Jan-2016 christos <christos@NetBSD.org>

this are our's not gnu


# 088e5563 18-Dec-2015 christos <christos@NetBSD.org>

add sortinfo


# c3b6f86c 03-Jun-2015 christos <christos@NetBSD.org>

Add a gettext implementation from William Orr.


# 90298a02 02-Mar-2015 christos <christos@NetBSD.org>

add pwait


# e2cc3fc4 30-Dec-2014 mrg <mrg@NetBSD.org>

install midirecord.


# 3f7fdb96 01-Aug-2014 christos <christos@NetBSD.org>

PR/49053: Kamil Rytarowski: Import timeout(1) from FreeBSD


12345678910