| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PR: docs/37176
|
|
|
|
|
|
|
|
|
| |
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
|
| |
|
| |
|
| |
|
|
|
|
| |
help the GCC3 transition and CURRENT in general.
|
|
|
|
|
|
|
| |
definitions are more readable, and it's possible that they're
more portable to pathalogical platforms.
Submitted by: David Hill <david@phobia.ms>
|
|
|
|
|
|
| |
where necessary.
Submitted by: Mike Barcroft <mike@q9media.com>
|
|
|
|
|
|
| |
builtins (e.g., exit).
Submitted by: Mike Barcroft <mike@q9media.com>
|
|
|
|
|
| |
PR: 27747
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
|
|
|
|
| |
Reviewed by: md5(1)
|
|
|
|
|
| |
Submitted by: "Andrew R. Reiter" <arr@watson.org>
Obtained from: OpenBSD
|
| |
|
|
|
|
| |
Asked by: Sheldon
|
|
|
|
| |
Options: -> The following options are available:
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
|
|
|
|
|
| |
PR: 6290
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Applied suggested fix from Andrew Andrew <andrew@ugh.net.au> with
some stylistic changes. Thanks.
2. #include <sys/time.h> -> #include <time.h>
3. Removed #include <sys/param.h>
4. Use setlocale(3) and strftime(3) instead of ctime(3).
5. Clean up -Wall warnings.
6. Make sure, time to leave are integral minutes if the argument
is absolute. (i. e. without "+"). If started at 10:10:55 with
argument "1020" it computed time to leave as 10:20:55 instead of
10:20:00.
PR: 5395
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
| |
branch and this import just makes a cosmetic change.
|
|
|