CVS: cvs.openbsd.org: src

2015-07-19 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/19 01:34:52 Modified files: lib/libssl/src/ssl: s3_clnt.c Log message: Convert ssl3_get_certificate_request to CBS. ok miod@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/07/19 02:11:19 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386

CVS: cvs.openbsd.org: src

2015-07-19 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/18 23:59:07 Modified files: usr.bin/mandoc : Makefile main.c mandoc.h mandocdb.c read.c Log message: Do not fork and exec gunzip(1), just link with libz instead. As discussed with deraadt@,

CVS: cvs.openbsd.org: src

2015-07-19 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/07/19 00:12:06 Modified files: usr.bin/script : script.c Log message: SIGCHLD handler was established before forking into two processes. As a result it also ran in the child (incorrect). ok miod

CVS: cvs.openbsd.org: src

2015-07-19 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/19 00:10:11 Modified files: lib/libtls : shlib_version Log message: Crank the major of libtls: the behaviour of tls_write() has been changed in an incompatible way regarding partial writes. OK

CVS: cvs.openbsd.org: src

2015-07-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/07/19 00:14:23 Modified files: usr.bin/sed: main.c Log message: Print strerror, not just the filename, if opening the inplace file fails. ok jasper@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Yojiro Uo
CVSROOT:/cvs Module name:src Changes by: y...@cvs.openbsd.org2015/07/19 00:14:37 Modified files: sys/dev/mii: ipgphy.c Log message: revert privious commit

CVS: cvs.openbsd.org: src

2015-07-19 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/19 00:23:51 Modified files: lib/libssl/src/ssl: s3_lib.c ssl3.h lib/libssl/ssl : shlib_version Log message: Crank major and remove legacy variables. Libtls is riding this crank. ok miod@

Re: CVS: cvs.openbsd.org: src

2015-07-19 Thread Stuart Henderson
On 2015/07/19 00:14, Stuart Henderson wrote: CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2015/07/19 00:14:23 Modified files: usr.bin/sed: main.c Log message: Print strerror, not just the filename, if opening the inplace file fails. ok jasper@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Yojiro Uo
CVSROOT:/cvs Module name:src Changes by: y...@cvs.openbsd.org2015/07/19 00:28:12 Modified files: sys/dev/mii: xmphy.c xmphyreg.h brgphy.c brgphyreg.h ciphy.c ciphyreg.h ipgphy.c ipgphyreg.h sys/dev/pci: if_sk.c if_bge.c Log

CVS: cvs.openbsd.org: src

2015-07-19 Thread Yojiro Uo
CVSROOT:/cvs Module name:src Changes by: y...@cvs.openbsd.org2015/07/19 00:30:02 Modified files: sys/dev/mii: miidevs Log message: add RTL8211

CVS: cvs.openbsd.org: src

2015-07-19 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/19 00:31:32 Modified files: lib/libssl/src/ssl: s23_clnt.c s23_meth.c s23_srvr.c ssl.h ssl_locl.h Log message: Add TLS_method, TLS_client_method and TLS_server_method.

CVS: cvs.openbsd.org: src

2015-07-19 Thread Yojiro Uo
CVSROOT:/cvs Module name:src Changes by: y...@cvs.openbsd.org2015/07/19 00:31:16 Modified files: sys/dev/mii: miidevs.h Log message: regen

CVS: cvs.openbsd.org: src

2015-07-19 Thread Yojiro Uo
CVSROOT:/cvs Module name:src Changes by: y...@cvs.openbsd.org2015/07/19 00:35:18 Modified files: sys/dev/mii: rgephy.c rgephyreg.h Log message: use standardized register defintion in mii.h rather than specific driver definetion. ok deraadt@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/19 00:42:19 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386

CVS: cvs.openbsd.org: src

2015-07-19 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2015/07/19 00:47:55 Modified files: lib/libc : shlib_version Log message: adding a syscall requires a minor bump; ok guenther@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/19 00:50:58 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386

