fix a 15 year old bug in "prenice".
don't match the reniced value. eg "prenice -10 mpv" was matching
"sshd: /usr/sbin/sshd [listener] 0 of 10-100 startups".
XXX: pullup-*
sunlabel: document partition map line printed by the 'P' command
The interactive 'P' command prints the partition table and
also emits a simple textual map of the partition layout
(e.g., a line of 'a' when the whole disk is covered by partition a).
Mention this additional output in the man page to avoid confusion.
geography/viking: Update to 1.11
Viking 1.11 (2026-01-11)
New features since 1.10
* Return to OpenStreetMap (https://openstreet.org) as the Map Default.
** Raster tiles from https://opentopomap.org is depreciated.
* Read support of Garmin .FIT files.
* SF Features#135: Support Georef layer image rotation.
* SF Features#151: Enable visual status indicator of each tile cache.
* More support for GPX fields: URL/Link properties.
* Support reading as much information as read in from invalid GPX files (rather than just giving up).
* More support for KML properties: snippet, track color, name and description.
* New TAC analysis for consecutive squares in linear directions.
* Support daylight times and basic astronomical data using libnova.
* Support Waypoint proximity alarms.
* GPX Lap support read only display output in tooltips and a table view.
* Github #148: Allow horizontal scroll on preferences.
* GitHub #152: GeoRef Zoomed in image fast redraw.
[22 lines not shown]
gnutls: disable GNUTLS_GAS_VERSION check for NetBSD
This was added in 2020 for CentOS 6. This test never worked on NetBSD
because the version number looks different there ($4 is always
"Binutils").
Perhaps this should be limited to Linux instead.
Avoids a fork during Makefile parsing.
lint: support 128-bit integer types unconditionally
Previously, 128-bit integer types were restricted to 64-bit platforms,
which was unnecessary and cluttered the code. The actual computations
are not affected, as lint performs all integer operations in 64-bit
mode.