CVS: cvs.openbsd.org: src

2015-07-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2015/07/17 08:48:17 Modified files: sbin/iked : pfkey.c Log message: Assign correct destination port value for the destination netmask. This repairs setup of SPD flows that specify port only on the

CVS: cvs.openbsd.org: src

2015-07-17 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/07/17 07:09:07 Modified files: usr.bin/tmux : window.c Log message: Do not call window_unzoom from window_destroy because it will try to add a notification which will get confused because the

CVS: cvs.openbsd.org: www

2015-07-17 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2015/07/17 08:59:18 Modified files: papers : index.html . : events.html Log message: finally publish the video of my BSDCan 2015 mandoc talk,

CVS: cvs.openbsd.org: src

2015-07-17 Thread Vadim Zhukov
CVSROOT:/cvs Module name:src Changes by: z...@cvs.openbsd.org2015/07/17 09:03:19 Modified files: share/man/man5 : port-modules.5 Log message: Documentation for recently committed databases/mariadb port module.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/17 09:11:52 Modified files: distrib/miniroot: install.sub Log message: Remove spaces before the double semicolons in case-blocks. OK krw@ halex@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/07/17 09:23:59 Modified files: sys/sys: socket.h sys/kern : uipc_syscalls.c Log message: In socketpair(), need to mask the type argument when testing for dgram. based on

CVS: cvs.openbsd.org: src

2015-07-17 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2015/07/17 00:13:44 Modified files: sys/arch/amd64/amd64: locore.S Log message: are we 386, 386sx, or 486, or Pentium, or.. I'm pretty sure the amd64 kernel won't boot on any of those CPUs, so delete the

CVS: cvs.openbsd.org: src

2015-07-17 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/07/17 00:53:47 Modified files: usr.bin/tmux : server-client.c Log message: Initialize client fd to -1 as well, from Bobby Powers.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/17 01:04:41 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: d1_enc.c s3_cbc.c ssl.h ssl3.h t1_enc.c usr.bin/openssl: s_server.c Log message:

CVS: cvs.openbsd.org: src

2015-07-17 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2015/07/17 02:14:48 Modified files: usr.bin/sndiod : file.c Log message: Stop using interval timers (not inherited by fork(2), obsolete in newer posix releases), use the poll(2) timeout parameter instead.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/07/17 09:37:58 Modified files: sys/arch/amd64/amd64: locore.S vector.S sys/arch/amd64/include: frameasm.h Log message: Consistently use SEL_RPL as the mask when testing selector

CVS: cvs.openbsd.org: src

2015-07-17 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/17 10:04:09 Modified files: usr.bin/openssl: ciphers.c Log message: Remove support for SSLv3 from openssl(1) ciphers. ok miod@ bcook@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/17 10:07:44 Modified files: usr.bin/openssl: s_client.c Log message: Remove SSLv3 support from openssl(1) s_client. ok miod@ bcook@ beck@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/17 09:50:37 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: s3_lib.c ssl.h ssl3.h t1_lib.c Log message: Remove compat hack that disabled ECDHE-ECDSA on OS

CVS: cvs.openbsd.org: src

2015-07-17 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/17 10:09:46 Modified files: usr.bin/openssl: s_server.c Log message: Remove SSLv3 support from openssl(1) s_server. ok miod@ bcook@ beck@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2015/07/17 04:15:24 Modified files: usr.bin/sndiod : file.c file.h Log message: Use an offsets in the array of pollfd structures instead of pointers. No behaviour change.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2015/07/17 03:51:18 Modified files: usr.bin/sndiod : file.c file.h Log message: rename nfds to max_nfds, no object change

CVS: cvs.openbsd.org: src

2015-07-17 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2015/07/17 03:43:28 Modified files: usr.bin/sndiod : file.c Log message: Move non-debug varibles outside #ifdef DEBUG block

CVS: cvs.openbsd.org: src

2015-07-17 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2015/07/17 03:37:07 Modified files: usr.bin/sndiod : file.c Log message: Simplify debug info: log poll descriptors on a single line, record timestamps only when they are needed.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Yojiro Uo
CVSROOT:/cvs Module name:src Changes by: y...@cvs.openbsd.org2015/07/17 10:56:34 Modified files: sys/dev/pci: if_em_hw.c Log message: fix typo.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/07/17 11:11:18 Modified files: usr.bin/doas : doas.1 Log message: improve wording, from Thanos Tsouanas

CVS: cvs.openbsd.org: src

