CVS: cvs.openbsd.org: src

2016-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2016/06/01 00:40:27 Modified files: sys/net: route.c Log message: s/stall/stale/ in a comment about old interfaces. ok mpi@

CVS: cvs.openbsd.org: src

2016-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2016/06/01 00:31:52 Modified files: sys/net: rtable.c Log message: rtref and rtfree around moving the rt in rtable_mpath_reprio so the list operations cant drop the refcount to 0. ok mpi@

CVS: cvs.openbsd.org: src

2016-05-31 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/06/01 00:19:59 Modified files: sys/dev/pci: xhci_pci.c Log message: Fix the loop iterating on extended capabilities. It turns out that we never did the handoff between the BIOS and the OS correctly

CVS: cvs.openbsd.org: src

2016-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2016/06/01 00:19:06 Modified files: sys/net: rtable.c art.c Log message: move all the art_node initialisation to art_get in art.c ok mpi@

CVS: cvs.openbsd.org: src

2016-05-31 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/31 23:09:27 Modified files: gnu/usr.bin/binutils-2.17/bfd: elflink.c Log message: Until we get relro working, we need the __{got,plt}_{start,end} symbols to always be exported so ld.so can us

CVS: cvs.openbsd.org: src

2016-05-31 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/05/31 22:53:54 Modified files: sys/sys: mman.h sys/uvm: uvm_mmap.c Log message: Delete the kernel compat bits for old mmap() MAP_OLD* flags ok deraadt@ matthew@ jca@

CVS: cvs.openbsd.org: src

2016-05-31 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/05/31 22:34:18 Modified files: lib/librthread : Makefile Log message: implicit function declaration is the error we really want, not the annoying strict prototypes

CVS: cvs.openbsd.org: src

2016-05-31 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2016/05/31 22:19:49 Modified files: usr.bin/ssh: kexgexs.c Log message: Check min and max sizes sent by the client against what we support before passing them to the monitor. ok djm@

CVS: cvs.openbsd.org: src

2016-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2016/05/31 21:34:32 Modified files: sys/sys: srp.h sys/kern : kern_srp.c Log message: add support for using SRPs without the garbage collection machinery. the gc machinery may sleep d

CVS: cvs.openbsd.org: www

2016-05-31 Thread Brent Cook
CVSROOT:/cvs Module name:www Changes by: bc...@cvs.openbsd.org 2016/05/31 20:26:00 Modified files: libressl : index.html releases.html Log message: update for LibreSSL 2.4.0/2.3.5/2.2.8

CVS: cvs.openbsd.org: src

2016-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2016/05/31 19:18:22 Modified files: sys/dev/pci: pcidevs.h pcidevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2016-05-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2016/05/31 19:15:05 Modified files: sys/dev/pci: pcidevs Log message: intel use the same device id for multiple nvme parts, so just call it NVMe. samsung do the same. pointed out by Evgeniy Sudyr who h

CVS: cvs.openbsd.org: src

2016-05-31 Thread Chris Cappuccio
CVSROOT:/cvs Module name:src Changes by: ch...@cvs.openbsd.org 2016/05/31 18:21:43 Modified files: sys/dev/usb: usbdevs Log message: Netgear/Sierra Aircard 340U

CVS: cvs.openbsd.org: src

2016-05-31 Thread Chris Cappuccio
CVSROOT:/cvs Module name:src Changes by: ch...@cvs.openbsd.org 2016/05/31 18:22:07 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2016-05-31 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2016/05/31 17:46:14 Modified files: usr.bin/ssh: kexgexs.c Log message: Ensure that the client's proposed DH-GEX max value is at least as big as the minimum the server will accept. ok djm@

CVS: cvs.openbsd.org: src

2016-05-31 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/05/31 16:35:02 Modified files: sys/sys: sockio.h Log message: remove OSIOCGIFCONF. it's dead. ok deraadt guenther mpi

CVS: cvs.openbsd.org: src

