Author: adrian
Date: Wed Jan 22 08:02:07 2014
New Revision: 261006
URL: http://svnweb.freebsd.org/changeset/base/261006
Log:
Use the correct bitshift operators for the GPIO definitions.
Submitted by: Daan Vreeken
MFC after:1 week
Modified:
head/sys/mips/atheros/ar724xreg.h
Modifi
Hi Adrian,
On Wednesday 22 January 2014 09:02:08 Adrian Chadd wrote:
> Author: adrian
> Date: Wed Jan 22 08:02:07 2014
> New Revision: 261006
> URL: http://svnweb.freebsd.org/changeset/base/261006
>
> Log:
> Use the correct bitshift operators for the GPIO definitions.
>
> Submitted by: D
Author: hselasky
Date: Wed Jan 22 09:57:26 2014
New Revision: 261014
URL: http://svnweb.freebsd.org/changeset/base/261014
Log:
- Fix some non-portable code with regard to endianness. Don't use memmove().
- Fix a range check for maximum transmit length.
- Fix read from missing field when tran
Author: glebius
Date: Wed Jan 22 10:57:42 2014
New Revision: 261024
URL: http://svnweb.freebsd.org/changeset/base/261024
Log:
Fix fallout from r241923. Calculate length of payload in
pim_input() properly.
While here, remove extra variable and incorrect condition
before m_pullup().
Author: skreuzer (doc,ports committer)
Date: Wed Jan 22 14:11:40 2014
New Revision: 261026
URL: http://svnweb.freebsd.org/changeset/base/261026
Log:
add myself to committers-doc.dot
Approved by:hrs (mentor)
Modified:
head/share/misc/committers-doc.dot
Modified: head/share/misc/commi
Author: bapt
Date: Wed Jan 22 14:22:44 2014
New Revision: 261027
URL: http://svnweb.freebsd.org/changeset/base/261027
Log:
Remove pkg_* related info from periodic.conf
Reported by: Robin Brocks
MFC after:3 days
Modified:
head/etc/defaults/periodic.conf
Modified: head/etc/default
Author: glebius
Date: Wed Jan 22 15:44:38 2014
New Revision: 261028
URL: http://svnweb.freebsd.org/changeset/base/261028
Log:
Fix resource leak and simplify code for DIOCCHANGEADDR.
CID: 1007035
Modified:
head/sys/netpfil/pf/pf_ioctl.c
Modified: head/sys/netpfil/pf/pf_ioctl.c
=
Author: glebius
Date: Wed Jan 22 15:58:43 2014
New Revision: 261029
URL: http://svnweb.freebsd.org/changeset/base/261029
Log:
Remove NULL pointer dereference.
CID: 1009118
Modified:
head/sys/netpfil/pf/pf.c
Modified: head/sys/netpfil/pf/pf.c
Author: jhb
Date: Wed Jan 22 16:50:18 2014
New Revision: 261030
URL: http://svnweb.freebsd.org/changeset/base/261030
Log:
Similar to cap_mkdb(1), add endianness support to services_mkdb(1)
to support cross-builds once this is invoked during releases.
Modified:
head/usr.sbin/services_mkdb/ex
Author: jhb
Date: Wed Jan 22 16:59:53 2014
New Revision: 261031
URL: http://svnweb.freebsd.org/changeset/base/261031
Log:
Generate /var/db/services.db during 'make distribution' so that it is
present during new installs. Update etcupdate and mergemaster to
ignore the generated file.
Te
Author: bapt
Date: Wed Jan 22 17:15:17 2014
New Revision: 261032
URL: http://svnweb.freebsd.org/changeset/base/261032
Log:
Add quiet support for kldstat -n
PR: bin/180014
Submitted by: Olivier Cochard-Labbé
MFC after:1 week
Modified:
head/sbin/kldstat/kldstat.8
head/
On Tuesday, January 21, 2014 5:12:30 pm Scott Long wrote:
>
> On Jan 21, 2014, at 9:26 AM, John Baldwin wrote:
>
> > On Monday, January 20, 2014 5:18:44 pm Alexander Kabaev wrote:
> >> On Mon, 20 Jan 2014 11:32:29 -0500
> >> John Baldwin wrote:
> >>
> >>> On Sunday 19 January 2014 18:18:03 Rui
Author: hselasky
Date: Wed Jan 22 17:50:43 2014
New Revision: 261033
URL: http://svnweb.freebsd.org/changeset/base/261033
Log:
We are using the old callout API and should also add one extra tick in
the FreeBSD 10 case.
Suggested by: mav @
MFC after:1 week
Modified:
head/sys/dev/u
Scott Long wrote this message on Tue, Jan 21, 2014 at 15:12 -0700:
> On Jan 21, 2014, at 9:26 AM, John Baldwin wrote:
>
> > On Monday, January 20, 2014 5:18:44 pm Alexander Kabaev wrote:
> >> On Mon, 20 Jan 2014 11:32:29 -0500
> >> John Baldwin wrote:
> >>
> >>> On Sunday 19 January 2014 18:18:
On 1/22/14, 10:14 AM, John-Mark Gurney wrote:
Scott Long wrote this message on Tue, Jan 21, 2014 at 15:12 -0700:
On Jan 21, 2014, at 9:26 AM, John Baldwin wrote:
On Monday, January 20, 2014 5:18:44 pm Alexander Kabaev wrote:
On Mon, 20 Jan 2014 11:32:29 -0500
John Baldwin wrote:
On Sunda
Author: pfg
Date: Wed Jan 22 19:09:41 2014
New Revision: 261034
URL: http://svnweb.freebsd.org/changeset/base/261034
Log:
ext2fs: fix logic error in the previous change.
Use the bitwise negation instead of bogus boolean negation and move
the flag manipulation with the assignment.
Fix so
On Wednesday, January 22, 2014 2:06:39 pm Alfred Perlstein wrote:
>
> On 1/22/14, 10:14 AM, John-Mark Gurney wrote:
> > Scott Long wrote this message on Tue, Jan 21, 2014 at 15:12 -0700:
> >> On Jan 21, 2014, at 9:26 AM, John Baldwin wrote:
> >>
> >>> On Monday, January 20, 2014 5:18:44 pm Alexan
On 1/22/14, 12:27 PM, John Baldwin wrote:
On Wednesday, January 22, 2014 2:06:39 pm Alfred Perlstein wrote:
Hmm, what if locks had a pointer to a 2 element char * array, the first
being the name, the second the type. That would keep the size of the
lock down and most locks could share a common
On 21 Jan 2014, at 11:17, Ronald Klop wrote:
> On Mon, 20 Jan 2014 23:25:50 +0100, Glen Barber wrote:
>
>> Author: gjb
>> Date: Mon Jan 20 22:25:50 2014
>> New Revision: 260939
>> URL: http://svnweb.freebsd.org/changeset/base/260939
>>
>> Log:
>> Document r260888.
>> Sponsored by:The
Author: imp
Date: Wed Jan 22 21:20:08 2014
New Revision: 261038
URL: http://svnweb.freebsd.org/changeset/base/261038
Log:
Implement generic support for early printf. Thought I can't find the
paper trail now, this patch is similar to one posted for one of the
preliminary versions of a new arm
On Wednesday, January 22, 2014 3:59:37 pm Alfred Perlstein wrote:
>
> On 1/22/14, 12:27 PM, John Baldwin wrote:
> > On Wednesday, January 22, 2014 2:06:39 pm Alfred Perlstein wrote:
> >> Hmm, what if locks had a pointer to a 2 element char * array, the first
> >> being the name, the second the typ
Author: imp
Date: Wed Jan 22 21:23:58 2014
New Revision: 261039
URL: http://svnweb.freebsd.org/changeset/base/261039
Log:
Add support for mapping a small range of the SoC devices for debugging
purposes early in boot.
Modified:
head/sys/arm/arm/locore.S
head/sys/conf/options.arm
Modified:
Author: imp
Date: Wed Jan 22 21:49:20 2014
New Revision: 261040
URL: http://svnweb.freebsd.org/changeset/base/261040
Log:
Implement support for early printf. You need to define SOCDEV_{PA,VA}
as described in the comments for the eputc function in your config file.
Modified:
head/sys/arm/at9
Author: imp
Date: Wed Jan 22 22:01:29 2014
New Revision: 261041
URL: http://svnweb.freebsd.org/changeset/base/261041
Log:
Clean up HL201 config (for the hot-e 201 and 101 models from thinlinx).
Make comments match parameters
Add options for early printf so we get regression build testing on
On 1/22/14, 1:22 PM, John Baldwin wrote:
On Wednesday, January 22, 2014 3:59:37 pm Alfred Perlstein wrote:
On 1/22/14, 12:27 PM, John Baldwin wrote:
On Wednesday, January 22, 2014 2:06:39 pm Alfred Perlstein wrote:
Hmm, what if locks had a pointer to a 2 element char * array, the first
being
Author: mav
Date: Wed Jan 22 22:19:53 2014
New Revision: 261042
URL: http://svnweb.freebsd.org/changeset/base/261042
Log:
Mostly revert r260267 and hopefully really fix the original problem.
The latest draft of SBC-3 tells: "A MAXIMUM UNMAP LBA COUNT field set to
a non-zero value indicate
Author: imp
Date: Wed Jan 22 22:25:48 2014
New Revision: 261043
URL: http://svnweb.freebsd.org/changeset/base/261043
Log:
Document EARLY_PRINTF
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
==
--- head/
Alfred Perlstein wrote this message on Wed, Jan 22, 2014 at 14:15 -0800:
>
> On 1/22/14, 1:22 PM, John Baldwin wrote:
> >On Wednesday, January 22, 2014 3:59:37 pm Alfred Perlstein wrote:
> >>On 1/22/14, 12:27 PM, John Baldwin wrote:
> >>>On Wednesday, January 22, 2014 2:06:39 pm Alfred Perlstein w
On 1/22/14, 2:52 PM, John-Mark Gurney wrote:
Alfred Perlstein wrote this message on Wed, Jan 22, 2014 at 14:15 -0800:
On 1/22/14, 1:22 PM, John Baldwin wrote:
On Wednesday, January 22, 2014 3:59:37 pm Alfred Perlstein wrote:
On 1/22/14, 12:27 PM, John Baldwin wrote:
On Wednesday, January 22,
Author: gjb
Date: Wed Jan 22 23:00:29 2014
New Revision: 261044
URL: http://svnweb.freebsd.org/changeset/base/261044
Log:
Disable output about duplicate services, which were not output during
testing.
MFC after:1 month
X-MFC-After: r261031
Sponsored by: The FreeBSD Foundation
Mo
On Wed, Jan 22, 2014 at 11:00:29PM +, Glen Barber wrote:
> Author: gjb
> Date: Wed Jan 22 23:00:29 2014
> New Revision: 261044
> URL: http://svnweb.freebsd.org/changeset/base/261044
>
> Log:
> Disable output about duplicate services, which were not output during
> testing.
>
Which was
Author: jhibbits
Date: Thu Jan 23 01:09:33 2014
New Revision: 261068
URL: http://svnweb.freebsd.org/changeset/base/261068
Log:
Properly sort the arguments to mtx_init(9).
PR: misc/186020
Submitted by: alfred
MFC after:1 week
Modified:
head/sys/dev/adb/adb_kbd.c
head/s
Author: jasone
Date: Thu Jan 23 02:47:36 2014
New Revision: 261071
URL: http://svnweb.freebsd.org/changeset/base/261071
Log:
Update jemalloc to version 3.5.0.
Added:
head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h
(contents, props changed)
head/contrib/jemalloc/i
Author: skreuzer (doc,ports committer)
Date: Thu Jan 23 03:14:48 2014
New Revision: 261072
URL: http://svnweb.freebsd.org/changeset/base/261072
Log:
Remove WITHOUT_ATF as it has been replaced by WITH_TESTS
PR: conf/185326
Reported by: Igor Mozolevsky
Approved by: hrs (mento
On Jan 22, 2014, at 22:14, Steven Kreuzer wrote:
> Author: skreuzer (doc,ports committer)
> Date: Thu Jan 23 03:14:48 2014
> New Revision: 261072
> URL: http://svnweb.freebsd.org/changeset/base/261072
>
> Log:
> Remove WITHOUT_ATF as it has been replaced by WITH_TESTS
>
> PR: conf/18
Author: skreuzer (doc,ports committer)
Date: Thu Jan 23 03:24:38 2014
New Revision: 261073
URL: http://svnweb.freebsd.org/changeset/base/261073
Log:
OpenSSL has been updated to version 1.0.1.f
Approved by: hrs (mentor)
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Mod
.. Make it be an offset into the table rather than a pointer, then we can
do dirty rcu style hacks to just replace and grow the table as we need more
memory.
Don't we have a standard way to pull memory from the top of the physmem
area early on for allocations like this?
Adrian
On Jan 20, 2014 3:5
On 22 Jan 2014, at 20:05, Adrian Chadd wrote:
> .. Make it be an offset into the table rather than a pointer, then we can do
> dirty rcu style hacks to just replace and grow the table as we need more
> memory.
>
> Don't we have a standard way to pull memory from the top of the physmem area
>
On 1/22/14, 8:34 PM, Rui Paulo wrote:
On 22 Jan 2014, at 20:05, Adrian Chadd wrote:
.. Make it be an offset into the table rather than a pointer, then we can do
dirty rcu style hacks to just replace and grow the table as we need more memory.
Don't we have a standard way to pull memory from
On Wed, Jan 22, 2014 at 04:59:53PM +, John Baldwin wrote:
> Author: jhb
> Date: Wed Jan 22 16:59:53 2014
> New Revision: 261031
> URL: http://svnweb.freebsd.org/changeset/base/261031
>
> Log:
> Generate /var/db/services.db during 'make distribution' so that it is
> present during new insta
Author: neel
Date: Thu Jan 23 06:06:50 2014
New Revision: 261074
URL: http://svnweb.freebsd.org/changeset/base/261074
Log:
Set "Interrupt Window Exiting" in the case where there is a vector to be
injected into the vcpu but the VM-entry interruption information field
already has the valid bit
On Wed, Jan 22, 2014 at 11:57:10PM -0600, Bryan Drewery wrote:
> On Wed, Jan 22, 2014 at 04:59:53PM +, John Baldwin wrote:
> > Author: jhb
> > Date: Wed Jan 22 16:59:53 2014
> > New Revision: 261031
> > URL: http://svnweb.freebsd.org/changeset/base/261031
> >
> > Log:
> > Generate /var/db/se
On Thu, Jan 23, 2014 at 12:19:22AM -0600, Bryan Drewery wrote:
> > > Modified: head/etc/Makefile
> > > ==
> > > --- head/etc/Makefile Wed Jan 22 16:50:18 2014(r261030)
> > > +++ head/etc/Makefile Wed Jan 22
On 22 January 2014 20:34, Rui Paulo wrote:
> On 22 Jan 2014, at 20:05, Adrian Chadd wrote:
>
>> .. Make it be an offset into the table rather than a pointer, then we can do
>> dirty rcu style hacks to just replace and grow the table as we need more
>> memory.
>>
>> Don't we have a standard way
44 matches
Mail list logo