CVS commit: src/sys/arch/sparc/dev

2016-06-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 2 21:19:24 UTC 2016 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: use DEFATTR if we're not the console and can't init defattr. should appease clang TODO: we should really init the glyphcache whith

CVS commit: src/distrib/sets/lists/base

2016-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 2 19:55:52 UTC 2016 Modified Files: src/distrib/sets/lists/base: shl.mi Log Message: fix sets. To generate a diff of this commit: cvs rdiff -u -r1.774 -r1.775 src/distrib/sets/lists/base/shl.mi Please note that

CVS commit: src/sys/dev/wscons

2016-06-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 2 21:17:14 UTC 2016 Modified Files: src/sys/dev/wscons: wsdisplay_vconsvar.h Log Message: provide a default attribute To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/lib/libedit

2016-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 2 21:40:51 UTC 2016 Modified Files: src/lib/libedit: readline.c Log Message: Fix previous to better match readline behavior (Ingo Schwarze) To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2016-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 2 19:54:38 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_internal_defs.h sanitizer_platform_limits_posix.h Log Message: Fix ILP32 build. To generate a diff

CVS commit: src

2016-06-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jun 3 00:00:01 UTC 2016 Modified Files: src: build.sh Log Message: When setting TOP the idea is to run the [/usr]/bin/pwd binary, and exclude any skell builtin. There are two ways to guarantee exec'ing a binary, using a path,

CVS commit: src/usr.bin/make

2016-06-02 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Jun 3 01:21:59 UTC 2016 Modified Files: src/usr.bin/make: main.c make.h meta.c nonints.h var.c Log Message: Add cached_realpath() realpath(3) is expensive, and meta mode at least uses it extensively. We use cached_realpath()

CVS commit: src/usr.bin/calendar

2016-06-02 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Fri Jun 3 02:06:40 UTC 2016 Modified Files: src/usr.bin/calendar: calendar.1 calendar.c Log Message: Commit patch sent to tech-userlevel with universal approval to add a version option for calendar(1): % calendar -v

CVS commit: src/external/mit/xorg/lib/libX11

2016-06-02 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jun 2 22:41:27 UTC 2016 Modified Files: src/external/mit/xorg/lib/libX11: Makefile.ximcp Makefile.xlcDef Makefile.xlcUTF8Load Makefile.xlibi18n Makefile.xomGeneric src/external/mit/xorg/lib/libX11/static:

CVS commit: src/usr.bin/make

2016-06-02 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Jun 3 01:16:27 UTC 2016 Modified Files: src/usr.bin/make: make.1 meta.c Log Message: Refactor the logic for deciding when a .meta file is needed. Both meta_create() and meta_oodate() now share meta_needed() to indicate if a

CVS commit: othersrc/external/bsd/sys_info

2016-06-02 Thread Thomas Klausner
Module Name:othersrc Committed By: wiz Date: Thu Jun 2 08:13:39 UTC 2016 Modified Files: othersrc/external/bsd/sys_info: sys_info.1 Log Message: Remove unnecessary Pp. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/sys_info/sys_info.1

CVS commit: src/share/man/man4

2016-06-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 2 08:11:23 UTC 2016 Modified Files: src/share/man/man4: wi.4 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/share/man/man4/wi.4 Please note that diffs are not

CVS commit: src/doc

2016-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 2 12:28:11 UTC 2016 Modified Files: src/doc: CHANGES Log Message: mention hostzerobroadcast default to "no". To generate a diff of this commit: cvs rdiff -u -r1.2167 -r1.2168 src/doc/CHANGES Please note that diffs

CVS commit: src/lib/libedit

2016-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 2 15:11:18 UTC 2016 Modified Files: src/lib/libedit: readline.c Log Message: >From Ingo Schwarze: In libedit, the only way how H_ENTER can fail is memory exhaustion, too, and of course it is handled gracefully,