CVS: cvs.openbsd.org: src

2014-03-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/03/31 00:18:30 Modified files: sys/dev/ic : ahci.c Log message: move the last htoleXX things to htolemXX where possible. ok jmatthew@

CVS: cvs.openbsd.org: src

2014-03-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2014/03/31 00:44:23 Modified files: regress/usr.bin/pkg-config: Makefile regress/usr.bin/pkg-config/pcdir: variables.pc Log message: add test where Libs contains a variable reference

CVS: cvs.openbsd.org: src

2014-03-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/03/31 00:58:10 Modified files: sys/dev/ic : ahcivar.h Log message: the hardware expects ahci_cmd_table to be 128 byte aligned

CVS: cvs.openbsd.org: src

2014-03-31 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/03/31 01:06:20 Modified files: bin/ls : ls.1 Log message: revert previous: i was wrong; thanks thomas klausner for noticing

CVS: cvs.openbsd.org: src

2014-03-31 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/03/31 01:41:48 Modified files: sys/dev/pci: qle.c qlereg.h Log message: qle dvas straddle 4 byte boundaries, so best to treat them as two u_int32_ts rather than u_int64_ts. ok jmatthew@

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 03:09:19 Modified files: usr.bin/cu : cu.1 cu.c Log message: Fix REMOTE to work like tip(1) - it can be either a path to a remote(5) database or a description (for example foo:dv=/dev/bar).

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 03:16:26 Modified files: usr.bin/cu : cu.c Log message: If HOST or the host argument starts with a /, treat it as a device name (so, for example, cu /dev/cuaU0 will work).

CVS: cvs.openbsd.org: src

2014-03-31 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2014/03/31 05:25:45 Modified files: sys/dev/ic : qla.c qlareg.h qlavar.h Log message: Rather than scanning local loop ids sequentially, just ask the chip which local devices it has logged in to.

CVS: cvs.openbsd.org: xenocara

