CVS commit: src/external/gpl3/gdb/dist/bfd
Module Name:src Committed By: apb Date: Tue Oct 15 07:14:59 UTC 2013 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: If the shell does not support the $LINENO variable, then use "bfd_configure.lineno" instead of "configure.lineno" as the name of the a version of the script that has had all uses of $LINENO converted to literal line numbers. Now building tools via "MKCROSSGDB=yes build.sh tools" works again, even if the shell does not support $LINENO. The previous problem was caused by an interaction between the way .../gdb/dist/opcodes/configure executes "${srcdir}/../bfd/configure --version", and the way both configure scripts tried to create and then execute configure.lineno scripts. Both configure.lineno scripts were created in the same OBJDIR, with the configure.lineno from .../bfd/configure overwriting the configure.lineno from .../opcodes/configure, while the latter was still running. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/external/gpl3/gdb/dist/bfd/configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gdb/dist/opcodes
Module Name:src Committed By: apb Date: Tue Oct 15 07:18:18 UTC 2013 Modified Files: src/external/gpl3/gdb/dist/opcodes: configure Log Message: Run ../bfd/configure under ${CONFIG_SHELL}, not under the /bin/sh that happens to be mentioned in its "#!" line. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/opcodes/configure 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: Tue Oct 15 07:23:21 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: files.bcm2835 Log Message: Small cleanup To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/broadcom/files.bcm2835 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/dwc2
Module Name:src Committed By: skrll Date: Tue Oct 15 07:37:54 UTC 2013 Modified Files: src/sys/external/bsd/dwc2: dwc2.c Log Message: Translate ENODEV to USBD_INVAL To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/external/bsd/dwc2/dwc2.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/dwc2
Module Name:src Committed By: skrll Date: Tue Oct 15 07:38:37 UTC 2013 Modified Files: src/sys/external/bsd/dwc2: dwc2.c Log Message: Make this compile for more option combinations. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/external/bsd/dwc2/dwc2.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
Module Name:src Committed By: skrll Date: Tue Oct 15 09:07:48 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcm2835_obio.c files.bcm2835 src/sys/arch/evbarm/conf: RPI std.rpi src/sys/arch/evbarm/rpi: rpi_machdep.c Log Message: Switch to dwctwo(4) from dotg(4) for the RaspberryPi port. This brings DMA support and (initial) isoc transfer support. Remove URTWN_DOTG_WORKAROUND as dwctwo doesn't appear to need it. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/broadcom/bcm2835_obio.c \ src/sys/arch/arm/broadcom/files.bcm2835 cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/RPI cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/std.rpi cvs rdiff -u -r1.37 -r1.38 src/sys/arch/evbarm/rpi/rpi_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/dev/i2c
Module Name:src Committed By: rkujawa Date: Tue Oct 15 10:18:49 UTC 2013 Modified Files: src/sys/dev/i2c: mcp980x.c Log Message: Clean up register read and write functions, add functions for 8-bit read and write (needed to access config register). Add sysctl knob to set resolution from user space. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/mcp980x.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/i2c
Module Name:src Committed By: rkujawa Date: Tue Oct 15 10:27:55 UTC 2013 Modified Files: src/sys/dev/i2c: mcp980x.c Log Message: Simplify sysctl handling. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/mcp980x.c 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: rkujawa Date: Tue Oct 15 11:22:58 UTC 2013 Modified Files: src/share/man/man4: mcp980x.4 Log Message: Add information about user settable resolution via sysctl. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/mcp980x.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: njoly Date: Tue Oct 15 11:43:21 UTC 2013 Modified Files: src/lib/libc/sys: chmod.2 mkdir.2 mkfifo.2 mknod.2 stat.2 Log Message: Adjust needed includes for fchmodat/mkdirat/mkfifoat/mknodat/fstatat syscalls. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/lib/libc/sys/chmod.2 cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/mkdir.2 cvs rdiff -u -r1.26 -r1.27 src/lib/libc/sys/mkfifo.2 cvs rdiff -u -r1.27 -r1.28 src/lib/libc/sys/mknod.2 cvs rdiff -u -r1.55 -r1.56 src/lib/libc/sys/stat.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/broadcom/rpi-firmware/dist
Module Name:src Committed By: skrll Date: Tue Oct 15 11:53:16 UTC 2013 Modified Files: src/external/broadcom/rpi-firmware/dist: bootcode.bin fixup.dat fixup_cd.dat start.elf start_cd.elf Log Message: Update firmware from today 2013-10-15. Requested in PR/48288. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/broadcom/rpi-firmware/dist/bootcode.bin \ src/external/broadcom/rpi-firmware/dist/fixup.dat \ src/external/broadcom/rpi-firmware/dist/fixup_cd.dat \ src/external/broadcom/rpi-firmware/dist/start.elf \ src/external/broadcom/rpi-firmware/dist/start_cd.elf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libcurses
Module Name:src Committed By: christos Date: Tue Oct 15 13:00:52 UTC 2013 Modified Files: src/lib/libcurses: tstp.c Log Message: Instead of turning off the 8th bit on resume, turn it on, as it is on by default. Problem reported by atatat@ when suspending vi and resuming loses the ability to use the alt key. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libcurses/tstp.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/i2c
Module Name:src Committed By: rkujawa Date: Tue Oct 15 13:42:53 UTC 2013 Modified Files: src/sys/dev/i2c: mcp980x.c Log Message: Add sysctl knobs to set temperature limit and hysteresis. Reaching the limit causes alert line of the chip to be asserted. These limits could be tied to critical limit set in envsys, but it's more versatile to keep it as separate value. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/mcp980x.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/i2c
Module Name:src Committed By: rkujawa Date: Tue Oct 15 13:43:51 UTC 2013 Modified Files: src/sys/dev/i2c: mcp980xreg.h Log Message: Add forgotten register definitions for previous commit. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/mcp980xreg.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/man4
Module Name:src Committed By: rkujawa Date: Tue Oct 15 13:45:09 UTC 2013 Modified Files: src/share/man/man4: mcp980x.4 Log Message: Update man page to reflect latest changes (added sysctl knobs for temperature limit and hysteresis). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/mcp980x.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/man4
Module Name:src Committed By: rkujawa Date: Tue Oct 15 14:51:58 UTC 2013 Modified Files: src/share/man/man4: mcp980x.4 Log Message: s/with resolution/with a resolution/ Noticed by mbalmer@. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/mcp980x.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: skrll Date: Tue Oct 15 15:10:57 UTC 2013 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Added Files: src/share/man/man4: dwctwo.4 Log Message: Basic man page for dwctwo. To generate a diff of this commit: cvs rdiff -u -r1.1436 -r1.1437 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.602 -r1.603 src/share/man/man4/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/dwctwo.4 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: skrll Date: Tue Oct 15 15:13:18 UTC 2013 Modified Files: src/sys/conf: files src/sys/dev/usb: if_urtwnvar.h Removed Files: src/sys/dev/usb: dwc_otg.c dwc_otgreg.h dwc_otgvar.h Log Message: Remove dotg(4) as it's been replaced by dwctwo(4). To generate a diff of this commit: cvs rdiff -u -r1.1080 -r1.1081 src/sys/conf/files cvs rdiff -u -r1.50 -r0 src/sys/dev/usb/dwc_otg.c cvs rdiff -u -r1.5 -r0 src/sys/dev/usb/dwc_otgreg.h cvs rdiff -u -r1.12 -r0 src/sys/dev/usb/dwc_otgvar.h cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/if_urtwnvar.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/arm/broadcom
Module Name:src Committed By: skrll Date: Tue Oct 15 15:18:41 UTC 2013 Removed Files: src/sys/arch/arm/broadcom: bcm2835_dotg.c Log Message: More dotg(4) removal. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/sys/arch/arm/broadcom/bcm2835_dotg.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/i2c
Module Name:src Committed By: jdc Date: Tue Oct 15 19:12:41 UTC 2013 Added Files: src/sys/dev/i2c: lm87.c Log Message: Add a driver for the LM81, LM87, and compatible iic hardware monitors (lmenv). Ported from OpenBSD's lm87.c, revision 1.20. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/lm87.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/i2c
Module Name:src Committed By: jdc Date: Tue Oct 15 19:13:33 UTC 2013 Modified Files: src/sys/dev/i2c: files.i2c Log Message: Add lmenv to the configuration framework. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/i2c/files.i2c 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: jdc Date: Tue Oct 15 19:14:41 UTC 2013 Added Files: src/share/man/man4: lmenv.4 Log Message: Add manual page for the LM81, LM87, and compatible iic hardware monitors (lmenv). To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man4/lmenv.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jdc Date: Tue Oct 15 19:20:19 UTC 2013 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Log Message: Add lmenv.4 to the manual page makefile and to the set list. To generate a diff of this commit: cvs rdiff -u -r1.1437 -r1.1438 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.603 -r1.604 src/share/man/man4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jdc Date: Tue Oct 15 19:22:42 UTC 2013 Modified Files: src/etc/etc.alpha: MAKEDEV.conf src/sys/arch/alpha/conf: majors.alpha Log Message: Add sysmon (required for the envsys framework). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/etc/etc.alpha/MAKEDEV.conf cvs rdiff -u -r1.27 -r1.28 src/sys/arch/alpha/conf/majors.alpha Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/alpha/conf
Module Name:src Committed By: jdc Date: Tue Oct 15 19:27:49 UTC 2013 Modified Files: src/sys/arch/alpha/conf: GENERIC Log Message: Add devices: ISA soundblaster (#sb* at isapnp? tested on PC164LX) Broadcom 570x ethernet (supported cards in DS20L, etc.) ALI M7101 SMBus controller (found in DS20L) (commented out) LM81/LM87 enviromental monitoring (found in DS20L) To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 src/sys/arch/alpha/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libcurses
Module Name:src Committed By: roy Date: Tue Oct 15 22:15:17 UTC 2013 Modified Files: src/lib/libcurses: curses_window.3 delwin.c Log Message: Note that delwin(3) is a null-op if win is NULL. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libcurses/curses_window.3 cvs rdiff -u -r1.17 -r1.18 src/lib/libcurses/delwin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm
Module Name:src Committed By: joerg Date: Tue Oct 15 23:59:36 UTC 2013 Modified Files: src/lib/libm: Makefile Added Files: src/lib/libm/compiler_rt: Makefile.inc Log Message: Hook complex operation support into libm when not using libgcc. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/lib/libm/Makefile cvs rdiff -u -r0 -r1.1 src/lib/libm/compiler_rt/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.