CVS: cvs.openbsd.org: src

2015-07-19 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/07/19 00:57:27 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Match change to fatal()'s prototype in bgpd ok benno@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/07/19 01:12:58 Modified files: lib/libc/sys : tame.2 Log message: succesfull - succesful, from Ross L Richardson

CVS: cvs.openbsd.org: src

2015-07-19 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/07/19 01:16:22 Modified files: lib/libc/sys : tame.2 Log message: Trailing spaces and missing .Pp.

CVS: cvs.openbsd.org: src

2015-07-19 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2015/07/19 01:18:59 Modified files: lib/libutil: imsg.c Log message: Handle malloc(0) returning NULL (which can happen on some other platforms) by explicitly making imsg-data = NULL when there is no

CVS: cvs.openbsd.org: src

2015-07-19 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/19 01:30:06 Modified files: lib/libssl/src/ssl: s23_clnt.c s23_meth.c s23_srvr.c ssl_locl.h Log message: Fix symbol collision with libtls. Pointed out by guenther. ok guenther@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/19 04:11:16 Modified files: lib/libc/sys : tame.2 Log message: some basic tweaks;

CVS: cvs.openbsd.org: xenocara

2015-07-19 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2015/07/19 04:44:05 Modified files: . : Makefile Log message: Complain if 'make build' is run with DESTDIR set.

CVS: cvs.openbsd.org: xenocara

2015-07-19 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2015/07/19 04:43:08 Modified files: app/fvwm : Makefile Log message: Don't redefine build: locally

CVS: cvs.openbsd.org: src

2015-07-19 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/19 04:14:43 Modified files: lib/libc/sys : tame.2 Log message: no need for -compact;

CVS: cvs.openbsd.org: xenocara

2015-07-19 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2015/07/19 04:39:19 Modified files: lib/freetype : Makefile Log message: Clean up and fix make depend.

CVS: cvs.openbsd.org: xenocara

2015-07-19 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2015/07/19 04:41:31 Modified files: doc/gl-docs: Makefile Log message: Don't redefine build: locally

CVS: cvs.openbsd.org: xenocara

2015-07-19 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2015/07/19 04:40:40 Modified files: data/xkeyboard-config: Makefile Log message: Don't redefine build: locally

Re: CVS: cvs.openbsd.org: src

2015-07-19 Thread Kevin Chadwick
CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org2015/07/19 01:12:58 Modified files: lib/libc/sys : tame.2 Log message: succesfull - succesful, from Ross L Richardson I think that should be successful? p.s. I like the thinking behind tame

CVS: cvs.openbsd.org: src

2015-07-19 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/07/19 07:41:07 Modified files: lib/libc/sys : tame.2 Log message: oops, SYS_ prefix stayed; noted by jmc

CVS: cvs.openbsd.org: src

2015-07-19 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/19 08:35:41 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: knock out Ns Li before colons - the Li was being ignored anyway, and i don;t think the colon needs marked up.

CVS: cvs.openbsd.org: src

2015-07-19 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/07/19 10:33:12 Modified files: lib/libc/sys : tame.2 Log message: typo; ralf horstmann

CVS: cvs.openbsd.org: src

2015-07-19 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2015/07/19 11:00:39 Modified files: sys/arch/mips64/mips64: trap.c Log message: Add proper kernel locking in the fpe_branch_emulate() function, to prevent race conditions that could corrupt amap entries,

CVS: cvs.openbsd.org: src

2015-07-19 Thread Brandon Mercer
CVSROOT:/cvs Module name:src Changes by: bmer...@cvs.openbsd.org 2015/07/19 12:17:06 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: Enable GPT kernel support. Discussed with a few. OK miod@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Renato Westphal
CVSROOT:/cvs Module name:src Changes by: ren...@cvs.openbsd.org 2015/07/19 14:50:03 Modified files: usr.sbin/ldpd : lde.c lde_lib.c ldpd.conf.5 ldpd.h neighbor.c parse.y printconf.c Log message: Remove incomplete support for unnecessary modes

