CVS commit: src/usr.bin/make

2016-02-17 Thread Simon J. Gerraty
Module Name:src
Committed By:   sjg
Date:   Thu Feb 18 06:18:58 UTC 2016

Modified Files:
src/usr.bin/make: make.1

Log Message:
It's 2016


To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 src/usr.bin/make/make.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2016-02-17 Thread Simon J. Gerraty
Module Name:src
Committed By:   sjg
Date:   Thu Feb 18 05:40:50 UTC 2016

Modified Files:
src/usr.bin/make: meta.c

Log Message:
Actually FALSE as last arg to Var_Subst makes more sense


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.bin/make/meta.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2016-02-17 Thread Simon J. Gerraty
Module Name:src
Committed By:   sjg
Date:   Thu Feb 18 05:02:49 UTC 2016

Modified Files:
src/usr.bin/make: make.1 parse.c

Log Message:
Add support for .dinclude

Like .sinclude missing file will be ignored.
Like .depend stale dependencies will be ignored.
Allows better implementation of auto depend.

Reviewed by: christos
Requested by: Bryan Drewery at FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 src/usr.bin/make/make.1
cvs rdiff -u -r1.209 -r1.210 src/usr.bin/make/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2016-02-17 Thread Simon J. Gerraty
Module Name:src
Committed By:   sjg
Date:   Thu Feb 18 05:01:39 UTC 2016

Modified Files:
src/usr.bin/make: meta.c

Log Message:
Adapt to new Var_Subst prototype


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/usr.bin/make/meta.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/ingenic

2016-02-17 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Feb 17 20:12:42 UTC 2016

Modified Files:
src/sys/arch/mips/ingenic: ingenic_rng.c

Log Message:
Adapt CI20 HWRNG to synchronous on-demand callback.
Omit needless softint/locking dance.
from riastradh@


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/ingenic/ingenic_rng.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2016-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 17 20:11:17 UTC 2016

Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: cfparse.y

Log Message:
PR/50815: David Binderman: Remove dup test


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/crypto/dist/ipsec-tools/src/racoon/cfparse.y

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2016-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 17 20:05:45 UTC 2016

Modified Files:
src/sys/dev/pci: if_alc.c

Log Message:
PR/50818: David Binderman: Delete dead code (copied from if_et.c)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/if_alc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2016-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 17 20:04:39 UTC 2016

Modified Files:
src/sys/dev/pci: if_age.c

Log Message:
PR/50817: David Binderman: Delete dead code (copy from if_et.c)


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pci/if_age.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2016-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 17 20:02:41 UTC 2016

Modified Files:
src/sys/dev/pci: if_et.c

Log Message:
PR/50819: David Binderman: Delete dead code.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/if_et.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2016-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 17 20:00:16 UTC 2016

Modified Files:
src/sys/dev/pci: pccbb.c

Log Message:
PR/50820: David Binderman: Fail when !(edge|pulse) instead of !edge && edge


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 src/sys/dev/pci/pccbb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/traceroute

2016-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 17 19:57:01 UTC 2016

Modified Files:
src/usr.sbin/traceroute: traceroute.c

Log Message:
PR/50821: David Binderman: remove "i <" i <


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/usr.sbin/traceroute/traceroute.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libm/arch/i387

2016-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 17 19:54:11 UTC 2016

Modified Files:
src/lib/libm/arch/i387: fenv.c

Log Message:
PR/50822: David Binderman: Fix copy length.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libm/arch/i387/fenv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libwrap

2016-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 17 19:52:20 UTC 2016

Modified Files:
src/lib/libwrap: hosts_access.c

Log Message:
PR/50823: David Binderman: Limit scanf width


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libwrap/hosts_access.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/altq/altqstat

2016-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 17 19:51:29 UTC 2016

Modified Files:
src/usr.sbin/altq/altqstat: quip_client.c

Log Message:
PR/50824: David Binderman: Limit scanf width


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/altq/altqstat/quip_client.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libedit

