grdc lacks a countdown timer. This patch adds it. Fix: patch is against -CURRENT source. How-To-Repeat: n/a
Modified to add a count-up timer, due to popular demand (first request was from Andy Farkas <andyf@speednet.com.au>). Patches at http://ury.york.ac.uk/~gavin/grdc.diff Applies cleanly to stable and current. Gavin
Updated patch at http://www.devrandom.co.uk/freebsd/grdc.diff - tested on i386 and sparc64. Now compiles cleanly at WARNS=6. Gavin
For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped
Keyword: patch or patch-ready – in lieu of summary line prefix: [patch] * bulk change for the keyword * summary lines may be edited manually (not in bulk). Keyword descriptions and search interface: <https://bugs.freebsd.org/bugzilla/describekeywords.cgi>
Since I couldn't fetch the other patches, I made these work https://reviews.freebsd.org/D43463 had the reviews. I never knew this was in the tree :)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=71ed1adda83dfaa5d1a2482341b47bd7919498e3 commit 71ed1adda83dfaa5d1a2482341b47bd7919498e3 Author: Gavin Atkinson <gavin@FreeBSD.org> AuthorDate: 2024-05-10 15:22:38 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-05-10 15:22:38 +0000 grdc: add countdown timer mode PR: 35113 Differential Revision: https://reviews.freebsd.org/D43463 usr.bin/grdc/grdc.6 | 19 +++++++++++- usr.bin/grdc/grdc.c | 83 ++++++++++++++++++++++++++++++++++------------------- 2 files changed, 71 insertions(+), 31 deletions(-)
Not going to MFC this.