CVS: cvs.openbsd.org: src

2015-07-19 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/07/19 16:52:30 Modified files: sys/uvm: uvm_page.c Log message: Fix backward test that broke the cache

CVS: cvs.openbsd.org: src

2015-07-19 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2015/07/19 17:42:58 Modified files: etc: netstart Log message: Bring up pflow last as it might send with a source address that is on any of the other interfaces. OK deraadt, phessler, benno

CVS: cvs.openbsd.org: src

2015-07-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/07/19 18:57:53 Modified files: usr.bin/doas : doas.c Log message: rescope and rename some variables to reduce pressure on the alphabet

CVS: cvs.openbsd.org: src

2015-07-19 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/07/19 18:56:10 Modified files: sys/sys: unistd.h proc.h sys/uvm: uvm_mmap.c sys/kern : syscalls.master kern_exec.c Log message: Add kbind, a syscall for

CVS: cvs.openbsd.org: src

2015-07-19 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/07/19 18:57:06 Modified files: sys/sys: syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: rebuild

CVS: cvs.openbsd.org: src

2015-07-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/07/19 18:54:01 Modified files: usr.bin/doas : doas.c Log message: introduce a minimal badset ($ENV) for environment stripping so that root shells read the right .kshrc

CVS: cvs.openbsd.org: src

2015-07-19 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/07/19 15:21:14 Modified files: sys/kern : vfs_biomem.c sys/uvm: uvm_extern.h uvm_page.c Log message: Change uvm_page[re]alloc_multi to actually use the flags passed in, and

CVS: cvs.openbsd.org: src

2015-07-19 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/19 16:34:27 Modified files: lib/libcrypto/crypto: Makefile shlib_version lib/libssl/src/crypto: opensslfeatures.h lib/libssl/src/crypto/engine: eng_all.c engine.h

CVS: cvs.openbsd.org: src

2015-07-19 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2015/07/19 17:46:50 Modified files: sys/arch/octeon/conf: GENERIC RAMDISK files.octeon sys/arch/octeon/dev: cn30xxgmx.c iobusvar.h octcf.c octeon_iobus.c Log message:

CVS: cvs.openbsd.org: src

2015-07-19 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2015/07/19 18:16:16 Modified files: sys/arch/alpha/alpha: pmap.c sys/arch/powerpc/powerpc: pmap.c Log message: Make pmap_remove() grab the kernel lock. This is a big hammer but makes MP

CVS: cvs.openbsd.org: src

2015-07-19 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/07/19 18:19:14 Modified files: sys/kern : kern_sig.c Log message: Fix annoying console spew when we can't write the core file. use log instead. ok krw@ sthen@ comments from deraadt@, miod@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Ryan Thomas McBride
CVSROOT:/cvs Module name:src Changes by: mcbr...@cvs.openbsd.org 2015/07/19 19:18:33 Modified files: sys/net: pfvar.h pf.c Log message: INET6 is here to stay, so stop hauling around never-compiled code to optimize for an INET-only kernel, as well as the fantasy

CVS: cvs.openbsd.org: src

2015-07-19 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2015/07/19 19:38:31 Modified files: sys/arch/octeon/dev: octcf.c octeon_pcibus.h Log message: it's unlikely we'll run on physical octeon hardware that's little endian; therefore remove unneeded ifdef

CVS: cvs.openbsd.org: src

2015-07-19 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/07/19 20:43:26 Modified files: sys/kern : kern_tame.c Log message: In TAME_IOCTL, permit BIOCGSTATS on a vnode. We don't drill down deeper yet to verify it is a bpf node. Will be used by

CVS: cvs.openbsd.org: src

2015-07-19 Thread Renato Westphal
CVSROOT:/cvs Module name:src Changes by: ren...@cvs.openbsd.org 2015/07/19 15:01:56 Modified files: usr.sbin/ldpd : Makefile ldpd.conf.5 ldpd.h ldpe.c ldpe.h neighbor.c packet.c parse.y printconf.c Added files: usr.sbin/ldpd : pfkey.c