2014-03-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:xenocara Changes by: kette...@cvs.openbsd.org2014/03/31 06:09:00 Modified files: lib/libxtrans : Xtranssock.c Log message: Increase the send buffer for UNIX sockets to be at least 64k such that large sends (for example, XGetImage()

CVS: cvs.openbsd.org: src

2014-03-31 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/03/31 06:11:42 Modified files: sys/dev/acpi : acpi.c sys/arch/i386/i386: apm.c sys/arch/zaurus/dev: zaurus_apm.c sys/arch/loongson/dev: apm.c Log message: Change the order

CVS: cvs.openbsd.org: www

2014-03-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2014/03/31 06:50:44 Modified files: faq: current.html Log message: Update unbound notes; previous users from packages will also need to adjust pkg_scripts/unbound_flags lines. Clarify which

CVS: cvs.openbsd.org: src

2014-03-31 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/03/31 06:51:12 Modified files: regress/usr.bin/mdoclint: mdoclint Log message: recognise CONTEXT sections, for man9;

CVS: cvs.openbsd.org: src

2014-03-31 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2014/03/31 07:39:34 Modified files: usr.bin/ssh: ssh-keygen.1 Log message: the text for the -K option was inserted in the wrong place in -r1.108; fix From: Matthew Clarke

CVS: cvs.openbsd.org: src

2014-03-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2014/03/31 07:44:04 Modified files: usr.bin/libtool/LT/Mode/Link: Library.pm Log message: Match GNU libtool and properly add -rpath to the linker when linking libraries. Until now we only did that

CVS: cvs.openbsd.org: src

2014-03-31 Thread Brian Callahan
CVSROOT:/cvs Module name:src Changes by: bcal...@cvs.openbsd.org 2014/03/31 08:26:03 Modified files: usr.bin/mg : cmode.c Log message: Remove a redundant assignment for slashp in findnonblank(). Remove a redundant comment in the same place while here. Tweaks from

CVS: cvs.openbsd.org: src

2014-03-31 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/03/31 09:25:26 Modified files: usr.bin/ssh: Makefile.inc Log message: ssh has a target painted on it's back, so use -fstack-protector-all dtucker mentioned that -portable does this

CVS: cvs.openbsd.org: www

2014-03-31 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2014/03/31 10:02:48 Modified files: . : errata21.html errata22.html errata23.html errata24.html errata25.html errata26.html errata27.html

CVS: cvs.openbsd.org: src

2014-03-31 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/03/31 10:18:06 Modified files: sys/dev/usb: usb.c Log message: Force the detach of all USB devices by disconnecting the root hubs before suspending the machine. Prior to this commit, devices were

CVS: cvs.openbsd.org: www

2014-03-31 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2014/03/31 10:22:17 Modified files: . : 21.html 22.html 23.html 24.html 25.html 26.html ECL.html plus.html plus54.html plus55.html Log message: bring out your dead

CVS: cvs.openbsd.org: src

2014-03-31 Thread Mark Lumsden
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2014/03/31 12:00:58 Modified files: usr.bin/mg : dir.c Log message: Allow more than one level of directories to be create via make-directory again. ok florian@ jasper@

CVS: cvs.openbsd.org: src

2014-03-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2014/03/31 12:16:24 Modified files: usr.bin/pkg-config/OpenBSD: PkgConfig.pm Log message: if it looks like a variable, expands like a variable and resolves like a variable, then it need not be a variable.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/03/31 12:58:41 Modified files: sys/arch/macppc/dev: macintr.c openpic.c sys/arch/macppc/macppc: dma.c machdep.c sys/arch/powerpc/powerpc: pmap.c sys/arch/socppc/socppc: dma.c

CVS: cvs.openbsd.org: src

2014-03-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/03/31 13:37:15 Modified files: sys/kern : init_main.c Log message: Grab the kernel lock before autoconf. This way device drivers can drop it in any context if they feel like it. ok

CVS: cvs.openbsd.org: src

2014-03-31 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2014/03/31 13:50:52 Modified files: sbin/fdisk : mbr.c misc.c misc.h part.c Log message: Nuke [get|put][short|long] and just use letoh[16|32] and htole[16|32]. This is made possible by a) copying

CVS: cvs.openbsd.org: src

2014-03-31 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/03/31 14:16:39 Modified files: sys/uvm: uvm_fault.c Log message: In uvm_fault(), when attempting to map backpages and forwpages, defer the pmap_update() to the end of the loop, rather than

CVS: cvs.openbsd.org: src

2014-03-31 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2014/03/31 14:21:19 Modified files: sys/arch/loongson/include: cpu.h sys/arch/mips64/include: cache.h cpu.h pmap.h sys/arch/mips64/mips64: cache_loongson2.c cache_octeon.c

CVS: cvs.openbsd.org: src

2014-03-31 Thread Igor Sobrado
CVSROOT:/cvs Module name:src Changes by: sobr...@cvs.openbsd.org 2014/03/31 14:54:37 Modified files: bin/ls : ls.1 ls.c Log message: restore the traditional behavior of -f implying -a; apparently Keith Bostic forgot to restore it when the -f flag was put back on

CVS: cvs.openbsd.org: src

2014-03-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/03/31 15:10:10 Modified files: sys/arch/alpha/dev: sgmap_common.c sgmap_typedep.c sgmapvar.h Log message: Use extent_alloc_with_descr(9) and add a mutex to protect the extent. This should make

CVS: cvs.openbsd.org: src