2016-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 17 19:47:49 UTC 2016

Modified Files:
src/lib/libedit: Makefile chared.c chartype.c chartype.h common.c el.c
el.h filecomplete.c hist.h histedit.h history.c keymacro.c makelist
map.c parse.c prompt.h read.c read.h readline.c refresh.c sys.h
terminal.c tokenizer.c tty.c vi.c
src/lib/libedit/TEST: tc1.c wtc1.c
src/lib/libedit/readline: Makefile readline.h

Log Message:
whitespace and header sorting changes (Ingo Schwarze). No functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/lib/libedit/Makefile src/lib/libedit/vi.c
cvs rdiff -u -r1.46 -r1.47 src/lib/libedit/chared.c
cvs rdiff -u -r1.18 -r1.19 src/lib/libedit/chartype.c
cvs rdiff -u -r1.20 -r1.21 src/lib/libedit/chartype.h
cvs rdiff -u -r1.37 -r1.38 src/lib/libedit/common.c
cvs rdiff -u -r1.81 -r1.82 src/lib/libedit/el.c src/lib/libedit/read.c
cvs rdiff -u -r1.32 -r1.33 src/lib/libedit/el.h
cvs rdiff -u -r1.39 -r1.40 src/lib/libedit/filecomplete.c
cvs rdiff -u -r1.17 -r1.18 src/lib/libedit/hist.h
cvs rdiff -u -r1.54 -r1.55 src/lib/libedit/histedit.h
cvs rdiff -u -r1.51 -r1.52 src/lib/libedit/history.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libedit/keymacro.c \
src/lib/libedit/prompt.h
cvs rdiff -u -r1.23 -r1.24 src/lib/libedit/makelist \
src/lib/libedit/tokenizer.c
cvs rdiff -u -r1.42 -r1.43 src/lib/libedit/map.c
cvs rdiff -u -r1.34 -r1.35 src/lib/libedit/parse.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libedit/read.h
cvs rdiff -u -r1.124 -r1.125 src/lib/libedit/readline.c
cvs rdiff -u -r1.43 -r1.44 src/lib/libedit/refresh.c
cvs rdiff -u -r1.22 -r1.23 src/lib/libedit/sys.h
cvs rdiff -u -r1.21 -r1.22 src/lib/libedit/terminal.c
cvs rdiff -u -r1.56 -r1.57 src/lib/libedit/tty.c
cvs rdiff -u -r1.6 -r1.7 src/lib/libedit/TEST/tc1.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libedit/TEST/wtc1.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libedit/readline/Makefile
cvs rdiff -u -r1.38 -r1.39 src/lib/libedit/readline/readline.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2016-02-17 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Wed Feb 17 19:44:40 UTC 2016

Modified Files:
src/sys/kern: kern_rndq.c

Log Message:
Don't schedule a softint if we have nothing to do.

Some systems seem to have gotten stuck in a softint processing loop
doing nothing and then trying to do it again.  Might fix gson's
frozen qemu/anita sparc autobuilds -- tested on macallan's real sparc
hardware and confirmed to fix at least some freeze at boot.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/kern/kern_rndq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2016-02-17 Thread Michael Lorenz
Module Name:xsrc
Committed By:   macallan
Date:   Wed Feb 17 18:51:41 UTC 2016

Modified Files:
xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c

Log Message:
add a shadowfb update function which endian-swaps 32bit pixels, use if we
have hardware with BGRA pixel format ( like a wrong-endian ARGB framebuffer )
with this applications that use xrender work properly on things like mgx in
32bit colour


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb.h
cvs rdiff -u -r1.25 -r1.26 \
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2016-02-17 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Wed Feb 17 10:52:55 UTC 2016

Modified Files:
src/sys/dev/usb: ubt.c

Log Message:
extend the match function, to match devices from a selection of
manufacturers that use modern Broadcom chips, and which represent
as a vendor-specific device class.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/usb/ubt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.