CVS commit: src/sys/dev/i2c

2010-10-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Oct 2 06:07:37 UTC 2010 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: g760a.c g760areg.h Log Message: Add G760a fan speed controller driver. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev

2010-10-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Oct 2 06:09:45 UTC 2010 Modified Files: src/sys/dev: DEVNAMES Log Message: Add g760a. Cleanup Marvell SC/SoC peripheral drivers. To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 src/sys/dev/DEVNAMES

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

2010-10-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Oct 2 06:15:52 UTC 2010 Added Files: src/sys/arch/evbarm/conf: KUROBOX_PRO MARVELL_NAS SHEEVAPLUG files.marvell mk.marvell std.marvell Log Message: Add support Marvell Sheevaplug. Add some NAS on Marvell SoC.

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

2010-10-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Oct 2 06:18:39 UTC 2010 Added Files: src/sys/arch/evbarm/conf: DNS323 Log Message: Add support Marvell Sheevaplug. Add some NAS on Marvell SoC. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/share/man/man4

2010-10-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Oct 2 06:22:00 UTC 2010 Modified Files: src/share/man/man4: Makefile Added Files: src/share/man/man4: g760a.4 Log Message: Add g760a fan speed controller driver. To generate a diff of this commit: cvs rdiff -u

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

2010-10-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Oct 2 06:26:28 UTC 2010 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add g760a man page. To generate a diff of this commit: cvs rdiff -u -r1.1238 -r1.1239 src/distrib/sets/lists/man/mi Please note that

CVS commit: src/doc

2010-10-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Oct 2 06:32:37 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Support Marvell Sheevaplug and some Marvell SoC NAS box. To generate a diff of this commit: cvs rdiff -u -r1.1436 -r1.1437 src/doc/CHANGES Please

CVS commit: src/bin/date

2010-10-02 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Oct 2 08:26:09 UTC 2010 Modified Files: src/bin/date: date.c Log Message: putenv() no longer accepts a const string To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/bin/date/date.c Please note that diffs

CVS commit: src/share/man/man4

2010-10-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Oct 2 09:18:57 UTC 2010 Modified Files: src/share/man/man4: g760a.4 Log Message: New sentence, new line; sort SEE ALSO; use more markup. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/g760a.4

CVS commit: src/usr.bin/rsh

2010-10-02 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Oct 2 09:24:16 UTC 2010 Modified Files: src/usr.bin/rsh: rsh.c Log Message: putenv() no longer accepts a const string To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/rsh/rsh.c Please note that

CVS commit: src/lib/libc/stdlib

2010-10-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Oct 2 10:05:55 UTC 2010 Modified Files: src/lib/libc/stdlib: putenv.c Log Message: Remember that we didn't malloc() memory for an environment variable if it has been set via putenv(3). To generate a diff of this commit: cvs

CVS commit: src/lib/libc/stdlib

2010-10-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Oct 2 10:51:07 UTC 2010 Modified Files: src/lib/libc/stdlib: getenv.c Log Message: Make sure that all extra elements of the environment vector are set to NULL. This stop su(1) from crashing. To generate a diff of this

CVS commit: src/usr.bin/su

2010-10-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Oct 2 10:55:36 UTC 2010 Modified Files: src/usr.bin/su: su_pam.c Log Message: Don't free memory that was succesfully passed to putenv(3) which takes ownership of the memory. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/cron/dist

2010-10-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Oct 2 12:22:20 UTC 2010 Modified Files: src/external/bsd/cron/dist: cron.c Log Message: Use setenv(3) instead of putenv(3) because the later doesn't accept string constants anymore. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/stdlib

2010-10-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Oct 2 16:56:03 UTC 2010 Modified Files: src/lib/libc/stdlib: putenv.c setenv.c Log Message: Restore binary compatibility with application which use putenv(3) on contant strings (e.g. postdrop(1)): - Don't write to the

CVS commit: src/sys/dev/acpi

2010-10-02 Thread Grégoire Sutre
Module Name:src Committed By: gsutre Date: Sat Oct 2 18:06:47 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c sony_acpi.c wss_acpi.c ym_acpi.c Log Message: Drop _HID requirement for attachment under acpi(4). From now on, drivers attaching to the acpinodebus interface

CVS commit: src/usr.bin/patch

2010-10-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Oct 2 19:31:14 UTC 2010 Modified Files: src/usr.bin/patch: util.c Log Message: Print version string to stdout instead of stderr; it is user-requested and not an error. To generate a diff of this commit: cvs rdiff -u -r1.25

CVS commit: src/sys/netinet

2010-10-02 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sat Oct 2 20:07:39 UTC 2010 Modified Files: src/sys/netinet: files.ipfilter Log Message: Defopt the rest of the Ipfilter options and tunables. Per discussion with darrenr@ a year ago. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys

2010-10-02 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Oct 2 21:52:15 UTC 2010 Modified Files: src/sys/dev/pci: agp.c src/sys/sys: agpio.h Log Message: Revert christos@ fix for the i386 paddr_t change and agp_allocate. Make 'physical' element of the struct agp_allocate an

CVS commit: src/share/man/man4

2010-10-02 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Oct 2 22:49:06 UTC 2010 Modified Files: src/share/man/man4: agp.4 Log Message: Update agp(4) to reflect the agp_allocate modification. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/agp.4

CVS commit: src/share/man/man4

2010-10-02 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Oct 2 22:51:50 UTC 2010 Modified Files: src/share/man/man4: agp.4 Log Message: Bump date. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/agp.4 Please note that diffs are not public domain;

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

2010-10-02 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Oct 2 22:53:50 UTC 2010 Modified Files: src/sys/arch/i386/include: pte.h Log Message: Update the comment for PG_PS when used with PAE. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/arch/i386/i386

2010-10-02 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Oct 2 22:54:47 UTC 2010 Modified Files: src/sys/arch/i386/i386: dumpsys.c Log Message: dump is not used here. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/i386/i386/dumpsys.c Please note that

CVS commit: src/sys/dev/pci

2010-10-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Oct 2 23:50:04 UTC 2010 Modified Files: src/sys/dev/pci: machfb.c Log Message: fix a typo To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/pci/machfb.c Please note that diffs are not public

CVS commit: src/sys/dev/pci

2010-10-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Oct 2 23:54:04 UTC 2010 Modified Files: src/sys/dev/pci: machfb.c Log Message: cleanup debug code To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/dev/pci/machfb.c Please note that diffs are not

CVS commit: src/lib/libperfuse

2010-10-02 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Oct 3 05:46:48 UTC 2010 Modified Files: src/lib/libperfuse: debug.c ops.c perfuse.c perfuse_priv.h subr.c Log Message: - Correctly handle rename whith overwritten destination - Keep track of file name to avoid lookups when we