aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rup/rup.c
Commit message (Expand)AuthorAgeFilesLines
* Catch up with 64bit time_t on sparc64. The rstat packet expects a 32bitPhilip Paeps2005-12-041-5/+19
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* More xdrproc_t warnings.Peter Wemm2003-10-261-4/+7
* Style only; format function declarations, sort header includes, andMark Murray2002-04-281-20/+26
* If the remote uptime is less than one minute, print the uptime inBill Fenner2001-10-171-0/+2
* Call clnt_destroy() to prevent exhausting resources.Mike Heffner2001-06-191-0/+2
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-2/+2
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* PR: bin/6193Daniel O'Callaghan1998-04-011-2/+2
* Silence a warning with a cast.Jordan K. Hubbard1997-09-151-2/+2
* Use err(3), so eliminate use of `argv0'.Philippe Charnier1997-08-071-22/+19
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix bug found by newly visible prototypes in rpc. The code was passingPeter Wemm1996-12-301-2/+5
* Amend my fix a bit. My way failed to take leap years into account. TheBill Paul1995-11-211-11/+4
* Rup uses tm_yday in its uptime printout, but ignores tm_year. This meansBill Paul1995-11-191-3/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* rup from FreeBSD 1.1.5.1Geoff Rehmet1994-08-281-0/+227