2015-07-17 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/17 11:33:50 Modified files: sys/arch/armv7/exynos: exynos.c exynos5.c Log message: add exdisplay to chromebook_devs tested by and ok bmercer@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/17 11:36:24 Modified files: lib/libssl/src/ssl: d1_srtp.c ssl_locl.h Log message: Convert ssl_parse_serverhello_use_srtp_ext to CBS. ok miod@ jsing@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2015/07/17 11:41:41 Modified files: usr.sbin/tcpdump: print-802_11.c Log message: Make tcpdump display BSS load information contained in 802.11 mgmt frames. ok phessler sthen

CVS: cvs.openbsd.org: src

2015-07-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/07/17 11:36:33 Modified files: usr.sbin/nsd : Makefile.in axfr.c config.h.in configparser.y configure configure.ac difffile.c dname.c namedb.c

CVS: cvs.openbsd.org: src

2015-07-17 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/17 11:02:52 Modified files: sys/arch/armv7/conf: GENERIC RAMDISK etc/etc.armv7 : Makefile.inc distrib/armv7/ramdisk: Makefile Log message: enable exynos

CVS: cvs.openbsd.org: src

2015-07-17 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2015/07/17 11:18:05 Modified files: sys/netinet6 : nd6_rtr.c Log message: Remove #if 0'ed code and update comment. There is no need to handle managed/other flags for router advertisments in the kernel

CVS: cvs.openbsd.org: src

2015-07-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/07/17 11:36:02 Log message: update to NSD 4.1.3, ok florian@, also tested by brad Status: Vendor Tag: NLNETLABS Release Tags: NSD_4_1_3 C src/usr.sbin/nsd/axfr.c C

CVS: cvs.openbsd.org: src

2015-07-17 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/17 10:10:49 Modified files: usr.bin/openssl: s_time.c Log message: Remove SSLv3 support from openssl(1) s_time. ok miod@ bcook@ beck@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 10:13:26 Modified files: sys/arch/alpha/stand/boot: disk.c sys/arch/alpha/stand/netboot: if_prom.c Log message: Proper prototypes and return values.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Kent R. Spillner
CVSROOT:/cvs Module name:src Changes by: kspill...@cvs.openbsd.org 2015/07/17 12:55:00 Modified files: sys/lib/libsa : ufs.c ufs2.c Log message: Adjust type of link_len to match type of di_size in underlying struct, and change type of len to size_t to match

CVS: cvs.openbsd.org: src

2015-07-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2015/07/17 12:00:43 Modified files: usr.sbin/rcctl : rcctl.sh Log message: return 0 when using getall spotted by jasper@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 12:15:41 Modified files: sys/net: bridgestp.c Log message: Pass the correct argument to bstp_notify_rtage(). Problem found and fix provided by Ryota Ozaki, thanks! ok deraadt@, yasuoka@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: blamb...@cvs.openbsd.org2015/07/17 12:31:09 Modified files: sys/kern : uipc_domain.c sys/net: pfkey.c pfkeyv2.c sys/netinet: ip_ipsp.h ip_spd.c Log message: manage spd entries by using

CVS: cvs.openbsd.org: src

2015-07-17 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/17 12:39:55 Modified files: sys/net: pf_lb.c Log message: fix the indentation of a block of code, no binary change ok mikeb@ some time ago

CVS: cvs.openbsd.org: src

2015-07-17 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 12:05:59 Modified files: sys/net: if_bridge.c if_gif.c if_gif.h Log message: Explicitly do EtherIP encapsulation in bridge_ifenqueue(). The way gif(4) and bridge(4) are plugged together

CVS: cvs.openbsd.org: src

2015-07-17 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 12:35:25 Modified files: sys/netinet: if_ether.c Log message: Announce an IP address after inserting its corresponding RTF_LOCAL route and not during the SIOCSIFADDR ioctl. This way

CVS: cvs.openbsd.org: src

2015-07-17 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2015/07/17 13:43:43 Modified files: usr.sbin/tcpdump: print-802_11.c Log message: Make tcpdump decode the country element in 802.11 mgmt frames. much help and ok zhuk@, ok sthen@ for an earlier version

CVS: cvs.openbsd.org: src

2015-07-17 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2015/07/17 13:46:05 Modified files: sys/net: pfvar.h Log message: sa_family_t should not be confused with u_int8_t ok deraadt@, ok floarian@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/17 14:44:57 Modified files: usr.sbin/httpd : server_fcgi.c Log message: According to RFC 3875 PATH_INFO should either contain a full path or be empty (). It was not set at all when there is nothing

CVS: cvs.openbsd.org: src

