| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=98564
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/4/; revision=81777
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80147
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.10 src/usr.bin/rusers/rusers.c
style(9) cleanup
1.11 src/usr.bin/rusers/rusers.c
1.14 src/usr.bin/rup/rup.c
Call clnt_destroy()
Notes:
svn path=/stable/4/; revision=79114
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=75996
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=75957
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73481
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=71105
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69768
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=62277
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
|
|
|
|
| |
Submitted by: Max Euston <meuston@jmrodgers.com>
Make times between 0000-0059 and 1200-1259 show as 12:xx, not 0:xx
Notes:
svn path=/head/; revision=34993
|
| |
|
|
| |
Notes:
svn path=/head/; revision=29468
|
| |
|
|
| |
Notes:
svn path=/head/; revision=27955
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23012
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
| |
an in to a function instead of a "struct timeval".
Notes:
svn path=/head/; revision=21093
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13744
|
| |
|
|
|
|
|
|
|
|
| |
simplest thing is to just calculate the days using curtime - boottime / 86400.
The modification for this is less obtrusive anyway.
Suggested by: Bill Fenner <fenner@parc.xerox.com>
Notes:
svn path=/head/; revision=12445
|
| |
|
|
|
|
|
|
|
|
|
| |
that if you do an rup on a machine that's been running longer than a year,
you get the wrong day count. Now we factor in 365 * (curtime.tm_year -
boottime.tm_year) to get the correct value. (I noticed this while running
rup on a SunOS machine I have that's been up 525 days. My FreeBSD
machines all said it had only been up for 160 (525-365) days. :)
Notes:
svn path=/head/; revision=12384
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8874
|
| |
|
|
|
|
|
| |
man page :-).
Notes:
svn path=/head/; revision=4654
|
|
|
Reviewed by: Geoff
Submitted by: John Brezak
Notes:
svn path=/cvs2svn/branches/FBSD_1/; revision=2343
|