CVS commit: src/sys/arch/evbarm
Module Name:src Committed By: skrll Date: Thu Mar 5 08:09:44 UTC 2015 Modified Files: src/sys/arch/evbarm/ixdp425: ixdp425_machdep.c src/sys/arch/evbarm/nslu2: nslu2_machdep.c Log Message: Spellos To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/nslu2/nslu2_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Thu Mar 5 08:34:47 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c usbdivar.h Log Message: Kill URQ_AUTO_BUFFER To generate a diff of this commit: cvs rdiff -u -r1.162.2.10 -r1.162.2.11 src/sys/dev/usb/usbdi.c cvs rdiff -u -r1.109.2.11 -r1.109.2.12 src/sys/dev/usb/usbdivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Thu Mar 5 08:48:07 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c usbdivar.h Log Message: Don't leak memory in previous To generate a diff of this commit: cvs rdiff -u -r1.162.2.11 -r1.162.2.12 src/sys/dev/usb/usbdi.c cvs rdiff -u -r1.109.2.12 -r1.109.2.13 src/sys/dev/usb/usbdivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Thu Mar 5 09:06:20 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c usbdivar.h Log Message: What was I thinking... usbd_free_xfer handles the buffer free. Need more coffee To generate a diff of this commit: cvs rdiff -u -r1.162.2.12 -r1.162.2.13 src/sys/dev/usb/usbdi.c cvs rdiff -u -r1.109.2.13 -r1.109.2.14 src/sys/dev/usb/usbdivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/ld.elf_so
Module Name:src Committed By: skrll Date: Thu Mar 5 09:49:53 UTC 2015 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: HPPA hack for a problem where gdb doesn't see _rtld_debug_state when it's a single bv,n %r0(%rp) instruction. The nullify confuses something. To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/libexec/ld.elf_so/rtld.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: skrll Date: Thu Mar 5 10:14:16 UTC 2015 Modified Files: src/doc: CHANGES Log Message: Note RPI2 support To generate a diff of this commit: cvs rdiff -u -r1.2049 -r1.2050 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: skrll Date: Thu Mar 5 10:21:02 UTC 2015 Modified Files: src/doc: HACKS Log Message: Rename hp700 to hppa and note new ld.elf_so hack. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/doc/HACKS Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/llvm
Module Name:src Committed By: joerg Date: Thu Mar 5 10:22:25 UTC 2015 Modified Files: src/tools/llvm: Makefile Log Message: misc/48722: Use explicit HOST_SH in case the user insists on removing permissions from the filesystem. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/tools/llvm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Thu Mar 5 12:39:08 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c Log Message: Minor USBHIST_LOG changes To generate a diff of this commit: cvs rdiff -u -r1.162.2.13 -r1.162.2.14 src/sys/dev/usb/usbdi.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
Module Name:src Committed By: nakayama Date: Thu Mar 5 14:02:55 UTC 2015 Modified Files: src/sys/dev: cons.c Log Message: Fix strange kernel output sequence "\n\r" observed in serial consoles. Output '\r' before '\n' in conversion. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/cons.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/arm/broadcom
Module Name:src Committed By: skrll Date: Thu Mar 5 14:27:25 UTC 2015 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c Log Message: Appease a KASSERT - will be remove when MULTIPROCESSOR RPI2 is fixed. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/broadcom/bcm2835_intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2/include/linux
Module Name:src Committed By: riastradh Date: Thu Mar 5 15:02:36 UTC 2015 Modified Files: src/sys/external/bsd/drm2/include/linux: i2c.h Log Message: Remove outdated comment. The ->dev.parent stuff is part of the API. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/include/linux/i2c.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2/dist/include/drm
Module Name:src Committed By: riastradh Date: Thu Mar 5 17:24:36 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/include/drm: drm_crtc.h drm_modes.h Log Message: Include some necessary header files and forward declarations. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h cvs rdiff -u -r1.2 -r1.3 \ src/sys/external/bsd/drm2/dist/include/drm/drm_modes.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2
Module Name:src Committed By: riastradh Date: Thu Mar 5 17:29:18 UTC 2015 Modified Files: src/sys/external/bsd/drm2/include/linux: i2c.h src/sys/external/bsd/drm2/linux: linux_i2c.c Log Message: Reorganize Linux i2c header file and add a few more shims. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/include/linux/i2c.h cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/linux/linux_i2c.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2/include/linux
Module Name:src Committed By: riastradh Date: Thu Mar 5 17:35:56 UTC 2015 Modified Files: src/sys/external/bsd/drm2/include/linux: pm.h Log Message: Add an unused struct dev_pm_ops to . To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/include/linux/pm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbmips/ingenic
Module Name:src Committed By: macallan Date: Thu Mar 5 17:42:29 UTC 2015 Modified Files: src/sys/arch/evbmips/ingenic: intr.c Log Message: disable interrupts while processing them, reenable when we're done To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/ingenic/intr.c 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: riastradh Date: Thu Mar 5 17:42:48 UTC 2015 Modified Files: src/sys/external/bsd/drm2/drm: drm_module.c files.drmkms src/sys/modules/drmkms: Makefile Added Files: src/sys/external/bsd/drm2/i2c: drm_encoder_slave.c src/sys/external/bsd/drm2/include/drm: drm_encoder_slave.h Log Message: Rewrite drm_encoder_slave.c, as nouveau will need. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/drm2/drm/drm_module.c \ src/sys/external/bsd/drm2/drm/files.drmkms cvs rdiff -u -r0 -r1.1 src/sys/external/bsd/drm2/i2c/drm_encoder_slave.c cvs rdiff -u -r0 -r1.1 \ src/sys/external/bsd/drm2/include/drm/drm_encoder_slave.h cvs rdiff -u -r1.7 -r1.8 src/sys/modules/drmkms/Makefile 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: riastradh Date: Thu Mar 5 17:50:41 UTC 2015 Modified Files: src/sys/external/bsd/drm2/drm: files.drmkms src/sys/external/bsd/drm2/i915drm: files.i915drmkms intelfb.c src/sys/external/bsd/drm2/pci: files.drmkms_pci src/sys/modules/drmkms: Makefile src/sys/modules/drmkms_pci: Makefile Added Files: src/sys/external/bsd/drm2/drm: drmfb.c src/sys/external/bsd/drm2/include/drm: drmfb.h drmfb_pci.h src/sys/external/bsd/drm2/pci: drmfb_pci.c Log Message: Factor generic parts of intelfb out into a drmfb. Adapting radeondrmkmsfb should not be hard. This will make nouveaufb easier too. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/external/bsd/drm2/drm/drmfb.c cvs rdiff -u -r1.10 -r1.11 src/sys/external/bsd/drm2/drm/files.drmkms cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/drm2/i915drm/files.i915drmkms cvs rdiff -u -r1.10 -r1.11 src/sys/external/bsd/drm2/i915drm/intelfb.c cvs rdiff -u -r0 -r1.1 src/sys/external/bsd/drm2/include/drm/drmfb.h \ src/sys/external/bsd/drm2/include/drm/drmfb_pci.h cvs rdiff -u -r0 -r1.1 src/sys/external/bsd/drm2/pci/drmfb_pci.c cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/pci/files.drmkms_pci cvs rdiff -u -r1.8 -r1.9 src/sys/modules/drmkms/Makefile cvs rdiff -u -r1.4 -r1.5 src/sys/modules/drmkms_pci/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2
Module Name:src Committed By: riastradh Date: Thu Mar 5 17:56:39 UTC 2015 Modified Files: src/sys/external/bsd/drm2/i915drm: intelfb.c src/sys/external/bsd/drm2/include/drm: drmfb_pci.h src/sys/external/bsd/drm2/pci: drmfb_pci.c Log Message: Factor out intelfb_is_vga_console to drmfb_pci. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/external/bsd/drm2/i915drm/intelfb.c cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/include/drm/drmfb_pci.h cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/pci/drmfb_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2/pci
Module Name:src Committed By: christos Date: Thu Mar 5 20:19:30 UTC 2015 Modified Files: src/sys/external/bsd/drm2/pci: drmfb_pci.c Log Message: properly include files so that modules work. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/pci/drmfb_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Thu Mar 5 20:57:07 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Remove macro magic. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.234.2.38 -r1.234.2.39 src/sys/dev/usb/ehci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2/dist/drm/i915
Module Name:src Committed By: christos Date: Thu Mar 5 21:13:48 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: intel_i2c.c Log Message: Write the loops the same way, leaving i containing the number of tries left. Also break early in the hot case. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \ src/sys/external/bsd/drm2/dist/drm/i915/intel_i2c.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/dev/ic
Module Name:src Committed By: riz Date: Thu Mar 5 22:21:02 UTC 2015 Modified Files: src/sys/dev/ic [netbsd-6]: tulip.c Log Message: Pull up following revision(s) (requested by nakayama in ticket #1262): sys/dev/ic/tulip.c: revision 1.185 Stop the interface before detaching to avoid the race between tlp_detach() and tlp_intr(). While there, add missing callout_destroy()s. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.180.2.1 src/sys/dev/ic/tulip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/sys/dev/ic
Module Name:src Committed By: riz Date: Thu Mar 5 22:22:30 UTC 2015 Modified Files: src/sys/dev/ic [netbsd-6-0]: tulip.c Log Message: Pull up following revision(s) (requested by nakayama in ticket #1262): sys/dev/ic/tulip.c: revision 1.185 Stop the interface before detaching to avoid the race between tlp_detach() and tlp_intr(). While there, add missing callout_destroy()s. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.180.6.1 src/sys/dev/ic/tulip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/sys/dev/ic
Module Name:src Committed By: riz Date: Thu Mar 5 22:22:53 UTC 2015 Modified Files: src/sys/dev/ic [netbsd-6-1]: tulip.c Log Message: Pull up following revision(s) (requested by nakayama in ticket #1262): sys/dev/ic/tulip.c: revision 1.185 Stop the interface before detaching to avoid the race between tlp_detach() and tlp_intr(). While there, add missing callout_destroy()s. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.180.8.1 src/sys/dev/ic/tulip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/distrib/sets/lists
Module Name:src Committed By: riz Date: Thu Mar 5 22:25:58 UTC 2015 Modified Files: src/distrib/sets/lists/base [netbsd-6-1]: mi src/distrib/sets/lists/text [netbsd-6-1]: mi Log Message: Pull up following revision(s) (requested by snj in ticket #1263): distrib/sets/lists/base/mi: revision 1.1035 distrib/sets/lists/text/mi: revision 1.43 Move mandoc and makemandb to base set as discussed on tech-userlevel: http://mail-index.netbsd.org/tech-userlevel/2013/06/25/msg007845.html To generate a diff of this commit: cvs rdiff -u -r1.984.2.15.2.3 -r1.984.2.15.2.4 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.42 -r1.42.16.1 src/distrib/sets/lists/text/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/distrib/sets/lists
Module Name:src Committed By: riz Date: Thu Mar 5 22:26:36 UTC 2015 Modified Files: src/distrib/sets/lists/base [netbsd-6-0]: mi src/distrib/sets/lists/text [netbsd-6-0]: mi Log Message: Pull up following revision(s) (requested by snj in ticket #1263): distrib/sets/lists/base/mi: revision 1.1035 distrib/sets/lists/text/mi: revision 1.43 Move mandoc and makemandb to base set as discussed on tech-userlevel: http://mail-index.netbsd.org/tech-userlevel/2013/06/25/msg007845.html To generate a diff of this commit: cvs rdiff -u -r1.984.2.10.2.5 -r1.984.2.10.2.6 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.42 -r1.42.8.1 src/distrib/sets/lists/text/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/doc
Module Name:src Committed By: riz Date: Thu Mar 5 22:26:53 UTC 2015 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: Tickets 1262, 1263 To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-6.0.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/doc
Module Name:src Committed By: riz Date: Thu Mar 5 22:26:20 UTC 2015 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: Tickets 1262, 1263. To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-6.1.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: riz Date: Thu Mar 5 22:27:23 UTC 2015 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Tickets 1262, 1263 To generate a diff of this commit: cvs rdiff -u -r1.1.2.200 -r1.1.2.201 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/distrib/sets/lists
Module Name:src Committed By: riz Date: Thu Mar 5 22:27:05 UTC 2015 Modified Files: src/distrib/sets/lists/base [netbsd-6]: mi src/distrib/sets/lists/text [netbsd-6]: mi Log Message: Pull up following revision(s) (requested by snj in ticket #1263): distrib/sets/lists/base/mi: revision 1.1035 distrib/sets/lists/text/mi: revision 1.43 Move mandoc and makemandb to base set as discussed on tech-userlevel: http://mail-index.netbsd.org/tech-userlevel/2013/06/25/msg007845.html To generate a diff of this commit: cvs rdiff -u -r1.984.2.20 -r1.984.2.21 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.42 -r1.42.2.1 src/distrib/sets/lists/text/mi 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/amlogic
Module Name:src Committed By: jmcneill Date: Thu Mar 5 23:44:30 UTC 2015 Modified Files: src/sys/arch/evbarm/amlogic: amlogic_machdep.c Log Message: initialize amlogic cpufreq sysctls To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/amlogic/amlogic_machdep.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/arm/amlogic
Module Name:src Committed By: jmcneill Date: Thu Mar 5 23:43:53 UTC 2015 Modified Files: src/sys/arch/arm/amlogic: amlogic_var.h files.amlogic Added Files: src/sys/arch/arm/amlogic: amlogic_cpufreq.c Log Message: CPU frequency scaling support, enough to bump my ODROID-C1 up to the advertised 1.5GHz. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/amlogic/amlogic_cpufreq.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/amlogic/amlogic_var.h cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/amlogic/files.amlogic Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: jmcneill Date: Thu Mar 5 23:46:54 UTC 2015 Modified Files: src/doc: CHANGES Log Message: evbarm: Add support for ODROID-C1. To generate a diff of this commit: cvs rdiff -u -r1.2050 -r1.2051 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/bind/dist/bin/named
Module Name:src Committed By: christos Date: Fri Mar 6 00:44:04 UTC 2015 Modified Files: src/external/bsd/bind/dist/bin/named: main.c Log Message: Print syslog errors in one line, like we do for stderr so that the duplicate line detection of syslogd can merge them. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/external/bsd/bind/dist/bin/named/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2
Module Name:src Committed By: riastradh Date: Fri Mar 6 01:24:24 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/include/drm: drmP.h src/sys/external/bsd/drm2/pci: drm_pci.c drm_pci_module.c Log Message: Adapt drmkms_pci module initialization to work as builtin, for agp. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/drm2/dist/include/drm/drmP.h cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/drm2/pci/drm_pci.c cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/pci/drm_pci_module.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2
Module Name:src Committed By: riastradh Date: Fri Mar 6 01:43:07 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_bo.h nouveau_drm.c nouveau_fbcon.c nouveau_vga.h src/sys/external/bsd/drm2/include/linux: pci.h reboot.h src/sys/external/bsd/drm2/nouveau: files.nouveau src/sys/external/bsd/drm2/pci: drm_pci.c Added Files: src/sys/external/bsd/drm2/nouveau: nouveau_pci.c nouveau_pci.h nouveau_sysfs.c nouveau_vga.c nouveaufb.c nouveaufb.h Log Message: One last round for nouveau. It links! To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_bo.h cvs rdiff -u -r1.3 -r1.4 \ src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_drm.c cvs rdiff -u -r1.1.1.2 -r1.2 \ src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_fbcon.c cvs rdiff -u -r1.1.1.1 -r1.2 \ src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_vga.h cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/drm2/include/linux/pci.h cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/include/linux/reboot.h cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/nouveau/files.nouveau cvs rdiff -u -r0 -r1.1 src/sys/external/bsd/drm2/nouveau/nouveau_pci.c \ src/sys/external/bsd/drm2/nouveau/nouveau_pci.h \ src/sys/external/bsd/drm2/nouveau/nouveau_sysfs.c \ src/sys/external/bsd/drm2/nouveau/nouveau_vga.c \ src/sys/external/bsd/drm2/nouveau/nouveaufb.c \ src/sys/external/bsd/drm2/nouveau/nouveaufb.h cvs rdiff -u -r1.10 -r1.11 src/sys/external/bsd/drm2/pci/drm_pci.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/amd64/conf
Module Name:src Committed By: riastradh Date: Fri Mar 6 02:55:11 UTC 2015 Modified Files: src/sys/arch/amd64/conf: ALL GENERIC Log Message: Fix commented nouveau in amd64/GENERIC. Add nouveau to amd64/ALL. Remove NV_DEBUG from amd64/ALL -- it breaks nouveau, and I can't find any use of it in src/sys outside arch/atari/dev/nvram.c, which surely has no relevance to amd64. (Nouveau has an internal NV_DEBUG(...) macro for debug messages.) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/amd64/conf/ALL cvs rdiff -u -r1.408 -r1.409 src/sys/arch/amd64/conf/GENERIC 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: rtr Date: Fri Mar 6 03:35:00 UTC 2015 Modified Files: src/sys/kern: uipc_syscalls.c Log Message: Return EINVAL if namelen isn't large enough to encompass the expected members of sockaddr structures. i.e. sa_len and sa_family. Discussed with and patch by christos@ To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/kern/uipc_syscalls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.