CVS: cvs.openbsd.org: src

2011-06-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2011/06/03 00:52:37 Modified files: usr.bin/bc : bc.y Log message: protect errno from damage in the signal handler ok otto

CVS: cvs.openbsd.org: src

2011-06-02 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2011/06/03 00:10:33 Modified files: usr.bin/bc : bc.y extern.h scan.l Log message: Make ^D behave: dont't echo it and make it work if the cursor is at start of line after a ^C; ok okan@ deraadt@

CVS: cvs.openbsd.org: src

2011-06-02 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2011/06/02 23:35:10 Modified files: regress/usr.bin/ssh: cfgmatch.sh Log message: use OBJ to find test configs, patch from Tim Rice

CVS: cvs.openbsd.org: src

2011-06-02 Thread Jordan Hargrave
CVSROOT:/cvs Module name:src Changes by: jor...@cvs.openbsd.org 2011/06/02 21:56:15 Modified files: sys/dev/acpi : dsdt.c Log message: Track depth of scope stack

CVS: cvs.openbsd.org: src

2011-06-02 Thread Jordan Hargrave
CVSROOT:/cvs Module name:src Changes by: jor...@cvs.openbsd.org 2011/06/02 21:54:19 Modified files: sys/dev/acpi : dsdt.h Log message: Remove unused structure members. Add depth field.

CVS: cvs.openbsd.org: src

2011-06-02 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2011/06/02 19:37:40 Modified files: usr.bin/ssh: ssh-agent.c Log message: Check current parent process ID against saved one to determine if the parent has exited, rather than attempting to send a zero si

CVS: cvs.openbsd.org: src

2011-06-02 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2011/06/02 18:54:38 Modified files: usr.bin/ssh: ssh.c Log message: bz#1883 - setproctitle() to identify mux master; patch from Bert.Wesarg AT googlemail.com; ok dtucker@

CVS: cvs.openbsd.org: src

2011-06-02 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2011/06/02 18:29:52 Modified files: regress/usr.bin/ssh: dynamic-forward.sh Log message: Retry establishing the port forwarding after a small delay, should make the tests less flaky when the previous test is

CVS: cvs.openbsd.org: src

2011-06-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2011/06/02 16:08:40 Modified files: sys/net: pf.c Log message: When checking to see if a rule is referenced by any source-tracking nodes, actually check how many src nodes reference it, rather than c

CVS: cvs.openbsd.org: src

2011-06-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2011/06/02 16:03:30 Modified files: sys/net: pf_ioctl.c Log message: Don't destroy a non-persistent table if referenced by src_nodes. Fixes a crash if max-src-* options are triggered both before and

CVS: cvs.openbsd.org: src

2011-06-02 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2011/06/02 15:47:40 Modified files: regress/lib/libm/cephes: Makefile polevll.c Added files: regress/lib/libm/cephes: constll.c Log message: Add the quadruple-precision constants; testvect

CVS: cvs.openbsd.org: src

2011-06-02 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2011/06/02 15:39:10 Modified files: share/man/man1 : gcc-local.1 Log message: Document that the rounding mode is dynamic, on Alpha.

CVS: cvs.openbsd.org: src

2011-06-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2011/06/02 13:59:00 Modified files: sys/arch/amd64/pci: pci_machdep.c Log message: In the land of VMWare you can have the latest 64-bit AMD multicore CPU behind a prehistoric Intel host bridge. Disa

CVS: cvs.openbsd.org: xenocara

2011-06-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2011/06/02 13:47:33 Modified files: share/mk : bsd.xorg.mk Log message: Oops revert wip (using ports libtool) that wasn't meant to be committed.

CVS: cvs.openbsd.org: src

2011-06-02 Thread Jordan Hargrave
CVSROOT:/cvs Module name:src Changes by: jor...@cvs.openbsd.org 2011/06/02 13:26:36 Modified files: sys/dev/acpi : dsdt.c Log message: Fix index for Mid() opcode

CVS: cvs.openbsd.org: src

2011-06-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2011/06/02 13:18:21 Modified files: sys/dev: vnd.c Log message: No need to set error to 0, when it is still 0 from the start of the function. ok thib matthew

CVS: cvs.openbsd.org: src

2011-06-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2011/06/02 13:17:24 Modified files: sys/dev: vnd.c Log message: The vndbufpl is no longer used. Spotted by matthew, verified by me.

CVS: cvs.openbsd.org: src

2011-06-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2011/06/02 13:16:28 Modified files: sys/dev: vnd.c Log message: Initialize the dv_xname at attach time, so that we don't have to do this work later. Since the disk always has the same name (the diff

CVS: cvs.openbsd.org: src

2011-06-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2011/06/02 13:12:02 Modified files: sys/dev: vnd.c Log message: In vndclear(), clear all the flag bits. Leaving around a VNF_WLABEL bit is stupid (verified to be the case). Other flag bits might ha

CVS: cvs.openbsd.org: src

2011-06-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2011/06/02 13:10:19 Modified files: sys/dev: vnd.c Log message: Initialize the dv_unit, because disk_attach will want it later. Before we were probably only ever reading labels off vnd0. Oops. Spot

CVS: cvs.openbsd.org: src

