Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-19at(1): Markup environment variables with proper macrosAllan Jude
2020-07-17at(1): Fix location of at(1) crontabAllan Jude
2018-08-11 - Correct the description when jobs are executed related to load avgAlexander Leidinger
2018-08-11Move cron.d/at to usr.bin/at/Brad Davis
2018-06-02at.man: Bump .Dd missed in r334502Conrad Meyer
2018-06-02Update other man pages to match leap second realityConrad Meyer
2017-12-08at(1): annotate some intended switch-case fallthroughsAlan Somers
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-07-30Use nitems() from sys/param.hMarcelo Araujo
2016-04-20Fix typo: actually test the return of strchr(3)Baptiste Daroussin
2015-09-12Merge from headBaptiste Daroussin
2015-08-25Finish r89633 and completely remove the remaining of VERSION.Xin LI
2015-06-15Merge from headBaptiste Daroussin
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-09dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-03-05Make at(1) and related tools an individual packageBaptiste Daroussin
2014-11-19Merge from head@274682Simon J. Gerraty
2014-09-30Sigh, remove a line that needs to be removed along with previous commit.Xin LI
2014-09-30When setting environment variables in the atrun script, use theXin LI
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-06-23use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-04-13sync from headSimon J. Gerraty
2013-04-12- Do not bail out if stat(2) fails with ENOENT in the spool directory. ThisPietro Cerutti
2013-04-12- Switch order of setting real uid and gid. If we set uid first, then wePietro Cerutti
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-10-22Check the return error of set[ug]id. While this can never fail in theEitan Adler
2012-10-19More -Wmissing-variable-declarations fixes.Ed Schouten
2012-10-05Allow time offsets to be negative, e.g. `at 1530 - 15 minutes`.Martin Cracauer
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-11-07Partially revert r227233.Ed Schouten
2011-11-06Add missing static keywords to at(1).Ed Schouten
2011-10-16Build at(1) with NO_WFORMAT instead of WARNS=1.Ed Schouten
2010-11-19Close file and directory descriptorsKevin Lo
2010-01-21Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
2010-01-02ANSIfy various tools in usr.bin/.Ed Schouten
2007-09-21Use NULL instead of 0 for the return value of fopen().Kevin Lo
2005-08-18While revision 1.26 fixed the code to really subtract 3600 due toStefan Farfeleder
2005-08-05Don't throw away the adjusted `runtimer' value.Stefan Farfeleder
2005-01-18Sort sections.Ruslan Ermilov
2003-03-26Explain the format of the at.allow and at.deny files in detail.Giorgos Keramidas
2003-03-01The .Nm utility.Giorgos Keramidas
2002-11-26mdoc(7) police:Ruslan Ermilov
2002-08-13mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov
2002-07-22 - Use MAXLOGNAME - 1 instead of UT_NAMESIZE.Robert Drehmel