CVS: cvs.openbsd.org: src

2017-06-04 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/06/04 23:10:23 Modified files: sbin/ifconfig : ifconfig.c Log message: remove vlan(4) specific output handling vlan(4) now understands the generic vnetid and ifparent ioctls, so this is redundant.

CVS: cvs.openbsd.org: src

2017-06-04 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2017/06/04 22:57:37 Modified files: sys/dev/ic : qla.c qlareg.h qlavar.h Log message: use byte swapping loads and stores. shrinks the code a bit on sparc64. ok jmatthew@

CVS: cvs.openbsd.org: src

2017-06-04 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2017/06/04 19:42:45 Modified files: usr.sbin/cron : cron.c Log message: Set the group on cron's Unix domain socket _before_ making it group-writable, not after. Pointed out by Solar Designer.

CVS: cvs.openbsd.org: src

2017-06-04 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2017/06/04 17:03:19 Modified files: sys/arch/i386/i386: acpi_wakecode.S mptramp.s Log message: Catch up with changes made on amd64 (kettenis@): Generating mixed 16-bit/32-bit/64-bit code with clang's

CVS: cvs.openbsd.org: src

2017-06-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/06/04 16:43:50 Modified files: share/man/man7 : roff.7 usr.bin/mandoc : man_term.c mdoc_man.c mdoc_term.c roff.c roff.h roff_html.c roff_term.c roff_validate.c

CVS: cvs.openbsd.org: src

2017-06-04 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2017/06/04 14:28:05 Modified files: sys/dev/isa: if_ex.c Log message: fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@

CVS: cvs.openbsd.org: src

2017-06-04 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2017/06/04 14:26:18 Modified files: gnu/usr.bin/binutils-2.17/gas/config: tc-i386.c Log message: Replace ((2 << 31) - 1) with 0x, which is equivalent but doesn't cause a shift overflow on a 32-bit

CVS: cvs.openbsd.org: www

2017-06-04 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/06/04 14:05:21 Modified files: . : errata60.html errata61.html Log message: release perl errata.

CVS: cvs.openbsd.org: src

2017-06-04 Thread Andrew Fresh
CVSROOT:/cvs Module name:src Changes by: afre...@cvs.openbsd.org 2017/06/04 13:30:26 Modified files: gnu/usr.bin/perl/cpan/File-Path/lib/File: Tag: OPENBSD_6_1 Path.pm Log message: Use fchmod to avoid a race condition in

CVS: cvs.openbsd.org: src

2017-06-04 Thread Andrew Fresh
CVSROOT:/cvs Module name:src Changes by: afre...@cvs.openbsd.org 2017/06/04 13:29:56 Modified files: gnu/usr.bin/perl/cpan/File-Path/lib/File: Tag: OPENBSD_6_0 Path.pm Log message: Use fchmod to avoid a race condition in

CVS: cvs.openbsd.org: src

2017-06-04 Thread Andrew Fresh
CVSROOT:/cvs Module name:src Changes by: afre...@cvs.openbsd.org 2017/06/04 13:26:18 Modified files: gnu/usr.bin/perl/cpan/File-Path/lib/File: Path.pm gnu/usr.bin/perl/cpan/File-Path/t: FilePathTest.pm Path.t Path_root.t

CVS: cvs.openbsd.org: src

2017-06-04 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2017/06/04 13:23:20 Modified files: sys/dev/isa: if_eg.c Log message: Remove unused function, as pointed out by clang. ok deraadt@ kettenis@

CVS: cvs.openbsd.org: src

2017-06-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2017/06/04 12:48:09 Modified files: usr.bin/mandoc : man_term.c mdoc_term.c term.c term.h Log message: Make term_flushln() simpler and more robust: Eliminate the "overstep" state variable. The

CVS: cvs.openbsd.org: src

2017-06-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/06/04 11:03:39 Modified files: sys/arch/amd64/conf: Makefile.amd64 sys/arch/arm64/conf: Makefile.arm64 sys/arch/i386/conf: Makefile.i386 Log message: Create gap.* with umask 007

CVS: cvs.openbsd.org: src

2017-06-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/06/04 09:36:34 Modified files: usr.bin/tmux : mode-tree.c Log message: Do not leak command, from David CARLIER.

CVS: cvs.openbsd.org: src

2017-06-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/06/04 09:06:22 Modified files: sys/dev/pci/drm/radeon: radeon_object.h Log message: Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager. ok jsg@

CVS: cvs.openbsd.org: src