2015-07-17 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2015/07/17 15:53:56 Modified files: sys/arch/amd64/amd64: autoconf.c sys/arch/amd64/include: biosvar.h Log message: Remove (unused) references to bios32, which is not present in amd64. ok deraadt@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/17 15:53:57 Modified files: usr.sbin/httpd : server_file.c Log message: Adjust server_file_modified_since() to our style. Please keep httpd clean.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/17 16:35:36 Modified files: usr.bin/mandoc : Makefile main.c man.1 mdoc_term.c term.h term_ascii.c Added files: usr.bin/mandoc : tag.c tag.h Log message:

CVS: cvs.openbsd.org: src

2015-07-17 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2015/07/17 16:34:01 Modified files: sys/dev/acpi : acpi.c Log message: fix comments

CVS: cvs.openbsd.org: src

2015-07-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/07/17 17:22:39 Modified files: etc/mail : aliases etc: master.passwd group Log message: Add _dpb, _pbuild, _pfetch users to make it easier for people doing dpb multi-user

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/07/17 18:58:19 Modified files: lib/libc/crypt : crypt.c Log message: set errno in null cases, just in case.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/17 21:40:51 Modified files: usr.bin/mandoc : tag.c Log message: clean up the temporary file when the process dies from a signal

CVS: cvs.openbsd.org: src

2015-07-17 Thread Jeremy Evans
CVSROOT:/cvs Module name:src Changes by: jer...@cvs.openbsd.org 2015/07/17 22:59:41 Modified files: share/man/man5 : ruby-module.5 Log message: Bring up to date with latest changes OK sthen@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ryan Thomas McBride
CVSROOT:/cvs Module name:src Changes by: mcbr...@cvs.openbsd.org 2015/07/17 23:32:56 Modified files: usr.sbin/tftpd : tftpd.8 tftpd.c Log message: Have tftpd provide a block of random data when clients request the file /etc/random.seed. This allows netbooted systems to

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/17 22:40:40 Modified files: regress/usr.bin/mandoc/char/unicode: named.in named.out_ascii named.out_html

CVS: cvs.openbsd.org: src

2015-07-17 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2015/07/17 23:41:19 Modified files: usr.sbin/httpd : config.c httpd.conf.5 httpd.h parse.y server_http.c Log message: Implement HTTP Strict Transport Security (HSTS). Input OK

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/17 23:46:52 Modified files: usr.bin/mandoc : main.c Log message: Insist that manual page file name extensions must begin with a digit, lest pkg.conf(5) be shown when pkg(5) is asked for;

CVS: cvs.openbsd.org: src

2015-07-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/07/17 14:06:46 Modified files: usr.sbin/ospfd : kroute.c Log message: Do similar handling of connected routes and filtering of llinfo and broadcast. With this the ospfd fib and the kernel routing table

CVS: cvs.openbsd.org: src

2015-07-17 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/07/17 14:22:02 Modified files: usr.bin/openssl: s_socket.c Log message: fix leak, found by coverity, ID 78877 ok miod@ jsing@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 14:44:39 Modified files: sys/arch/alpha/include: loadfile_machdep.h sys/arch/amd64/include: loadfile_machdep.h sys/arch/armish/include: loadfile_machdep.h

CVS: cvs.openbsd.org: src

2015-07-17 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 17:32:18 Modified files: sys/net: if_trunk.c Log message: Drop promiscuously received packets if the trunk(4) interface is not in promiscuous mode. The long story is that claudio@ had

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/17 17:42:15 Modified files: lib/libssl/src/doc/crypto: EC_GROUP_copy.pod EC_KEY_new.pod EVP_DigestVerifyInit.pod

CVS: cvs.openbsd.org: src

2015-07-17 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/17 18:19:38 Modified files: usr.bin/doas : doas.c Log message: Add more error checking and use named constants when useful. ok sthen@ tedu@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/07/17 18:56:37 Modified files: lib/libc/crypt : bcrypt.c Log message: standards compliant error return (null). will make ruby happier, at least. ok deraadt jeremy

CVS: cvs.openbsd.org: src

2015-07-17 Thread Jeremy Evans
CVSROOT:/cvs Module name:src Changes by: jer...@cvs.openbsd.org 2015/07/17 19:18:50 Modified files: lib/libc/crypt : crypt.c Log message: Unbreak, add errno header OK tedu@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2015/07/17 14:42:03 Modified files: regress/usr.bin/sed: Makefile Added files: regress/usr.bin/sed: inplace.in inplace2.expected inplace2.in inplace3.expected

CVS: cvs.openbsd.org: src

