Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
by craig skinner; craig requested we amended this to 2nd of january,
which is officially a holiday in scotland but i think the entry is
misleading, so i just zapped it - the occasion is really new year's
day, which is the 1st;
|
|
|
|
okay jmc@, millert@
|
|
used with -a in order to iterate on all users using getpwent(3).
ok matthieu@ pascal@
|
|
* "stdio rpath proc exec" in normal mode (execs cpp)
* "stdio rpath tmppath fattr id proc exec" in -a mode, which is typically
run as root (hint hint)
ok deraadt@
|
|
* Fix #ifndef safeguards (rename/add where missing);
* Use consistent spelling for year when it's mentioned in day desc;
* Tweak some wrong casing cases;
* Remove calendar.msk since Moscow doesn't have summer time anymore,
and that was the only thing this file was about;
* A few other corrections.
Some corrections from Mikhail on tech@, thanks!
Small fix & okay from mikeb@.
|
|
|
|
|
|
Still wondering if this functionality should be removed, but I'll leave
the decision to those who drink alcohol.
Input from & okay tedu@.
|
|
|
|
|
|
|
|
from pgoyette (netbsd -r1.26)
|
|
from comet (freebsd 116952), via richard
|
|
|