2016-05-31 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/05/31 16:34:53 Modified files: sys/kern : sys_process.c Log message: Fix ptrace PT_WRITE_D that returned EFAULT. Broken in r.1.33. After discussion from kettenis@, don't attempt to make PT_WRITE

CVS: cvs.openbsd.org: src

2016-05-31 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2016/05/31 16:14:43 Modified files: sys/kern : kern_pledge.c kern_sig.c Log message: sys_o58_kill is no longer needed for compat. ok guenther sthen

CVS: cvs.openbsd.org: src

2016-05-31 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2016/05/31 16:10:34 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys: syscall.h syscallargs.h Log message: sync

CVS: cvs.openbsd.org: src

2016-05-31 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2016/05/31 16:12:26 Modified files: sys/kern : kern_pledge.c subr_log.c Log message: sys_osendsyslog can go away; we have transitioned to the new version with a flags argument ok guenther sthen

CVS: cvs.openbsd.org: src

2016-05-31 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2016/05/31 16:08:53 Modified files: sys/kern : syscalls.master Log message: sys_osendsyslog can go away; we have transitioned to the new version with a flags argument ok guenther sthen

CVS: cvs.openbsd.org: src

2016-05-31 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2016/05/31 16:06:29 Modified files: sys/kern : syscalls.master Log message: sys_o58_kill is no longer needed for compat. ok guenther sthen

Re: CVS: cvs.openbsd.org: src

2016-05-31 Thread Remi Pointel
On 05/31/16 21:47, Remi Pointel wrote: CVSROOT:/cvs Module name:src Changes by: rpoin...@cvs.openbsd.org2016/05/31 13:47:31 Modified files: lib/libexpat/lib: xmlparse.c xmltok.c xmltok.h xmltok_impl.c Log message: fix CVE-2016-0718. Details for this fix: The E

CVS: cvs.openbsd.org: src

2016-05-31 Thread Remi Pointel
CVSROOT:/cvs Module name:src Changes by: rpoin...@cvs.openbsd.org2016/05/31 13:47:31 Modified files: lib/libexpat/lib: xmlparse.c xmltok.c xmltok.h xmltok_impl.c Log message: fix CVE-2016-0718.

CVS: cvs.openbsd.org: src

2016-05-31 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/05/31 13:10:28 Modified files: lib/libc/sys : ptrace.2 Log message: correct documentation for PT_WRITE_I. it may be necessary to flush icache. after explanation from kettenis

CVS: cvs.openbsd.org: src

2016-05-31 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/05/31 12:37:04 Modified files: sys/arch/armish: Makefile sys/arch/armv7 : Makefile sys/arch/landisk: Makefile sys/arch/loongson: Makefile sys/arch/luna88k: Makefile

CVS: cvs.openbsd.org: src

2016-05-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2016/05/31 12:35:58 Modified files: usr.sbin/installboot: Makefile i386_installboot.c Added files: usr.sbin/installboot: armv7_installboot.c Log message: Add support for armv7. Fix an error

CVS: cvs.openbsd.org: src

2016-05-31 Thread Okan Demirmen
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2016/05/31 11:28:14 Modified files: regress/usr.bin/sdiff: Iflag12.out Iflag21.out Ilflag12.out Ilflag21.out Ilsflag12.out Ilsflag21.out Isflag12

CVS: cvs.openbsd.org: src

2016-05-31 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2016/05/31 11:28:10 Modified files: usr.bin/aucat : aucat.c defs.h Log message: Pass hr:min:sec:frame.cent to dev_mmcloc() directly and remove the useless intermediate conversion from and to 2400-th of seco

CVS: cvs.openbsd.org: src

2016-05-31 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/05/31 10:50:11 Modified files: usr.sbin/rebound: rebound.c Log message: with the kernel perm check fixed, we can do this kevent after setuid, but still needs to be before pledge. also check for failure.

CVS: cvs.openbsd.org: src

2016-05-31 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2016/05/31 10:41:08 Modified files: sbin/newfs : newfs.c Log message: permit wxallowed on mfs discussed with naddy a bit, ok millert

