Age | Commit message (Expand) | Author |
2022-09-23 | Since tzset(3) ignores arbitrary files, we no longer need rpath | Florian Obser |
2022-09-19 | When setting time, date(1) pledges "wpath" for logwtmp(3). Restrict | Florian Obser |
2021-08-11 | If the -f argument includes %s, we need to use timegm(3) rather | Ingo Schwarze |
2019-08-08 | date(1): remove -d dst and -t minutes_west | cheloha |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-21 | add a -f pformat flag to parse the given time with strptime. | Ted Unangst |
2018-04-25 | The time-setting codepath can use pledge "settime" which was added for | Theo de Raadt |
2018-02-13 | atoll -> strtonum | cheloha |
2017-12-23 | As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3). | cheloha |
2016-10-19 | Delete useless setlocale(3) in src/bin/. | Ingo Schwarze |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-07 | tame "stdio rpath wpath". rpath is for localtime() and mktime(), | Theo de Raadt |
2015-04-17 | FALLTHROUGH in getopt is incorrect. While here use strtonum | Theo de Raadt |
2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | Todd C. Miller |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-02-07 | When getopt processing flags, many should be flag=1 instead of flag++ | Theo de Raadt |
2014-01-21 | localtime(3) can return NULL; seen by Rod Whitworth; ok guenther@ | Otto Moerbeek |
2014-01-05 | garbage collect unused global variable retval, | Ingo Schwarze |
2013-11-27 | remove erroneous char cast to switch expression processing getopt(3); | Okan Demirmen |
2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. | Theo de Raadt |
2013-10-20 | Parse the argument the -r option with atoll() to support dates past 2038 | Philip Guenther |
2012-12-04 | replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) | Theo de Raadt |
2011-07-08 | extern.h no longer needed | Theo de Raadt |
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt |
2011-03-11 | Add a non-standard option that affects the output TZ only. The input (for | Theo de Raadt |
2011-03-11 | Check that date(1) is not passed any extra arguments. | Theo de Raadt |
2010-03-31 | Make a -DSMALL version of date(1) for the media | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau |
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado |
2007-05-25 | Remove y2k hack. If no century is specified, use the current one. | Todd C. Miller |
2007-04-12 | use UTC instead of GMT0 for -u; from Jared R.R.Spiegel <jrrs@ice-nine.org> | Christian Weisgerber |
2005-11-29 | add an option -j which suppresses setting the clock, but parses the date | Daniel Hartmeier |
2003-10-15 | errx -> err. From form. | Mike Pechkin |
2003-07-29 | spacing | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-07-04 | ansi | Theo de Raadt |
2002-04-17 | getopt idiot | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-16 | missed some registers, kill'em! | Mike Pechkin |
2001-12-02 | add -a to use adjtime(), like rdate(1) does | Theo de Raadt |
2001-09-06 | o) __progname aria; | Mike Pechkin |
2001-03-26 | Fix comments, it is "daylight saving time", not "daylight savings time" | Todd C. Miller |
2000-11-09 | Fix an off-by-one-hour error that would occur when changing the time across | Aaron Campbell |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be don... | Theo de Raadt |
1999-02-01 | GMT -> UTC in comments; make y2k hack easier to read | David Leonard |
1999-01-02 | Clean up some -Wall stuff, and a potential problem if TM_TIME_BASE was not | Tobias Weingartner |
1998-09-01 | Clear up an overeager Y2K fix; be a little stricter with allowable times | Paul Janzen |
1997-09-17 | Cosmetic: | bri |