| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
okay guenther@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Note that I missed two of these in the diff shown initially, thx
to the atrocious Makefile rule...
okay millert@, sthen@, basically
|
| | | |
| | | |
| | | |
| | | | |
netinet/if_ether.h
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(namespace pollution!) or talking about its opinion on code.
ok krw@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
CVE-2013-4353 NULL pointer dereference with crafted Next Protocol
Negotiation record in TLS handshake.
Upstream: 197e0ea
CVE-2013-6449 Fix crash with crafted traffic from a TLS 1.2 client.
Upstream: ca98926, 0294b2b
CVE-2013-6450 Fix DTLS retransmission from previous session.
Upstream: 3462896
|
| | | |
| | | |
| | | |
| | | | |
add a more complete check for the rounds parameter. ok deraadt
|
| | | |
| | | |
| | | |
| | | | |
ok deraadt@ bentley@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
introduce a new 'b' hash minor. still generate 'a' minors for now.
reported by solar designer. diff by some combination of solar and jca.
ok deraadt
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
as per RFC 3542, from DragonFlyBSD via Eitan Adler.
ok bluhm@
|
| | | |
| | | |
| | | |
| | | | |
Patch by Jean-Philippe Ouellet ; ok krw@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
the ball rolling. ok deraadt.
|
| | | |
| | | |
| | | |
| | | | |
spotted by tedu
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
marking up words that are not trademarks (ASCII, I/O, NFS, TCP, TELNET).
While here, remove .Tn markup from the same words in the body
of these pages, too.
|
| | | |
| | | |
| | | |
| | | | |
Found while testing mandocdb(8).
|
| | | |
| | | |
| | | |
| | | | |
ok gilles millert
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
right __dso_handle and have dlopen'ed shared objects run their atexit handlers
when they get unloaded. This is what Linux does, and several ports depend on
this behaviour (and will crash upon exit without this chang).
Based on an earlier diff from matthew@
Tested by ajacoutot@
ok deraadt@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
architectures. ok miod@ djm@
Upstream patch:
commit cdd1acd788020d2c525331da1712ada778f1373c
Author: Andy Polyakov <appro@openssl.org>
Date: Wed Dec 18 21:27:35 2013 +0100
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Requested by deraadt@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
days.
|
| | | |
| | | |
| | | |
| | | | |
as advised by deraadt
|
| | | |
| | | |
| | | |
| | | | |
re-re-reviewed by krw
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
ok jca krw ingo
|
| | | |
| | | |
| | | |
| | | | |
ok deraadt@
|
| | | |
| | | |
| | | |
| | | | |
not urgent.
|
| | | |
| | | |
| | | |
| | | | |
ok guenther otto
|
| | | |
| | | |
| | | |
| | | | |
ok deraadt@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
pthreads and chroot, and safe initialization without /dev/random and such
junk. If you are in control of an arc4random in another library, please look
at these pages and get caught up.
ok various
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
be using directly. Well, a few rare people cloned it upstream and it
will take a bit of time for them to learn.
ok various
|
| | | |
| | | |
| | | |
| | | | |
DIST_LIB/DIST_OBJ/*.do changes
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
feedback and ok djm@
|
| | | |
| | | |
| | | |
| | | | |
MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
is undefined. Add a warning to that effect. OK deraadt@ jmc@
|
| | | |
| | | |
| | | |
| | | | |
from jan stary
|
| | | |
| | | |
| | | |
| | | | |
From: Jan Stary
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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@
|
| | | |
| | | |
| | | |
| | | | |
ok deraadt@
|