aboutsummaryrefslogtreecommitdiff
path: root/libexec/atrun/atrun.c
Commit message (Expand)AuthorAgeFilesLines
* libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+4
* Fix the type for hw.ncpu, so sysctlbyname doesn't consistently fail onEnji Cooper2016-01-301-1/+2
* Fix releasing the lock in the parent atrun process after the queueGuy Helmer2014-04-171-0/+6
* Add the name of the file that could not be opened to the error messageGuy Helmer2013-06-111-1/+1
* Prevent races running the queue by serializing access to theGuy Helmer2013-06-111-0/+4
* atrun(8): scale default load average limit with the number of CPUsMateusz Guzik2012-10-301-0/+19
* atrun: Do not assume that MAXLOGNAME <= 100.Jilles Tjoelker2012-09-261-1/+1
* Don't use UT_NAMESIZE here to determine the maximum username length.Ed Schouten2009-12-251-9/+2
* Add PAM support to atrun(8).Yaroslav Tykhiy2007-06-151-8/+33
* Actually use new features of perr() and perrx().Yaroslav Tykhiy2007-06-151-44/+33
* Make perr() variadic and add perrx() to use in cases whereYaroslav Tykhiy2007-06-151-4/+30
* Use a single setusercontext(3) instead of a bunch of basic syscalls.Yaroslav Tykhiy2007-06-141-0/+25
* Spotted another copy of the loony error message.Yaroslav Tykhiy2007-06-141-1/+1
* Fix an error message that was beside the point.Yaroslav Tykhiy2007-06-141-1/+1
* Fix a typical off-by-one error that can result in an unterminated string:Yaroslav Tykhiy2007-06-141-1/+1
* Don't be sexist - fix a typo.Ceri Davies2005-12-301-1/+1
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).Stefan Farfeleder2004-07-111-1/+1
* o Eliminate __PWarner Losh2002-02-031-3/+3
* by by -> byKris Kennaway2001-07-231-1/+1
* Don't hard-code a buffer sizeKris Kennaway2000-11-261-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed printf format errors.Bruce Evans1998-08-021-5/+5
* Cosmetic in error strings. Sort Xrefs. Add usage (with syslog capability).Philippe Charnier1997-11-201-42/+51
* Do setlogin() before changing uid/gid, sinceDima Ruban1997-09-081-11/+17
* Submitted by: Philippe Charnier <charnier@xp11.frmug.org>David Nugent1997-04-121-7/+14
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Check for expired passwords before allowing access to the system.Mike Pritchard1995-08-281-1/+10
* Upgrade to 2.9Andrey A. Chernov1995-08-211-66/+106
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-11/+11
* Add some useful sendmail optionsAndrey A. Chernov1995-04-121-1/+2
* Upgrade.Andrey A. Chernov1995-04-121-212/+314
* Added the Linux atrun command as hacked by Chris Demetriou for NetBSD.Nate Williams1994-01-051-0/+327