CVS commit: src/libexec/ld.elf_so
Module Name:src Committed By: skrll Date: Mon May 6 07:54:04 UTC 2013 Modified Files: src/libexec/ld.elf_so: headers.c Log Message: Add some DEBUG code. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/libexec/ld.elf_so/headers.c 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: Mon May 6 07:58:43 UTC 2013 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: Disalble a debug only where it causes problems. To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 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/libexec/ld.elf_so
Module Name:src Committed By: skrll Date: Mon May 6 08:02:20 UTC 2013 Modified Files: src/libexec/ld.elf_so: debug.h expand.c headers.c load.c map_object.c paths.c rtld.c rtld.h rtldenv.h search.c sysident.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/libexec/ld.elf_so/debug.h \ src/libexec/ld.elf_so/expand.c cvs rdiff -u -r1.49 -r1.50 src/libexec/ld.elf_so/headers.c cvs rdiff -u -r1.42 -r1.43 src/libexec/ld.elf_so/load.c cvs rdiff -u -r1.47 -r1.48 src/libexec/ld.elf_so/map_object.c cvs rdiff -u -r1.40 -r1.41 src/libexec/ld.elf_so/paths.c cvs rdiff -u -r1.164 -r1.165 src/libexec/ld.elf_so/rtld.c cvs rdiff -u -r1.113 -r1.114 src/libexec/ld.elf_so/rtld.h cvs rdiff -u -r1.11 -r1.12 src/libexec/ld.elf_so/rtldenv.h cvs rdiff -u -r1.23 -r1.24 src/libexec/ld.elf_so/search.c cvs rdiff -u -r1.14 -r1.15 src/libexec/ld.elf_so/sysident.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/skeyinit
Module Name:src Committed By: jdf Date: Mon May 6 11:00:16 UTC 2013 Modified Files: src/usr.bin/skeyinit: skeyinit.1 Log Message: * Remove OPTIONS section (uncommon) and put options to the DESCRIPTION. * Fix capitalisation. Patch supplied by Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/skeyinit/skeyinit.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/compat-43
Module Name:src Committed By: wiz Date: Mon May 6 13:29:12 UTC 2013 Modified Files: src/lib/libc/compat-43: sigsetmask.3 Log Message: End sentence with a dot. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/compat-43/sigsetmask.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/skeyinit
Module Name:src Committed By: jdf Date: Mon May 6 13:44:17 UTC 2013 Modified Files: src/usr.bin/skeyinit: skeyinit.1 Log Message: Fix capitalisation (again, last time the wrong sentence). To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/skeyinit/skeyinit.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: jakllsch Date: Mon May 6 14:52:51 UTC 2013 Modified Files: src/sys/dev/ic: mvsata.c Log Message: Put back AT_POLL hack in mvsata_bio_ready(). Without it 1.5Gbps SATA WD800JD drives cause the kernel to stall during autoconf on Orion. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/ic/mvsata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpkern
Module Name:src Committed By: pooka Date: Mon May 6 16:28:17 UTC 2013 Modified Files: src/sys/rump/librump/rumpkern: locks_up.c Log Message: update for new hypercalls To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/rump/librump/rumpkern/locks_up.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/evbarm/instkernel/instkernel
Module Name:src Committed By: skrll Date: Mon May 6 17:42:31 UTC 2013 Modified Files: src/distrib/evbarm/instkernel/instkernel: Makefile Log Message: Fix up evbearm* release builds. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/distrib/evbarm/instkernel/instkernel/Makefile 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/omap
Module Name:src Committed By: rkujawa Date: Mon May 6 18:53:41 UTC 2013 Modified Files: src/sys/arch/arm/omap: am335x_cm_padconf.c Log Message: s/i2C2_SCL/I2C2_SCL/ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/omap/am335x_cm_padconf.c 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: christos Date: Mon May 6 19:59:30 UTC 2013 Modified Files: src/libexec/ld.elf_so: headers.c load.c map_object.c rtld.c rtld.h symver.c Log Message: Fixed handling of DT_SONAME: - add function to add name aliases for shared libraries loaded XXX[1]: we don't add a name during load time, only when DT_SONAME is present. - search already loaded objects in load_by_name for an already loaded object that matches our name and return it. - add missing initialization and cleanup for obj->names XXX[2]: should we make them SIMPLEQ? - Add XXX in rtld.c about getting the name of an object. NB: This makes the jdk work again without resorting to a hack of putting the build path of libjvm.so into the run path (which is a security problem). XXX: Pullup-6? To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/libexec/ld.elf_so/headers.c cvs rdiff -u -r1.43 -r1.44 src/libexec/ld.elf_so/load.c cvs rdiff -u -r1.48 -r1.49 src/libexec/ld.elf_so/map_object.c cvs rdiff -u -r1.165 -r1.166 src/libexec/ld.elf_so/rtld.c cvs rdiff -u -r1.114 -r1.115 src/libexec/ld.elf_so/rtld.h cvs rdiff -u -r1.1 -r1.2 src/libexec/ld.elf_so/symver.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
Module Name:src Committed By: joerg Date: Mon May 6 20:38:43 UTC 2013 Modified Files: src/distrib/sets: sets.subr Log Message: The "gcc" keyword in the set lists is used both as boolean and as list filter. Skip the HAVE_GCC variables when adding it as boolean, so that MKGCC=no actually skips the "gcc" entries. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/distrib/sets/sets.subr Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/common
Module Name:src Committed By: jnemeth Date: Mon May 6 21:21:15 UTC 2013 Modified Files: src/distrib/notes/common: main Log Message: add a comment about keeping this in sync with other docs To generate a diff of this commit: cvs rdiff -u -r1.494 -r1.495 src/distrib/notes/common/main 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: Mon May 6 22:04:12 UTC 2013 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: mcp980x.c mcp980xreg.h Log Message: Add driver for Microchip MCP9800/1/2/3 temperature sensors. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/dev/i2c/files.i2c cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/mcp980x.c 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/doc
Module Name:src Committed By: rkujawa Date: Mon May 6 22:12:50 UTC 2013 Modified Files: src/doc: CHANGES Log Message: Note mcp980x(4). To generate a diff of this commit: cvs rdiff -u -r1.1821 -r1.1822 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/libexec/ld.elf_so
Module Name:src Committed By: christos Date: Mon May 6 22:49:11 UTC 2013 Modified Files: src/libexec/ld.elf_so: Makefile Log Message: don't overwrite COPTS To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/libexec/ld.elf_so/Makefile 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/conf
Module Name:src Committed By: khorben Date: Mon May 6 22:49:27 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: N900 Log Message: Boot on the MicroSD card slot by default. Tested on my Nokia N900 smartphone. This is the only way currently supported on this device at the moment anyway (that I know of). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/conf/N900 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/vndcompress
Module Name:src Committed By: riastradh Date: Mon May 6 22:53:24 UTC 2013 Modified Files: src/usr.bin/vndcompress: vndcompress.c vnduncompress.c Log Message: Make partial read/write error messages more consistent in vndcompress. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/vndcompress/vndcompress.c cvs rdiff -u -r1.1 -r1.2 src/usr.bin/vndcompress/vnduncompress.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
Module Name:src Committed By: khorben Date: Mon May 6 22:56:55 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: N900 files.n900 Added Files: src/sys/arch/evbarm/n900: n900_audjck.c n900_prxmty.c Log Message: Added two drivers for the Nokia N900 smartphone, n900_audjck(4) and n900_prxmty(4), to detect the insertion of audio jacks and obstruction of the front light sensor, respectively. Tested on my own device. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/N900 cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/files.n900 cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/n900/n900_audjck.c \ src/sys/arch/evbarm/n900/n900_prxmty.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/marvell
Module Name:src Committed By: khorben Date: Mon May 6 23:09:34 UTC 2013 Modified Files: src/sys/dev/marvell: mvspi.c Log Message: Removed an unused variable. "go ahead" rkujawa@ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/marvell/mvspi.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/beagle
Module Name:src Committed By: matt Date: Mon May 6 23:12:53 UTC 2013 Modified Files: src/sys/arch/evbarm/beagle: beagle_machdep.c Log Message: Fix probing error on BBONE due to wrong value being used in u-boot to program the DDR controller. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/beagle/beagle_machdep.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: khorben Date: Mon May 6 23:27:06 UTC 2013 Modified Files: src/doc: BRANCHES Log Message: Announcing the khorben-n900 branch, aiming at fully supporting the Nokia N900 smartphone. It is expected to affect the kernel (OMAP3 support, device drivers), and little else (possibly input handling and power management). Do not hesitate to communicate any change that would be welcome in HEAD. To generate a diff of this commit: cvs rdiff -u -r1.328 -r1.329 src/doc/BRANCHES 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: jakllsch Date: Tue May 7 01:16:26 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmicreg.h Log Message: Add WLED register defines. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/tps65217pmicreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.