CVS: cvs.openbsd.org: src

2009-12-07 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/12/07 01:14:59 Modified files: usr.bin/at : at.1 Log message: behaviour for the -l flag differs between this implementation and posix; spotted by millert

CVS: cvs.openbsd.org: src

2009-12-07 Thread Joerg Goltermann
CVSROOT:/cvs Module name:src Changes by: go...@cvs.openbsd.org 2009/12/07 01:19:37 Modified files: sys/netinet: ip_input.c Log message: do not forward and drop packets with M_MCAST flag set in ip_forward() ok henning@, claudio@ I think this should go in

CVS: cvs.openbsd.org: src

2009-12-07 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2009/12/07 02:37:34 Modified files: sys/dev/ic : sili.c sys/dev/pci: ahci.c sys/dev/ata: atascsi.c atascsi.h Log message: get rid of the return codes from command submission,

CVS: cvs.openbsd.org: src

2009-12-07 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2009/12/07 05:36:23 Modified files: sys/dev/ata: atascsi.c Log message: oops, wrong version of previous diff. we have to exec a command (with ata_exec) before we check if its done with ata_polled. of

CVS: cvs.openbsd.org: src

2009-12-07 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2009/12/07 06:41:02 Modified files: usr.sbin/pkg_add: pkg_add usr.sbin/pkg_add/OpenBSD: Dependencies.pm Tracker.pm Update.pm UpdateSet.pm Log message: simplify

CVS: cvs.openbsd.org: src

2009-12-07 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2009/12/07 07:27:12 Modified files: sys/dev: softraid.c softraid_aoe.c softraid_crypto.c softraid_raid0.c softraid_raid1.c softraid_raid6.c

CVS: cvs.openbsd.org: src

2009-12-07 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2009/12/07 07:33:38 Modified files: sys/dev: softraid.c softraid_raid6.c softraid_raidp.c softraidvar.h Log message: Cleanup discipline initialisation. ok marco@

CVS: cvs.openbsd.org: src

2009-12-07 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2009/12/07 08:09:08 Modified files: usr.sbin/pkg_add/OpenBSD: UpdateSet.pm Log message: don't use $set-print, consistent messages.

CVS: cvs.openbsd.org: src

2009-12-07 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2009/12/07 08:31:07 Modified files: sys/dev/pci: if_stge.c Log message: Fix a spacing nit, and replace a magic number with ETHER_ADDR_LEN. From Brad.

CVS: cvs.openbsd.org: src

2009-12-07 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2009/12/07 08:33:42 Modified files: usr.sbin/smtpd : mta.c Log message: Avoid dereferencing a null pointer when logging a DNS lookup failure. ok gilles@

CVS: cvs.openbsd.org: src

2009-12-07 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2009/12/07 11:43:11 Modified files: usr.bin/sudo : ChangeLog Makefile.in config.h configure configure.in match.c mkdefaults sudo.c sudo.pod sudo_edit.c

CVS: cvs.openbsd.org: src

2009-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/12/07 11:47:38 Modified files: lib/libc/stdlib: malloc.c Log message: Make userland malloc use __LDPGSZ granularity on mips, regardless of the actual kernel page size.

CVS: cvs.openbsd.org: src

2009-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/12/07 11:49:14 Modified files: lib/libkvm : kvm_mips64.c Log message: Get page size information by reading the kernel image' struct uvmexp, instead of the value of PAGE_SIZE found in the standard

CVS: cvs.openbsd.org: src

2009-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/12/07 11:53:33 Modified files: sys/arch/sgi/sgi: locore.S Log message: When netbooting the kernel image from ARCBios, our load address may not be honoured, and we may end up loaded at an uncached

CVS: cvs.openbsd.org: src

2009-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/12/07 11:51:26 Modified files: sys/arch/mips64/mips64: arcbios.c sys/arch/sgi/sgi: machdep.c Log message: When trying to return to ARCBios on a 32 bit ARCBios machine (such as the O2), disable

CVS: cvs.openbsd.org: src

2009-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/12/07 11:54:46 Modified files: sys/arch/mips64/mips64: tlbhandler.S Log message: Be sure to always check tlbp return values for strictly negative values to consider the probe as failed; tlb pair #0

CVS: cvs.openbsd.org: src

2009-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/12/07 11:56:29 Modified files: sys/arch/mips64/include: arcbios.h sys/arch/mips64/mips64: arcbios.c Log message: When converting ARCBios memory spaces from ARCBios page size to the kernel page

CVS: cvs.openbsd.org: src

2009-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/12/07 11:58:37 Modified files: sys/arch/mips64/include: param.h pmap.h pte.h sys/arch/mips64/mips64: pmap.c sys/arch/sgi/sgi: genassym.cf Log message: Use a pool to manage pmap pte

CVS: cvs.openbsd.org: src

2009-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/12/07 12:01:06 Modified files: sys/arch/mips64/include: proc.h sys/arch/mips64/mips64: context.S vm_machdep.c Log message: If UPAGES would turn out to be 1, instead of using wired TLB entries

CVS: cvs.openbsd.org: src

2009-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/12/07 12:05:59 Modified files: sys/arch/mips64/include: cpu.h param.h pte.h sys/arch/mips64/mips64: tlbhandler.S sys/arch/sgi/include: param.h sys/arch/sgi/sgi: ip30_machdep.c

CVS: cvs.openbsd.org: src

