summaryrefslogtreecommitdiff
path: root/usr.sbin/timed
AgeCommit message (Expand)Author
2018-02-04fixes for GCC 6.4:mrg
2018-01-16Returns void, mark noreturn.maya
2017-08-11PR bin/42464: Timothy McIntosh: Fix timed interoperabilityginsbach
2015-06-16improve error messages (remove \n, use __func__, etc)christos
2014-07-05Reorg docs, part 1:dholland
2014-07-05Rework /usr/share/doc.dholland
2012-11-04include utmpx.h if neededchristos
2012-01-16PR/45842: Henning Petersen: compare fgets with NULL not 0christos
2011-08-31Use __deadjoerg
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-04-08Remove non-sensical .ad macro. Don't use .Xo/.Xc.joerg
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-02-16cmdtab is supposed to be const.matt
2008-02-16Change/fix tsptype to const char * const [];matt
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-17whitespace fixes.christos
2007-05-17Deal with delta being negative on machines which signed shifts don't shift 1's.christos
2007-02-04 * timed and timedc:cbiere
2007-01-28Let timedc use the dedicated account "_timedc" for dropping privilegescbiere
2007-01-27 * timedc is no longer setuid-root and is only usable by root due to thecbiere
2007-01-27bind() in priv_resources() is now unnecessary as pointed out by christos.cbiere
2007-01-27 * Fixed a 64-bit issue in daydiff().cbiere
2007-01-26- centralize sendto tspchristos
2007-01-25WARNS=4christos
2007-01-25- merge the update code in one functionchristos
2007-01-25sprinkle const.christos
2007-01-25 * Modified in_cksum() so it can handle unaligned data.cbiere
2007-01-25- use rresvport() instead of open-coding it.christos
2007-01-25PR/35479: djv AT bedford DOT net: fix byte order issue and zero the sockaddr.christos
2007-01-16#including <syslog.h> once is enoughhubertf
2006-06-15This has not worked since 2003. (Hello Itojun!)christos
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2005-04-19make master() return void.christos
2005-02-06remove obsolete register declarations.perry
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-09-28Improvements from Christian "naddy" Weisgerber:wiz
2004-02-09s/transmitts/transmits/wiz
2003-10-13makeargv overrun. from openbsditojun
2003-08-18SIOCGIFCONF -> getifaddrs conversionitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-10Rename a large chunk of the make(1) variables which refer to alukem
2003-06-30Simplify macro usage.wiz
2003-05-17use strlcpyitojun
2003-05-16avoid possible buffer overrunitojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-06compatibility, not compatiblity.wiz
2003-01-05Add ${MACROS} to ${ROFF} usage to make output readablepooka
2002-09-19select() -> poll(), nanosleep()mycroft