2011-06-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2011/06/02 13:09:29 Modified files: sys/dev: vnd.c Log message: Do not bzero the softc when doing VNDIOCCLR, because that trashes the rw_lock and the device_ref Discussed with thib and matthew

CVS: cvs.openbsd.org: src

2011-06-02 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/06/02 13:03:58 Modified files: usr.bin/aucat : file.c Log message: If there are no descriptors to poll, just sleep until SIGALRM is posted and then update all timers and restart the event loop. Fixes t

CVS: cvs.openbsd.org: src

2011-06-02 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/06/02 12:50:39 Modified files: usr.bin/aucat : midi.c Log message: close midi control ports and thru boxes only when there are no inputs anymore, to ensure data is drained

CVS: cvs.openbsd.org: src

2011-06-02 Thread Michael Knudsen
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2011/06/02 12:36:53 Modified files: sys/dev/pci: if_wpi.c Log message: MSI for wpi(4). ``Reasonably confident that will work on all hardware, go ahead and commit.'' kettenis (worst jinx ever)

CVS: cvs.openbsd.org: src

2011-06-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2011/06/02 12:36:49 Modified files: sys/dev/pci: azalia.c Log message: Enable MSI. "i think more pci_intr_map_msi should go in"

CVS: cvs.openbsd.org: src

2011-06-02 Thread Paul de Weerd
CVSROOT:/cvs Module name:src Changes by: we...@cvs.openbsd.org 2011/06/02 12:22:00 Modified files: sys/dev/pci/drm: ati_pcigart.c drm.h drmP.h drm_agpsupport.c drm_atomic.h drm_bufs.c drm_context.c drm_drv.c drm_heap.c d

CVS: cvs.openbsd.org: src

2011-06-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2011/06/02 12:02:47 Modified files: sys/dev/pci: azalia.c Log message: Move the code that disables MSI out of azalia_configure_pci(), such that we don't run it upon resume. We now save and resto

CVS: cvs.openbsd.org: src

2011-06-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2011/06/02 11:33:37 Modified files: share/man/man5 : port-modules.5 Log message: Remove the blurb about `--disable-silent-rules' in the gnome MODULE description, it's the default now.

CVS: cvs.openbsd.org: src

2011-06-02 Thread Jordan Hargrave
CVSROOT:/cvs Module name:src Changes by: jor...@cvs.openbsd.org 2011/06/02 11:15:53 Modified files: sys/dev/acpi : dsdt.c Log message: Fix CondRef definition to support optional target. Fixes docking on Dell E4310 ok marco@

CVS: cvs.openbsd.org: xenocara

2011-06-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2011/06/02 11:01:59 Modified files: share/mk : bsd.xconf.mk bsd.xorg.mk Log message: Switch XKB layouts to xkeyboard-config. Note: this moves xkb data files to /usr/X11R6/share/X11/xkb/ /e

CVS: cvs.openbsd.org: src

2011-06-02 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2011/06/02 11:00:24 Modified files: sbin/disklabel : disklabel.c Log message: Hack to ensure that the in-core labels contain the current bounds info from the physical disk after 'disklabel -e' writes the lab

CVS: cvs.openbsd.org: src

2011-06-02 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/06/02 10:58:02 Modified files: usr.bin/aucat : file.c Log message: don't exit from the main loop if there are pending time outs. Fixes midi inputs not being properly drained when they are temporarily b

CVS: cvs.openbsd.org: src

2011-06-02 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2011/06/02 10:50:05 Modified files: sys/dev/pci: ahci.c Log message: Attempt msi interrupt mapping, with fall back to old-style mapping. Works on my non-msi capable ahci and several msi capable setups. D

CVS: cvs.openbsd.org: src

2011-06-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2011/06/02 10:29:20 Modified files: sys/kern : kern_ktrace.c Log message: We will ignore retval2; it is not an issue

CVS: cvs.openbsd.org: src

2011-06-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2011/06/02 10:19:14 Modified files: sys/sys: ktrace.h usr.bin/kdump : kdump.c Log message: Change ktr_retval to a register_t so that we can see the full 64-bits when neccesary. It is incre

CVS: cvs.openbsd.org: src

2011-06-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2011/06/02 10:14:40 Modified files: sys/dev: vnd.c Log message: device_ref() by hand, since this is a pseudo-device and was not attached through config_attach() ok matthew jsing

CVS: cvs.openbsd.org: xenocara

2011-06-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2011/06/02 07:40:14 Modified files: lib/libXaw : ChangeLog Makefile.bsd-wrapper Makefile.in aclocal.m4 config.h.in configure configure.ac xa

CVS: cvs.openbsd.org: www

2011-06-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2011/06/02 07:03:11 Modified files: faq: current.html Log message: talk about "config(8)" rather than just "config", it's clearer

CVS: cvs.openbsd.org: src

2011-06-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2011/06/02 06:46:03 Modified files: usr.bin/pkg-config: pkg-config Log message: Revert previous; changes linking order for pkg-config --libs, breaking X on VAX. Found by matthieu@

CVS: cvs.openbsd.org: xenocara

2011-06-02 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2011/06/02 04:36:27 Modified files: . : 3RDPARTY Log message: Fix previous.