Searched hist:"69 b41093b5e335a9d938be3ea703f53887ab1201" (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/w/ |
H A D | pr_time.c | diff 69b41093b5e335a9d938be3ea703f53887ab1201 Sun Jan 10 16:28:37 CET 1999 Peter Wemm <peter@FreeBSD.org> Fix the annoying bug introduced in rev 1.18 that caused each line to be one character shorter than the previous in a stairstep fashion when long idle times were involved.
A couple of nits: - spelling/typo fix. - some of the easier style(9) fixes where it was bothering me. - Handle 100+ days idle time (ha!). Probably the right thing to do is to do a snprintf into a buffer and strlen the result rather than doing hackery on magic numbers.
XXX the wide (and mostly unused) username and tty columns annoy me since it it could be used for more useful information for the command. We should actually count the largest username and tty and adjust like 'ls -l' does. diff 69b41093b5e335a9d938be3ea703f53887ab1201 Sun Jan 10 16:28:37 CET 1999 Peter Wemm <peter@FreeBSD.org> Fix the annoying bug introduced in rev 1.18 that caused each line to be one character shorter than the previous in a stairstep fashion when long idle times were involved.
A couple of nits: - spelling/typo fix. - some of the easier style(9) fixes where it was bothering me. - Handle 100+ days idle time (ha!). Probably the right thing to do is to do a snprintf into a buffer and strlen the result rather than doing hackery on magic numbers.
XXX the wide (and mostly unused) username and tty columns annoy me since it it could be used for more useful information for the command. We should actually count the largest username and tty and adjust like 'ls -l' does.
|
H A D | w.c | diff 69b41093b5e335a9d938be3ea703f53887ab1201 Sun Jan 10 16:28:37 CET 1999 Peter Wemm <peter@FreeBSD.org> Fix the annoying bug introduced in rev 1.18 that caused each line to be one character shorter than the previous in a stairstep fashion when long idle times were involved.
A couple of nits: - spelling/typo fix. - some of the easier style(9) fixes where it was bothering me. - Handle 100+ days idle time (ha!). Probably the right thing to do is to do a snprintf into a buffer and strlen the result rather than doing hackery on magic numbers.
XXX the wide (and mostly unused) username and tty columns annoy me since it it could be used for more useful information for the command. We should actually count the largest username and tty and adjust like 'ls -l' does. diff 69b41093b5e335a9d938be3ea703f53887ab1201 Sun Jan 10 16:28:37 CET 1999 Peter Wemm <peter@FreeBSD.org> Fix the annoying bug introduced in rev 1.18 that caused each line to be one character shorter than the previous in a stairstep fashion when long idle times were involved.
A couple of nits: - spelling/typo fix. - some of the easier style(9) fixes where it was bothering me. - Handle 100+ days idle time (ha!). Probably the right thing to do is to do a snprintf into a buffer and strlen the result rather than doing hackery on magic numbers.
XXX the wide (and mostly unused) username and tty columns annoy me since it it could be used for more useful information for the command. We should actually count the largest username and tty and adjust like 'ls -l' does.
|