History log of /src/usr.sbin/services_mkdb/services (Results 1 – 25 of 142)
Revision Date Author Comments
# fbf0efd0 17-Aug-2025 Gordon Bergling <gbe@FreeBSD.org>

services_mkdb(8): Fix a typo in a source code comment

- s/priviledged/privileged/

MFC after: 3 days


# 7aa7f4b5 30-Nov-2024 Dmitry Morozovsky <marck@FreeBSD.org>

services: fix typo ucp -> udp

Fix two proto name typos

MFC after: 2 weeks


# 8a7b6120 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

usr.sbin: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a p

usr.sbin: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix

show more ...


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 1a7f22d9 21-Apr-2021 Alan Somers <asomers@FreeBSD.org>

ctlstat: add prometheus output

When invoked by inetd, ctlstat -P will now produce output suitable for
ingestion into Prometheus.

It's a drop-in replacement for https://github.com/Gandi/ctld_exporte

ctlstat: add prometheus output

When invoked by inetd, ctlstat -P will now produce output suitable for
ingestion into Prometheus.

It's a drop-in replacement for https://github.com/Gandi/ctld_exporter,
except that it doesn't report the number of initiators per target, and
it does report time and dma_time.

MFC after: 2 weeks
Sponsored by: Axcient
Relnotes: yes
Reviewed by: bapt, bcr
Differential Revision: https://reviews.freebsd.org/D29901

show more ...


# 978b10d8 01-Jan-2021 Pedro F. Giffuni <pfg@FreeBSD.org>

services: reinstate CouchDB and bring amqps

CouchDB was mistakenly removed in r368712
amqps is used by net/rabbitmp

Both are registered in IANA

Reported by: dch
Differential Revision: https://revi

services: reinstate CouchDB and bring amqps

CouchDB was mistakenly removed in r368712
amqps is used by net/rabbitmp

Both are registered in IANA

Reported by: dch
Differential Revision: https://reviews.freebsd.org/D27691

show more ...


# 302c387c 01-Jan-2021 Pedro F. Giffuni <pfg@FreeBSD.org>

services: fiz bug introduced in r361898

Reported by: deischen@


# 228e2087 17-Dec-2020 Pedro F. Giffuni <pfg@FreeBSD.org>

/etc/services: attempt to bring the database to this century 2/2.

This is the final half of splitting r358153 in two, in order to avoid a build
system bugs and being able to merge an earlier change

/etc/services: attempt to bring the database to this century 2/2.

This is the final half of splitting r358153 in two, in order to avoid a build
system bugs and being able to merge an earlier change to previous releases.

Add a note to UPDATING to avoid people building from very old systems from
having issues with mergemaster

MFC after: 3 days (only 12-stable)

Differential Revision: https://reviews.freebsd.org/D23621

show more ...


# 15824a4c 07-Jun-2020 Pedro F. Giffuni <pfg@FreeBSD.org>

services: Add SSDP to service database

This is used for UPnP and is registered in the IANA database.

MFC after: 2 weeks
PR: 241573


# c92671e1 28-Feb-2020 Pedro F. Giffuni <pfg@FreeBSD.org>

/etc/services: attempt to bring the database to this century 1/2.

This is the result of splitting r358153 in two, in order to avoid a build
system bug and being able to merge the change to previous

/etc/services: attempt to bring the database to this century 1/2.

This is the result of splitting r358153 in two, in order to avoid a build
system bug and being able to merge the change to previous releases..

Document better this file, updating the URL to the IANA registry and closely
match the official services.

For system ports (0 to 1023) we now try to follow the registry closely, noting
some historical differences where applicable.

As a side effect: drop references to unofficial Kerberos IV which was EOL'ed
on Oct 2006[1]. While it is conceivable some people may still use it in some
very old FreeBSD machines that can't be replaced easily, the use of it is
considered a security risk. Also drop the unofficial netatalk, which we
supported long ago in the kernel but was dropped long ago.

Leave for now smtps, even though it conflicts with IANA's submissions.
The change should have very little visibility, if any, but should be a
step closer to the current IANA database.

[1] https://web.mit.edu/kerberos/krb4-end-of-life.html

MFC after: 2 weeks

show more ...


# edff1c29 20-Feb-2020 Pedro F. Giffuni <pfg@FreeBSD.org>

Revert r358153: it is causing unexpected issues with the build system.


# 74eb8d90 20-Feb-2020 Pedro F. Giffuni <pfg@FreeBSD.org>

/etc/services: attempt bring the database to this century.

Document better this file, updating the URL to the IANA registry and closely
match the official services.

For system ports (0 to 1023) we

/etc/services: attempt bring the database to this century.

