aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/at
Commit message (Expand)AuthorAgeFilesLines
* Finish r89633 and completely remove the remaining of VERSION.Xin LI2015-08-251-2/+3
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-191-2/+1
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-3/+4
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | sync from headSimon J. Gerraty2013-04-122-3/+27
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-042-30/+64
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | Sigh, remove a line that needs to be removed along with previous commit.Xin LI2014-09-291-1/+0
* | | | | When setting environment variables in the atrun script, use theXin LI2014-09-291-1/+1
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-3/+4
| |_|/ |/| |
* | | - Do not bail out if stat(2) fails with ENOENT in the spool directory. ThisPietro Cerutti2013-04-121-2/+26
* | | - Switch order of setting real uid and gid. If we set uid first, then wePietro Cerutti2013-04-121-1/+1
| |/ |/|
* | Check the return error of set[ug]id. While this can never fail in theEitan Adler2012-10-221-10/+10
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-7/+5
* | Allow time offsets to be negative, e.g. `at 1530 - 15 minutes`.Martin Cracauer2012-10-051-13/+49
|/
* Partially revert r227233.Ed Schouten2011-11-062-4/+11
* Add missing static keywords to at(1).Ed Schouten2011-11-063-18/+9
* Build at(1) with NO_WFORMAT instead of WARNS=1.Ed Schouten2011-10-161-1/+1
* Close file and directory descriptorsKevin Lo2010-11-191-0/+3
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-2/+2
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* ANSIfy various tools in usr.bin/.Ed Schouten2010-01-021-1/+1
* Use NULL instead of 0 for the return value of fopen().Kevin Lo2007-09-211-2/+2
* While revision 1.26 fixed the code to really subtract 3600 due toStefan Farfeleder2005-08-181-3/+1
* Don't throw away the adjusted `runtimer' value.Stefan Farfeleder2005-08-051-3/+1
* Sort sections.Ruslan Ermilov2005-01-181-7/+7
* Explain the format of the at.allow and at.deny files in detail.Giorgos Keramidas2003-03-261-0/+5
* The .Nm utility.Giorgos Keramidas2003-02-281-4/+9
* mdoc(7) police:Ruslan Ermilov2002-11-261-1/+3
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-2/+2
* - Use MAXLOGNAME - 1 instead of UT_NAMESIZE.Robert Drehmel2002-07-221-11/+5
* mdoc(7) police: lint.Ruslan Ermilov2002-05-291-2/+3
* Add the SUSv3 -l option to at. This is an alias for atq. Allow job idsTim J. Robbins2002-05-163-6/+62
* Change whtespace indent in format string to fit new output form ofJun Kuriyama2002-05-081-2/+2
* Document the fact that at(1) is run through cron(8) and that this affectsJeroen Ruigrok van der Werven2002-05-041-0/+14
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-03-151-13/+20
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-7/+8
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* o Remove the -V [version number] option, since our version of at(1) noMike Barcroft2002-01-223-43/+26
* Fix a typo introduced in the previous delta. The mistake was mineMike Barcroft2002-01-171-1/+1
* Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix someMike Barcroft2002-01-134-26/+157
* - Add 4-digit year variants in the manpage, since at(1) alreadyGiorgos Keramidas2002-01-101-6/+7
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-104-4/+0
* Use __FBSDID()Mark Murray2001-12-024-16/+12
* WARNS=2 fixup.Mark Murray2001-12-027-18/+24