CVS commit: src/bin/sh

2016-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 2 01:46:31 UTC 2016 Modified Files: src/bin/sh: cd.c eval.c input.c jobs.c parser.c redir.c redir.h Log Message: Fix handing of user file descriptors outside the 0..9 range. Also, move (most of) the shell's internal use

CVS commit: src/tests/bin/sh

2016-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 2 01:47:14 UTC 2016 Modified Files: src/tests/bin/sh: t_redir.sh Log Message: More redirect tests, in particular, tests for redirects to/from file descriptors outside the 0..9 range, and complex fd reassignments. Also

CVS commit: src/share/man/man4

2016-05-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 2 01:05:34 UTC 2016 Modified Files: src/share/man/man4: iwm.4 Log Message: Updated supported cards, from coypu in PR 51109 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/iwm.4 Please n

CVS commit: src/external/bsd/ntp

2016-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 1 23:32:02 UTC 2016 Modified Files: src/external/bsd/ntp: importdate src/external/bsd/ntp/bin/ntpd: Makefile src/external/bsd/ntp/dist/include: ntp.h ntp_io.h ntp_refclock.h ntp_stdlib.h ntp_t

CVS commit: src/doc

2016-05-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 1 23:23:22 UTC 2016 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new ntpd To generate a diff of this commit: cvs rdiff -u -r1.1323 -r1.1324 src/doc/3RDPARTY cvs rdiff -u -r1.2155 -r1.2156 src/doc/CHANGES Pl

CVS commit: src/lib/libc/stdlib

2016-05-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 1 21:28:21 UTC 2016 Modified Files: src/lib/libc/stdlib: strtoul.3 Log Message: Fix type name. From Abhinav. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/lib/libc/stdlib/strtoul.3 Please note that d

CVS commit: src/doc/roadmaps

2016-05-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 1 20:51:36 UTC 2016 Modified Files: src/doc/roadmaps: storage Log Message: Update: we got an nvme driver. Also mention the ext4 GSoC project. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/doc/roadm

CVS commit: src/external/bsd/libevent/man

2016-05-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 1 20:25:37 UTC 2016 Modified Files: src/external/bsd/libevent/man: Makefile Log Message: Drop stray ^ from output. Found by Abhinav. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/libevent/m

CVS commit: src/sys/arch/sparc64/sparc64

2016-05-01 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sun May 1 20:12:55 UTC 2016 Modified Files: src/sys/arch/sparc64/sparc64: db_interface.c Log Message: fill_ddb_regs_from_tf() now fetches Local and In registers as well. To generate a diff of this commit: cvs rdiff -u -r1.132 -r

CVS commit: src/sys/arch/sparc64/sparc64

2016-05-01 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sun May 1 19:57:55 UTC 2016 Modified Files: src/sys/arch/sparc64/sparc64: trap.c Log Message: print_trapframe() should print out Local and In registers as well To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182 src/

CVS commit: src/sys/arch/sparc64/doc

2016-05-01 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sun May 1 19:41:01 UTC 2016 Modified Files: src/sys/arch/sparc64/doc: TODO Log Message: Update TODO: booting from a ISO image on a sun4v system works To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/spa

CVS commit: src/tests/lib/libutil

2016-05-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun May 1 16:39:47 UTC 2016 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: In the "relative" test case, run the tests multiple times relative to various dates over a span of a few decades, instead of just once re

CVS commit: src/sys/dev/ic

2016-05-01 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun May 1 10:49:59 UTC 2016 Modified Files: src/sys/dev/ic: rt2860.c Log Message: Remove RAL_DEBUG define. Fix amd64 ALL kernel build failure. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/rt2860.c

CVS commit: src/doc

2016-05-01 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun May 1 10:23:53 UTC 2016 Modified Files: src/doc: CHANGES Log Message: note nvme(4). To generate a diff of this commit: cvs rdiff -u -r1.2154 -r1.2155 src/doc/CHANGES Please note that diffs are not public domain; they are s

CVS commit: src

2016-05-01 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun May 1 10:21:02 UTC 2016 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile ld.4 pci.4 src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0 src/sys/conf: files src/sys/dev: DEV

CVS commit: src/lib/csu/common

2016-05-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 1 08:33:14 UTC 2016 Modified Files: src/lib/csu/common: compident.S Log Message: Change section flags to "MG" and put it into comdat. Makes new binutils happy. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/csu/common

2016-05-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 1 07:25:46 UTC 2016 Modified Files: src/lib/csu/common: Makefile.inc Log Message: Revert previous (fallout is more subtle but there). Rework the conditionon so it depends on .S existence instead of an arch list. To gene