| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
From gotroyb127, OK tb@
|
|
|
|
|
|
|
| |
This is a backport of the ncurses 5.9 20120707 patch.
Previously, getch() would return ERR if SIGWINCH was received but
the window didn't actually change size. This can happen, for
example, when the xterm font is changed. OK tb@
|
|
|
|
| |
From gotroyb127 OK tb@
|
| |
|
|
|
|
| |
These are no longer used (and should not be used) internally.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add handshake fields for our minimum TLS version, our maximum TLS version
and the TLS version negotiated during the handshake. Initialise our min/max
versions at the start of the handshake and leave these unchanged. The
negotiated TLS version is set in the client once we receive the ServerHello
and in the server at the point we select the highest shared version.
Provide an ssl_effective_version() function that returns the negotiated TLS
version if known, otherwise our maximum TLS version - this is effectively
what is stored in s->version currently.
Convert most of the internal code to use one of these three version fields,
which greatly simplifies code (especially in the TLS extension handling
code).
ok tb@
|
|
|
|
|
|
|
| |
issue hit by florian@
diff by jsing@
ok tb@
|
|
|
|
|
| |
msg_flags (they get set internally). Correct the record to only contain
what the caller requested.
|
|
|
|
|
| |
allocation. not the perfect text yet, but it is better.
discussed with florian and jmc
|
| |
|
| |
|
|
|
|
|
|
| |
couldn't handle ICCN message which has a ProxyAuthenChallenge AVP
longer than 24 octets. Juniper actually send such challenges.
Reported and tested by Ryan Freeman.
|
|
|
|
| |
ok yasuoka@
|
|
|
|
| |
ok gnezdo@ semarie@ mpi@
|
|
|
|
|
|
|
| |
Trying to rename the program level control is not needed anymore.
When a slot is given to another program, the new ctl_{new,del}()
functions can be used to delete the control of the old program and
create a new one for the new program. Cleaner, simpler.
|
| |
|
|
|
|
|
|
| |
that the order does not matter so simplify the code and just walk the
list twice. Add the .crl first and then in the second round all other files.
OK job@
|
|
|
|
|
| |
of code which thinks it could be done elsewhere.
ok kurt
|
| |
|
|
|
|
| |
patch from Mike Frysinger
|
| |
|
|
|
|
| |
ok patrick@
|
|
|
|
|
|
|
|
|
|
|
| |
device references causing a hang while trying to remove the same
interface since the reference count will never reach zero. Instead of
returning, break out of the switch in order to ensure that tun_put()
gets called.
ok deraadt@ mvs@
Reported-by: syzbot+2ca11c73711a1d0b5c6c@syzkaller.appspotmail.com
|
|
|
|
|
|
| |
the top(1) wait column.
ok mvs@
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
anymore after moving it from its own subprocess to snmpe.
feedback and OK jan@
|
|
|
|
|
|
|
| |
regress for basic functionality. This regress covers quite a few usecases,
but there's still plenty missing.
feedback and OK bluhm@
|
|
|
|
|
| |
that isn't directly usable to a shorter table and example of what one might
need to add to EXTRACT_CASES when making a change; ok espie@
|
|
|
|
|
| |
tests. Kernel stashes logs temporarily, test it. Fix some races
in existing tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are started before syslogd(8). This resulted in ugly sendsyslog(2)
dropped logs and the real message was lost.
Create a temporary stash for log messages within the kernel. It
has a limited size of 100 messages, and each message is truncated
to 8192 bytes. When the stash is exhausted, the well-known dropped
message is generated with a counter. After syslogd(8) has setup
everything, it sends a debug line through libc to flush the kernel
stash. Then syslogd receives all messages from the kernel before
the usual logs.
OK deraadt@ visa@
|
|
|
|
| |
Feedback from otto@
|
|
|
|
| |
From Thaison Nguyen
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Fix word and word-end for wrapped lines.
- Fix copying of selection end on wrapped lines.
- Fix wrapped word selection edge case.
- Update select-line to respect wrapped lines.
- Update window_copy_..._pos() functions to use grid_reader.
GitHub issue 2605.
|
|
|
|
|
| |
regions of a given size. In snaps for a while, committing since
no issues were reported and a wider audience is good. ok deraadt@
|
|
|
|
|
|
|
| |
But in the nfs diskless case, we can do better by starting it a little
later. This disrupts nfs diskless on dynamic addresses a little, if it ever
actually worked with dhclient, but anyone doing that deserves the headache.
ok florian
|
|
|
|
|
|
| |
zero (should not happen, but did), because the auto-allocate code will
put a filesystem on that partition.
ok otto kurt
|
|
|
|
|
|
|
|
|
|
| |
already calculates _usable_ memory and updates physmem (if it is 0),
whereas ofw_read_mem_regions() was counting usable+unuseable memory.
ie. 4G or more on some machines. powerpc's 32-bit pagetable cannot use memory
beyond 4G phys addr.
(On a 4G machine, physmem64 was calculated as 0, which caused the installer's
auto-diskabel code to place /tmp on the b partition).
ok gkoehler, works for kurt also
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic.
This diff did not properly kill SINGLE_PTRACE and broke RAMDISK kernels.
|
|
|
|
| |
dhcpleased.
|
| |
|
|
|
|
|
|
| |
disabled it in the past and then note that IPv6 autoconfiguration
doesn't work for you, you will quickly note that we will point and
laugh.
|