CVS: cvs.openbsd.org: src

2015-07-19 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2015/07/19 15:11:48 Modified files: sys/arch/loongson/dev: glxclk.c sys/arch/octeon/dev: octrng.c Log message: don't check for the name in attach_args being NULL; nothing should call their match

CVS: cvs.openbsd.org: src

2015-07-19 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/07/19 15:25:32 Modified files: sys/kern : kern_tame.c Log message: Repair various strncmp lengths, noticed by Brandon Casey

Re: CVS: cvs.openbsd.org: src

2015-07-19 Thread Alexander Hall
On 07/19/15 21:52, Robert Peichaer wrote: CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/19 13:52:36 Modified files: etc: netstart Log message: Always source rc.subr to be able to use the rc.conf parsing routine to get the network

CVS: cvs.openbsd.org: src

2015-07-19 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2015/07/19 15:40:01 Modified files: sys/dev/pci: if_iwm.c Log message: Make iwm(4) show command codes of unhandled firmware replies. Should make debugging easier when it happens, as observed by

CVS: cvs.openbsd.org: src

2015-07-19 Thread Kent R. Spillner
CVSROOT:/cvs Module name:src Changes by: kspill...@cvs.openbsd.org 2015/07/19 18:55:06 Modified files: sys/dev/pckbc : pms.c Log message: Tweak previous; the Synaptics TrackPoint in my ThinkPad T500 works again. ok krw@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2015/07/19 16:09:08 Modified files: usr.bin/doas : doas.conf.5 parse.y Log message: In the config file allow line continuations with backslashes. Document this, and comments and environment variables. ok

CVS: cvs.openbsd.org: src

2015-07-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/07/19 19:00:48 Modified files: usr.bin/doas : doas.c Log message: check that badlisted env has = after the name

CVS: cvs.openbsd.org: src

2015-07-19 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/19 19:12:49 Modified files: distrib/miniroot: install.sub Log message: Fix some typos and reformat comments. OK halex@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2015/07/19 19:52:28 Modified files: include: vis.h lib/libc/gen : unvis.c vis.3 vis.c regress/lib/libc/vis: vis_test.c Log message: Add VIS_DQ to escape double quotes. OK

CVS: cvs.openbsd.org: src

2015-07-19 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/19 16:36:30 Modified files: usr.sbin/ldpd : ldpd.conf.5 Log message: new sentence, new line;

CVS: cvs.openbsd.org: src

2015-07-19 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2015/07/19 17:13:58 Modified files: sys/net: pf.c Log message: rule_item might leak, when pf_create_state() fails OK @mcbride

CVS: cvs.openbsd.org: src

2015-07-19 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/07/19 17:53:50 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hppa md.hppa64 md.i386

CVS: cvs.openbsd.org: src

2015-07-19 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/07/19 19:04:37 Modified files: usr.bin/doas : doas.c Log message: sf points out sudo doesn't allow SHELL in children

CVS: cvs.openbsd.org: src

2015-07-19 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2015/07/19 20:41:10 Modified files: usr.bin/openssl: apps.c Log message: Warn when rename() fails in openssl(1) apps. Fixes Coverity issues 78795 and 78803. ok bcook@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/19 15:05:41 Modified files: distrib/miniroot: install.sh Log message: Replace two instances where ed is used for inplace editing of files with the new sed -i. Nice deraadt@ OK krw@ jasper@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/07/19 15:06:04 Modified files: sys/dev: softraid_raid0.c softraid_raid1.c softraid_raid5.c softraid_raid6.c Log message: Remove unneeded #include disklabel.h. ok

CVS: cvs.openbsd.org: src

