Re: CVS commit: src/sys/arch/xen/xen

2011-12-07 Thread Cherry G. Mathew
On 7 December 2011 19:19, Christoph Egger ceg...@netbsd.org wrote: Module Name:    src Committed By:   cegger Date:           Wed Dec  7 13:49:04 UTC 2011 Modified Files:        src/sys/arch/xen/xen: evtchn.c Log Message: build fix: add back sys/malloc.h. malloc(9) is still in use. Hi,

Re: CVS commit: src/sys/arch

2011-12-07 Thread Thor Lancelot Simon
On Sun, Dec 04, 2011 at 04:24:13PM +, Chuck Silvers wrote: Module Name: src Committed By: chs Date: Sun Dec 4 16:24:13 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: locore.S machdep.c src/sys/arch/amd64/include: types.h src/sys/arch/x86/include: pmap.h

CVS commit: src/sys/dev/ic

2011-12-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 7 08:49:29 UTC 2011 Modified Files: src/sys/dev/ic: sm502reg.h Log Message: add a bunch of register definitions To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/sm502reg.h Please note that

CVS commit: src/sys/dev/pci

2011-12-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 7 09:08:00 UTC 2011 Modified Files: src/sys/dev/pci: voyager.c voyagervar.h Log Message: consolidate bit twiddling functions into one generic case and a bunch of macros, use them To generate a diff of this commit:

CVS commit: src/sys/arch/xen/xen

2011-12-07 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Wed Dec 7 12:31:51 UTC 2011 Modified Files: src/sys/arch/xen/xen: evtchn.c Log Message: Move to kmem_zalloc() instead of malloc(). To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/xen/xen/evtchn.c

CVS commit: src/sys/arch/xen/xen

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 13:49:04 UTC 2011 Modified Files: src/sys/arch/xen/xen: evtchn.c Log Message: build fix: add back sys/malloc.h. malloc(9) is still in use. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/sys/arch/xen/include/xen-public

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 14:41:19 UTC 2011 Update of /cvsroot/src/sys/arch/xen/include/xen-public In directory ivanova.netbsd.org:/tmp/cvs-serv11047 Log Message: Welcome to Xen 4.1.2 headers. New interfaces for PV drivers: - Xen transcedent memory -

CVS commit: src/sys/arch/xen/include/xen-public

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 15:04:19 UTC 2011 Modified Files: src/sys/arch/xen/include/xen-public: event_channel.h grant_table.h physdev.h trace.h xen.h src/sys/arch/xen/include/xen-public/arch-x86: xen-x86_32.h

CVS commit: src/sys/arch

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 15:47:43 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: genassym.cf src/sys/arch/i386/i386: genassym.cf src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: pmap.c

CVS commit: src/sys/arch/xen/include

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 16:01:39 UTC 2011 Modified Files: src/sys/arch/xen/include/amd64: hypercalls.h src/sys/arch/xen/include/i386: hypercalls.h Log Message: switch from xen3-public to xen-public. To generate a diff of this

CVS commit: src/sys/arch/xen/include/xen3-public

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 16:11:02 UTC 2011 Removed Files: src/sys/arch/xen/include/xen3-public: COPYING arch-ia64.h arch-x86_32.h arch-x86_64.h callback.h dom0_ops.h domctl.h elfnote.h elfstructs.h event_channel.h

CVS commit: src/sys/dev

2011-12-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Dec 7 17:38:50 UTC 2011 Modified Files: src/sys/dev/isa: opl_wss.c opl_ym.c src/sys/dev/pci: opl_cmpci.c opl_fms.c opl_sv.c opl_yds.c Log Message: Initialize the opl softc lock pointer to the parent's interrupt

CVS commit: src/distrib/sets/lists/modules

2011-12-07 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Dec 7 22:14:43 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.evbppc Log Message: Add the secmodel_extensions variants of the kernel modules. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2011-12-07 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Dec 7 22:52:17 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: usb.c Log Message: kill some #ifdef USB_DEBUG with some compiler smarts. To generate a diff of this commit: cvs rdiff -u -r1.125.6.2 -r1.125.6.3

CVS commit: src/usr.sbin/sup/source

2011-12-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 7 22:52:54 UTC 2011 Modified Files: src/usr.sbin/sup/source: setproctitle.c Log Message: be more portable, explain what we are doing, simplify. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/evbppc/conf