2015-07-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2015/07/17 15:54:26 Modified files: usr.bin/sed: main.c Log message: add missing prototype

CVS: cvs.openbsd.org: src

2015-07-17 Thread Stefan Fritsch
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2015/07/17 18:37:16 Modified files: sys/dev/pci: virtio.c virtio_pci.c Log message: KNF fixes No object file changes besides line numbers in KASSERTs

CVS: cvs.openbsd.org: src

2015-07-17 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/17 18:37:23 Modified files: etc: rc netstart Log message: - remove trailing blanks introduced in previous commit - no space in redirections like /foo or $bar - few other minor

CVS: cvs.openbsd.org: src

2015-07-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/07/17 14:12:38 Modified files: usr.sbin/ospf6d: kroute.c Log message: Similar to bgpd and ospfd skip broadcast (should not happen) and llinfo routes also adjust the tracking of connected routes to the

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/07/17 14:24:41 Modified files: usr.bin/doas : doas.1 Log message: tweak wording

CVS: cvs.openbsd.org: src

2015-07-17 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2015/07/17 15:36:56 Modified files: sys/arch/i386/i386: bios.c sys/arch/i386/include: biosvar.h sys/arch/i386/pci: pcibios.c Log message: Include executable mapping for BIOS32 pages. Fixes

CVS: cvs.openbsd.org: src

2015-07-17 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/07/17 15:56:14 Modified files: sys/uvm: uvm_addr.c uvm_map.c Log message: Release the kernel lock while tearing down the uvm map in the reaper. Speeds up workloads that fork a lot of

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/07/17 16:52:29 Modified files: sys/arch/alpha/conf: RAMDISK RAMDISKB RAMDISKBIG RAMDISKC files.alpha sys/arch/amd64/conf: RAMDISK RAMDISK_CD files.amd64

CVS: cvs.openbsd.org: src

2015-07-17 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/07/17 18:01:05 Modified files: lib/libssl/src/crypto/x509v3: pcy_int.h pcy_node.c pcy_tree.c Log message: Fix leak found by coverity, issue 78897 - which also brough to light that the child counting

CVS: cvs.openbsd.org: src

2015-07-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/07/17 18:25:06 Modified files: sys/net: if_ethersubr.c Log message: Packets that make it to ether_input that have M_VLANTAG set must be dropped. vlan(4) clears M_VLANTAG when a tag matches but

CVS: cvs.openbsd.org: src

2015-07-17 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/07/17 18:53:37 Modified files: sys/arch/amd64/amd64: cpu.c sys/arch/i386/i386: cpu.c Log message: Set all the cr4 bits we want at once, instead of one by one ok jsg@ mlarkin@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2015/07/17 18:53:44 Modified files: usr.sbin/ntpd : client.c config.c control.c ntp.c ntpd.c parse.y server.c Log message: replace bzero with memset ok phessler@ deraadt@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/17 19:42:26 Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: s3_srvr.c ssl.h Log message: Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/07/17 14:03:54 Modified files: usr.sbin/bgpd : kroute.c Log message: Only filter RTF_LLINFO or RTF_BROADCAST routes out but not RTF_LOCAL ones since we need those for loopback and point-to-point

CVS: cvs.openbsd.org: src

2015-07-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/07/17 14:38:33 Modified files: usr.sbin/ripd : kroute.c Log message: Like bgpd and ospfd filter routes by RTF_LLINFO and RTF_BROADCAST and use the RTF_CONNECTED to know if a route is connected or not.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/07/17 17:49:03 Modified files: sys/netinet: in_cksum.c Log message: ansi

CVS: cvs.openbsd.org: src

2015-07-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 18:21:14 Modified files: sys/arch/alpha/pci: lca_pci.c Log message: Check for errors in the status register after performing a PCI configuration space read, for errors may not cause a machine

CVS: cvs.openbsd.org: src

2015-07-17 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 18:15:10 Modified files: sys/kern : exec_conf.c sys/sys: proc.h Log message: Kill emul left-over. From Martin Natano

CVS: cvs.openbsd.org: src

2015-07-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/07/17 18:27:32 Modified files: usr.sbin/snmpd : kroute.c Log message: Better track connected routes similar to bgpd/ospfd. According to sthen@ this makes snmpd report routes more correct

CVS: cvs.openbsd.org: src

2015-07-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 18:27:44 Modified files: sys/arch/alpha/pci: pci_alphabook1.c Log message: Correctly set up interrupts; now the kernel no longer get stuck with an SCSI interrupt storm at the end of autoconf.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/07/17 15:21:03 Modified files: usr.bin/sed: main.c Log message: 7 space indents??

