CVS commit: src/sys

2015-10-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Oct 23 19:40:11 UTC 2015 Modified Files: src/sys/compat/common: vfs_syscalls_40.c src/sys/compat/freebsd: freebsd_file.c src/sys/compat/netbsd32: netbsd32_fs.c src/sys/compat/osf1: osf1_mount.c src

CVS commit: src/sys/arch/x86/x86

2015-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 23 18:53:26 UTC 2015 Modified Files: src/sys/arch/x86/x86: sys_machdep.c Log Message: fix broken error handling; error was used uninitialized. Changing the compilation flags broke all threaded programs for me. XXX: pullu

CVS commit: src/doc

2015-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 23 18:09:42 UTC 2015 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new ntpd To generate a diff of this commit: cvs rdiff -u -r1.1261 -r1.1262 src/doc/3RDPARTY cvs rdiff -u -r1.2108 -r1.2109 src/doc/CHANGES Pl

CVS commit: src/external/bsd/ntp

2015-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 23 18:06:24 UTC 2015 Modified Files: src/external/bsd/ntp: importdate src/external/bsd/ntp/dist/adjtimed: adjtimed.c src/external/bsd/ntp/dist/clockstuff: chutest.c propdelay.c src/external/bsd/ntp

CVS commit: src/sys/dev/pci

2015-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 23 08:45:14 UTC 2015 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: PHY_CTRL_GBE_DIS is not bit 4 but bit 6. This change has no any effect by default because WM_WOL is not defined yet and m_kmrn_lock_loss_worka

CVS commit: src/sys/dev/mii

2015-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 23 08:40:34 UTC 2015 Modified Files: src/sys/dev/mii: igphyreg.h Log Message: - PSCR_TP_LOOPBACK is not bit 0 but bit 4. No binary change because this macro is not used. - Rename MII_IGPPHY_PORT_CONFIG's bit definitions

CVS commit: src/sys/arch/dreamcast

2015-10-23 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Oct 23 08:40:08 UTC 2015 Modified Files: src/sys/arch/dreamcast/dev/g2: gapspci_pci.c src/sys/arch/dreamcast/include: pci_machdep.h Log Message: fix build failure on dreamcast. To generate a diff of this commit: c