2011-12-07 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Dec 8 01:08:19 UTC 2011 Modified Files: src/sys/arch/evbppc/conf: EXPLORA451 Log Message: Bump SYMTAB_SPACE. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbppc/conf/EXPLORA451 Please note that

CVS commit: src/doc

2011-12-07 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Thu Dec 8 01:11:47 UTC 2011 Modified Files: src/doc: 3RDPARTY Log Message: ISC DHCP 4.2.3-P1 and 4.1-ESV-R4 has released. To generate a diff of this commit: cvs rdiff -u -r1.890 -r1.891 src/doc/3RDPARTY Please note that diffs

CVS commit: src/etc/mtree

2011-12-07 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Thu Dec 8 01:15:03 UTC 2011 Modified Files: src/etc/mtree: special Log Message: According to /etc/rc.d/mdnsd, /var/run/mdnsd is owned by _mdnsd:_mdnsd if it created. So, set owner/group of /var/run/mdnsd. It stop a useless

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2011-12-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 03:10:10 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: usbdi.c usbdi_util.c utoppy.c Log Message: convert the remaining wakeup(xfer)'s to use the xfer-cv. utoppy - untested. To generate a diff of this

CVS commit: src/sys/arch/xen/xen

2011-12-07 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Dec 8 03:34:48 UTC 2011 Modified Files: src/sys/arch/xen/xen: evtchn.c Log Message: kmem_free() the appropriate size. Thanks cegger@ To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

CVS commit: [mrg-ohci-jmcneill-usbmp] src/sys/dev/usb

2011-12-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 07:53:56 UTC 2011 Modified Files: src/sys/dev/usb [mrg-ohci-jmcneill-usbmp]: ohci.c usbdi.c Log Message: there's something wrong with uaudio@ohci on the usbmp branch. this is the minimally working port of ohci to mpusb,

CVS commit: src/sys/dev/ic

2011-12-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 7 08:49:29 UTC 2011 Modified Files: src/sys/dev/ic: sm502reg.h Log Message: add a bunch of register definitions To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/sm502reg.h Please note that

CVS commit: src/sys/dev/pci

2011-12-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 7 09:08:00 UTC 2011 Modified Files: src/sys/dev/pci: voyager.c voyagervar.h Log Message: consolidate bit twiddling functions into one generic case and a bunch of macros, use them To generate a diff of this commit:

CVS commit: src/sys/arch/xen/xen

2011-12-07 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Wed Dec 7 12:31:51 UTC 2011 Modified Files: src/sys/arch/xen/xen: evtchn.c Log Message: Move to kmem_zalloc() instead of malloc(). To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/xen/xen/evtchn.c

CVS commit: src/sys/arch/xen/include/xen-public

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 13:15:47 UTC 2011 Update of /cvsroot/src/sys/arch/xen/include/xen-public In directory ivanova.netbsd.org:/tmp/cvs-serv3955 Log Message: re-import xen3-public to rename this to xen-public Status: Vendor Tag: Xen Release

CVS commit: src/sys/arch/xen/include/xen-public

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 13:24:04 UTC 2011 Added Files: src/sys/arch/xen/include/xen-public: arch-x86_32.h arch-x86_64.h dom0_ops.h event_channel.h grant_table.h physdev.h trace.h xen.h

CVS commit: src/sys/arch/xen/xen

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 13:49:04 UTC 2011 Modified Files: src/sys/arch/xen/xen: evtchn.c Log Message: build fix: add back sys/malloc.h. malloc(9) is still in use. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/sys/arch/xen/include/xen-public

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 14:41:19 UTC 2011 Update of /cvsroot/src/sys/arch/xen/include/xen-public In directory ivanova.netbsd.org:/tmp/cvs-serv11047 Log Message: Welcome to Xen 4.1.2 headers. New interfaces for PV drivers: - Xen transcedent memory -

CVS commit: src/sys/arch/xen/include/xen-public

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 15:04:19 UTC 2011 Modified Files: src/sys/arch/xen/include/xen-public: event_channel.h grant_table.h physdev.h trace.h xen.h src/sys/arch/xen/include/xen-public/arch-x86: xen-x86_32.h

CVS commit: src/sys/arch/xen/include/xen-public/io

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 15:40:15 UTC 2011 Modified Files: src/sys/arch/xen/include/xen-public/io: ring.h Log Message: merge. (forgot in previous) To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2

