#
ddcf8022 |
| 21-Aug-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Upgrade to 2.9
|
Revision tags: release/2.0.5_cvs |
|
#
7799f52a |
| 30-May-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove trailing whitespace.
|
#
b5c3f5e7 |
| 27-Apr-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Remove setre* hacks, we have working thing now
|
#
9cb939b4 |
| 16-Apr-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Fight over non-working setruid
|
#
b89321a5 |
| 12-Apr-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Upgrade.
|
Revision tags: release/2.0, release/1.1.5.1_cvs, release/1.1.0_cvs |
|
#
d78e98d2 |
| 05-Jan-1994 |
Nate Williams <nate@FreeBSD.org> |
Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.
|
#
9199c09a |
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
#
ef636796 |
| 02-Jan-2010 |
Ed Schouten <ed@FreeBSD.org> |
ANSIfy various tools in usr.bin/.
Most of these tools properly build at WARNS=6, except for their K&R function declarations. Fix this, so we can bump WARNS as well.
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
8bcd62f2 |
| 21-Sep-2007 |
Kevin Lo <kevlo@FreeBSD.org> |
Use NULL instead of 0 for the return value of fopen().
Approved by: re (kensmith)
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2 |
|
#
6d6c6baa |
| 22-Jul-2002 |
Robert Drehmel <robert@FreeBSD.org> |
- Use MAXLOGNAME - 1 instead of UT_NAMESIZE. - Do not pretend there is something like '/etc/utmp'.
|
Revision tags: release/4.6.1, release/4.6.0_cvs |
|
#
dfd339a0 |
| 16-May-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Add the SUSv3 -l option to at. This is an alias for atq. Allow job ids to be specified on the command line for which information should be reported.
Submitted by: Joe Halpin <joe.halpin@attbi.com> R
Add the SUSv3 -l option to at. This is an alias for atq. Allow job ids to be specified on the command line for which information should be reported.
Submitted by: Joe Halpin <joe.halpin@attbi.com> Reviewed by: mike
show more ...
|
#
18ddb140 |
| 08-May-2002 |
Jun Kuriyama <kuriyama@FreeBSD.org> |
Change whtespace indent in format string to fit new output form of timestamp.
Reviewed by: markm
|
#
8b179749 |
| 25-Feb-2002 |
Bruce Evans <bde@FreeBSD.org> |
#include <sys/time.h> instead of depending on namespace pollution in <sys/stat.h> for the declaration of struct timeval (sys/stat.h> only needs timespecs even when its POSIX support is not turned on,
#include <sys/time.h> instead of depending on namespace pollution in <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.
show more ...
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
e1bc822e |
| 22-Jan-2002 |
Mike Barcroft <mike@FreeBSD.org> |
o Remove the -V [version number] option, since our version of at(1) no longer resembles the original. o Remove references to `you' in the manual.
Submitted by: Joe Halpin <joe.halpin@attbi.com>
|
#
d81986de |
| 13-Jan-2002 |
Mike Barcroft <mike@FreeBSD.org> |
Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix some minor issues in the rest of the source and manual.
Submitted by: Joe Halpin <joe.halpin@attbi.com> Obtained from: touch(1) (part
Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix some 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
show more ...
|
#
9f5b04e9 |
| 10-Dec-2001 |
David Malone <dwmalone@FreeBSD.org> |
Style improvements recommended by Bruce as a follow up to some of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though c
Style improvements recommended by Bruce as a follow up to some 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.
show more ...
|
#
51e2220c |
| 02-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
Use __FBSDID()
|
#
3ce6c357 |
| 02-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
WARNS=2 fixup.
|
#
ffacb1a3 |
| 01-Sep-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Remove some unsafe function calls from the signal handlers.
Obtained from: OpenBSD Reviewed by: audit MFC after: 2 weeks
|
#
a9be9be8 |
| 24-Jul-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Expland `mymalloc' with malloc + error checking.
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs |
|
#
81c8c7a4 |
| 05-Dec-1999 |
Philippe Charnier <charnier@FreeBSD.org> |
Correct use of .Nm, .Em, .Ev Add rcsid. Use errx instead of fprintf + exit. Various spelling fixes.
|
Revision tags: release/3.3.0_cvs |
|
#
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0 |
|
#
96846ff6 |
| 26-Apr-1999 |
Warner Losh <imp@FreeBSD.org> |
More egcs warning fixes: 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
R
More egcs warning fixes: 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
show more ...
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
5f618f92 |
| 06-Dec-1998 |
Archie Cobbs <archie@FreeBSD.org> |
Eliminate compiler warnings from -Wall
|
#
f4a747a1 |
| 15-Oct-1998 |
Stephen McKay <mckay@FreeBSD.org> |
atq ignored locale info when printing dates. Is the other call to setlocale() just in the wrong place?
PR: 8300
|