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