CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 23:18:52 Modified files: lib/libc/arch/arm: Symbols.list lib/libc/arch/arm/sys: brk.S sbrk.S lib/libc/arch/hppa: Symbols.list lib/libc/arch/hppa/sys: brk.S sbrk.S

CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 21:06:58 Modified files: lib/libc/stdlib: icdb.c Log message: The icdb magic number doesn't need to be visible to static links ok tedu@

CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 20:53:29 Modified files: include/rpcsvc : yp_prot.h ypclnt.h lib/libc/hidden/rpcsvc: ypclnt.h lib/libc/yp: yp_bind.c ypexclude.h Log message: Stop publicly declaring

CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 20:11:21 Modified files: lib/libc/arch/i386/gen: _setjmp.S setjmp.S sigsetjmp.S Log message: Do setjmp cookies for eip, esp, and ebp. For bonus points, mix how the cookies are used in

CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 20:06:03 Modified files: lib/libc/arch/mips64/gen: _setjmp.S setjmp.S Log message: Do setjmp cookies for gp, sp, and ra endian testing and ok deraadt@ ok visa@

CVS: cvs.openbsd.org: xenocara

2016-05-29 Thread Theo de Raadt
CVSROOT:/cvs Module name:xenocara Changes by: dera...@cvs.openbsd.org 2016/05/29 19:12:51 Modified files: distrib/sets/lists/xbase: md.armv7 md.hppa md.loongson md.luna88k md.macppc md.sgi md.socppc

CVS: cvs.openbsd.org: src

2016-05-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/05/29 17:42:58 Modified files: distrib/armv7/miniroot: Makefile.inc Log message: Add back the fdisk command to flag the fat fs as active. The omap boot rom that loads the first u-boot stage requires

CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 16:42:24 Modified files: lib/libc/yp: yp_bind.c ypinternal.h Log message: _yp_bind(), _ypbindlist, _yp_domain, and _yplib_timeout are no longer exported, so declare them as hidden to

CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 16:39:21 Modified files: lib/libc/arch/amd64/gen: setjmp.S sigsetjmp.S Log message: Switch from calling obsolete sig{block,setmask} to directly using the sigprocmask syscall ok kettenis@

CVS: cvs.openbsd.org: www

2016-05-29 Thread Brent Cook
CVSROOT:/cvs Module name:www Changes by: bc...@cvs.openbsd.org 2016/05/29 15:15:54 Modified files: . : errata58.html errata59.html Log message: errata for libcrypto

CVS: cvs.openbsd.org: src

2016-05-29 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2016/05/29 14:53:29 Modified files: lib/libssl/src/crypto: Tag: OPENBSD_5_9 opensslv.h Log message: bump to 2.3.5

CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 14:49:39 Added files: lib/libc/hidden/machine: sysarch.h Log message: Wrap to prevent overriding internal calls, for alpha and mips64 ok millert@

CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 14:48:31 src/lib/libc/hidden/machine Update of /cvs/src/lib/libc/hidden/machine In directory cvs.openbsd.org:/tmp/cvs-serv40405/machine Log Message: Directory /cvs/src/lib/libc/hidden/machine

CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 14:47:49 Modified files: lib/libc/hidden: db.h lib/libc/stdlib: hcreate.c lib/libc/db/hash: extern.h hash_func.c Log message: Remove dead support for changing BDB hash

CVS: cvs.openbsd.org: src

2016-05-29 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2016/05/29 14:39:14 Modified files: lib/libssl/src/crypto: Tag: OPENBSD_5_8 opensslv.h Log message: bump to 2.2.8

CVS: cvs.openbsd.org: src

2016-05-29 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2016/05/29 14:03:54 Removed files: regress/lib/libc/sigreturn: Makefile sigret.c Log message: Nuke sigret.c ok deraadt@ kettenis@

CVS: cvs.openbsd.org: src

2016-05-29 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2016/05/29 13:18:56 Modified files: lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_9 a_d2i_fp.c Log message: Fix a short-read bug in the previous version of asn1_d2i_read_bio The outer while() loop is missing,

CVS: cvs.openbsd.org: src

2016-05-29 Thread Brent Cook
CVSROOT:/cvs Module name:src Changes by: bc...@cvs.openbsd.org 2016/05/29 13:08:53 Modified files: lib/libssl/src/crypto/asn1: Tag: OPENBSD_5_8 a_d2i_fp.c Log message: Fix a short-read bug in the previous version of asn1_d2i_read_bio The outer while() loop is missing,