2014-03-31 Thread Mark Lumsden
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2014/03/31 15:29:59 Modified files: usr.bin/mg : file.c Log message: Tidy up. No functional change.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:32:00 Modified files: usr.bin/tmux : input.c Log message: Change secondary device attributes response to \033[84;0;0c which is unique for tmux.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:32:31 Modified files: usr.bin/tmux : cmd.c Log message: Don't write into buffer if no arguments, reported by Filipe Rosset.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:34:08 Modified files: usr.bin/tmux : Makefile screen-redraw.c tmux.h window-clock.c Removed files: usr.bin/tmux : clock.c Log message: Having three *clock* files is ridiculous,

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:36:43 Modified files: usr.bin/tmux : mode-key.c tmux.h window-choose.c Log message: Add start-of-list, end-of-list, top-line and bottom-line in choice mode, from madmaverick9 at roxxmail dot

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:37:55 Modified files: usr.bin/tmux : format.c resize.c tmux.1 tmux.h Log message: Make session_attached a count and add session_many_attached flag.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:39:31 Modified files: usr.bin/tmux : cmd-set-buffer.c mode-key.c paste.c tmux.1 tmux.h window-copy.c Log message: Add setb -a to append and a copy mode append

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:39:59 Modified files: usr.bin/tmux : tmux.h Log message: Use hex constants rather than shifts for mouse events and flags, pointed out by Marcel Partap.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:40:21 Modified files: usr.bin/tmux : tmux.h tty-keys.c Log message: Add names for mouse button bits rather than using magic numbers, from Marcel Partap.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:41:35 Modified files: usr.bin/tmux : options-table.c status.c tmux.1 Log message: Make message-limit a server option.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:41:07 Modified files: usr.bin/tmux : window.c Log message: Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:42:27 Modified files: usr.bin/tmux : grid-view.c grid.c tmux.h Log message: GRID_DEBUG is no longer needed.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:42:05 Modified files: usr.bin/tmux : log.c tmux.h Log message: Remove unused log functions.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:42:45 Modified files: usr.bin/tmux : input-keys.c log.c tmux.c Log message: Remove log_debug2 as well and simplify log.c.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:43:55 Modified files: usr.bin/tmux : cmd-set-buffer.c Log message: Don't crash with a zero-length argument to setb, from J Raynor.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/03/31 15:43:35 Modified files: usr.bin/tmux : utf8.c Log message: In four byte UTF-8 sequences, only three bits of the first byte should be used. Fix from Koga Osamu.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2014/03/31 16:03:29 Modified files: sbin/fdisk : cmd.c cmd.h disk.c part.c user.c user.h Log message: Whitespace rectification.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2014/03/31 16:17:07 Modified files: sys/dev/ic : qlw.c Log message: Slightly better debugging code.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Matthew Dempsky
CVSROOT:/cvs Module name:src Changes by: matt...@cvs.openbsd.org 2014/03/31 16:20:15 Modified files: sys/sys: proc.h Log message: Fix octal constant: \018 - \020 ok guenther

CVS: cvs.openbsd.org: src

2014-03-31 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2014/03/31 17:04:03 Modified files: sbin/fdisk : cmd.c Log message: Use return value constants to make effects clearer than the use of an intermediate variable. No intended functional change.

CVS: cvs.openbsd.org: src

2014-03-31 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/03/31 20:05:27 Modified files: usr.bin/ssh: ssh-keysign.c Log message: include fingerprint of key not found use arc4random_buf() instead of loop+arc4random()

CVS: cvs.openbsd.org: src

2014-03-31 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2014/03/31 20:16:37 Modified files: lib/libc/gen : login_cap.c Log message: Use setresuid() and setresgid(). OK guenther@ deraadt@

CVS: cvs.openbsd.org: src

2014-03-31 Thread Matthew Dempsky
CVSROOT:/cvs Module name:src Changes by: matt...@cvs.openbsd.org 2014/03/31 23:04:50 Modified files: sys/sys: stdint.h include: unistd.h Log message: Define intptr_t in unistd.h as specified by POSIX ok millert

CVS: cvs.openbsd.org: src

2014-03-31 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/03/31 23:32:57 Modified files: usr.bin/ssh: packet.c Log message: demote a debug3 to PACKET_DEBUG; ok markus@

CVS: cvs.openbsd.org: src

2014-03-31 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/03/31 23:50:30 Modified files: usr.bin/tmux : tmux.h Log message: missed commit matching log.c