summaryrefslogtreecommitdiff
path: root/usr.bin/calendar
AgeCommit message (Collapse)Author
2024-09-14Drop the "Giant panda discovered" entry because it looks likeIngo Schwarze
half-way between misleadingly eurocentric and urban legend. It was so obviously suspect that it had already been marked "(?!)" since at least 4.3BSD-Tahoe (June 1988). Brought up by <Rob dot Schmersel at bahnhof dot se>, additional research by <me at FletcherPorter dot com>, see https://marc.info/?l=openbsd-bugs&m=172634202204747 for details.
2024-04-23correct indentation; no functional changeJonathan Gray
ok tb@
2024-01-06Ergaenzung der fehlenden Jahreszahlen;Ingo Schwarze
Flicken von Lennart Jablonka <humm bei ljabl Punkt com>
2023-05-15calendar.canada: sync the entry for victoria day with that of calendar.holiday.Jason McIntyre
as seen this morning, Mon-Third* does not always work. Mon-2 works for now... calendar.uk: victoria day is obscure enough in scotland that i don;t think it warrants worth an entry
2023-05-15Add Juneteenth.Anthony J. Bentley
ok phessler@ jmc@
2023-04-02add Ryuichi Sakamoto. rest in peace.Stuart Henderson
2022-12-13remove advent entry 11/SunLast and leave 12/SunFirst, to avoid gettingJason McIntyre
two "First Sunday of Advent" entries;
2021-12-07switch from tradcpp(1) to cpp(1); ok jsg@Robert Nagy
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
3rd (variadic) mode_t parameter is irrelevant. Many developers in the past have passed mode_t (0, 044, 0644, or such), which might lead future people to copy this broken idiom, and perhaps even believe this parameter has some meaning or implication or application. Delete them all. This comes out of a conversation where tb@ noticed that a strange (but intentional) pledge behaviour is to always knock-out high-bits from mode_t on a number of system calls as a safety factor, and his bewilderment that this appeared to be happening against valid modes (at least visually), but no sorry, they are all irrelevant junk. They could all be 0xdeafbeef. ok millert
2021-08-29Lee "Scratch" Perry died :(Stuart Henderson
2021-01-08bowie died 10.1; from steffen nurpmesoJason McIntyre
2020-06-22change "East Tupelo" reference to just "Tupelo";Jason McIntyre
from carson chittom
2020-06-21add neil peart; from matthew j. c. clarkeJason McIntyre
2020-05-12spelling: bedrich smetanaJason McIntyre
from f.holop
2020-04-19there should be a space between the year and "BC";Jason McIntyre
taken and expanded from grog@freebsd
2020-04-13spelling fix;Jason McIntyre
2019-08-12In isnow(), always validate the value of the month variable beforeTodd C. Miller
using it as an index into the cumdays[] array. Found with American Fuzzy Lop. Original diff by and OK fcambus@
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
2019-03-31add Scott Walker; from Chad DoughertyStuart Henderson
2019-03-31Update Jewish holiday dates for this year. While here, add Tu B'Shevat.Brian Callahan
ok cheloha@ some time ago
2019-02-01Fix regresion that prevented -A0 from working as before.Todd C. Miller
This can be used to disable the default behavior of reporting events for the weekend on a Friday.
2019-01-30Use ' and " instead of archaically considering ` a left quote.Anthony J. Bentley
ok deraadt@
2019-01-29replace some archaic quotes with plain variations.Ted Unangst
ok deraadt millert
2019-01-29Fix a bug with -flag where later events may be shown when they should not be.Todd C. Miller
The problem is caused by the special handling of Friday, where calendar will show the upcoming events for the weeked as well. This change disables the special handling of Friday for the -B option, as was already done for -A. From Andy Bradford.
2019-01-17delete some historic $Id that have been chewed on by cvsTed Unangst
ok millert mpi
2018-11-21add st. andrew's day and put the entry for st. patrick's day in a formatJason McIntyre
similar to the others;
2018-06-03rock AND roll!Jason McIntyre
2018-04-24add p2k18Mike Larkin
2018-04-08The assault on Dutschke happened in 1968.Theo Buehler
From Leah Neukirchen
2018-03-01consistently spell "IPsec"; from raf czlonkaJason McIntyre
note that this is only part of raf's original diff: the rest is for code. although i'm sure the diff itself is correct, i don;t judge myself qualified to decide whether those changes are warranted. still, i'd appreciate at least a reply to raf's diff from another developer (yay! nay!)
2017-09-25Calling waitpid(pid,...) where pid is either uninitialized orKenneth R Westerback
-1 because vflork() failed is bad. Initialize pid to -1 and call waitpid() only when pid != -1. Uninitialized use of pid found by clang. Suggestion of -1 from millert@. ok millert@
2017-08-21Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),Theo de Raadt
in case the parent process was started with a dangling child. This style ensures any potential parent:child interlock isn't disrupted due to the "wrong" child being waited on first. Then the other other childs can safely zombie. ok millert jca brynet
2017-08-10Remove KOI8 lines after 5.9 is out.Theo Buehler
From Jan Stary, Klemens Nanni and others
2017-06-29spelling fix; from greg lehey, freebsd r320427;Jason McIntyre
2016-11-19hyrogen bomb related fixes, prompted by Carson Chittom; dates moved toOtto Moerbeek
UTC. ok tb@ jmc@
2016-09-14Fix bug introduced in the fix for days outside the target month.Todd C. Miller
From Andy Bradford
2016-09-14some fixes from carson chittom;Jason McIntyre
2016-09-11Install the /usr/share/calendar/$lang directories with root as owner.Martin Natano
This will be important as soon as we start building release sets without root privileges. ok deraadt guenther
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenPhilip Guenther
shortly when we use the hardware thread register in userland
2016-08-31new: Joe Ossanna 1928-1977Ingo Schwarze
from Jan Stary <hans at stare dot cz>
2016-08-31fix fd leaks in error pathsJonathan Gray
ok guenther@
2016-07-13When matching a day in the month, make sure that the date is stillTodd C. Miller
in the month we are interested in after calling mktime(3). This fixes things like Sunday+5 for months where there is not a 5th Sunday and the 31st day in months with less than 31 days. From Andy Bradford
2016-04-11Howard Marks died yesterdayStuart Henderson
2016-03-27Fix spelling of "Beverly Hills". From Carson Chittom.Tim van der Molen
2016-03-11un-un-vax;Jason McIntyre
this file has not been touched in nearly two years - putting this out as a test of whether to propose its removal;
2016-02-16correct(ish) date of death for alexander the great;Jason McIntyre
from soren jacobsen, netbsd -r1.26 i've done it a bit differently though: since the date was listed both in .birthday and .history i added his (reputed) birth date to .birthday and removed the dup. i also standardised the date as "[year][space]BC".
2016-01-28Correct date for Australia Day. From Ian Mcwilliam, ok jmc.Darren Tucker
2016-01-22- new plymouth day is better known as taranakiJason McIntyre
- correct a duplicate south canterbury entry first correction from peter kane second, and diff, from craig skinner
2016-01-20add a calendar for new zealand; from craig skinnerJason McIntyre
2016-01-14add a calendar file for the uk;Jason McIntyre
this is the work of craig skinner - many thanks, craig. i've tweaked it a bit. craig has also fixed a currently incorrect date and moved a couple entries to the uk file/ some outstanding issues (what to do with dups) but it'll be eaiser to work on once in tree