2015-07-19 Thread Renato Westphal
CVSROOT:/cvs Module name:src Changes by: ren...@cvs.openbsd.org 2015/07/19 15:04:38 Modified files: usr.sbin/ldpd : interface.c neighbor.c parse.y Log message: Add missing LIST_INIT's. ok claudio@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2015/07/19 16:11:41 Modified files: usr.bin/doas : parse.y Log message: wrap long lines and kill some whitespace

CVS: cvs.openbsd.org: src

2015-07-19 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/07/19 10:12:10 Modified files: sys/arch/amd64/stand/libsa: softraid.c sys/arch/i386/stand/libsa: softraid.c sys/arch/sparc64/stand/ofwboot: softraid.c sys/dev:

CVS: cvs.openbsd.org: src

2015-07-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/19 10:56:48 Modified files: gnu/gcc/gcc/doc: gcc.info Log message: Add the documentation of -Wbounded and attribute(bounded) from gcc-local(1) to the gcc info documentation as well.

CVS: cvs.openbsd.org: src

2015-07-19 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/07/19 11:20:15 Modified files: sys/dev: softraid_crypto.c Log message: Oops. Missed a file from offset commit.

CVS: cvs.openbsd.org: src

2015-07-19 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/07/19 11:21:21 Modified files: usr.bin/sed: main.c process.c Log message: figure out the linewidth at initialization, rather than late ok tedu miod

CVS: cvs.openbsd.org: src

2015-07-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/07/19 11:29:42 Modified files: etc: unbound.conf Log message: change default unbound config to enable the control socket, without using keys/certificates for auth. ok florian@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2015/07/19 11:41:49 Modified files: include: math.h Log message: Define new C99 macros: - MATH_ERRNO, MATH_ERREXCEPTION and math_errhandling - Optional FP_FAST_FMA{,F,L} macros if fma()

Re: CVS: cvs.openbsd.org: src

2015-07-19 Thread Renato Westphal
Ops... forgot the OK from claudio@ 2015-07-19 12:27 GMT-06:00 Renato Westphal ren...@cvs.openbsd.org: CVSROOT:/cvs Module name:src Changes by: ren...@cvs.openbsd.org 2015/07/19 12:27:59 Modified files: usr.sbin/ldpd : kroute.c lde.h lde_lib.c ldpd.h Log message:

CVS: cvs.openbsd.org: src

2015-07-19 Thread Stefan Fritsch
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2015/07/19 12:53:49 Modified files: sys/arch/i386/i386: ipifuncs.c sys/arch/i386/include: intr.h Log message: Make i386_send_ipi() return void Nobody uses its return value.

CVS: cvs.openbsd.org: src

2015-07-19 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2015/07/19 10:21:11 Modified files: sys/kern : vfs_bio.c vfs_vops.c sys/sys: buf.h Log message: Use two 2q caches for the buffer cache, moving previously warm buffers from the first

CVS: cvs.openbsd.org: src

2015-07-19 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/19 11:10:23 Modified files: lib/libtls : tls_init.3 Log message: tweak previous; ok doug

CVS: cvs.openbsd.org: src

2015-07-19 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2015/07/19 11:31:47 Modified files: lib/libm/src/ld80: s_nextafterl.c Log message: Make exponents of x and y signed and fix esx and esy comparisons. The offending input in gfortran's round_4.f90

CVS: cvs.openbsd.org: src

2015-07-19 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/07/19 12:25:59 Modified files: lib/libssl/src/crypto/pkcs7: pk7_doit.c lib/libssl/src/crypto/ts: ts_rsp_verify.c Log message: Verify ASN1 objects types before attempting to access them as a

CVS: cvs.openbsd.org: src

2015-07-19 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/07/19 13:26:00 Modified files: bin/ps : print.c ps.1 Log message: show tame flag

CVS: cvs.openbsd.org: src

2015-07-19 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2015/07/19 14:45:30 Modified files: share/mk : bsd.lib.mk Log message: Add infrastructure for specifying a version script for the shared library being built. ok kettenis@ zhuk@ millert@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2015/07/19 10:48:38 Modified files: sys/arch/octeon/octeon: machdep.c Log message: Register the IPI handler early enough for the correct idle_mask to propagate to all threads. Otherwise early-started kernel

