CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2017/08/09 20:26:26
Modified files:
sys/netinet: ip_icmp.c
sys/netinet6 : icmp6.c
Log message:
icmp_mtudisc() might be called by TCP even on loopback after a
retransmit timeout. Do not run pa
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2017/08/09 17:12:41
Modified files:
. : hackathons.html
Added files:
images/hackathons: t2k17-s.gif t2k17.jpg
Log message:
t2k17 has begun.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2017/08/09 16:24:25
Modified files:
lib/libssl : ssl_lib.c ssl_locl.h t1_lib.c
Log message:
Pull out the code that identifies if we have an ECC cipher in the cipher
list or if we are negotiating an ECC c
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2017/08/09 15:42:44
Modified files:
sys/dev/pci: pcireg.h
usr.sbin/vmd : pci.c
Log message:
vmd: allow guest PCI interrupt line reassignment.
I also added a couple config space register names
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2017/08/09 15:31:16
Modified files:
usr.sbin/relayd: ca.c
Log message:
Use X509_pubkey_digest() like libtls to hash the keys for the TLS privsep
code. This fixes interception mode (since there we rewrite the
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2017/08/09 15:29:17
Modified files:
usr.sbin/relayd: relay.c
Log message:
Call tls_config_skip_private_key_check() to disable the key checking in
the inspect case (same is done in the regular server mode).
O
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2017/08/09 15:27:24
Modified files:
lib/libtls : tls.c tls_config.c tls_internal.h
Log message:
Don't use tls_cert_hash for the hashing used by the engine offloading magic
for the TLS privsep code. Inste
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2017/08/09 15:23:38
Modified files:
sys/arch/amd64/include: specialreg.h
sys/arch/i386/include: specialreg.h
Log message:
Add IA32_MISC_ENABLE MSR and bitfield values, to be used shortly by
vmm(4)
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2017/08/09 14:23:55
Modified files:
sys/arch/i386/include: specialreg.h
Log message:
reorder some MSRs in the MSR list that were out of order. No functional
change; I'll be adding a few new ones and noticed
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2017/08/09 14:22:08
Modified files:
sys/arch/amd64/include: specialreg.h
Log message:
reorder some MSRs in the MSR list that were out of order. No functional
change; I'll be adding a few new ones and noticed
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2017/08/09 13:57:54
Modified files:
sbin/dhclient : dhcpd.h dispatch.c kroute.c
Log message:
Stop obsessively flushing the imsg connection. Just
flush any queued messages on getting a POLLOUT.
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2017/08/09 13:35:59
Modified files:
sbin/dhclient : dhclient.c dispatch.c
Log message:
Add some additional poll() error checking. Remove checks
for EAGAIN as that is not a possible poll() errno.
suggestion
CVSROOT:/cvs
Module name:src
Changes by: phess...@cvs.openbsd.org2017/08/09 13:15:18
Modified files:
usr.bin/bgplg : bgplg.h
Log message:
let the looking glass look at the details for a specific AS
diff from Denis Fondras, thanks!
OK benno@, phessler@
CVSROOT:/cvs
Module name:src
Changes by: p...@cvs.openbsd.org2017/08/09 13:13:06
Modified files:
sys/arch/amd64/amd64: vmm.c
Log message:
fix a few DPRINTFs in vmm.c so that compilation with VMM_DEBUG works
ok mlarkin@
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2017/08/09 11:49:54
Modified files:
lib/libssl : s3_lib.c
Log message:
Consistently return from each SSL/SSL_CTX control case, rather than
breaking from some and returning from others.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2017/08/09 11:42:12
Modified files:
lib/libssl : s3_lib.c
Log message:
Split out the remaining SSL_CTX controls into individual functions.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/08/09 11:35:38
Modified files:
usr.sbin/ndp : ndp.c
Log message:
the recent adjustment of -i means usage() fits nicely on
two lines now, instead of three;
CVSROOT:/cvs
Module name:src
Changes by: p...@cvs.openbsd.org2017/08/09 11:22:18
Modified files:
sys/arch/amd64/amd64: vmm.c
Log message:
Expose TSC to vmm guest
This exposes TSC to vmm guest and OpenBSD guests should use it as a preferred
timecounter on >= skylake.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2017/08/09 11:21:34
Modified files:
lib/libssl : s3_lib.c
Log message:
Start splitting out SSL_CTX controls into individual functions, so that
they can eventually be exposed as direct functions/symbols.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2017/08/09 10:50:00
Modified files:
lib/libssl : s3_lib.c
Log message:
Be consistent and return from each SSL control case, rather than breaking
from some.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2017/08/09 10:47:18
Modified files:
lib/libssl : s3_lib.c
Log message:
Split out the remaining SSL controls into individual functions.
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2017/08/09 10:42:24
Modified files:
sys/arch/amd64/amd64: vmm.c
Log message:
typo in comment
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2017/08/09 09:52:27
Modified files:
lib/libssl : s3_lib.c
Log message:
Split more controls into individual functions.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2017/08/09 09:25:27
Modified files:
lib/libssl : s3_lib.c
Log message:
Start splitting out controls into individual functions, so that they can
eventually be exposed as direct functions/symbols.
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2017/08/09 09:10:38
Modified files:
sys/arch/octeon/dev: octcit.c
Log message:
Clear any pending (edge-triggered) interrupts at setup to avoid
spurious interrupts with newly established handlers.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2017/08/09 09:02:53
Modified files:
lib/libssl : s3_lib.c
Log message:
Remove unnecessary curly braces and unindent. Also add a few blank lines
for readability.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2017/08/09 08:58:11
Modified files:
lib/libssl : s3_lib.c
Log message:
Fix conditionals for DH controls.
This was OK mpi, too. Sorry!
On Wed, Aug 09, 2017 at 08:36:00AM -0600, Florian Obser wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: flor...@cvs.openbsd.org 2017/08/09 08:36:00
>
> Modified files:
> sys/netinet6 : nd6.c nd6.h
> usr.sbin/ndp : ndp.8 ndp.c
>
> Log
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2017/08/09 08:36:00
Modified files:
sys/netinet6 : nd6.c nd6.h
usr.sbin/ndp : ndp.8 ndp.c
Log message:
Remove knob and always do neighbor unreachable detection.
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2017/08/09 08:35:02
Modified files:
sys/netinet6 : nd6.c nd6.h
usr.sbin/ndp : ndp.8 ndp.c
Log message:
accept_rtadv doesn't do anything since some time.
OK mpi
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2017/08/09 08:34:05
Modified files:
sys/netinet6 : nd6.c nd6.h
Log message:
We are no longer generating privacy addresses in the
kernel.
OK mpi
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2017/08/09 08:22:58
Modified files:
sys/kern : uipc_socket.c uipc_syscalls.c
sys/nfs: krpc_subr.c nfs_socket.c nfs_syscalls.c
Log message:
Move the socket lock "above" sosetopt(), soge
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/08/09 07:44:37
Modified files:
usr.bin/tmux : options.c window-tree.c
Log message:
Fix filtering so it works after the change to only show windows if they
have multiple panes.
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2017/08/09 06:48:47
Modified files:
usr.bin/mandoc : man.1
Log message:
Explain how to transform markup for the terminal when not using a
pager, and how to remove markup. Add related cross reference
CVSROOT:/cvs
Module name:www
Changes by: jas...@cvs.openbsd.org 2017/08/09 06:35:52
Modified files:
faq: current.html
Log message:
add note on borgmatic update
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/08/09 05:43:45
Modified files:
usr.bin/tmux : cmd-choose-tree.c format.c screen-write.c
tmux.1 window-buffer.c window-client.c
window-tree.c
Log mes
CVSROOT:/cvs
Module name:src
Changes by: dco...@cvs.openbsd.org 2017/08/09 04:15:31
Modified files:
sys/dev/acpi : acpi.c
Log message:
Add "PNP0303" (8042 PS/2 Controller) to acpi_isa_hids[]
ok kettenis@
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2017/08/09 01:56:10
Modified files:
usr.sbin/smtpd/mail: Makefile
Added files:
usr.sbin/smtpd : mail.mda.8 mail.mda.c
usr.sbin/smtpd/mail/mail.mda: Makefile
Log message:
add mail.mda MDA in
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2017/08/09 01:54:11
src/usr.sbin/smtpd/mail/mail.mda
Update of /cvs/src/usr.sbin/smtpd/mail/mail.mda
In directory cvs.openbsd.org:/tmp/cvs-serv16101/mail/mail.mda
Log Message:
Directory /cvs/src/usr.sbin/smtpd/mail/
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2017/08/09 01:17:47
Modified files:
usr.sbin/smtpd : mail.file.c mail.lmtp.c mail.maildir.c
Log message:
at the exception of mail.local, smtpd never executes an MDA as root.
the check is performed daemon-si
40 matches
Mail list logo