CVS commit: src/sys/arch

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 15:47:43 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: genassym.cf src/sys/arch/i386/i386: genassym.cf src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: pmap.c

CVS commit: src/sys/arch/xen/include

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 16:01:39 UTC 2011 Modified Files: src/sys/arch/xen/include/amd64: hypercalls.h src/sys/arch/xen/include/i386: hypercalls.h Log Message: switch from xen3-public to xen-public. To generate a diff of this

CVS commit: src/sys/arch/xen/include/xen3-public

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 16:11:02 UTC 2011 Removed Files: src/sys/arch/xen/include/xen3-public: COPYING arch-ia64.h arch-x86_32.h arch-x86_64.h callback.h dom0_ops.h domctl.h elfnote.h elfstructs.h event_channel.h

CVS commit: src/sys/arch/xen/xen

2011-12-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Dec 7 16:26:23 UTC 2011 Modified Files: src/sys/arch/xen/xen: evtchn.c Log Message: replace malloc() with kmem_zalloc() per request from cherry. While here fix error path. XXX: The size allocated and freed for interrupt

CVS commit: src/sys/dev

2011-12-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Dec 7 17:38:50 UTC 2011 Modified Files: src/sys/dev/isa: opl_wss.c opl_ym.c src/sys/dev/pci: opl_cmpci.c opl_fms.c opl_sv.c opl_yds.c Log Message: Initialize the opl softc lock pointer to the parent's interrupt

CVS commit: src/distrib/sets/lists/modules

2011-12-07 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Dec 7 22:14:43 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.evbppc Log Message: Add the secmodel_extensions variants of the kernel modules. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2011-12-07 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Dec 7 22:52:17 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: usb.c Log Message: kill some #ifdef USB_DEBUG with some compiler smarts. To generate a diff of this commit: cvs rdiff -u -r1.125.6.2 -r1.125.6.3

CVS commit: src/usr.sbin/sup/source

2011-12-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 7 22:52:54 UTC 2011 Modified Files: src/usr.sbin/sup/source: setproctitle.c Log Message: be more portable, explain what we are doing, simplify. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/evbppc/conf

2011-12-07 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Dec 8 01:08:19 UTC 2011 Modified Files: src/sys/arch/evbppc/conf: EXPLORA451 Log Message: Bump SYMTAB_SPACE. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbppc/conf/EXPLORA451 Please note that

CVS commit: src/doc

2011-12-07 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Thu Dec 8 01:11:47 UTC 2011 Modified Files: src/doc: 3RDPARTY Log Message: ISC DHCP 4.2.3-P1 and 4.1-ESV-R4 has released. To generate a diff of this commit: cvs rdiff -u -r1.890 -r1.891 src/doc/3RDPARTY Please note that diffs

CVS commit: src/etc/mtree

2011-12-07 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Thu Dec 8 01:15:03 UTC 2011 Modified Files: src/etc/mtree: special Log Message: According to /etc/rc.d/mdnsd, /var/run/mdnsd is owned by _mdnsd:_mdnsd if it created. So, set owner/group of /var/run/mdnsd. It stop a useless

CVS commit: src/lib/libc/misc

2011-12-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Dec 8 02:27:14 UTC 2011 Modified Files: src/lib/libc/misc: stack_protector.c Log Message: Use a constant array for the MIB. Newer LLVM decided that mib[] warranted stack protections, with the obvious crash after the setup was

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2011-12-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 02:51:08 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: ehci.c ohci.c uhci.c usb.c usb_subr.c usbdi.c usbdivar.h Log Message: - convert usbd_bus_methods{} and usbd_pipe_methods{} to use c99

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2011-12-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 03:10:10 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: usbdi.c usbdi_util.c utoppy.c Log Message: convert the remaining wakeup(xfer)'s to use the xfer-cv. utoppy - untested. To generate a diff of this

CVS commit: src/sys/arch/xen/xen

2011-12-07 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Dec 8 03:34:48 UTC 2011 Modified Files: src/sys/arch/xen/xen: evtchn.c Log Message: kmem_free() the appropriate size. Thanks cegger@ To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

CVS commit: [mrg-ohci-jmcneill-usbmp] src/sys/dev/usb

2011-12-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 07:53:56 UTC 2011 Modified Files: src/sys/dev/usb [mrg-ohci-jmcneill-usbmp]: ohci.c usbdi.c Log Message: there's something wrong with uaudio@ohci on the usbmp branch. this is the minimally working port of ohci to mpusb,