Module Name:xsrc
Committed By: wiz
Date: Fri Jul 26 13:37:37 UTC 2013
Modified Files:
xsrc/external/mit/xf86-input-elographics/dist/src: xf86Elo.c
Log Message:
Remove xorg-server-1.9 support (not needed any longer)
to reduce diffs to upstream.
To generate a diff of this
Module Name:src
Committed By: njoly
Date: Fri Jul 26 16:07:51 UTC 2013
Modified Files:
src/sys/rump/librump/rumpkern: rumpcopy.c
Log Message:
Make copyinstr/copyoutstr return EFAULT for special NULL "user"
address.
Ok pooka@.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: njoly
Date: Fri Jul 26 16:09:49 UTC 2013
Modified Files:
src/tests/rump/rumpkern: t_copy.c
Log Message:
New testcase which checks that rump copyin/copyout/copyinstr/copyoutstr
version return EFAULT for special NULL "user" address.
ok pooka@.
Module Name:src
Committed By: martin
Date: Fri Jul 26 18:47:23 UTC 2013
Modified Files:
src/lib/csu/arch/m68k: crt0.S
Log Message:
Simplify to new ___start() signature.
Seems to fix PR port-m68k/48076.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/c
Module Name:src
Committed By: matt
Date: Fri Jul 26 19:49:19 UTC 2013
Modified Files:
src/lib/csu/arch/m68k: crt0.S
Log Message:
Use jbsr and add END(__start)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/csu/arch/m68k/crt0.S
Please note that diffs
Module Name:xsrc
Committed By: wiz
Date: Fri Jul 26 20:37:00 UTC 2013
Modified Files:
xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_kbd.h
Log Message:
Remove unnecessary include, to reduce diffs to upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1
Module Name:src
Committed By: kiyohara
Date: Sat Jul 27 06:43:56 UTC 2013
Modified Files:
src/sys/dev/ic: com.c
Log Message:
Remove white-spaces, null-line and new-line.
To generate a diff of this commit:
cvs rdiff -u -r1.310 -r1.311 src/sys/dev/ic/com.c
Please note tha
Module Name:src
Committed By: kiyohara
Date: Sat Jul 27 06:54:35 UTC 2013
Modified Files:
src/sys/dev/ic: com.c
Log Message:
As for the console of ns16750, comintr() may be called before comopen().
If sc_lcr is not initialized at this time, console will be in an ugly state