2009-12-07 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/12/07 12:23:17 Modified files: sys/dev/usb: ukbdmap.c Log message: sync (with pckbd)

CVS: cvs.openbsd.org: src

2009-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/12/07 12:23:52 Modified files: sys/arch/mips64/include: vmparam.h Log message: Sync VM_MIN_ADDRESS with __LDPGSZ again.

CVS: cvs.openbsd.org: src

2009-12-07 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/12/07 12:24:01 Modified files: share/man/man4 : pckbd.4 ukbd.4 Log message: Mention KB_UK now also supports swapctrlcaps

CVS: cvs.openbsd.org: src

2009-12-07 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/12/07 12:22:38 Modified files: sys/dev/pckbc : wskbdmap_mfii.c Log message: Support uk.swapctrlcaps as a valid keymap. ok miod@

CVS: cvs.openbsd.org: xenocara

2009-12-07 Thread Owain Ainsworth
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2009/12/07 12:28:53 Modified files: driver/xf86-input-keyboard/src: bsd_kbd.c Log message: split the KB_VARTAB code in wscons autodetection so that it understands both XkbOptions and XkbVariant. now we

CVS: cvs.openbsd.org: src

2009-12-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/12/07 12:39:57 Modified files: sys/arch/mips64/mips64: arcbios.c Log message: Correctly skip available memory regions without (kernel) page aligned boundaries, entirely contained within a kernel page;

CVS: cvs.openbsd.org: xenocara

2009-12-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2009/12/07 12:42:59 Modified files: app/cwm: conf.c Log message: remove unused extern ok oga@

CVS: cvs.openbsd.org: xenocara

2009-12-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2009/12/07 12:44:31 Modified files: app/cwm: kbfunc.c Log message: be consistent ok oga@

CVS: cvs.openbsd.org: xenocara

2009-12-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2009/12/07 12:45:36 Modified files: app/cwm: kbfunc.c Log message: we already have sc from the passed cc, so just used that instead. ok oga@

CVS: cvs.openbsd.org: xenocara

2009-12-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2009/12/07 12:48:08 Modified files: app/cwm: menu.c Log message: fix off-by-one where a mere click would select the first item inside a menu from Thomas Pfaff ok oga@

CVS: cvs.openbsd.org: src

2009-12-07 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2009/12/07 13:30:52 src/sys/dev/microcode/afb Update of /cvs/src/sys/dev/microcode/afb In directory cvs.openbsd.org:/tmp/cvs-serv10914/afb Log Message: Directory /cvs/src/sys/dev/microcode/afb added to the

CVS: cvs.openbsd.org: src

2009-12-07 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2009/12/07 13:35:25 Added files: sys/dev/microcode/afb: Makefile afb-license build.c microcode.h Log message: Firmware for Elite3D framebuffers. Thanks to Sun, and in particular Alan Coppersmith,

CVS: cvs.openbsd.org: src

2009-12-07 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2009/12/07 13:36:33 Modified files: sys/dev/microcode: Makefile Log message: enter afb

CVS: cvs.openbsd.org: xenocara

2009-12-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2009/12/07 13:50:12 Modified files: . : MODULES 3RDPARTY Log message: updates

CVS: cvs.openbsd.org: xenocara

2009-12-07 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2009/12/07 14:20:52 Modified files: app/cwm: calmwm.c calmwm.h xutil.c Log message: introduce the beginnings of netwm support, minimally and correctly; allows java to be happy, but additionally

CVS: cvs.openbsd.org: xenocara

2009-12-07 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2009/12/07 14:21:02 Modified files: app/xtsscale : Makefile Log message: One more build fix for static arches. ok t...@.

Re: CVS: cvs.openbsd.org: xenocara

2009-12-07 Thread Owain Ainsworth
On Mon, Dec 07, 2009 at 02:20:52PM -0700, Okan Demirmen wrote: CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org2009/12/07 14:20:52 Modified files: app/cwm: calmwm.c calmwm.h xutil.c Log message: introduce the beginnings of netwm support,

CVS: cvs.openbsd.org: xenocara

2009-12-07 Thread Owain Ainsworth
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2009/12/07 15:21:59 Modified files: app/cwm: calmwm.h client.c xutil.c Log message: Implement _NET_ACTIVE_WINDOW. for now just the informational hint is supported, the client message to change

CVS: cvs.openbsd.org: xenocara

2009-12-07 Thread Owain Ainsworth
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2009/12/07 15:46:15 Modified files: app/cwm: calmwm.h client.c xutil.c Log message: support _NET_CLIENT_LIST. the x property api doesn't let you remove one entry from an X property array, so

CVS: cvs.openbsd.org: xenocara

2009-12-07 Thread Owain Ainsworth
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2009/12/07 16:19:51 Modified files: app/cwm: calmwm.c calmwm.h group.c xutil.c Log message: Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and unchangable. the group code

CVS: cvs.openbsd.org: src

2009-12-07 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2009/12/08 00:29:30 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: sync

CVS: cvs.openbsd.org: src

2009-12-07 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/12/08 00:49:31 Modified files: usr.bin/tmux : Makefile cmd.c tmux.1 tmux.h Added files: usr.bin/tmux : layout-string.c Log message: Permit panes to be referred to as top, bottom, top-left

CVS: cvs.openbsd.org: src

2009-12-07 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/12/08 00:57:57 Modified files: share/man/man4 : icmp6.4 Log message: listerner - listener; from Brad Tilley