2017-06-04 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/06/04 08:26:27 Modified files: libexec/ld.so/aarch64: ldasm.S Log message: Remove the sigprocmask stub that has long been made unused since the use of kbind. The code was #if 0'd anyway. Reminded by

CVS: cvs.openbsd.org: src

2017-06-04 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/06/04 08:21:49 Modified files: sys/arch/arm64/arm64: locore.S Log message: Remove comment that no longer is true. esym is not written by our bootloader anymore, so it doesn't matter where it is

CVS: cvs.openbsd.org: src

2017-06-04 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2017/06/04 08:20:12 Modified files: libexec/ld.so/i386: rtld_machine.c Log message: For the memory operand, clang passes in an address relative to the stack pointer. We cannot use this twice while pushing

CVS: cvs.openbsd.org: src

2017-06-04 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/06/04 08:10:42 Modified files: sys/arch/arm64/arm64: autoconf.c locore.S sys/arch/arm64/conf: Makefile.arm64 files.arm64 Added files: sys/arch/arm64/arm64: locore0.S Log message:

CVS: cvs.openbsd.org: src

2017-06-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/06/04 08:02:24 Modified files: sys/dev/pci/drm/ttm: ttm_bo.c ttm_bo_api.h ttm_bo_driver.h ttm_bo_manager.c ttm_bo_util.c ttm_bo_vm.c Log message: Switch the TTM

CVS: cvs.openbsd.org: src

2017-06-04 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2017/06/04 07:57:29 Modified files: usr.sbin/installboot: i386_installboot.c Log message: Malloc the superblock buffer to make sure that it is properly aligned. On i386, clang puts the char array at an odd

CVS: cvs.openbsd.org: src

2017-06-04 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2017/06/04 07:55:04 Modified files: sys/conf : makegap.sh Log message: Don't need to provide a padbyte value for .bss, it will always be 0 pointed out by kettenis

CVS: cvs.openbsd.org: src

2017-06-04 Thread Kenji Aoyama
CVSROOT:/cvs Module name:src Changes by: aoy...@cvs.openbsd.org 2017/06/04 07:48:13 Modified files: sys/arch/luna88k/dev: lunaws.c sio.c siotty.c siovar.h Log message: Sync with current NetBSD/luna68k code.

CVS: cvs.openbsd.org: src

2017-06-04 Thread Frederic Cambus
CVSROOT:/cvs Module name:src Changes by: fcam...@cvs.openbsd.org 2017/06/04 07:39:25 Modified files: games/fortune/fortune: fortune.c games/fortune/strfile: strfile.c Log message: Use proper bool types in fortune(6). OK tb@, phessler@ (previous version)

CVS: cvs.openbsd.org: src

2017-06-04 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/06/04 06:48:42 Modified files: sys/net80211 : ieee80211_input.c ieee80211_node.c Log message: Add sizes for free for the RSN IEs. Rewrite ieee80211_save_ie() slightly to make it more readable. help,

CVS: cvs.openbsd.org: src

2017-06-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2017/06/04 06:25:19 Modified files: share/mk : bsd.dep.mk Log message: pass better arguments to mkdep. - some std= parameters are actually critical, -std=c++11 makes a huge difference for clang. -

CVS: cvs.openbsd.org: src

2017-06-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/06/04 03:22:34 Modified files: usr.bin/tmux : input.c Log message: Add a timeout to prevent the sequences which wait for a specific terminator (OSC, APC and DCS) waiting forever, which helps to avoid

CVS: cvs.openbsd.org: src

2017-06-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/06/04 03:02:57 Modified files: usr.bin/tmux : utf8.c Log message: Remove unused variable.

CVS: cvs.openbsd.org: src

2017-06-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/06/04 03:02:36 Modified files: usr.bin/tmux : input.c screen.c tmux.h utf8.c window.c Log message: Be more strict about escape sequences that rename windows or set titles: ignore any that not valid

CVS: cvs.openbsd.org: src

2017-06-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/06/04 02:25:57 Modified files: usr.bin/tmux : log.c proc.c server.c signal.c tmux.1 tmux.h Log message: Support SIGUSR2 to stop and start logging for an existing server. Also we currently only have

CVS: cvs.openbsd.org: src

2017-06-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/06/04 02:02:20 Modified files: usr.bin/tmux : screen-write.c tmux.1 tty.c Log message: Typo/style; plus man page escaping from jmc.

CVS: cvs.openbsd.org: src

2017-06-04 Thread Stefan Fritsch
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2017/06/04 00:21:37 Modified files: sys/arch/amd64/include: bus.h Log message: Re-arrange struct bus_dmamap members This reduces holes/padding and makes the struct smaller by 8 bytes. ok kettenis@