Age | Commit message (Collapse) | Author |
|
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.
|
|
ok tb@
|
|
Flicken von Lennart Jablonka <humm bei ljabl Punkt com>
|
|
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
|
|
ok phessler@ jmc@
|
|
|
|
two "First Sunday of Advent" entries;
|
|
|
|
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
|
|
|
|
|
|
from carson chittom
|
|
|
|
from f.holop
|
|
taken and expanded from grog@freebsd
|
|
|
|
using it as an index into the cumdays[] array.
Found with American Fuzzy Lop. Original diff by and OK fcambus@
|
|
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.
|
|
|
|
ok cheloha@ some time ago
|
|
This can be used to disable the default behavior of reporting events
for the weekend on a Friday.
|
|
ok deraadt@
|
|
ok deraadt millert
|
|
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.
|
|
ok millert mpi
|
|
similar to the others;
|
|
|
|
|
|
From Leah Neukirchen
|
|
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!)
|
|
-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@
|
|
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
|
|
From Jan Stary, Klemens Nanni and others
|
|
|
|
UTC. ok tb@ jmc@
|
|
From Andy Bradford
|
|
|
|
This will be important as soon as we start building release sets without
root privileges.
ok deraadt guenther
|
|
shortly when we use the hardware thread register in userland
|
|
from Jan Stary <hans at stare dot cz>
|
|
ok guenther@
|
|
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
|
|
|
|
|
|
this file has not been touched in nearly two years - putting this out
as a test of whether to propose its removal;
|
|
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".
|
|
|
|
- correct a duplicate south canterbury entry
first correction from peter kane
second, and diff, from craig skinner
|
|
|
|
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
|