Age | Commit message (Expand) | Author |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-29 | replace some archaic quotes with plain variations. | Ted Unangst |
2017-09-25 | Calling waitpid(pid,...) where pid is either uninitialized or | Kenneth R Westerback |
2017-08-21 | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), | Theo de Raadt |
2017-08-10 | Remove KOI8 lines after 5.9 is out. | Theo Buehler |
2016-08-31 | fix fd leaks in error paths | Jonathan Gray |
2015-12-08 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-10-23 | delete ) that jumped in | Theo de Raadt |
2015-10-23 | A bit of whitespace cleanup, to make further diffs smaller. | Vadim Zhukov |
2015-10-23 | Fix BODUN handling after switch to UTF-8. | Vadim Zhukov |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |
2006-12-11 | rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tama... | Theo de Raadt |
2005-11-24 | fix use after free introduced in r1.30. ok deraadt@ | Moritz Jodeit |
2005-11-16 | knf & cleanup; mickey ok | Theo de Raadt |
2005-11-14 | use asprintf(); ok mickey | Theo de Raadt |
2005-04-15 | Remove standard defines from cpp processing, to prevent accidental | Otto Moerbeek |
2004-12-10 | cleanup extra includes and -Wall | Michael Shalayeff |
2004-12-10 | allow calendar files in julian | Michael Shalayeff |
2004-06-02 | Don't want text in err() call following malloc failures. | Tom Cosgrove |
2004-01-14 | calendar relies on cpp -traditional behavior so explicitly specify -traditional | Todd C. Miller |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-06 | kill strcat | Alexander Yurchenko |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2002-12-18 | t'was not enough space malloced when generating the bodun entries | Michael Shalayeff |
2002-10-16 | don't bork if there's a "calendar" directory in the current directory.... | Vincent Labrecque |
2001-11-19 | kill more registers | Mike Pechkin |
2001-10-03 | error printout fix; raj@cerias.purdue.edu | Theo de Raadt |
2001-09-27 | some fixes and cleanups some from dfa@solo.ee, some pointed | Michael Shalayeff |
2001-09-27 | -Wall passage for prev commit | Michael Shalayeff |
2001-09-26 | special procesing for cyrillic calendars (.ru, .ua, .by for now). | Michael Shalayeff |
2001-09-03 | No longer any reason to care if calendar file is a pipe or not. | Paul Janzen |
2001-09-03 | - Prevent users from hanging or killing 'calendar -a', at the cost of | Paul Janzen |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-06-05 | errx->err where errno is set | Paul Janzen |
2000-12-07 | only accept real files for the calendar file. requires some cute | Theo de Raadt |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller |
1999-11-25 | Parse dates only before the first <tab> character; otherwise, weekly events | Paul Janzen |
1999-04-20 | Don't call sendmail with "-f root" since sendmail isn't run by a "trusted | Paul Janzen |
1998-12-13 | Show periodic events the correct number of times. | Paul Janzen |
1998-11-08 | Sort output by date; include framework for showing periodic events more than | Paul Janzen |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt |
1998-02-14 | Give correct format to strftime(3) instead of using "%c" and making | Todd C. Miller |
1997-09-12 | Kill extra newline in err()/warn(). | Todd C. Miller |
1996-12-05 | FreeBSD calendar(1) + OpenBSD changes. | Todd C. Miller |