CVS: cvs.openbsd.org: src

2015-07-17 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/07/17 15:42:49 Modified files: sys/dev/ic : aic79xx.c aic79xx.h aic79xx_openbsd.c aic79xx_openbsd.h aic7xxx.c aic7xxx_cam.h aic7xxx_inline.h

CVS: cvs.openbsd.org: src

2015-07-17 Thread rzalamena
CVSROOT:/cvs Module name:src Changes by: rzalam...@cvs.openbsd.org 2015/07/17 15:58:07 Modified files: sys/net: if_ethersubr.c Log message: Fix MPLS routing when receiving packet with multiple labels. ok claudio@, phessler@, mpi@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2015/07/17 16:31:16 Modified files: sys/arch/i386/i386: bios.c Log message: Remove/reword some odd comments and a #define that looks like it was left over from someone's debugging.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 16:30:58 Modified files: sys/arch/macppc/dev: i2s.c Log message: Make sound cards work on older PowerMacs. On such machines the device-tree contains absolute addresses for the various sound

CVS: cvs.openbsd.org: src

2015-07-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 18:48:05 Modified files: sys/dev/ic : vga.c vga_subr.c sys/dev/isa: vga_isa.c sys/dev/pci: vga_pci.c vga_pci_common.c Log message: Shuffle include file ordering in

CVS: cvs.openbsd.org: src

2015-07-17 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/17 14:15:52 Modified files: sys/dev/acpi : acpiac.c Log message: fix compilation with ACPI_DEBUG

CVS: cvs.openbsd.org: src

2015-07-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 14:27:36 Modified files: lib/libssl/src/crypto/aes/asm: aesni-x86.pl Log message: extenstion - extension

CVS: cvs.openbsd.org: src

2015-07-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2015/07/17 15:45:52 Modified files: etc: syslog.conf Log message: Add an example for doas(1) logging and drop sudo and chat. ok tedu@ rep@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Peter Hessler
CVSROOT:/cvs Module name:src Changes by: phess...@cvs.openbsd.org2015/07/17 18:05:02 Modified files: sbin/route : keywords.h keywords.sh route.8 route.c show.c show.h Log message: On systems with a full routing table (550k+), we

CVS: cvs.openbsd.org: src

2015-07-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/17 14:25:42 Modified files: gnu/usr.bin/binutils-2.17/opcodes: i386-dis.c Log message: Correctly consume mandatory 0x66 prefix when disassembling aes{dec{,last},enc{,last},imc} instructions

CVS: cvs.openbsd.org: src

2015-07-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2015/07/17 14:38:57 Modified files: usr.bin/sed: defs.h extern.h main.c process.c sed.1 Log message: add -i flag to sed to do in-place editing; mostly based on freebsd feedback/ok deraadt@ millert@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/17 14:50:31 Modified files: usr.bin/doas : doas.1 doas.conf.5 Log message: add some missing content and markup and optimize some indentation ok tedu@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2015/07/17 15:26:05 Modified files: usr.sbin/ldpd : kroute.c Log message: Filter routes based on RTF_LLINFO and RTF_BROADCAST flags and use RTF_CONNECTED to properly track connected routes on -current.

CVS: cvs.openbsd.org: src

2015-07-17 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/07/17 16:42:09 Modified files: sys/arch/amd64/include: pci_machdep.h sys/arch/i386/pci: pci_machdep.h Log message: Avoid assigning low addresses to PCI BARs. Some machines don't claim

CVS: cvs.openbsd.org: src

2015-07-17 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/17 17:29:14 Modified files: sys/dev: video.c Log message: add missing braces to only call selrecord when intended to ok deraadt@ millert@

CVS: cvs.openbsd.org: src

2015-07-17 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/17 18:03:34 Modified files: etc: rc netstart Log message: Improve comments - Add comments for functions - Start comments with capital letters - End comments with a full stop - Allow

CVS: cvs.openbsd.org: src

2015-07-17 Thread Peter Hessler
CVSROOT:/cvs Module name:src Changes by: phess...@cvs.openbsd.org2015/07/17 18:02:30 Modified files: sys/net: rtsock.c lib/libc/gen : sysctl.3 Log message: On systems with a full routing table (550k+), we often want to be able to look at the

CVS: cvs.openbsd.org: src

2015-07-17 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2015/07/17 18:59:00 Modified files: usr.sbin/ntpd : ntp.c Log message: replace _PATH_DEVNULL with /dev/null, assume it will not move ok deraadt@ phessler@ claudio@

  1   2   >