History log of /src/usr.bin/rup/rup.c |
Revision | | Date | Author | Comments |
1.29 |
| 05-Sep-2016 |
sevan | Drop main() prototype.
|
1.28 |
| 30-Aug-2011 |
plunky | Apply casts to cases where xdrproc_t is expected but is not strictly passed, for example because the second argument is a different kind of pointer.
|
1.27 |
| 15-Dec-2007 |
perry | convert __attribute__s to applicable cdefs.h macros
|
1.26 |
| 07-Aug-2005 |
christos | branches: 1.26.12; From Liam Foy: - Print uptime in secs if uptime is less than 1 minute - If at least one call to onehost() fails, return one (allows for external error detection) - Avoid leaks, use clnt_destroy (from OpenBSD) - err(3) cleans From me: - lint cleanups - more KNF
|
1.25 |
| 05-Jan-2004 |
jmmv | Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
1.24 |
| 16-Oct-2003 |
itojun | safer use of realloc
|
1.23 |
| 16-Jan-2001 |
cgd | labels (even default:) _must_ be followed by statements! usr.bin/fgen/fgen.l
|
1.22 |
| 03-Jun-2000 |
fvdl | Complete ANSIfication.
|
1.21 |
| 02-Jun-2000 |
fvdl | USe new RPC interface.
|
1.20 |
| 14-Apr-2000 |
simonb | branches: 1.20.2; Don't declare 'extern opt*' getopt variables.
|
1.19 |
| 08-Mar-2000 |
jdolecek | Remove spurious ^L, as per bin/9574 by Thilo Manske. While here, const poison a little.
|
1.18 |
| 30-Jul-1999 |
hubertf | If printing of a host's time is requested via the -d switch, condense output so it doesn't exceed 80 columns.
Patch submitted in PR 5933 by Tim Rightnour <root@garbled.net>
|
1.17 |
| 10-Jan-1999 |
abs | If up for one minute, report "1 min, " not "1 mins,".
|
1.16 |
| 03-Feb-1998 |
perry | add includes to fix compiler warning
|
1.15 |
| 19-Oct-1997 |
lukem | s/bzero/memset, fix .Nm usage
|
1.14 |
| 24-Aug-1997 |
drochner | Fix compiler warnings (because new prototypes came into scope with latest "rpc.h" changes). It's -Wall ready now.
|
1.13 |
| 16-Jan-1997 |
perry | make rup handle uptimes of more than 1 year per pr-3060
|
1.12 |
| 27-Sep-1996 |
thorpej | RCS id police.
|
1.11 |
| 27-Sep-1996 |
thorpej | Correct time display for 12:xx case. From Dave Huang <khym@bga.com>, PR #2734.
|
1.10 |
| 05-Feb-1994 |
pk | clnt_call requires timeval argument
|
1.9 |
| 09-Dec-1993 |
jtc | Implemented sorting options found in Sun's rup.
|
1.8 |
| 03-Dec-1993 |
deraadt | put -t in the usage line
|
1.7 |
| 10-Nov-1993 |
deraadt | more sane output. option -t: print remote-host's time
|
1.6 |
| 23-Sep-1993 |
jtc | Make sure we use rstat's protocol's values of FSCALE. We were picking up the FSCALE from sys/param.h which caused all of the load averages from remote machines to be incorrect.
|
1.5 |
| 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
1.4 |
| 10-Jun-1993 |
brezak | Line buffer output to work better with more.
|
1.3 |
| 09-Jun-1993 |
brezak | Fix calling clnt_sperror()
|
1.2 |
| 08-Jun-1993 |
brezak | Widen host name.
|
1.1 |
| 03-Jun-1993 |
brezak | Add rup and rusers. Changes to rwall
|
1.20.2.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.26.12.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|