Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Use MAXLOGNAME - 1 instead of UT_NAMESIZE. | robert | 2002-07-22 | 1 | -11/+5 |
| | | | | - Do not pretend there is something like '/etc/utmp'. | ||||
* | Add the SUSv3 -l option to at. This is an alias for atq. Allow job ids | tjr | 2002-05-16 | 1 | -4/+53 |
| | | | | | | | to be specified on the command line for which information should be reported. Submitted by: Joe Halpin <joe.halpin@attbi.com> Reviewed by: mike | ||||
* | Change whtespace indent in format string to fit new output form of | kuriyama | 2002-05-08 | 1 | -2/+2 |
| | | | | | | timestamp. Reviewed by: markm | ||||
* | #include <sys/time.h> instead of depending on namespace pollution in | bde | 2002-02-25 | 1 | -7/+8 |
| | | | | | | | | <sys/stat.h> for the declaration of struct timeval (sys/stat.h> only needs timespecs even when its POSIX support is not turned on, so it shouldn't declare timevals). Fixed some #include messes. | ||||
* | o Remove the -V [version number] option, since our version of at(1) no | mike | 2002-01-22 | 1 | -15/+7 |
| | | | | | | | longer resembles the original. o Remove references to `you' in the manual. Submitted by: Joe Halpin <joe.halpin@attbi.com> | ||||
* | Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix some | mike | 2002-01-13 | 1 | -5/+92 |
| | | | | | | | | minor issues in the rest of the source and manual. Submitted by: Joe Halpin <joe.halpin@attbi.com> Obtained from: touch(1) (partially) MFC after: 1 month | ||||
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -1/+0 |
| | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. | ||||
* | Use __FBSDID() | markm | 2001-12-02 | 1 | -4/+3 |
| | |||||
* | WARNS=2 fixup. | markm | 2001-12-02 | 1 | -7/+7 |
| | |||||
* | Remove some unsafe function calls from the signal handlers. | kris | 2001-09-01 | 1 | -6/+14 |
| | | | | | | Obtained from: OpenBSD Reviewed by: audit MFC after: 2 weeks | ||||
* | Expland `mymalloc' with malloc + error checking. | obrien | 2001-07-24 | 1 | -13/+4 |
| | |||||
* | Correct use of .Nm, .Em, .Ev | charnier | 1999-12-05 | 1 | -43/+35 |
| | | | | | Add rcsid. Use errx instead of fprintf + exit. Various spelling fixes. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | More egcs warning fixes: | imp | 1999-04-25 | 1 | -2/+2 |
| | | | | | | | | | | o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int o #ifdef 0 -> #if 0 Reviewed by: obrien and chuckr | ||||
* | Eliminate compiler warnings from -Wall | archie | 1998-12-06 | 1 | -1/+1 |
| | |||||
* | atq ignored locale info when printing dates. Is the other call to | mckay | 1998-10-15 | 1 | -1/+5 |
| | | | | | | setlocale() just in the wrong place? PR: 8300 | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL | ache | 1997-03-03 | 1 | -2/+2 |
| | |||||
* | Fix MAXLOGNAME usage, the code has wrong assumption that it must be | ache | 1997-03-02 | 1 | -3/+3 |
| | | | | NULL terminated | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Fix for hard-coded length of login name. | davidn | 1997-02-18 | 1 | -3/+11 |
| | | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Closes #PR bin/2755 | ||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Add setlocale LC_TIME | ache | 1995-10-24 | 1 | -1/+7 |
| | |||||
* | Upgrade to 2.9 | ache | 1995-08-21 | 1 | -66/+164 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -28/+28 |
| | |||||
* | Remove setre* hacks, we have working thing now | ache | 1995-04-27 | 1 | -1/+7 |
| | |||||
* | Fight over non-working setruid | ache | 1995-04-15 | 1 | -9/+5 |
| | |||||
* | Upgrade. | ache | 1995-04-12 | 1 | -430/+527 |
| | |||||
* | Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou. | nate | 1994-01-05 | 1 | -0/+562 |