CVS: cvs.openbsd.org: src

2017-08-15 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2017/08/15 01:02:35 Added files: lib/libc/hidden: sched.h lib/libc/hidden/sys: futex.h Log message: Wrap and so that internal calls go direct

CVS: cvs.openbsd.org: src

2017-08-15 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2017/08/15 01:06:29 Modified files: lib/libc/thread: rthread.c rthread_cond.c rthread_mutex.c rthread_sync.c rthread_tls.c Log message: s/DEF_STD/DEF_STRONG/ to match namesp

CVS: cvs.openbsd.org: src

2017-08-15 Thread Pratik Vyas
CVSROOT:/cvs Module name:src Changes by: p...@cvs.openbsd.org2017/08/15 09:10:35 Modified files: usr.sbin/vmd : vmd.c vmm.c Log message: vmd: fix vm id displayed by vmctl when receiving a vm Also fix two debug messages and an IMSG type.

CVS: cvs.openbsd.org: src

2017-08-15 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2017/08/15 09:48:10 Modified files: usr.bin/ctfconv: ctfstrip Log message: proper fix for previous and add missing quotes from tb@ ok visa@ mpi@

CVS: cvs.openbsd.org: src

2017-08-15 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2017/08/15 09:51:54 Modified files: usr.sbin/vmctl : main.c vmctl.h Log message: merge parse_vmid() and parse_vmname() ok mlarkin@ pd@

CVS: cvs.openbsd.org: src

2017-08-15 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2017/08/15 09:54:41 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm: inject #DB after emulated instructions if guest RFLAGS.TF is set ok pd

CVS: cvs.openbsd.org: src

2017-08-15 Thread Stefan Fritsch
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2017/08/15 11:16:39 Modified files: regress/sys/fileops: Makefile.inc Added files: regress/sys/fileops: fileops2.pl Log message: Add test cases for msdosfs bug Add a test that writes a big file, re

CVS: cvs.openbsd.org: src

2017-08-15 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/08/15 11:21:17 Modified files: games/fortune/datfiles: fortunes Log message: typo: on -> of >From Scott Cheloha

CVS: cvs.openbsd.org: src

2017-08-15 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/08/15 11:47:15 Modified files: sys/netinet6 : raw_ip6.c sys/netinet: ip_gre.c tcp_usrreq.c Log message: Convert hand rolled sockaddr checks to the nam2sin functions. Especially in tcp_usr

CVS: cvs.openbsd.org: src

2017-08-15 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/08/15 11:57:57 Modified files: bin/ksh: alloc.c Log message: Remove expensive pointer check in afree() The check added in rev 1.8 walks the whole freelist to catch cases where an unknown pointe

CVS: cvs.openbsd.org: src

2017-08-15 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/08/15 17:46:51 Modified files: regress/lib/libc/locale/uselocale: Makefile uselocale.c Log message: refactor in preparation for testing more functions; no functional change

CVS: cvs.openbsd.org: src

2017-08-15 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2017/08/15 19:26:46 Modified files: sys/dev/ic : r92creg.h rtwn.c sys/dev/usb: if_urtwn.c Log message: Mostly cosmetic changes to make things a bit more consistant: - rename bit definition o

CVS: cvs.openbsd.org: src

2017-08-15 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/08/15 19:40:30 Modified files: regress/lib/libc/locale/uselocale: Makefile uselocale.c Log message: test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3)

CVS: cvs.openbsd.org: www

2017-08-15 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/08/15 20:04:08 Modified files: faq: faq4.html Log message: link to the -o section of mount(8) when describing "mount options."

CVS: cvs.openbsd.org: src

2017-08-15 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/08/15 23:51:46 Modified files: share/man/man4/man4.armv7: amdisplay.4 Log message: tweak previous; ok ians