Author: br
Date: Fri May 30 06:45:50 2014
New Revision: 266872
URL: http://svnweb.freebsd.org/changeset/base/266872
Log:
o Make keyboard-related properties to be compatible with vendor standard
o Allow setting keymap in FDT, use hardcoded one by default
o Represent fallback keymap as a list
Author: ganbold
Date: Fri May 30 06:37:06 2014
New Revision: 266871
URL: http://svnweb.freebsd.org/changeset/base/266871
Log:
Add common kernel config file for Rockchip RK3188 systems by splitting
current RADXA config. Radxa Rock (RR) boards have few types such as
RR (full version), RR Lite
On May 29, 2014, at 18:09, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Fri May 30 01:09:07 2014
> New Revision: 266865
> URL: http://svnweb.freebsd.org/changeset/base/266865
>
> Log:
> Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.
>
> POSIX.1-2008 specifies that those two fu
Author: rpaulo
Date: Fri May 30 05:17:14 2014
New Revision: 266868
URL: http://svnweb.freebsd.org/changeset/base/266868
Log:
Cleanup the RADXA kernel config file a bit and enable modules.
Modified:
head/sys/arm/conf/RADXA
Modified: head/sys/arm/conf/RADXA
Author: jmallett
Date: Fri May 30 04:44:07 2014
New Revision: 266867
URL: http://svnweb.freebsd.org/changeset/base/266867
Log:
Welcome Patrick Kelsey (pkelsey@) to the order of src committers. He
will be contributing drivers and enhancements for various ARM and MIPS
systems, and hopefully w
Author: bjk (doc committer)
Date: Fri May 30 02:16:28 2014
New Revision: 266866
URL: http://svnweb.freebsd.org/changeset/base/266866
Log:
Minor mdoc fix
Submitted by: hrs
Approved by: hrs (mentor, implicit)
Modified:
head/lib/libc/sys/mlock.2
Modified: head/lib/libc/sys/mlock.2
=
Author: pfg
Date: Fri May 30 01:09:07 2014
New Revision: 266865
URL: http://svnweb.freebsd.org/changeset/base/266865
Log:
Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.
POSIX.1-2008 specifies that those two functions should be declared by
including , not (the latter only h
Author: gjb
Date: Fri May 30 00:12:25 2014
New Revision: 266864
URL: http://svnweb.freebsd.org/changeset/base/266864
Log:
Update stable/9 to -BETA1 for the first batch of 9.3-RELEASE
builds.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/sys/conf/
Author: des
Date: Thu May 29 22:34:04 2014
New Revision: 266863
URL: http://svnweb.freebsd.org/changeset/base/266863
Log:
Create /var/unbound/conf.d for additional configuration files.
Ensure that it is used if present.
MFH: 3 weeks
Modified:
head/etc/mtree/BSD.var.dist
head/usr.sbi
Author: emaste
Date: Thu May 29 21:52:42 2014
New Revision: 266862
URL: http://svnweb.freebsd.org/changeset/base/266862
Log:
Correct vt(4) border calculations on font switch
If a vt(4) font does not exactly fit the screen dimensions, the console
window is offset so that it is centered. A
Author: emaste
Date: Thu May 29 21:10:33 2014
New Revision: 266861
URL: http://svnweb.freebsd.org/changeset/base/266861
Log:
Update size in vt_grow if we don't have to reallocate
vt_grow may be called with a new size that's larger than previous but
does not require reallocation - for exam
Author: asomers
Date: Thu May 29 21:03:49 2014
New Revision: 266860
URL: http://svnweb.freebsd.org/changeset/base/266860
Log:
Fix unintended KBI change from r264905. Add _fib versions of
ifa_ifwithnet() and ifa_ifwithdstaddr() The legacy functions will call the
_fib() versions with RT_ALL_
Author: marck (doc committer)
Date: Thu May 29 21:02:57 2014
New Revision: 266859
URL: http://svnweb.freebsd.org/changeset/base/266859
Log:
Change examples to have master skew above 0 to have ability to overwrite this
from the slave (for example, when master is failing on disk IO and could not
Author: cognet
Date: Thu May 29 21:00:06 2014
New Revision: 266858
URL: http://svnweb.freebsd.org/changeset/base/266858
Log:
In uart_bus_grab(), use the ier_mask instead of a custom hack for XScale.
Suggested by: jmg
Modified:
head/sys/dev/uart/uart_dev_ns8250.c
Modified: head/sys/dev/u
Author: hrs
Date: Thu May 29 20:53:53 2014
New Revision: 266857
URL: http://svnweb.freebsd.org/changeset/base/266857
Log:
Add rwlock to struct dadq. A panic could occur when a large number of
addresses performed DAD at the same time.
Modified:
head/sys/netinet6/nd6_nbr.c
Modified: head/sy
On Thu, May 29, 2014 at 01:44:54PM -0700, John-Mark Gurney wrote:
> Olivier Houchard wrote this message on Thu, May 29, 2014 at 19:57 +:
> > Author: cognet
> > Date: Thu May 29 19:57:51 2014
> > New Revision: 266855
> > URL: http://svnweb.freebsd.org/changeset/base/266855
> >
> > Log:
> > In
Olivier Houchard wrote this message on Thu, May 29, 2014 at 19:57 +:
> Author: cognet
> Date: Thu May 29 19:57:51 2014
> New Revision: 266855
> URL: http://svnweb.freebsd.org/changeset/base/266855
>
> Log:
> In the grab function, keep the bit 6 on in the IER, on XScale, using 0
> turns the
Author: emaste
Date: Thu May 29 20:26:01 2014
New Revision: 266856
URL: http://svnweb.freebsd.org/changeset/base/266856
Log:
Correct KASSERT strings
Rows refer to height and cols to width.
Modified:
head/sys/dev/vt/vt_buf.c
Modified: head/sys/dev/vt/vt_buf.c
Author: cognet
Date: Thu May 29 19:57:51 2014
New Revision: 266855
URL: http://svnweb.freebsd.org/changeset/base/266855
Log:
In the grab function, keep the bit 6 on in the IER, on XScale, using 0
turns the UART off, which is unfortunate if one want to use it as a console.
Modified:
head/sys
Author: pfg
Date: Thu May 29 19:43:43 2014
New Revision: 266853
URL: http://svnweb.freebsd.org/changeset/base/266853
Log:
Minor style knit.
Modified:
head/usr.bin/printf/printf.c
Modified: head/usr.bin/printf/printf.c
==
Author: pfg
Date: Thu May 29 19:48:18 2014
New Revision: 266854
URL: http://svnweb.freebsd.org/changeset/base/266854
Log:
Update number of tests.
Suggested by: jmmv
Modified:
head/usr.bin/printf/tests/regress.sh
Modified: head/usr.bin/printf/tests/regress.sh
On 29 May 2014, at 19:27, Michael Tuexen wrote:
> On 29 May 2014, at 20:15, Mark R V Murray wrote:
>
>>
>> On 29 May 2014, at 19:13, Michael Tuexen wrote:
>>
I can make it work on RPI, but trying to find what else it will/won’t work
on is more problematic.
>>> Wouldn't it require
Author: jhb
Date: Thu May 29 19:17:10 2014
New Revision: 266852
URL: http://svnweb.freebsd.org/changeset/base/266852
Log:
Fix pf(4) to build with MAXCPU set to 256. MAXCPU is actually a count,
not a maximum ID value (so it is a cap on mp_ncpus, not mp_maxid).
Modified:
head/sys/netpfil/pf/
On 29 May 2014, at 20:15, Mark R V Murray wrote:
>
> On 29 May 2014, at 19:13, Michael Tuexen wrote:
>
>>> I can make it work on RPI, but trying to find what else it will/won’t work
>>> on is more problematic.
>> Wouldn't it require to use different registers on the RPI? This would mean
>> y
On 29 May 2014, at 19:13, Michael Tuexen wrote:
>> I can make it work on RPI, but trying to find what else it will/won’t work
>> on is more problematic.
> Wouldn't it require to use different registers on the RPI? This would mean you
> would need more #ifdefs…
Thats the problem; too many #ifde
On 29 May 2014, at 19:41, Mark R V Murray wrote:
>
> On 29 May 2014, at 12:05, Hans Petter Selasky wrote:
>
>> On 05/22/14 09:09, Mark R V Murray wrote:
>>>
>>> On 21 May 2014, at 21:15, Hans Petter Selasky wrote:
>>>
On 05/14/14 21:11, Mark Murray wrote:
> Author: markm
> Date
Author: emaste
Date: Thu May 29 18:05:03 2014
New Revision: 266851
URL: http://svnweb.freebsd.org/changeset/base/266851
Log:
Add VGAROM 8x8, 8x14 and 8x16 fonts for vt(4)
These are converted from syscons(4) cp437 fonts.
Added:
head/share/vt/fonts/vgarom-8x14.fnt.uu (contents, props cha
On 29 May 2014, at 12:05, Hans Petter Selasky wrote:
> On 05/22/14 09:09, Mark R V Murray wrote:
>>
>> On 21 May 2014, at 21:15, Hans Petter Selasky wrote:
>>
>>> On 05/14/14 21:11, Mark Murray wrote:
Author: markm
Date: Wed May 14 19:11:15 2014
New Revision: 266083
URL: h
Author: cognet
Date: Thu May 29 16:56:39 2014
New Revision: 266850
URL: http://svnweb.freebsd.org/changeset/base/266850
Log:
Do not hand the VM the memory used for stacks/page tables/etc.
Modified:
head/sys/arm/xscale/i80321/ep80219_machdep.c
head/sys/arm/xscale/i80321/iq31244_machdep.c
h
Author: cognet
Date: Thu May 29 16:54:15 2014
New Revision: 266849
URL: http://svnweb.freebsd.org/changeset/base/266849
Log:
For old CPUs, map the 64 first MB of RAM as it used to be. Some ports
(XScale mainly) expects the memory located before the kernel to be mapped,
and use it to allocate
Author: kib
Date: Thu May 29 16:20:34 2014
New Revision: 266848
URL: http://svnweb.freebsd.org/changeset/base/266848
Log:
Add support for the unmapped i/o to mfi(4).
Tested by:Nicholas Esborn
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/dev/mfi/mf
Author: kib
Date: Thu May 29 16:18:31 2014
New Revision: 266846
URL: http://svnweb.freebsd.org/changeset/base/266846
Log:
When usermode loaded non-default segment selector into the %gs,
correctly prepare KGSBASE msr to restore the user descriptor base on
the last swapgs during return to user
Author: emaste
Date: Thu May 29 16:18:46 2014
New Revision: 266847
URL: http://svnweb.freebsd.org/changeset/base/266847
Log:
Add missing , in converted font output
Submitted by: Claude Buisson
Modified:
head/tools/tools/vt/mkkfont/mkkfont.c
Modified: head/tools/tools/vt/mkkfont/mkkfont.
Author: jhb
Date: Thu May 29 16:03:08 2014
New Revision: 266845
URL: http://svnweb.freebsd.org/changeset/base/266845
Log:
Reorganize this Makefile so that all the bsd.*.mk bits are in one
section at the bottom.
Reviewed by: imp
Modified:
head/sys/Makefile
Modified: head/sys/Makefile
Author: gjb
Date: Thu May 29 15:46:57 2014
New Revision: 266844
URL: http://svnweb.freebsd.org/changeset/base/266844
Log:
Document r266818, default Blowfish crypt(3) format have been
changed to $2b$.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/
Author: gjb
Date: Thu May 29 15:43:51 2014
New Revision: 266843
URL: http://svnweb.freebsd.org/changeset/base/266843
Log:
Fix a typo.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/
Author: jilles
Date: Thu May 29 15:23:37 2014
New Revision: 266842
URL: http://svnweb.freebsd.org/changeset/base/266842
Log:
netinet/in.h: Expose htonl(), htons(), ntohl() and ntohs() in strict POSIX
mode.
Put the htonl(), htons(), ntohl() and ntohs() declarations under
__POSIX_VISIBLE
Author: ray
Date: Thu May 29 14:51:52 2014
New Revision: 266841
URL: http://svnweb.freebsd.org/changeset/base/266841
Log:
Add gallant vt(4) font as an example of font loading for vt(4).
MFC after:7 days
Sponsored by: The FreeBSD Foundation
Added:
head/share/vt/fonts/gallant.fnt.uu
Author: ray
Date: Thu May 29 14:42:26 2014
New Revision: 266840
URL: http://svnweb.freebsd.org/changeset/base/266840
Log:
Revert r266838 to not store fonts as binary file.
Sponsored by: The FreeBSD Foundation
Modified:
Directory Properties:
head/share/ (props changed)
_
Author: ray
Date: Thu May 29 14:39:25 2014
New Revision: 266839
URL: http://svnweb.freebsd.org/changeset/base/266839
Log:
Enable kbdcontrol(1) to use maps from vt(4) keymaps dir /usr/share/vt/keymaps
if vt(4) is present.
MFC after:7 days
Sponsored by: The FreeBSD Foundation
Modifie
Author: ray
Date: Thu May 29 13:41:07 2014
New Revision: 266838
URL: http://svnweb.freebsd.org/changeset/base/266838
Log:
Add gallant vt(4) font as an example of font loading for vt(4).
MFC after:7 days
Sponsored by: The FreeBSD Foundation
Added:
head/share/vt/
head/share/vt/Make
Author: pluknet
Date: Thu May 29 13:35:13 2014
New Revision: 266837
URL: http://svnweb.freebsd.org/changeset/base/266837
Log:
mdoc: add missing paragraph macro.
Modified:
head/lib/libc/gen/sem_wait.3
Modified: head/lib/libc/gen/sem_wait.3
=
Author: ray
Date: Thu May 29 13:09:48 2014
New Revision: 266836
URL: http://svnweb.freebsd.org/changeset/base/266836
Log:
o Teach vidcontrol(1) how to load vt(4) font.
o Teach vidcontrol(1) to distinct which virtual terminal system is running
now.
o Load vt(4) fonts from different location.
Author: ray
Date: Thu May 29 12:29:58 2014
New Revision: 266835
URL: http://svnweb.freebsd.org/changeset/base/266835
Log:
Remove driver as unused.
MFC after:7 days
Sponsored by: The FreeBSD Foundation
Deleted:
head/sys/dev/vt/hw/xboxfb/
_
Author: hselasky
Date: Thu May 29 11:13:40 2014
New Revision: 266834
URL: http://svnweb.freebsd.org/changeset/base/266834
Log:
Factor out kernel configuration for DWC OTG FDT attach code.
Modified:
head/sys/arm/broadcom/bcm2835/files.bcm2835
head/sys/arm/rockchip/files.rk30xx
head/sys/con
Author: hselasky
Date: Thu May 29 11:11:19 2014
New Revision: 266833
URL: http://svnweb.freebsd.org/changeset/base/266833
Log:
Add some more spinlocks to protect the state of the USB transfer
queue. Rename some functions to indicate locking requirements.
MFC after:1 week
Modified:
On 05/22/14 09:09, Mark R V Murray wrote:
On 21 May 2014, at 21:15, Hans Petter Selasky wrote:
On 05/14/14 21:11, Mark Murray wrote:
Author: markm
Date: Wed May 14 19:11:15 2014
New Revision: 266083
URL: http://svnweb.freebsd.org/changeset/base/266083
Log:
Give suitably-endowed ARMs a re
Author: hselasky
Date: Thu May 29 10:46:09 2014
New Revision: 266832
URL: http://svnweb.freebsd.org/changeset/base/266832
Log:
Hook the ISP/SAF1761 driver into MIPS kernel builds.
- Update FDT file for BERI DE4 boards.
- Add needed kernel configuration keywords.
- Rename module to saf1761o
Author: hselasky
Date: Thu May 29 10:06:18 2014
New Revision: 266831
URL: http://svnweb.freebsd.org/changeset/base/266831
Log:
Optimise the ISP/SAF1761 driver:
- Use an interrupt filter for handling the data path interrupts. This
increases the throughput significantly.
- Implement support
49 matches
Mail list logo