summaryrefslogtreecommitdiff
path: root/libexec/atrun
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-09at cron file is now in /etc/cron.dPaweł Krawczyk
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2017-11-27libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-03-04libexec: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper
2016-02-05Add missing files to 'at' and 'rcmds' packages.Glen Barber
2016-01-30Fix the type for hw.ncpu, so sysctlbyname doesn't consistently fail onEnji Cooper
2015-06-22Call /etc/crontab the "system crontab", not "root's crontab". WhileWarren Block
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-06-06Re-introduce this - it doesn't compile clean on a mips targetAdrian Chadd
2015-06-06Remove WARNS atrun builds fine with clang and gccBaptiste Daroussin
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-25Convert to LIBADDBaptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2014-04-17Fix releasing the lock in the parent atrun process after the queueGuy Helmer
2013-09-05Merge from headSimon J. Gerraty
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
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
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
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2010-01-02Make WARNS=6 the default for libexec/.Ed Schouten
2009-12-25Don't use UT_NAMESIZE here to determine the maximum username length.Ed Schouten
2007-10-01Fixed static linkage (build with -DNO_SHARED).Ruslan Ermilov
2007-06-17Note PAM support in atrun(8).Yaroslav Tykhiy
2007-06-15Add PAM support to atrun(8).Yaroslav Tykhiy
2007-06-15Actually use new features of perr() and perrx().Yaroslav Tykhiy
2007-06-15Catch up with perr() becoming variadic.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
2004-07-02Removed trailing whitespace.Ruslan Ermilov
2002-12-24mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov
2002-02-04Lock down with WFORMAT?=1, with overrides in the subdirectories whichKris Kennaway