Re: CVS commit: src/sys/arch

2015-11-13 Thread Christos Zoulas
In article <20151113235600.68160682715d32da26bd8...@phoenix.owl.de>, Frank Wille wrote: >On Fri, 13 Nov 2015 08:45:29 +1100 >matthew green wrote: > >> > I didn't manage to make the "wskbd" protocol the default in the X >> > server, so you have to provide a small xorg.conf with Option "Protocol"

Re: CVS commit: src/sys/arch

2015-11-13 Thread Frank Wille
On Fri, 13 Nov 2015 08:45:29 +1100 matthew green wrote: > > I didn't manage to make the "wskbd" protocol the default in the X > > server, so you have to provide a small xorg.conf with Option "Protocol" > > "wskbd". The standard protocol will not work as the Amiga wskbd cannot > > be switched into

re: CVS commit: src/common/lib/libc/stdlib

2015-11-13 Thread matthew green
Christos Zoulas writes: > In article <2015111344.ga13...@britannica.bec.de>, > Joerg Sonnenberger wrote: > >On Thu, Nov 12, 2015 at 12:23:51PM -0500, Christos Zoulas wrote: > >> Module Name: src > >> Committed By: christos > >> Date: Thu Nov 12 17:23:51 UTC 2015 > >>

Re: CVS commit: src/common/lib/libc/stdlib

2015-11-13 Thread Christos Zoulas
In article <2015111344.ga13...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Thu, Nov 12, 2015 at 12:23:51PM -0500, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Thu Nov 12 17:23:51 UTC 2015 >> >> Modified Files: >> src/common/li

Re: CVS commit: src/common/lib/libc/stdlib

2015-11-13 Thread Joerg Sonnenberger
On Thu, Nov 12, 2015 at 12:23:51PM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Thu Nov 12 17:23:51 UTC 2015 > > Modified Files: > src/common/lib/libc/stdlib: _strtol.h _strtoul.h > > Log Message: > Recognize 0[bB] as binary (base 2) Based on w