aboutsummaryrefslogtreecommitdiffstats
path: root/filesystems/fusefs-libs/files
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-09-30 01:22:12 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-09-30 01:22:51 +0100
commitc19ed516b940bf82e28ad42a6966053b87a12664 (patch)
tree4746570282623b603992630108e662dad4905543 /filesystems/fusefs-libs/files
parentb64b73fd938d5b2788547d16ed6a76493acc9142 (diff)
databases/prometheus-postgres-exporter: Update to 0.18.1lf/dev/postgres-exporter-0.18.1
Release notes: https://github.com/prometheus-community/postgres_exporter/releases/tag/v0.18.1
Diffstat (limited to 'filesystems/fusefs-libs/files')
0 files changed, 0 insertions, 0 deletions
d>Brooks Davis2025-04-221-6/+1 | | | | | | | | | | | | | | | | | Many programs use this functionality so it should be available centrally rather than compiled into each program independently. This has the modest downside of adding libutil dependencies to some mount_<foo> programs, but many (plus mount(8)) already have those depndencies so this shouldn't be a major imposition. In commit 906c312bbf74, Kirk said this could be done once the change was merged to FreeBSD 13. That happened in commit 668dfa016698 in 2023. While here perform related tidying including removing SRCS where the only entry is ${PROG}.c rendering it unnecessary. Reviewed by: olce, dim, emaste Differential Revision: https://reviews.freebsd.org/D49951 * Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0 | | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix * Remove copyright strings ifdef'd outWarner Losh2023-11-261-9/+0 | | | | | | | | | | | We've ifdef'd out the copyright strings for some time now. Go ahead and remove the ifdefs. Plus whatever other detritis was left over from other recent removals. These copyright strings are present in the comments and are largely from CSRG's attempt at adding their copyright to every binary file (which modern interpretations of the license doesn't require). Sponsored by: Netflix * sbin: Remove ancient SCCS tags.Warner Losh2023-11-263-6/+0 | | | | | | | | 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 * Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-3/+0 | | | | | | | These do not use __FBSDID but instead use bare char arrays. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41957 * Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0 | | | | Remove /^\.\\"\s*\$FreeBSD\$$\n/ * Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0 | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ * Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-181-1/+0 | * mount_unionfs: remove jokey cautions from man pageEd Maste2022-10-311-5/+1 | | | | | | | | | | There are known issues with unionfs, and the mount_unionfs man page has a cautionary statement about its use. The caution had additional "humourous" statements like "BEWARE OF DOG" but they served only to confuse the situation. Remove them. MFC after: 1 week Sponsored by: The FreeBSD Foundation * General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2 | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. * DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-31