summaryrefslogtreecommitdiffstats
path: root/usr.bin/rup/rup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-2/+2
* userland reallocarray audit.doug2014-10-081-2/+3
* Include unistd.h as it is the standard location for getopt().okan2013-11-171-1/+2
* do not assume time_t and timeval.tv_sec are the same typederaadt2013-04-031-2/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* documentation tweaks.sobrado2008-07-091-3/+3
* some knf and whitespace cleanup.moritz2005-11-171-15/+15
* sort hosts, even when specified on the command line.moritz2005-11-171-16/+19
* term 3 cleanup, ok from brezakderaadt2003-12-121-9/+4
* check strdup, from jared yanovich. fix realloc while i'm here.tedu2003-10-071-7/+12
* protosderaadt2003-08-041-9/+9
* mostly ansi cleanup; pval okderaadt2003-06-101-29/+18
* snprintfderaadt2002-05-271-14/+11
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* indentderaadt2001-10-021-9/+9
* clnt leaks; tommy@ti.comderaadt2001-06-181-2/+3
* Add sanity check for remote host boot time > current time for whenmillert2001-06-181-3/+4
* Consistify so "rup host" and "rup -d host" produce similarly formatted output.aaron1999-08-161-4/+4
* for 1 min up, report min instead of mins; abs@netbsdderaadt1999-02-091-3/+4
* Don't wrap on an 80 char wide screen in -d mode; Tim Rightnour <root@polaris.garbled.net>millert1998-08-081-3/+6
* \n after clnt_sperrno()deraadt1997-07-091-3/+3
* Wallderaadt1997-06-201-4/+10
* Better handling of long uptimes; from NetBSDtholo1997-02-011-13/+18
* do not use warnx, blank lines suckderaadt1996-12-101-5/+9
* get 12am & 12pm correct; netbsd pr#2734, khym@bga.com [this was hell to test]deraadt1996-09-041-3/+4
* indentderaadt1996-08-161-22/+22
* rcsidderaadt1996-06-261-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+332