aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/timed
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-2821-21/+21
* Undo the bogus gethostname() change from r299709.Pedro F. Giffuni2016-05-141-1/+1
* timed(8): Use strlcpy() for bounds checking.Pedro F. Giffuni2016-05-143-9/+14
* timed(8): Use stronger random number generator.Pedro F. Giffuni2016-05-141-5/+2
* timed(8): use NULL instead of zero for pointers.Pedro F. Giffuni2016-05-147-48/+48
* Use strlcpy() instead of strncpy() to ensure that ret->name isDon Lewis2016-05-131-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-132-0/+42
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-082-4/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-162-2/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-102-0/+4
| * | Merge from headSimon J. Gerraty2013-09-051-1/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-112-0/+2
| * | | Updated dependenciesSimon J. Gerraty2013-02-162-4/+0
| * | | Sync with HEAD.David E. O'Brien2013-02-0813-143/+75
| |\ \ \
| * \ \ \ Sync from headSimon J. Gerraty2012-11-046-42/+41
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-222-0/+44
* | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | Remove LOG_ODELAY because it does nothing.Neel Natu2014-08-171-1/+1
| |_|_|/ |/| | |
* | | | Minor update about rc.conf.Joel Dahl2013-04-221-1/+1
| |_|/ |/| |
* | | Change old-style function definitionPhilippe Charnier2013-02-0113-143/+75
| |/ |/|
* | Add missing bracesKevin Lo2012-09-121-1/+2
* | Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-016-41/+39
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-3/+3
* fgets(3) returns a pointer, so compare against NULL, not integer 0.Kevin Lo2012-01-131-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Fix r228719; when you use intmax_t, you need stdint.h.Dimitry Andric2011-12-191-0/+1
* Some people pointed out long is 32-bit on some arches, while time_t isDimitry Andric2011-12-192-4/+4
* In usr.sbin/timed, fix several issues with printf formats:Dimitry Andric2011-12-194-9/+9
* Simplify inclusion of the tsptype array a bit.Ed Schouten2011-11-062-3/+1
* Check return code of setuid() in timedc.Simon L. B. Nielsen2011-04-231-1/+2
* Remove the advertising clause from UCB copyrighted files in usr.sbin. ThisJoel Dahl2010-12-1121-84/+0
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-049-1008/+0
* Initialise the "trials" variable to zero earlier in case we unexpectedlyGavin Atkinson2010-06-191-1/+1
* mdoc: replace troff macros with -mdoc equivalentsUlrich Spörlein2010-06-081-17/+10
* Port timed away from logwtmp(3). Let it use utmpx.Ed Schouten2010-01-132-9/+17
* Fix LLVM compiler errors related to K&R declarations with ANSI prototypes.Ed Schouten2009-02-263-5/+9
* Remove spurious duplicated defination of sock.Xin LI2008-09-241-2/+0
* getopt returns an int, not a char. Make sure that we store theWarner Losh2008-06-021-1/+1
* Typo fix.Remko Lodder2008-02-111-2/+2
* Enhance descriptions in the timed manual.Remko Lodder2007-12-081-7/+32
* Cleanup of userland __P useKevin Lo2007-11-077-66/+70
* o Remove duplicate includes.Maxim Konovalov2007-01-201-1/+0
* Sort sections.Ruslan Ermilov2005-01-181-9/+9
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Fix typo, s/transmitts/transmits/Johan Karlsson2004-02-041-1/+1
* Fix a BSS buffer overflow caused by makeargv() writing past the end ofTim J. Robbins2003-10-111-2/+3
* missing wordChristian Weisgerber2003-10-041-1/+1
* reference ntpd(8)Christian Weisgerber2003-10-041-4/+7