| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
members to 64bit types. Assign new syscall numbers for (almost
all) the syscalls that involve the affected types, including anything
with time_t, timeval, itimerval, timespec, rusage, dirent, stat,
or kevent arguments. Add a d_off member to struct dirent and replace
getdirentries() with getdents(), thus immensely simplifying and
accelerating telldir/seekdir. Build perl with -DBIG_TIME.
Bump the major on every single base library: the compat bits included
here are only good enough to make the transition; the T32 compat
option will be burned as soon as we've reached the new world are
are happy with the snapshots for all architectures.
DANGER: ABI incompatibility. Updating to this kernel requires extra
work or you won't be able to login: install a snapshot instead.
Much assistance in fixing userland issues from deraadt@ and tedu@
and build assistance from todd@ and otto@
|
|
|
|
|
|
|
|
| |
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4
is the norm and to explicitely test for gcc3 when a different behaviour
is required.
No functional change intended. Be sure to `make install' in share/mk before
attempting to do anything.
|
|
|
|
|
|
|
|
| |
value can not be represented by a double (unless compiling with -mg); instead,
use a lower limit value. This does not impact the behaviour since both sides
of the test are supposed to produce the same result, albeit in different ways.
ok millert@ espie@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
because that resulted in corrupt output.
This is a verbatim backport of the following bugfix from upstream git master:
https://rt.cpan.org/Public/Bug/Display.html?id=77465
https://github.com/mrallen1/Pod-Perldoc/commit/6e1541d0bcb74a7b2b9ee3235d57953fb800bb67
Do not take the comment in the source code too literally.
It doesn't really explain the problem well.
OK sthen@ espie@ millert@
|
|
|
|
|
| |
Will send this upstream as well.
OK millert@ bluhm@ stsp@
|
| |
|
| |
|
| |
|
|
|
|
| |
them into a "POD ERRORS" section in the produced manpages.(!) ok miod@
|
|
|
|
|
|
|
|
|
|
| |
all manpages in a batch with a single pod2man invocation which is unable
to switch encodings. Avoids "Code point xxx is not Unicode, all \p{}
matches fail" during build.
Disable perltw manpage which relies on getting UTF8 passed through from
the source file to pod2man to mandoc; even on a utf8 term with -Tutf8
these don't get displayed correctly.
|
|
|
|
| |
existing Pod-Simple dependency. Fixes build with -j2 for real.
|
| |
|
|
|
|
| |
building with -j.
|
| |
|
|
|
|
| |
(some more to do after this one)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
For more information please refer to: http://code.activestate.com/lists/perl5-porters/191311/
ok millert@
|
| |
|
|
|
|
| |
And there was much rejoicing.
|
| |
|
|
|
|
|
| |
grep help from sthen; discussion with brad
ok guenther pascal
|
|
|
|
| |
"sure" espie@
|
|
|
|
|
|
|
|
| |
the File::Temp routines and call croak() (the C version of 'die') instead
of returning an empty list. This lets pkg_add give good error messages
when your $PKG_TMPDIR is mounted read-only.
ok espie@
|
| |
|
|
|
|
|
| |
written by guenther@ about a year ago.
discussed with him and millert@
|
|
|
|
|
| |
use of awk. Slightly faster and works around an apparent namei or
buffer cache related bug on arm. Requested and OK deraadt@
|
|
|
|
| |
ok espie@ millert@
|
|
|
|
|
| |
Thanks Emeric Boit for reporting me this.
ok millert@ espie@
|
|
|
|
| |
don't yet support. OK stsp@
|
|
|
|
|
|
|
|
| |
for a specific link to see if things worked out. Add a check for the very
last file in the MANIFEST, as well, since we are trying to spot a very
odd bug where symbolic links are not being created. Hopefully this will
help us diagnose it.
ok guenther millert
|
|
|
|
|
| |
discussed with lots of people, tested by naddy@,
"move fast" deraadt@
|
|
|
|
|
|
|
|
|
|
| |
ucfirst(), uc() and lc() forget to set the tainted flag if input
was marked as tainted.
http://rt.perl.org/rt3/Public/Bug/Display.html?id=87336
http://perl5.git.perl.org/perl.git/commitdiff/539689e74a3bcb04d29e4cd9396de91a81045b99
ok millert@
|
|
|
|
| |
ok millert@
|
|
|
|
|
| |
tested in bulk build.
ok millert@
|
|
|
|
|
| |
from Abel Abraham Camarillo Ojeda
ok espie@ millert@
|
|
|
|
| |
"multipart_init()" HTTP Header Injection Vulnerability.
|
|
|
|
|
|
|
| |
"multipart_init()" HTTP Header Injection Vulnerability.
- add a mention in patchlevel.h (reminded by millert@)
ok millert@
|
| |
|
|
|
|
|
| |
from the uninstalled sources, as opposed to the staging dir, so vax
can have them too.
|
| |
|
| |
|
|
|
|
| |
On OpenBSD they are identical but new code should use the new name.
|