Document better this file, updating the URL to the IANA registry and closely
match the official services.

For system ports (0 to 1023) we now try to follow the registry closely, noting
some historical differences where applicable.
For the User ports (1024 - 49151) we try to keep some sensible balance only
of services that are likely to be found on FreeBSD/UNIX systems. This attempts
to strike a balance between complexity and usefulness.

As a side effect: drop references to unofficial Kerberos IV which was EOL'ed
on Oct 2006[1]. While it is conceivable some people may still use it in some
very old FreeBSD machines that can't be replaced easily, the use of it is
considered a security risk. Also drop the unofficial netatalk, which we
supported long ago in the kernel but was dropped long ago.

[1] https://web.mit.edu/kerberos/krb4-end-of-life.html

MFC after: 3 weeks (likely to 12-stable only)
Differential Revision: https://reviews.freebsd.org/D23621

show more ...


# 66343a7b 13-Feb-2020 Pedro F. Giffuni <pfg@FreeBSD.org>

Revert r357343:
services: Add PROFInet and EtherCAT.

Both are admitedly very niche features and no known users exist currently.
I am doing a further review/update of the services file (see D23621) a

Revert r357343:
services: Add PROFInet and EtherCAT.

Both are admitedly very niche features and no known users exist currently.
I am doing a further review/update of the services file (see D23621) and
both of these are not likely to be considered.

show more ...


# 1cbd36ae 31-Jan-2020 Pedro F. Giffuni <pfg@FreeBSD.org>

services: Add PROFInet and EtherCAT.

Both are used in industrial networks.

MFC after: 1 week


# ca8882ca 06-Sep-2018 David E. O'Brien <obrien@FreeBSD.org>

Add MPLS LSP-echo (RFC8029, March 2017) port.

Reviewed by: stevek
Approved by: re(gjb)
Obtained from: Juniper Networks


# 376a4e32 22-Aug-2018 Brad Davis <brd@FreeBSD.org>

Move services to usr.sbin/services_mkdb/

This is pkgbase related as it switches to CONFS to properly tag this as a
config file.

Approved by: will (mentor)
Differential Revision: https://reviews.fre

Move services to usr.sbin/services_mkdb/

This is pkgbase related as it switches to CONFS to properly tag this as a
config file.

Approved by: will (mentor)
Differential Revision: https://reviews.freebsd.org/D16848

show more ...


# c85b1994 17-Aug-2018 Alan Somers <asomers@FreeBSD.org>

Add Modbus Application Protocol to /etc/services

IANA reassigned ports 502 and 802 on 2014-06-10

PR: 213276
Submitted by: Mark.Martinec@ijs.si
MFC after: 2 weeks


# 0ac9f3f6 31-Dec-2017 Bryan Venteicher <bryanv@FreeBSD.org>

Add VXLAN (RFC 7348) port

PR: 202316
Submitted by: olgeni@
MFC after: 2 weeks


# 19826247 21-Dec-2016 Ed Schouten <ed@FreeBSD.org>

Add an example inetd(8) entry for the Prometheus sysctl exporter.

I went through the process of allocating a default port number for this
exporter, TCP 9124. This means that we can add an entry to t

Add an example inetd(8) entry for the Prometheus sysctl exporter.

I went through the process of allocating a default port number for this
exporter, TCP 9124. This means that we can add an entry to the services
file as well.

List of Prometheus default port numbers:
https://github.com/prometheus/prometheus/wiki/Default-port-allocations

show more ...


# a8f3e8d2 24-Dec-2015 Jeremie Le Hen <jlh@FreeBSD.org>

Replace all whitespaces between port name and number with tabs,


# 3c62527d 21-Dec-2015 Jeremie Le Hen <jlh@FreeBSD.org>

Add port for IRC over TLS/SSL, as noted in RFC 7194.

PR: 192505
Submitted by: loic.blot@unix-experience.fr
MFC after: 3 days


# d1436e97 29-Jun-2015 Christian Brueffer <brueffer@FreeBSD.org>

Add CouchDB ports (5984 TCP/UDP).

PR: 193268
Submitted by: yuri@rawbw.com
MFC after: 1 week


# 1b055b0e 22-Dec-2014 Dmitry Morozovsky <marck@FreeBSD.org>

Add VAMI (VMware Appliance Management Interface) port.

Reviewed by: eadler
MFC after: 2 weeks


# edf06f9a 03-Dec-2013 Eitan Adler <eadler@FreeBSD.org>

Add Veritas NetBackup

Obtained From: DragonFly BSD


# 67e7600b 03-Dec-2013 Eitan Adler <eadler@FreeBSD.org>

Add the Short Message Peer-to-Peer protocol

PR: conf/183398
Submitted by: olgeni


123456