Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 1 | -4/+0 |
| | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson | ||||
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
| | | | | needed. | ||||
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
| | | | | Tested with: make universe | ||||
* | Constify format string pointer, otherwise this would trigger warning when | delphij | 2009-09-08 | 1 | -1/+1 |
| | | | | higher warning level is enabled. | ||||
* | Fix the problem that the entry broke into two lines with multi-byte | ume | 2009-08-30 | 1 | -8/+19 |
| | | | | | | AM/PM format. Reported by: takawata | ||||
* | w(1) uses strftime %b with to print the abbreviated month name | ache | 2008-08-20 | 1 | -1/+2 |
| | | | | | | | | | | if a user logged in more than a week ago. This may contain multibyte characters (e.g. when using UTF-8). This string is then aligned on byte-length rathern than char-length, resulting in misalignment and unfinished multibyte characters. PR: 126657 Submitted by: Johan van Selst <johans@stack.nl> | ||||
* | ANSI style function declarations. | jmallett | 2002-06-07 | 1 | -4/+2 |
| | |||||
* | WARNS=2 fix, use __FBSDID() and sort includes. | markm | 2001-12-11 | 1 | -5/+5 |
| | | | | WARNS=2 not added to Makefile as it is to become default. | ||||
* | Fix width for printing time | ache | 2001-03-21 | 1 | -5/+4 |
| | |||||
* | Oops, remove tabs sneaked in wrong place | ache | 2001-03-02 | 1 | -2/+2 |
| | |||||
* | Use AM/PM time only when available in locale | ache | 2001-03-02 | 1 | -5/+2 |
| | |||||
* | Fix cosmetic bug in time display. Current day logins are now displayed | davidn | 1999-11-10 | 1 | -4/+9 |
| | | | | | | | as plain time as originally intended, instead of displaying DayHH times when the login time happens to be prior the GMT - TZ difference. (Only noticable on systems operating east of GMT/UTC). Local times are now used to determine the day. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fix the annoying bug introduced in rev 1.18 that caused each line to be | peter | 1999-01-10 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | -Wall cleanup. | alex | 1997-12-28 | 1 | -3/+3 |
| | |||||
* | Revert some casts I introduced. | charnier | 1997-08-26 | 1 | -3/+3 |
| | | | | Requested by: Bruce. | ||||
* | Typo in usage(). Err -> errx when testing allocations. | charnier | 1997-08-25 | 1 | -2/+6 |
| | |||||
* | Made sure the string formated by strftime() is properly | yokota | 1997-03-07 | 1 | -1/+2 |
| | | | | | | | | null-terminated. Should go to RELENG_2_1 and RELENG_2_2. Reviewed by guido@freebsd.org. | ||||
* | Reduce the command field width by one when idle time is > 9 days, to | danny | 1997-02-11 | 1 | -1/+5 |
| | | | | | | eliminate unsightly blank line. Possibly a 2.2 candidate. | ||||
* | Fix one column wrong offset in previous change days->day | ache | 1995-10-08 | 1 | -1/+1 |
| | |||||
* | Print "1day" instead of "1days" | dima | 1995-09-22 | 1 | -2/+4 |
| | |||||
* | Delete bogus referneces to timezone code internal header file `tzfile.h', | wollman | 1995-08-07 | 1 | -9/+8 |
| | | | | which is no longer bogusly installed in /usr/include. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | idle time == 0 printed now as "-" like in good old BSD | ache | 1994-09-27 | 1 | -0/+3 |
| | | | | skip cua* 3 chars as tty* 3 lchars | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+104 |