aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/timed
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark the -i and -n options as mutually exclusive and fix variousChristian Weisgerber2003-10-031-13/+17
* de-__PPhilippe Charnier2003-07-062-17/+19
* Change incorrect strings.h to more correct string.h to pick upWarner Losh2003-06-092-2/+2
* Add section number to .XrPhilippe Charnier2003-06-081-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-29/+29
* The .Nm utilityPhilippe Charnier2002-07-142-9/+13
* Use the length modifier 'l' when supplying an argument ofRobert Drehmel2002-07-111-1/+1
* - Remove unnecessary inclusion of <utmp.h>.Robert Drehmel2002-07-111-2/+1
* timed(8) manual page has some incorrect grammerTom Rhodes2002-04-091-4/+2
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+2
* Unifdef all the SGI code. It mainly added clutter while providing someJohn Baldwin2001-11-2010-342/+4
* Use fixed-size fields in the structure for the timed protocol. ThisJohn Baldwin2001-11-203-13/+28
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* The timed protocol is not implemented in a compatible way by all vendors;Kris Kennaway2001-08-202-7/+23
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-205-4/+9
* Remove whitespace at EOL.Dima Dorfman2001-07-152-27/+27
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
* Patches from OpenBSD:Kris Kennaway2001-05-091-12/+33
* mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.Dima Dorfman2001-04-131-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-262-0/+2