CVS commit: src/lib/libedit

2015-03-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 24 21:29:52 UTC 2015 Modified Files: src/lib/libedit: readline.c Log Message: set some readline compatibility default key settings. https://bugzilla.redhat.com/attachment.cgi?id=1001895 To generate a diff of this

CVS commit: src/tests/fs/common

2015-03-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 24 23:22:47 UTC 2015 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: zfs tests don't actually need privileges. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/tests/fs/vfs

2015-03-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Mar 24 23:24:55 UTC 2015 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Make this run in NetBSD 6 by using st_mtimespec instead of st_mtim. st_mtimespec is our traditional nonstandard name for what POSIX called

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

2015-03-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 24 15:53:39 UTC 2015 Modified Files: src/sys/arch/arm/cortex: gtmr.c Log Message: Move isb's to before reading count. Change interrupt to level. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: [netbsd-6] src/sys/dev

2015-03-24 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 24 08:58:30 UTC 2015 Modified Files: src/sys/dev [netbsd-6]: cons.c Log Message: Pull up following revision(s) (requested by nakayama in ticket #1267): sys/dev/cons.c: revision 1.74 via patch Fix strange kernel

CVS commit: [netbsd-6] src/usr.bin/vndcompress

2015-03-24 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 24 09:02:20 UTC 2015 Modified Files: src/usr.bin/vndcompress [netbsd-6]: Makefile vndcompress.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1269): usr.bin/vndcompress/Makefile:

CVS commit: [netbsd-6] src/share/man/man9

2015-03-24 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 24 09:11:20 UTC 2015 Modified Files: src/share/man/man9 [netbsd-6]: pserialize.9 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1270): share/man/man9/pserialize.9: revision 1.4-1.8

CVS commit: [netbsd-6] src/share/man/man2

2015-03-24 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 24 09:14:17 UTC 2015 Modified Files: src/share/man/man2 [netbsd-6]: siginfo.2 Log Message: Pull up following revision(s) (requested by riastradh in ticket #1271): share/man/man2/siginfo.2: revision 1.7 Fix some typos

CVS commit: [netbsd-6] src/doc

2015-03-24 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 24 09:16:12 UTC 2015 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: tickets 1265-1267, 1269-1271 To generate a diff of this commit: cvs rdiff -u -r1.1.2.204 -r1.1.2.205 src/doc/CHANGES-6.2 Please note that

CVS commit: src/external/bsd/ipf/dist/man

2015-03-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Mar 24 19:46:58 UTC 2015 Modified Files: src/external/bsd/ipf/dist/man: ipf.5 Log Message: Fix the description of x and x y for port numbers. Patch for x from Timo Buhrmester, and for x y from me. To generate a diff of

CVS commit: [netbsd-6] src/usr.sbin/cpuctl/arch

2015-03-24 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 24 08:54:51 UTC 2015 Modified Files: src/usr.sbin/cpuctl/arch [netbsd-6]: i386-asm.S x86_64-asm.S Log Message: Pull up following revision(s) (requested by tnn in ticket #1266): usr.sbin/cpuctl/arch/i386-asm.S:

CVS commit: src/sys/arch/arm

2015-03-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 24 08:38:29 UTC 2015 Modified Files: src/sys/arch/arm/arm: sig_machdep.c src/sys/arch/arm/include: mcontext.h Log Message: Preserve/restore user r/w tpid in mcontext. To generate a diff of this commit: cvs rdiff

CVS commit: [netbsd-6] src/sys/arch/sparc64/sparc64

2015-03-24 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Mar 24 08:51:14 UTC 2015 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-6]: locore.s Log Message: Pull up following revision(s) (requested by nakayama in ticket #1265): sys/arch/sparc64/sparc64/locore.s: revision

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

2015-03-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 24 08:58:41 UTC 2015 Modified Files: src/sys/arch/arm/cortex: gtmr.c Log Message: Sprinkle some arm_isb() to force execution of the mcrr instructions to get more accurate values. (Given that the generic timer is usually

CVS commit: src/lib/libc/time

2015-03-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 24 20:01:18 UTC 2015 Modified Files: src/lib/libc/time: Makefile NEWS Theory localtime.c private.h Log Message: merge 2015b To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libc/time/Makefile cvs

CVS commit: src/doc

2015-03-24 Thread Christos Zoulas
to tzcode2015b. [christos 20150324]

CVS commit: src/usr.sbin/npf/npfctl

2015-03-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 24 20:24:18 UTC 2015 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y Log Message: allow lists as filter addresses. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/npf/npfctl/npf_parse.y

CVS commit: src/include

2015-03-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Mar 24 07:44:52 UTC 2015 Modified Files: src/include: stdio.h unistd.h Log Message: Put fseeko, ftello, pread, and pwrite in the POSIX 2001 namespace. Ok christos, apb, martin To generate a diff of this commit: cvs rdiff -u

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

2015-03-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Mar 24 07:16:16 UTC 2015 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: Rework register usage in cpu_switchto so curcpu() is preserved across ras_lookup. Only set vfp tpid registers and do ras lookups if new

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

2015-03-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Mar 24 21:09:11 UTC 2015 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: There is no need to save/restore l_private in softint_switch now that cpu_switchto is fixed To generate a diff of this commit: cvs

CVS commit: src/lib/libedit

2015-03-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 24 21:26:50 UTC 2015 Modified Files: src/lib/libedit: eln.c Log Message: save and restore IGNORE_EXTCHARS like we do in the getc case. From: https://bugzilla.redhat.com/attachment.cgi?id=1001894 To generate a diff of