aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/at/panic.c
Commit message (Collapse)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+4
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* Add the SUSv3 -l option to at. This is an alias for atq. Allow job idsTim J. Robbins2002-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 Notes: svn path=/head/; revision=96701
* o Remove the -V [version number] option, since our version of at(1) noMike Barcroft2002-01-221-7/+7
| | | | | | | | | | longer resembles the original. o Remove references to `you' in the manual. Submitted by: Joe Halpin <joe.halpin@attbi.com> Notes: svn path=/head/; revision=89633
* Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix someMike Barcroft2002-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 Notes: svn path=/head/; revision=89315
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-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. Notes: svn path=/head/; revision=87628
* Use __FBSDID()Mark Murray2001-12-021-4/+3
| | | | Notes: svn path=/head/; revision=87230
* WARNS=2 fixup.Mark Murray2001-12-021-2/+2
| | | | Notes: svn path=/head/; revision=87208
* SECURITY.Ruslan Ermilov2001-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. Notes: svn path=/head/; revision=82973
* Correct use of .Nm, .Em, .EvPhilippe Charnier1999-12-051-9/+11
| | | | | | | | Add rcsid. Use errx instead of fprintf + exit. Various spelling fixes. Notes: svn path=/head/; revision=54158
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Eliminate compiler warnings from -WallArchie Cobbs1998-12-061-1/+2
| | | | Notes: svn path=/head/; revision=41556
* Use err(3).Philippe Charnier1997-06-231-4/+3
| | | | | | | Simplification: if(a == 12) a -= 12 -> if(a == 12) a = 0. Notes: svn path=/head/; revision=26835
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Upgrade to 2.9Andrey A. Chernov1995-08-211-4/+5
| | | | Notes: svn path=/head/; revision=10154
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8874
* Upgrade.Andrey A. Chernov1995-04-121-24/+13
| | | | Notes: svn path=/head/; revision=7767
* Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.Nate Williams1994-01-051-0/+91
Notes: svn path=/head/; revision=941