CVS commit: src/sys/ufs/ext2fs

2014-01-20 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Jan 21 07:53:38 UTC 2014 Modified Files: src/sys/ufs/ext2fs: ext2fs_vnops.c Log Message: Move VOP_UNLOCK() after setting type to VNON like all other UFS file systems. To generate a diff of this commit: cvs rdiff -u -r1.108

CVS commit: src/usr.bin/gcore

2014-01-20 Thread Jeremy C. Reed
Module Name:src Committed By: reed Date: Tue Jan 21 02:53:30 UTC 2014 Modified Files: src/usr.bin/gcore: gcore.1 Log Message: use macro for OS name when first introduced To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/gcore/gcore.1 Please note

CVS commit: src/sys/dev/wscons

2014-01-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 21 00:36:11 UTC 2014 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c Log Message: fix build To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/wscons/wsdisplay_vcons.c Please note that diff

CVS commit: src/tests/lib/libc/locale

2014-01-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Jan 21 00:32:16 UTC 2014 Modified Files: src/tests/lib/libc/locale: t_io.c Log Message: fix comment typos pointed out by uebayasi To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/locale/t_io.c Pl

CVS commit: src/sys/dev/wscons

2014-01-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 21 00:10:46 UTC 2014 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c Log Message: keep track of VCONS_DRAW_INTR screen cache also in erasecols/rows and copycols/rows methods. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/wscons

2014-01-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 21 00:08:28 UTC 2014 Modified Files: src/sys/dev/wscons: wsdisplay.c wsdisplayvar.h Log Message: add function to detach wscons from a console. This allows to switch the console to a different driver. To generate a diff

CVS commit: src/sys/dev/ic

2014-01-20 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Jan 20 22:02:32 UTC 2014 Modified Files: src/sys/dev/ic: pcf8584.c Log Message: Remove the check for (cmdlen > 0) when writing. When i2cscan sends a quick_write, the command length is 0, so we were previously returning success f

CVS commit: src/external/bsd/ntp/dist/libntp

2014-01-20 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Mon Jan 20 19:03:33 UTC 2014 Modified Files: src/external/bsd/ntp/dist/libntp: work_fork.c Log Message: fix voluntary self-destruct (kill(0, SIGUP)) after successful int_res run and interface change To generate a diff of this c

CVS commit: src/lib/libc/arch/sh3/gen

2014-01-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jan 20 17:14:38 UTC 2014 Modified Files: src/lib/libc/arch/sh3/gen: Makefile.inc Removed Files: src/lib/libc/arch/sh3/gen: fabs.c Log Message: Use fabs_ieee754.c. To generate a diff of this commit: cvs rdiff -u -r1.25

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

2014-01-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 20 15:32:23 UTC 2014 Modified Files: src/sys/arch/alpha/conf: GENERIC Log Message: Add and enable radeonfb(4) at pci with options RADEONFB_DEPTH_32. Requested and tested (with wsfb Xorg server) by Naruaki Etomi in PR/484

CVS commit: src/sys/arch/alpha

2014-01-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 20 15:05:14 UTC 2014 Modified Files: src/sys/arch/alpha/alpha: autoconf.c src/sys/arch/alpha/include: pci_machdep.h src/sys/arch/alpha/pci: pci_machdep.c Log Message: Check and set "is_console" property to

CVS commit: src/tests/lib/libc/locale

2014-01-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Jan 20 14:14:56 UTC 2014 Modified Files: src/tests/lib/libc/locale: t_io.c Log Message: - fix funopen usage - some more checks - remove a bogus test case (bad_eucJP_getwc) PR/47660 (Julio Merino) - add XXX comments To generat

CVS commit: src/lib/libc/stdio

2014-01-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Jan 20 14:11:03 UTC 2014 Modified Files: src/lib/libc/stdio: vfwprintf.c Log Message: vfwprintf: fix error propagation PR/47660 (Julio Merino) To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libc/stdio/vf

CVS commit: src/bin/sh

2014-01-20 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Jan 20 14:05:52 UTC 2014 Modified Files: src/bin/sh: expand.c sh.1 Log Message: Add wctype(3) support to Shell Patterns. Obtained from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/bin/sh/expand.c c

CVS commit: src/gnu/usr.bin/gettext

2014-01-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jan 20 10:57:38 UTC 2014 Modified Files: src/gnu/usr.bin/gettext/libnlspr: Makefile src/gnu/usr.bin/gettext/msginit: Makefile Log Message: Don't include ${DESTDIR} in -DLIBDIR=..., -DGETTEXTDATADIR=..., and a few other va

CVS commit: src/external/gpl3/gdb/lib/libbfd

2014-01-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jan 20 10:49:33 UTC 2014 Modified Files: src/external/gpl3/gdb/lib/libbfd: Makefile Log Message: Don't embed ${DESTDIR} in the -DDEBUGDIR=... value. DEBUGDIR should refer to a directory on the running system, not the staging area