CVS: cvs.openbsd.org: src

2016-05-31 Thread Stefan Kempf
CVSROOT:/cvs Module name:src Changes by: ste...@cvs.openbsd.org 2016/05/31 11:05:04 Modified files: gnu/usr.bin/binutils-2.17/bfd: bfd-in2.h elf-bfd.h elf.c elflink.c libbfd-in.h libbfd.h linke

CVS: cvs.openbsd.org: src

2016-05-31 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/05/31 10:12:00 Modified files: lib/libedit: readline.c Log message: Fix a crash in stifle_history() that occurred when the history contained more than twice as many entries as the new limit:

CVS: cvs.openbsd.org: src

2016-05-31 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/05/31 09:54:27 Modified files: regress/lib/libedit/readline: history.c Log message: Style unification and whitespace cleanup, in part suggested by Christian Heckendorf. No functional change.

CVS: cvs.openbsd.org: src

2016-05-31 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/05/31 10:02:41 Modified files: regress/lib/libedit/readline: history.c Log message: The argument of remove_history() only counts existing entries, not those that were previously deleted.

CVS: cvs.openbsd.org: src

2016-05-31 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2016/05/31 09:28:08 Modified files: usr.sbin/httpd : config.c Log message: Unbreak compilation with -DDEBUG. >From Fabian Raetz

CVS: cvs.openbsd.org: src

2016-05-31 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2016/05/31 09:11:26 Modified files: sys/dev: softraid_crypto.c Log message: Ensure that softraid crypto is not run on the crypto taskq. When softraid crypto was written, it was intended that all cry

CVS: cvs.openbsd.org: src

2016-05-31 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2016/05/31 09:19:12 Modified files: sys/dev: softraid.c softraid_raid5.c softraidvar.h Log message: Provide a function for calculting the rebuild percentage, rather than having five copies of the sam

CVS: cvs.openbsd.org: xenocara

2016-05-31 Thread Theo Buehler
CVSROOT:/cvs Module name:xenocara Changes by: t...@cvs.openbsd.org2016/05/31 02:45:14 Modified files: app/video : video.c Log message: Guard against using tp_start uninitialized in case no frame was grabbed in verbose mode. ok mglocker

CVS: cvs.openbsd.org: src

2016-05-31 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/05/31 01:50:34 Modified files: sys/netinet: if_ether.c sys/netinet6 : nd6.c Log message: Stop creating and inserting a route entry for ARP and ND automagically. Callers MUST do a route l

CVS: cvs.openbsd.org: src

2016-05-31 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/05/31 01:48:19 Modified files: sys/net: if_ethersubr.c Log message: Ensure that a valid route entry is passed to ether_output() if L2 resolution is required. This will allow us to enforce that

CVS: cvs.openbsd.org: src

2016-05-31 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/05/31 01:42:39 Modified files: sys/net: route.c Log message: Flush dynamic route entries attached to an interface when its link state becomes DOWN. This follows the same reasonning as for L2 (c

CVS: cvs.openbsd.org: src

2016-05-31 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2016/05/31 01:31:45 Modified files: usr.bin/aucat : aucat.c Log message: To store MMC position, use samples (at device rate) as time units instead of 2400-ths of second. No behaviour change.

CVS: cvs.openbsd.org: src

2016-05-31 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/05/31 01:33:22 Modified files: sys/netinet: ip_output.c Log message: Inverse two conditions to not grabe the KERNEL_LOCK for every multicast packet. ok visa@, stsp@, sthen@

CVS: cvs.openbsd.org: src

2016-05-31 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/05/31 01:35:37 Modified files: sys/net: pf.c pf_norm.c Log message: Do not call nd6_output() without route entry argument. ok sthen@, bluhm@

CVS: cvs.openbsd.org: src

2016-05-31 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2016/05/31 01:29:34 Modified files: sys/net: route.c Log message: Plug a route entry leak triggered under memory pressure. Help to track the leak from Hrvoje Popovski, ok bluhm@