CVS commit: [jmcneill-usbmp] src/sys/dev/usb
Module Name:src Committed By: mrg Date: Sat Jun 2 08:07:25 UTC 2012 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp usbdi.c usbdi.h usbdi_util.c Log Message: convert usbd_{intr,bulk}_transfer() in the USBMP world: - add a new USBD_SYNCHRONOUS_SIG flag for transfers - in usbd_transfer(), if USBD_SYNCHRONOUS_SIG is set use cv_wait_sig() (or tlseep(xfer, PZERO|PATCH, ...) for the unconverted controllers) - add a usbd_sync_transfer_sig() front-end to usbd_transfer() - greatly simplify both usbd_{intr,bulk}_transfer() to just usbd_sync_transfer_sig() and usbd_get_xfer_status(). this fixes lockdebug issues where usbd_{intr,bulk}_transfer() where it taking the pipe lock, when usbd_transfer() would call functions that expect the pipe lock not to be taken (and try to taken it.) To generate a diff of this commit: cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/sys/dev/usb/TODO.usbmp cvs rdiff -u -r1.134.2.15 -r1.134.2.16 src/sys/dev/usb/usbdi.c cvs rdiff -u -r1.80.2.2 -r1.80.2.3 src/sys/dev/usb/usbdi.h cvs rdiff -u -r1.55.12.7 -r1.55.12.8 src/sys/dev/usb/usbdi_util.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
Module Name:src Committed By: para Date: Sat Jun 2 08:42:37 UTC 2012 Modified Files: src/sys/uvm: uvm_km.c Log Message: add some description about the vmem arenas, how they stack up and their purpose To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/sys/uvm/uvm_km.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/man
Module Name:src Committed By: njoly Date: Sat Jun 2 10:06:30 UTC 2012 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add run(4) cat page. To generate a diff of this commit: cvs rdiff -u -r1.1393 -r1.1394 src/distrib/sets/lists/man/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: njoly Date: Sat Jun 2 10:25:07 UTC 2012 Modified Files: src/share/man/man4: wsdisplay.4 Log Message: Kill extra El macro. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/share/man/man4/wsdisplay.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [jmcneill-usbmp] src/sys
Module Name:src Committed By: mrg Date: Sat Jun 2 11:09:42 UTC 2012 Modified Files: src/sys/arch/acorn26/acorn26 [jmcneill-usbmp]: except.c irq.c machdep.c pmap.c src/sys/arch/acorn26/include [jmcneill-usbmp]: boot.h memcreg.h src/sys/arch/acorn26/iobus [jmcneill-usbmp]: ioc.c iocvar.h src/sys/arch/acorn26/ioc [jmcneill-usbmp]: if_eca.c if_ecavar.h latches.c latchvar.h ssn.c src/sys/arch/acorn26/podulebus [jmcneill-usbmp]: if_eh.c podulebus.c src/sys/arch/acorn26/stand/lib [jmcneill-usbmp]: riscoscalls.h src/sys/arch/acorn26/vidc [jmcneill-usbmp]: arcvideo.c vidcreg.h src/sys/arch/acorn32/acorn32 [jmcneill-usbmp]: rpc_machdep.c src/sys/arch/acorn32/eb7500atx [jmcneill-usbmp]: eb7500atx_machdep.c if_cs.c rsbus_io.c src/sys/arch/acorn32/include [jmcneill-usbmp]: podulebus_machdep.h src/sys/arch/acorn32/podulebus [jmcneill-usbmp]: if_ie.c if_ne_pbus.c netslot.c podulebus_io.c src/sys/arch/acorn32/stand/boot32 [jmcneill-usbmp]: boot32.c src/sys/arch/acorn32/stand/lib [jmcneill-usbmp]: riscoscalls.h riscospart.c src/sys/arch/acorn32/stand/nbfs [jmcneill-usbmp]: nbfs.c src/sys/arch/alpha/alpha [jmcneill-usbmp]: machdep.c src/sys/arch/amd64/amd64 [jmcneill-usbmp]: machdep.c netbsd32_machdep.c process_machdep.c trap.c vector.S src/sys/arch/amd64/conf [jmcneill-usbmp]: GENERIC files.amd64 src/sys/arch/amd64/include [jmcneill-usbmp]: frameasm.h mcontext.h vmparam.h src/sys/arch/amiga/conf [jmcneill-usbmp]: DRACO GENERIC GENERIC.in INSTALL files.amiga src/sys/arch/amiga/dev [jmcneill-usbmp]: if_ne_zbus.c src/sys/arch/amiga/include [jmcneill-usbmp]: bus.h pci_machdep.h src/sys/arch/arm/arm [jmcneill-usbmp]: cpufunc.c cpufunc_asm_arm11.S sig_machdep.c src/sys/arch/arm/arm32 [jmcneill-usbmp]: cpu.c src/sys/arch/arm/conf [jmcneill-usbmp]: Makefile.arm src/sys/arch/arm/imx [jmcneill-usbmp]: imxclock.c src/sys/arch/arm/include [jmcneill-usbmp]: armreg.h src/sys/arch/arm/iomd [jmcneill-usbmp]: iomd.c iomd_clock.c iomdiic.c iomdkbc.c iomdvar.h qms.c vidc20.c vidcaudio.c vidcvideo.c src/sys/arch/cesfic/include [jmcneill-usbmp]: bus.h src/sys/arch/evbarm/dev [jmcneill-usbmp]: plcom.c plcomreg.h plcomvar.h src/sys/arch/evbarm/ifpga [jmcneill-usbmp]: plcom_ifpga.c plcom_ifpgavar.h src/sys/arch/evbmips/conf [jmcneill-usbmp]: CPMBR1400 LOONGSON src/sys/arch/hp300/include [jmcneill-usbmp]: bus.h src/sys/arch/hp700/conf [jmcneill-usbmp]: GENERIC src/sys/arch/hp700/dev [jmcneill-usbmp]: apic.c asp.c cpu.c dino.c lasi.c mongoose.c power.c siop_sgc.c wax.c src/sys/arch/hp700/gsc [jmcneill-usbmp]: gscbus.c gscbusvar.h src/sys/arch/hp700/hp700 [jmcneill-usbmp]: autoconf.c genassym.cf intr.c locore.S machdep.c mainbus.c src/sys/arch/hp700/include [jmcneill-usbmp]: Makefile cpu.h intr.h src/sys/arch/hppa/hppa [jmcneill-usbmp]: hppa_machdep.c src/sys/arch/hppa/include [jmcneill-usbmp]: cpufunc.h src/sys/arch/i386/conf [jmcneill-usbmp]: GENERIC files.i386 src/sys/arch/i386/i386 [jmcneill-usbmp]: machdep.c src/sys/arch/i386/include [jmcneill-usbmp]: vmparam.h src/sys/arch/i386/stand/lib [jmcneill-usbmp]: exec.c src/sys/arch/luna68k/include [jmcneill-usbmp]: bus.h src/sys/arch/m68k/m68k [jmcneill-usbmp]: sig_machdep.c src/sys/arch/macppc/dev [jmcneill-usbmp]: dbdma.c valkyriefb.c src/sys/arch/macppc/macppc [jmcneill-usbmp]: pic_heathrow.c src/sys/arch/mips/alchemy/dev [jmcneill-usbmp]: if_aumac.c src/sys/arch/mips/mips [jmcneill-usbmp]: cpu_subr.c netbsd32_machdep.c src/sys/arch/news68k/include [jmcneill-usbmp]: bus.h src/sys/arch/powerpc/booke [jmcneill-usbmp]: spe_subr.S trap.c src/sys/arch/powerpc/booke/dev [jmcneill-usbmp]: pq3etsec.c pq3gpio.c src/sys/arch/powerpc/include [jmcneill-usbmp]: types.h userret.h src/sys/arch/powerpc/include/booke [jmcneill-usbmp]: etsecreg.h src/sys/arch/powerpc/oea [jmcneill-usbmp]: ofw_autoconf.c ofwoea_machdep.c src/sys/arch/powerpc/powerpc [jmcneill-usbmp]: sig_machdep.c src/sys/arch/powerpc/stand/mkbootimage [jmcneill-usbmp]: mkbootimage.c src/sys/arch/prep/stand/boot [jmcneill-usbmp]: Makefile boot.c boot.h conf.c devopen.c filesystem.c io.c version src/sys/arch/sandpoint/conf [jmcneill-usbmp]: KUROBOX src/sys/arch/sandpoint/sandpoint [jmcneill-usbmp]: autoconf.c iic_eumb.c satmgr.c src/sys/arch/sandpoint/stand/altboot [jmcneill-usbmp]: main.c src/sys/arch/sh3/sh3 [jmcneill-usbmp]: sh3_machdep.c src/sys/
CVS commit: src/sbin/iscsictl
Module Name:src Committed By: njoly Date: Sat Jun 2 11:54:07 UTC 2012 Modified Files: src/sbin/iscsictl: iscsictl.8 Log Message: Fix Bl -tag width arguments. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sbin/iscsictl/iscsictl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4/man4.hp700
Module Name:src Committed By: njoly Date: Sat Jun 2 13:54:49 UTC 2012 Modified Files: src/share/man/man4/man4.hp700: io.4 Log Message: Adjust 'Video' column width. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.hp700/io.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8/man8.evbarm
Module Name:src Committed By: njoly Date: Sat Jun 2 14:04:34 UTC 2012 Modified Files: src/share/man/man8/man8.evbarm: bootmini2440.8 Log Message: Add missing El macro. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man8/man8.evbarm/bootmini2440.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: njoly Date: Sat Jun 2 14:19:20 UTC 2012 Modified Files: src/lib/libedit: editrc.5 Log Message: Switch from Op to Oo/Oc for nested block. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libedit/editrc.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/splash
Module Name:src Committed By: martin Date: Sat Jun 2 14:24:00 UTC 2012 Modified Files: src/sys/dev/splash: splash.c Log Message: Nat Sloss in PR kern/46516: advance fb pointer by stride, not logical width of the splash image. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/splash/splash.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/stbi
Module Name:src Committed By: christos Date: Sat Jun 2 14:30:04 UTC 2012 Modified Files: src/sys/dev/stbi: stb_image.c Log Message: PR/46518: Nat Sloss: stbi splash: compressed PNG file causes panic Make the kernel FREE macro behave like the userland free(3), i.e. accept NULL To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/stbi/stb_image.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/stbi
Module Name:src Committed By: christos Date: Sat Jun 2 14:37:38 UTC 2012 Modified Files: src/sys/dev/stbi: stb_image.c Log Message: p->out is always NULL here To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/stbi/stb_image.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libexecinfo
Module Name:src Committed By: njoly Date: Sat Jun 2 14:52:28 UTC 2012 Modified Files: src/tests/lib/libexecinfo: t_backtrace.c Log Message: Adjust test for recent atf_machine (amd64) -> atf_arch (x86_64) change. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libexecinfo/t_backtrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc
Module Name:src Committed By: christos Date: Sat Jun 2 15:52:25 UTC 2012 Modified Files: src/etc: weekly Log Message: PR/46521: Jim Bernard: remove duplicate -o To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/etc/weekly Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: martin Date: Sat Jun 2 15:54:02 UTC 2012 Modified Files: src/sys/kern: kern_event.c Log Message: Remove an unused variable To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/kern/kern_event.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: martin Date: Sat Jun 2 16:16:16 UTC 2012 Modified Files: src/sys/kern: uipc_usrreq.c Log Message: Stopgap fix for PR kern/46463: disallow passing of kqueue descriptors via SCM_RIGHT anxiliary socket messages. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/sys/kern/uipc_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/ntfs
Module Name:src Committed By: christos Date: Sat Jun 2 16:26:24 UTC 2012 Modified Files: src/sys/fs/ntfs: ntfs_subr.c Log Message: - fix some mallocs not to have casts and specify sizeof(*var) - if the index magic is 0, don't complain, just return an error. - make dprintfs use __func__ To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/fs/ntfs/ntfs_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Sat Jun 2 16:48:13 UTC 2012 Modified Files: src/sys/kern: exec_elf.c Log Message: the gnu tag name is valid for both type 1 (abi) and type 3 (build id) To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/kern/exec_elf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/iscsi
Module Name:src Committed By: mlelstv Date: Sat Jun 2 16:52:11 UTC 2012 Modified Files: src/sys/dev/iscsi: iscsi_globals.h iscsi_main.c Log Message: avoid namespace pollution when debugging don't panic when printing data for a dead (NULL) connection To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/iscsi/iscsi_globals.h cvs rdiff -u -r1.3 -r1.4 src/sys/dev/iscsi/iscsi_main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/sys
Module Name:src Committed By: martin Date: Sat Jun 2 16:52:18 UTC 2012 Modified Files: src/tests/lib/libc/sys: t_kevent.c Log Message: adapt to new reality To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sys/t_kevent.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Sat Jun 2 18:32:27 UTC 2012 Modified Files: src/sys/kern: exec_elf.c Log Message: put back missing break; To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/kern/exec_elf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libterminfo
Module Name:src Committed By: roy Date: Sat Jun 2 19:10:33 UTC 2012 Modified Files: src/lib/libterminfo: tparm.c Log Message: Ensure that we request a buffer big enough, although with the current terminfo specification this should never happen. Correctly return NULL when realloc(3) fails. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libterminfo/tparm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/stand/gzboot
Module Name:src Committed By: skrll Date: Sat Jun 2 20:50:41 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/stand/gzboot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [jmcneill-usbmp] src/sys/dev/usb
Module Name:src Committed By: mrg Date: Sat Jun 2 21:19:02 UTC 2012 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: umidi.c Log Message: remove a no longer relevant XXX SMP comment. To generate a diff of this commit: cvs rdiff -u -r1.53.2.6 -r1.53.2.7 src/sys/dev/usb/umidi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: dsl Date: Sat Jun 2 21:27:51 UTC 2012 Modified Files: src/sys/sys: cdefs.h Log Message: Add a __always_inline To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/sys/sys/cdefs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: dsl Date: Sat Jun 2 21:36:48 UTC 2012 Modified Files: src/sys/arch/evbppc/obs405/dev: obsled.c src/sys/arch/i386/i386: machdep.c src/sys/arch/macppc/dev: obio.c src/sys/arch/sparc64/dev: lom.c src/sys/arch/x86/x86: est.c odcm.c powernow.c src/sys/ddb: db_variables.c src/sys/dev/acpi: acpi_display.c acpi_power.c asus_acpi.c fujbp_acpi.c fujhk_acpi.c sony_acpi.c src/sys/dev/adb: adb_kbd.c adb_ms.c src/sys/dev/bluetooth: bcsp.c btmagic.c src/sys/dev/gpio: gpiopwm.c gpiosim.c src/sys/dev/i2c: dbcool.c lm75.c src/sys/dev/ic: ac97.c ath_netbsd.h src/sys/dev/isa: toaster.c src/sys/dev/pci: auich.c if_iwi.c if_jme.c if_msk.c if_sk.c if_vte.c if_wpi.c src/sys/dev/pci/ixgbe: ixgbe.c src/sys/dev/pci/voyager: pwmclock.c src/sys/dev/pckbport: synaptics.c src/sys/dev/usb: ubt.c src/sys/external/bsd/acpica/dist/include: acglobal.h acpixf.h src/sys/external/bsd/drm/dist/bsd-core: drm_sysctl.c src/sys/kern: init_sysctl.c kern_sysctl.c vfs_bio.c src/sys/miscfs/syncfs: sync_subr.c src/sys/net: if_etherip.c if_tap.c src/sys/net80211: ieee80211_netbsd.c src/sys/netinet: in_selsrc.c ip_input.c tcp_usrreq.c src/sys/netipsec: ipsec_netbsd.c src/sys/sys: sysctl.h src/sys/uvm: uvm_meter.c Log Message: Add some pre-processor magic to verify that the type of the data item passed to sysctl_createv() actually matches the declared type for the item itself. In the places where the caller specifies a function and a structure address (typically the 'softc') an explicit (void *) cast is now needed. Fixes bugs in sys/dev/acpi/asus_acpi.c sys/dev/bluetooth/bcsp.c sys/kern/vfs_bio.c sys/miscfs/syncfs/sync_subr.c and setting AcpiGbl_EnableAmlDebugObject. (mostly passing the address of a uint64_t when typed as CTLTYPE_INT). I've test built quite a few kernels, but there may be some unfixed MD fallout. Most likely passing &char[] to char *. Also add CTLFLAG_UNSIGNED for unsiged decimals - not set yet. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/obs405/dev/obsled.c cvs rdiff -u -r1.727 -r1.728 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.36 -r1.37 src/sys/arch/macppc/dev/obio.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc64/dev/lom.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x86/x86/est.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/x86/odcm.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/x86/powernow.c cvs rdiff -u -r1.42 -r1.43 src/sys/ddb/db_variables.c cvs rdiff -u -r1.9 -r1.10 src/sys/dev/acpi/acpi_display.c cvs rdiff -u -r1.32 -r1.33 src/sys/dev/acpi/acpi_power.c cvs rdiff -u -r1.23 -r1.24 src/sys/dev/acpi/asus_acpi.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/fujbp_acpi.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/fujhk_acpi.c cvs rdiff -u -r1.20 -r1.21 src/sys/dev/acpi/sony_acpi.c cvs rdiff -u -r1.16 -r1.17 src/sys/dev/adb/adb_kbd.c cvs rdiff -u -r1.12 -r1.13 src/sys/dev/adb/adb_ms.c cvs rdiff -u -r1.20 -r1.21 src/sys/dev/bluetooth/bcsp.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/bluetooth/btmagic.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/gpio/gpiopwm.c cvs rdiff -u -r1.13 -r1.14 src/sys/dev/gpio/gpiosim.c cvs rdiff -u -r1.37 -r1.38 src/sys/dev/i2c/dbcool.c cvs rdiff -u -r1.23 -r1.24 src/sys/dev/i2c/lm75.c cvs rdiff -u -r1.93 -r1.94 src/sys/dev/ic/ac97.c cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ic/ath_netbsd.h cvs rdiff -u -r1.11 -r1.12 src/sys/dev/isa/toaster.c cvs rdiff -u -r1.140 -r1.141 src/sys/dev/pci/auich.c cvs rdiff -u -r1.90 -r1.91 src/sys/dev/pci/if_iwi.c cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/if_jme.c cvs rdiff -u -r1.39 -r1.40 src/sys/dev/pci/if_msk.c cvs rdiff -u -r1.70 -r1.71 src/sys/dev/pci/if_sk.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/if_vte.c cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pci/if_wpi.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/ixgbe/ixgbe.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/voyager/pwmclock.c cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pckbport/synaptics.c cvs rdiff -u -r1.47 -r1.48 src/sys/dev/usb/ubt.c cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/acpica/dist/include/acglobal.h \ src/sys/external/bsd/acpica/dist/include/acpixf.h cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm/dist/bsd-core/drm_sysctl.c cvs rdiff -u -r1.189 -r1.190 src/sys/kern/init_sysctl.c cvs rdiff -u -r1.234 -r1.235 src/sys/kern/kern_sysctl.c cvs rdiff -u -r1.236 -r1.237 src/sys/kern/vfs_bio.c cvs rdiff -u -r1.47 -r1.48 src/sys/miscfs/syncfs/sync_subr.c cvs rdiff -u -r1.31 -r1.32 src/sys/net/if_etherip.c cvs rdiff -u -r1.66 -r1.67 src/sys/net/if_tap.c cvs rdiff -u -r1.20 -r1.21 src/sys/net80211/ieee80211_netbsd.c cvs rdiff -u -r1.8 -r1.9 src/sys/netinet/in_selsrc.c cvs rdiff -u -r1.299 -r1.300 src/sys/netinet/ip_input.c cvs rdiff -u -r1.164 -r1.165 src/sys/netinet/tcp_usrreq.c cvs rdiff -u -r1.33 -r1.34 s
CVS commit: src/sbin/sysctl
Module Name:src Committed By: dsl Date: Sat Jun 2 21:38:09 UTC 2012 Modified Files: src/sbin/sysctl: sysctl.c Log Message: Add support for unsigned decimal values. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sbin/sysctl/sysctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/ofppc/conf
Module Name:src Committed By: mrg Date: Sat Jun 2 21:47:46 UTC 2012 Modified Files: src/sys/arch/ofppc/conf: std.ofppc Log Message: enable building with ath* at pci?. it worked but my pci atheros card seems to make netbsd lock up when you try to use it, on at least ofppc, macppc, amd64 platofrms and last i tried on sparc64, causes alignment faults. oh well. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/ofppc/conf/std.ofppc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/csu/arch/sh3
Module Name:src Committed By: uwe Date: Sat Jun 2 22:15:15 UTC 2012 Modified Files: src/lib/csu/arch/sh3: crtbegin.S Log Message: Claim copyright (per Joerg's request). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/sh3/crtbegin.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/compat
Module Name:src Committed By: joerg Date: Sat Jun 2 22:54:52 UTC 2012 Modified Files: src/tools/compat: compat_defs.h Log Message: Don't depend on __P. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/tools/compat/compat_defs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: mrg Date: Sat Jun 2 23:10:12 UTC 2012 Modified Files: src/share/man/man9: usbdi.9 Log Message: greatly expand the discussion on transfers and provide most of the details needed to alloc, setup, transfer and obtain the status of them. this takes care of: - usbd_close_pipe - usbd_alloc_xfer - usbd_free_xfer - usbd_setup{,_default,_isoc}_xfer - usbd_transfer - usbd_{bulk,intr}_transfer - usbd_transfer_sync{,_sig} - usbd_get_xfer_status as well as callback and request information. update the list of functions missing real descriptions. there are about 30 usbdi.h and 35 usbdi_util.h functions remaining. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/usbdi.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: mrg Date: Sat Jun 2 23:33:16 UTC 2012 Modified Files: src/share/man/man9: usbdi.9 Log Message: document usbd_open_pipe*(). fix some minor errors. prepare to re-structure a lot of stuff. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/share/man/man9/usbdi.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: mrg Date: Sat Jun 2 23:39:03 UTC 2012 Modified Files: src/share/man/man9: usbdi.9 Log Message: gives pipes and transfers their own .Sh section. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/usbdi.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: nonaka Date: Sun Jun 3 01:47:26 UTC 2012 Modified Files: src/sys/dev: DEVNAMES Log Message: add rum, run, urtw, urtwn. To generate a diff of this commit: cvs rdiff -u -r1.273 -r1.274 src/sys/dev/DEVNAMES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libcurses/director
Module Name:src Committed By: joerg Date: Sun Jun 3 02:10:46 UTC 2012 Modified Files: src/tests/lib/libcurses/director: Makefile Log Message: Spell NetBSD correctly. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libcurses/director/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: mrg Date: Sun Jun 3 02:23:38 UTC 2012 Modified Files: src/share/man/man9: usbdi.9 Log Message: add documentation for: - usbd_alloc_buffer - usbd_free_buffe - usbd_get_buffer - usbd_do_request - usbd_do_request_flags begin to document the changes present on the USBMP branch: - usbd_sync_transfer_sig - usb_detach_wait - usb_detach_broadcast create a new section on device detachment. XXX needs a code example. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/usbdi.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: mrg Date: Sun Jun 3 02:56:36 UTC 2012 Modified Files: src/share/man/man9: usbdi.9 Log Message: add doucmentation for usb_{add,rem,init}_task(). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/usbdi.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: sjg Date: Sun Jun 3 04:29:40 UTC 2012 Modified Files: src/usr.bin/make: for.c Log Message: Handle "quoted strings" as items in a .for list To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/usr.bin/make/for.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.