summaryrefslogtreecommitdiff
path: root/libexec/atrun/atrun.c
AgeCommit message (Expand)Author
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2017-11-27libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-01-30Fix the type for hw.ncpu, so sysctlbyname doesn't consistently fail onEnji Cooper
2014-04-17Fix releasing the lock in the parent atrun process after the queueGuy Helmer
2013-06-11Add the name of the file that could not be opened to the error messageGuy Helmer
2013-06-11Prevent races running the queue by serializing access to theGuy Helmer
2012-10-30atrun(8): scale default load average limit with the number of CPUsMateusz Guzik
2012-09-26atrun: Do not assume that MAXLOGNAME <= 100.Jilles Tjoelker
2009-12-25Don't use UT_NAMESIZE here to determine the maximum username length.Ed Schouten
2007-06-15Add PAM support to atrun(8).Yaroslav Tykhiy
2007-06-15Actually use new features of perr() and perrx().Yaroslav Tykhiy
2007-06-15Make perr() variadic and add perrx() to use in cases whereYaroslav Tykhiy
2007-06-14Use a single setusercontext(3) instead of a bunch of basic syscalls.Yaroslav Tykhiy
2007-06-14Spotted another copy of the loony error message.Yaroslav Tykhiy
2007-06-14Fix an error message that was beside the point.Yaroslav Tykhiy
2007-06-14Fix a typical off-by-one error that can result in an unterminated string:Yaroslav Tykhiy
2005-12-30Don't be sexist - fix a typo.Ceri Davies
2004-07-11Fix a few cases that relied on 'implicit int' (constraint violation in C99).Stefan Farfeleder
2002-02-03o Eliminate __PWarner Losh
2001-07-23by by -> byKris Kennaway
2000-11-26Don't hard-code a buffer sizeKris Kennaway
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-08-02Fixed printf format errors.Bruce Evans
1997-11-20Cosmetic in error strings. Sort Xrefs. Add usage (with syslog capability).Philippe Charnier
1997-09-08Do setlogin() before changing uid/gid, sinceDima Ruban
1997-04-12Submitted by: Philippe Charnier <charnier@xp11.frmug.org>David Nugent
1997-03-28compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1995-08-28Check for expired passwords before allowing access to the system.Mike Pritchard
1995-08-21Upgrade to 2.9Andrey A. Chernov
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-04-12Add some useful sendmail optionsAndrey A. Chernov
1995-04-12Upgrade.Andrey A. Chernov
1994-01-05Added the Linux atrun command as hacked by Chris Demetriou for NetBSD.Nate Williams