Re: CVS commit: src/sys/ufs/ffs

2015-02-15 Thread Maxime Villard
Le 14/02/2015 20:21, David Holland a écrit : On Sat, Feb 14, 2015 at 08:07:39AM +, Maxime Villard wrote: Modified Files: src/sys/ufs/ffs: ffs_appleufs.c Log Message: ffs_appleufs_validate(): - remove superfluous printfs - ensure ul_namelen!=0, otherwise the kernel

CVS commit: src/sys/kern

2015-02-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 15 10:48:22 UTC 2015 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: A syscall like posix_fallocate() that is not supposed to set errno in userland needs to always return 0 and store the error code *retval. To

CVS commit: src/sys/ufs/ffs

2015-02-15 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Feb 15 11:04:44 UTC 2015 Modified Files: src/sys/ufs/ffs: ffs_appleufs.c Log Message: Revert a change in my previous commit that broke the checksum calculation. Noted by dholland@ To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/ufs/ffs

2015-02-15 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Feb 15 11:04:44 UTC 2015 Modified Files: src/sys/ufs/ffs: ffs_appleufs.c Log Message: Revert a change in my previous commit that broke the checksum calculation. Noted by dholland@ To generate a diff of this commit: cvs rdiff

re: CVS commit: src/sys/ufs/ffs

2015-02-15 Thread matthew green
Also, I think you might want to keep the print when the checksum is wrong. If we keep this print, then we keep a lot of other prints. So we don't keep it. i don't follow. usually these messages are the only real indication of what is actually wrong, and they aren't log spew problems.

CVS commit: src/usr.sbin/syslogd

2015-02-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Feb 15 14:51:57 UTC 2015 Modified Files: src/usr.sbin/syslogd: syslogd.h Log Message: Format string annotation. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/syslogd/syslogd.h Please note that

CVS commit: src/usr.sbin/syslogd

2015-02-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Feb 15 14:51:57 UTC 2015 Modified Files: src/usr.sbin/syslogd: syslogd.h Log Message: Format string annotation. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/syslogd/syslogd.h Please note that

CVS commit: src/sbin/devpubd

2015-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 15 15:56:30 UTC 2015 Modified Files: src/sbin/devpubd: devpubd-run-hooks.in devpubd.c src/sbin/devpubd/hooks: 01-makedev 02-wedgenames Log Message: At startup, instead of doing run-hooks for each device, call

CVS commit: src/sbin/devpubd

2015-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 15 15:56:30 UTC 2015 Modified Files: src/sbin/devpubd: devpubd-run-hooks.in devpubd.c src/sbin/devpubd/hooks: 01-makedev 02-wedgenames Log Message: At startup, instead of doing run-hooks for each device, call

Re: CVS commit: src/sys/ufs/ffs

2015-02-15 Thread Christos Zoulas
In article 26607.1424011...@splode.eterna.com.au, matthew green m...@eterna.com.au wrote: Also, I think you might want to keep the print when the checksum is wrong. If we keep this print, then we keep a lot of other prints. So we don't keep it. i don't follow. usually these messages are

CVS commit: src/sys/arch/arm/arm

2015-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 15 17:21:08 UTC 2015 Modified Files: src/sys/arch/arm/arm: cpu_in_cksum.S Log Message: Really fix arm_cksumdata for 4 bytes of data To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/arm/arm

2015-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 15 17:21:08 UTC 2015 Modified Files: src/sys/arch/arm/arm: cpu_in_cksum.S Log Message: Really fix arm_cksumdata for 4 bytes of data To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/sh3/sh3

2015-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 15 10:48:13 UTC 2015 Modified Files: src/sys/arch/sh3/sh3: locore_subr.S Log Message: port-sh3/49613: errno does not set by some systemcall at error case Branch to correct point when error detected. To generate a diff

CVS commit: src/sys/arch/sh3/sh3

2015-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 15 10:48:13 UTC 2015 Modified Files: src/sys/arch/sh3/sh3: locore_subr.S Log Message: port-sh3/49613: errno does not set by some systemcall at error case Branch to correct point when error detected. To generate a diff

CVS commit: src/sys/kern

2015-02-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 15 10:48:22 UTC 2015 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: A syscall like posix_fallocate() that is not supposed to set errno in userland needs to always return 0 and store the error code *retval. To

CVS commit: src/sys/dev/pci

2015-02-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 16 00:25:52 UTC 2015 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix a bug that the first access to NVM is failed on 8254[17] which use SPI EEPROM. Observed on Dell PowerEdge [12]850. Thanks Tom Ivar Helbekkmo

CVS commit: src/sys/dev/pci

2015-02-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 16 00:25:52 UTC 2015 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix a bug that the first access to NVM is failed on 8254[17] which use SPI EEPROM. Observed on Dell PowerEdge [12]850. Thanks Tom Ivar Helbekkmo

CVS commit: src

2015-02-15 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Feb 15 20:21:29 UTC 2015 Modified Files: src/lib/libperfuse: ops.c perfuse.c src/lib/libpuffs: puffs.3 src/sys/fs/puffs: puffs_msgif.h puffs_sys.h puffs_vfsops.c puffs_vnops.c Log Message: Add

CVS commit: src

2015-02-15 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Feb 15 20:21:29 UTC 2015 Modified Files: src/lib/libperfuse: ops.c perfuse.c src/lib/libpuffs: puffs.3 src/sys/fs/puffs: puffs_msgif.h puffs_sys.h puffs_vfsops.c puffs_vnops.c Log Message: Add

CVS commit: src/sys/dev/pci

2015-02-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Feb 15 21:27:57 UTC 2015 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some devices: - Radeon HD 54xx Audio - Dell DARC 4 devices - Some Intel IOP332 devices - Intel 63xxESB AC'97 Audio Controller - Some Intel

CVS commit: src/sys/dev/pci

2015-02-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Feb 15 21:27:57 UTC 2015 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some devices: - Radeon HD 54xx Audio - Dell DARC 4 devices - Some Intel IOP332 devices - Intel 63xxESB AC'97 Audio Controller - Some Intel

CVS commit: src/sys/dev/pci

2015-02-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Feb 15 21:28:17 UTC 2015 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1208 -r1.1209 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1207

CVS commit: src/sys/dev/pci

2015-02-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Feb 15 21:32:33 UTC 2015 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: - Initialize some hardware bits for 8257[1234], 82583, 80003, ICH* and PCH*. Some of them are workaround code. From other *BSDs,

CVS commit: src/sbin/devpubd

2015-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 15 21:46:49 UTC 2015 Modified Files: src/sbin/devpubd: Makefile devpubd.c Log Message: let's make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sbin/devpubd/Makefile cvs rdiff -u

CVS commit: src/sbin/devpubd

2015-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 15 21:46:49 UTC 2015 Modified Files: src/sbin/devpubd: Makefile devpubd.c Log Message: let's make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sbin/devpubd/Makefile cvs rdiff -u

CVS commit: src/sys/dev/pci

2015-02-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Feb 15 21:32:33 UTC 2015 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: - Initialize some hardware bits for 8257[1234], 82583, 80003, ICH* and PCH*. Some of them are workaround code. From other *BSDs,