summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/panic.c
Commit message (Collapse)AuthorAgeFilesLines
* Add the SUSv3 -l option to at. This is an alias for atq. Allow job idstjr2002-05-161-0/+2
| | | | | | | to be specified on the command line for which information should be reported. Submitted by: Joe Halpin <joe.halpin@attbi.com> Reviewed by: mike
* o Remove the -V [version number] option, since our version of at(1) nomike2002-01-221-7/+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 somemike2002-01-131-0/+2
| | | | | | | | 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 somedwmalone2001-12-101-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()markm2001-12-021-4/+3
|
* WARNS=2 fixup.markm2001-12-021-2/+2
|
* SECURITY.ru2001-09-041-2/+9
| | | | | | | | | | | | | Fixed macros for temporarily relinquishing and restoring setuid/setgid privileges so that they never change the real user and group IDs of the calling process. The setre[ug]id() calls are still used in the REDUCE_PERM macro (with the r[ug]id arguments of -1) so that the call changes the saved user and group IDs of the process to that specified. Also, the panic() and perr() functions had insufficient privileges to delete the problematic file under /var/at.
* Correct use of .Nm, .Em, .Evcharnier1999-12-051-9/+11
| | | | | Add rcsid. Use errx instead of fprintf + exit. Various spelling fixes.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Eliminate compiler warnings from -Wallarchie1998-12-061-1/+2
|
* Use err(3).charnier1997-06-231-4/+3
| | | | Simplification: if(a == 12) a -= 12 -> if(a == 12) a = 0.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-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.
* Upgrade to 2.9ache1995-08-211-4/+5
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Upgrade.ache1995-04-121-24/+13
|
* Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.nate1994-01-051-0/+91
OpenPOWER on IntegriCloud