CVS: cvs.openbsd.org: src

2015-07-19 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/19 11:00:22 Modified files: usr.bin/doas : doas.1 Log message: whitespace;

CVS: cvs.openbsd.org: src

2015-07-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2015/07/19 11:52:28 Removed files: usr.sbin/nsd/compat: basename.c fake-rfc2553.c fake-rfc2553.h inet_aton.c inet_ntop.c inet_pton.c malloc.c

CVS: cvs.openbsd.org: www

2015-07-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2015/07/19 13:02:34 Modified files: build : mirrors.dat Log message: add a comment with the shell fragment to generate hostkey fingerprints in the correct format

CVS: cvs.openbsd.org: src

2015-07-19 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/07/19 13:23:36 Modified files: regress/etc: Makefile Log message: stop doing etc regress by default

CVS: cvs.openbsd.org: src

2015-07-19 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2015/07/19 10:42:31 Modified files: usr.bin/doas : doas.1 Log message: spell out complete path to config file, okay tedu@

Re: CVS: cvs.openbsd.org: src

2015-07-19 Thread Visa Hankala
CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org2015/07/19 11:00:39 Modified files: sys/arch/mips64/mips64: trap.c Log message: Add proper kernel locking in the fpe_branch_emulate() function, to prevent race conditions that could corrupt amap entries,

CVS: cvs.openbsd.org: src

2015-07-19 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/07/19 11:08:35 Modified files: lib/libc/sys : tame.2 Log message: sort; ok deraadt

CVS: cvs.openbsd.org: src

2015-07-19 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/07/19 13:33:51 Modified files: distrib/miniroot: install.sub Log message: Use the %c (version or snapshots) and %a (package architecture) for installpath in pkg.conf instead of hardcoding that

CVS: cvs.openbsd.org: src

2015-07-19 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2015/07/19 08:17:21 Modified files: etc: netstart Log message: Revert 1.148 for now until I can talk to rpe@ It introduced a regression reported by nigel@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/07/19 11:04:31 Modified files: sys/dev: softraid.c softraid_concat.c softraid_raid0.c softraid_raid1.c softraid_raid5.c softraid_raid6.c Log

CVS: cvs.openbsd.org: src

2015-07-19 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/07/19 12:03:03 Modified files: sys/dev: softraid.c Log message: Change some obviously incorrect usages of daddr_t (a DEV_BSIZE address) to 64 signed or unsigned ints. Add some paranoia checks

CVS: cvs.openbsd.org: src

2015-07-19 Thread Renato Westphal
CVSROOT:/cvs Module name:src Changes by: ren...@cvs.openbsd.org 2015/07/19 12:34:32 Modified files: usr.sbin/ldpd : lde.c lde.h lde_lib.c Log message: Uninstall associated label bindings when a neighbor is down. ok claudio@

CVS: cvs.openbsd.org: www

2015-07-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2015/07/19 13:37:07 Modified files: . : anoncvs.html Log message: sync

CVS: cvs.openbsd.org: www

2015-07-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2015/07/19 13:36:14 Modified files: build : mirrors.dat Log message: update SSH hostkey fingerprints for ftp5.eu, from martin@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2015/07/19 14:10:46 Modified files: usr.sbin/syslogd: syslogd.c Log message: For incoming TCP message streams autodetect wether the method is octet counting or non transparent framing. OK benno@

CVS: cvs.openbsd.org: src

2015-07-19 Thread Renato Westphal
CVSROOT:/cvs Module name:src Changes by: ren...@cvs.openbsd.org 2015/07/19 14:54:17 Modified files: usr.sbin/ldpd : labelmapping.c lde.c lde.h lde_lib.c ldp.h ldpd.h ldpe.c log.c Log message: Rework label mapping algorithms to be more in line

  1   2   >