CVS: cvs.openbsd.org: src

2016-05-29 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2016/05/29 11:09:07 Modified files: regress/lib/libc: Makefile Log message: We don't have sigreturn anymore

CVS: cvs.openbsd.org: src

2016-05-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/05/29 11:02:21 Modified files: sbin/disklabel : disklabel.c Log message: Refactor and clean up the logic before pledge a bit and fix pledge fallout related to pledge disklabel (e.g. 'disklabel

CVS: cvs.openbsd.org: src

2016-05-29 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/05/29 11:01:07 Modified files: lib/libc/gen : sysctl.3 sbin/sysctl: sysctl.8 Log message: wxabort bits; ok deraadt

CVS: cvs.openbsd.org: src

2016-05-29 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2016/05/29 09:36:06 Modified files: etc: rc Log message: Improve error handling in reorder_libs() - run commands in subshell only if mktemp is successful - on error just leave the for-loop but

CVS: cvs.openbsd.org: src

2016-05-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/05/29 09:10:05 Modified files: distrib/armv7/ramdisk: install.md Log message: Decide which u-boot/dtb to use based on the fdt model printed when attaching mainbus not the string we print based on the

CVS: cvs.openbsd.org: www

2016-05-29 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/05/29 08:44:33 Modified files: . : armv7.html Log message: remove a redundant line, invisible tags, weird capitalization and semicolon misuse.

CVS: cvs.openbsd.org: src

2016-05-29 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2016/05/29 08:38:33 Modified files: regress/usr.sbin/syslogd: args-server-tcp-reconnect.pl args-server-tls-reconnect.pl Log message: When connecting to a non existing tcp

CVS: cvs.openbsd.org: www

2016-05-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2016/05/29 07:55:03 Modified files: . : armv7.html Log message: remove notes relating to umg kernels

CVS: cvs.openbsd.org: src

2016-05-29 Thread Martin Natano
CVSROOT:/cvs Module name:src Changes by: nat...@cvs.openbsd.org 2016/05/29 07:51:53 Modified files: sys/kern : kern_descrip.c Log message: Fix sizes passed to free() in fdfree(). This prevents a panic reported by sthen. ok semarie

CVS: cvs.openbsd.org: xenocara

2016-05-29 Thread Stuart Henderson
CVSROOT:/cvs Module name:xenocara Changes by: st...@cvs.openbsd.org 2016/05/29 07:53:24 Modified files: distrib/sets/lists/xbase: md.amd64 md.armish md.armv7 md.hppa md.i386 md.loongson md.luna88k

CVS: cvs.openbsd.org: src

2016-05-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/05/29 07:50:13 Modified files: distrib/notes/armv7: prep Log message: Remove the section on tftp booting a umg file. This might come back in a different form when u-boot supports efi networking

CVS: cvs.openbsd.org: xenocara

2016-05-29 Thread David Coppa
CVSROOT:/cvs Module name:xenocara Changes by: dco...@cvs.openbsd.org 2016/05/29 06:29:25 Modified files: lib/freetype : shlib_version Log message: bump freetype major

Re: CVS: cvs.openbsd.org: xenocara

2016-05-29 Thread Matthieu Herrb
On Sun, May 29, 2016 at 05:59:59AM -0600, David Coppa wrote: > CVSROOT: /cvs > Module name: xenocara > Changes by: dco...@cvs.openbsd.org 2016/05/29 05:59:59 > > Modified files: > lib/fontconfig/src: shlib_version > lib/libXfont : Makefile.bsd-wrapper > lib/libXft

CVS: cvs.openbsd.org: xenocara

2016-05-29 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2016/05/29 06:04:14 Modified files: . : MODULES Log message: update

CVS: cvs.openbsd.org: xenocara

2016-05-29 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2016/05/29 06:02:40 Modified files: xserver: ChangeLog Makefile.in TODO aclocal.m4 autogen.sh configure configure.ac xserver/Xext : Makefile.am

CVS: cvs.openbsd.org: xenocara

2016-05-29 Thread David Coppa
CVSROOT:/cvs Module name:xenocara Changes by: dco...@cvs.openbsd.org 2016/05/29 06:02:11 Modified files: . : 3RDPARTY Log message: sync following freetype update

CVS: cvs.openbsd.org: xenocara

2016-05-29 Thread David Coppa
CVSROOT:/cvs Module name:xenocara Changes by: dco...@cvs.openbsd.org 2016/05/29 05:59:59 Modified files: lib/fontconfig/src: shlib_version lib/libXfont : Makefile.bsd-wrapper lib/libXft : Makefile.bsd-wrapper Log message: Bump following freetype

CVS: cvs.openbsd.org: xenocara

2016-05-29 Thread David Coppa
CVSROOT:/cvs Module name:xenocara Changes by: dco...@cvs.openbsd.org 2016/05/29 05:57:14 Modified files: lib/freetype : CMakeLists.txt ChangeLog ChangeLog.20 ChangeLog.21 ChangeLog.22 ChangeLog.23 ChangeLog.24

CVS: cvs.openbsd.org: xenocara

2016-05-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2016/05/29 05:28:52 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 md.hppa md.i386 md.landisk md.loongson

Re: CVS: cvs.openbsd.org: src

2016-05-29 Thread Kenneth Westerback
On 29 May 2016 at 02:43, Jonathan Gray wrote: > On Sat, May 28, 2016 at 05:38:31PM -0600, Theo de Raadt wrote: >> CVSROOT: /cvs >> Module name: src >> Changes by: dera...@cvs.openbsd.org 2016/05/28 17:38:31 >> >> Modified files: >> sbin/disklabel : disklabel.c >> >>

CVS: cvs.openbsd.org: src

2016-05-29 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2016/05/29 05:10:25 Modified files: sys/arch/octeon/dev: cn30xxgmx.c if_cnmac.c if_cnmacvar.h Log message: Map ASX registers only if link control needs them. ok mpi@

CVS: cvs.openbsd.org: src

2016-05-29 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2016/05/29 05:00:25 Modified files: sys/arch/octeon/dev: cn30xxgmx.c Log message: The same MAC filter setup code should work with all PHY link types. Remove unnecessary abstraction. ok mpi@

CVS: cvs.openbsd.org: src

2016-05-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/05/29 05:03:34 Modified files: sys/arch/arm/mainbus: mainbus.c Log message: use fdt "model" string for hw.product ok kettenis@

CVS: cvs.openbsd.org: src

2016-05-29 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2016/05/29 05:00:37 Modified files: sys/arch/macppc/dev: smu.c Log message: Add support for new smu-firmware fan commands. This fixes wrong sysctl hw.sensors fan values seen on macppc models with a

CVS: cvs.openbsd.org: xenocara

2016-05-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2016/05/29 04:56:24 Modified files: . : 3RDPARTY Log message: update

CVS: cvs.openbsd.org: xenocara

2016-05-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2016/05/29 04:40:28 Modified files: lib/mesa : Makefile.bsd-wrapper Makefile.in configure configure.ac lib/mesa/include/CL: cl_d3d10.h cl_d3d11.h

CVS: cvs.openbsd.org: src

2016-05-29 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/05/29 02:26:17 Modified files: sbin/mount : mount.8 Log message: sort mount options, and shorten slightly the wxabort text;

CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 01:59:36 Modified files: lib/libc/arch/hppa/gen: setjmp.S lib/libc/arch/powerpc/gen: setjmp.S Log message: Only require 4 byte alignment on ILP32 archs

CVS: cvs.openbsd.org: src

2016-05-29 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/05/29 01:38:01 Modified files: distrib/armv7/ramdisk: Makefile install.md etc/etc.armv7 : Makefile.inc Log message: Stop building u-boot kernel and ramdisk images. The kernel make targets

Re: CVS: cvs.openbsd.org: src

2016-05-29 Thread Jonathan Gray
On Sat, May 28, 2016 at 05:38:31PM -0600, Theo de Raadt wrote: > CVSROOT: /cvs > Module name: src > Changes by: dera...@cvs.openbsd.org 2016/05/28 17:38:31 > > Modified files: > sbin/disklabel : disklabel.c > > Log message: > back out previous; -wAT template vnd0 fails > The

CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 00:16:52 Modified files: lib/libc/arch/powerpc/gen: setjmp.S Log message: Use .balign instead of .align; only need 8 byte alignment not 2^8

CVS: cvs.openbsd.org: src

2016-05-29 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/29 00:01:24 Modified files: lib/libc/net : getaddrinfo.3 lib/libc/sys : socketpair.2 Log message: Prefer AF_* over PF_* and 'address family' over 'protocol family' ok jung@