| Age | Commit message (Collapse) | Author | 
 | 
Newer gcc reports:
broadcast.c: In function 'broadcast':
broadcast.c:132:15: warning: variable 'tp' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  132 |         FILE *tp;
Move the storage off the stack to avoid.  This makes the function
not safe for multithread use, but we don't do that anywhere, so
who cares!
 | 
 | 
This makes the URIs shorter and dynamic: whatever the default branch
the repo uses will be used.
 | 
 | 
Fix the following error:
	broadcast.c:41:21: error: '__UT_LINESIZE' undeclared (first use in this function); did you mean 'UT_LINESIZE'?
	 #define UT_LINESIZE __UT_LINESIZE
                          ^~~~~~~~~~
Constant UT_LINESIZE is defined in <utmp.h> provided by musl.
 | 
 | 
These are not standard.
For more information see issue #279.
This fixes #279.
 | 
 | 
 | 
 | 
 | 
 | 
You can now schedule a shutdown for a certain time or a cpecific number
of minutes into the future.
When a shutdown is running, you can now cancel it with ^c from the
keyboard or by running "openrc-shutdown -c" from another shell.
 |