History log of /src/usr.bin/rusers/rusers.c |
Revision | | Date | Author | Comments |
1.26 |
| 03-Feb-2019 |
mrg | - enlarge buffer to avoid snprintf() truncation
|
1.25 |
| 06-Sep-2011 |
joerg | branches: 1.25.42; static + __dead
|
1.24 |
| 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.23 |
| 11-May-2006 |
mrg | call ctime() with an actual time_t *.
|
1.22 |
| 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.21 |
| 19-Feb-2001 |
cgd | convert to use getprogname()
|
1.20 |
| 16-Jan-2001 |
cgd | labels (even default:) _must_ be followed by statements! usr.bin/fgen/fgen.l
|
1.19 |
| 03-Jun-2000 |
fvdl | Adapt to TI-RPC, enable IPv6.
|
1.18 |
| 03-Jun-2000 |
fvdl | Correct last argument to clnt_broadcast.
|
1.17 |
| 14-Apr-2000 |
simonb | branches: 1.17.2; Don't declare 'extern opt*' getopt variables.
|
1.16 |
| 03-Jul-1998 |
hubertf | Get idle time right, per PR 5699 by Urban Boquist <boquist@cs.chalmers.se>
|
1.15 |
| 02-Apr-1998 |
kleink | Need <time.h> for ctime() prototype. Also, per KNF, don't include both <sys/param.h> and <sys/types.h>; the latter is sufficient.
|
1.14 |
| 03-Feb-1998 |
perry | change includes to fix compiler warning
|
1.13 |
| 24-Aug-1997 |
lukem | * sanitize long output, fixing buffer overflows whilst doing so * clean up for WARNS?=1
|
1.12 |
| 09-Jan-1997 |
tls | RCS ID police
|
1.11 |
| 21-Mar-1996 |
jtc | Be pedantic, main() returns int in C.
|
1.10 |
| 10-Dec-1993 |
jtc | Must use a struct timeval, not NULL, for the timeout in clnt_call.
|
1.9 |
| 03-Dec-1993 |
deraadt | fill hostname:tty field in same way as SunOS
|
1.8 |
| 21-Nov-1993 |
mycroft | Oops. Don't want the name spaced out.
|
1.7 |
| 21-Nov-1993 |
mycroft | Make sure we don't run off the end of ut_name when printing the short way.
|
1.6 |
| 21-Nov-1993 |
brezak | Cleanup to use hand-crafted version2 xdr's
|
1.5 |
| 10-Nov-1993 |
deraadt | de-ansify format better, now readable in most cases on 80-char wide screens and it looks pretty.
|
1.4 |
| 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
1.3 |
| 10-Jun-1993 |
brezak | Line buffer output to work better with more.
|
1.2 |
| 08-Jun-1993 |
brezak | Widen host field and don't truncate host names longer than the field. Display user idle times as days, hours, minutes, seconds.
|
1.1 |
| 03-Jun-1993 |
brezak | Add rup and rusers. Changes to rwall
|
1.17.2.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.25.42.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|