Author: adrian
Date: Fri Dec 23 08:32:53 2011
New Revision: 228834
URL: http://svn.freebsd.org/changeset/base/228834
Log:
Port over some GPIO and LED fixes.
* As a preparation for AR9287 GPIO support, add in the AR9287 GPIO mask.
* Fix the association mask values; these are post-shift val
Author: mm
Date: Fri Dec 23 08:50:26 2011
New Revision: 228835
URL: http://svn.freebsd.org/changeset/base/228835
Log:
Fix typo s/xz/libarchive/
Reported by: Emil Mikulic (private e-mail)
MFC after:12 days
Modified:
head/contrib/libarchive/FREEBSD-upgrade
Modified: head/contrib/li
Author: adrian
Date: Fri Dec 23 08:53:22 2011
New Revision: 228836
URL: http://svn.freebsd.org/changeset/base/228836
Log:
Port over some more GPIO fixes from the atheros reference HAL.
* Bring the AR5416 GPIO mux mask code in line with the code from the
HAL.
* Add HAL_DEBUG_GPIO de
Author: adrian
Date: Fri Dec 23 09:09:10 2011
New Revision: 228837
URL: http://svn.freebsd.org/changeset/base/228837
Log:
Disable the code which hard-sets the LEDs on. This prevents the LED
state from correctly updating things.
The reference driver directly enables/disables the LED state
Author: kib
Date: Fri Dec 23 09:09:42 2011
New Revision: 228838
URL: http://svn.freebsd.org/changeset/base/228838
Log:
Optimize the common case of msyncing the whole file mapping with
MS_SYNC flag. The system must guarantee that all writes are finished
before syscalls returned. Schedule the
Author: dim
Date: Fri Dec 23 13:50:33 2011
New Revision: 228841
URL: http://svn.freebsd.org/changeset/base/228841
Log:
Amend r228822 by not directly adding to CWARNFLAGS, but to an optional
CWARNEXTRA variable, which gets included into the initial CWARNFLAGS
setting. This makes it easier to
Author: cperciva
Date: Fri Dec 23 15:00:37 2011
New Revision: 228843
URL: http://svn.freebsd.org/changeset/base/228843
Log:
Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]
Add an API for alerting internal libc routines to the presence of
"unsafe" paths post-ch
Author: cperciva
Date: Fri Dec 23 15:00:37 2011
New Revision: 228843
URL: http://svn.freebsd.org/changeset/base/228843
Log:
Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]
Add an API for alerting internal libc routines to the presence of
"unsafe" paths post-ch
Author: cperciva
Date: Fri Dec 23 15:00:37 2011
New Revision: 228843
URL: http://svn.freebsd.org/changeset/base/228843
Log:
Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]
Add an API for alerting internal libc routines to the presence of
"unsafe" paths post-ch
Author: cperciva
Date: Fri Dec 23 15:00:37 2011
New Revision: 228843
URL: http://svn.freebsd.org/changeset/base/228843
Log:
Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]
Add an API for alerting internal libc routines to the presence of
"unsafe" paths post-ch
(r228843)
@@ -8,6 +8,22 @@ Items affecting the ports and packages s
/usr/ports/UPDATING. Please read that file before running
portupgrade.
+20111223: p9 FreeBSD-SA-11:06.bind, FreeBSD-SA-11:07.chroot
+ FreeBSD-SA-11:08.telnetd, Free
On Friday, December 23, 2011 10:00:38 am Colin Percival wrote:
> Author: cperciva
> Date: Fri Dec 23 15:00:37 2011
> New Revision: 228843
> URL: http://svn.freebsd.org/changeset/base/228843
>
> Log:
> Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]
>
> Add an AP
Author: luigi
Date: Fri Dec 23 16:02:14 2011
New Revision: 228844
URL: http://svn.freebsd.org/changeset/base/228844
Log:
whitespace fixes (one missing newline, one extra tab)
Modified:
head/sys/dev/netmap/if_em_netmap.h
head/sys/dev/netmap/ixgbe_netmap.h
Modified: head/sys/dev/netmap/if_em
Author: luigi
Date: Fri Dec 23 16:03:57 2011
New Revision: 228845
URL: http://svn.freebsd.org/changeset/base/228845
Log:
1. don't use if_pspare directly, but through a macro WMA()
2. move a variable declaration at the beginning of a block
Modified:
head/sys/dev/netmap/netmap.c
head/sys
On Friday, December 23, 2011 10:58:46 am John Baldwin wrote:
> On Friday, December 23, 2011 10:00:38 am Colin Percival wrote:
> > Author: cperciva
> > Date: Fri Dec 23 15:00:37 2011
> > New Revision: 228843
> > URL: http://svn.freebsd.org/changeset/base/228843
> >
> > Log:
> > Fix a problem wher
On Fri, 23 Dec 2011 11:22:34 -0500
John Baldwin wrote:
> On Friday, December 23, 2011 10:58:46 am John Baldwin wrote:
> > On Friday, December 23, 2011 10:00:38 am Colin Percival wrote:
> > > Author: cperciva
> > > Date: Fri Dec 23 15:00:37 2011
> > > New Revision: 228843
> > > URL: http://svn.fre
On Fri, Dec 23, 2011 at 12:06:44PM -0500, Alexander Kabaev wrote:
> On Fri, 23 Dec 2011 11:22:34 -0500
> John Baldwin wrote:
>
> > On Friday, December 23, 2011 10:58:46 am John Baldwin wrote:
> > > On Friday, December 23, 2011 10:00:38 am Colin Percival wrote:
> > > > Author: cperciva
> > > > Dat
On Fri, 23 Dec 2011 19:51:43 +0200
Kostik Belousov wrote:
> On Fri, Dec 23, 2011 at 12:06:44PM -0500, Alexander Kabaev wrote:
> > On Fri, 23 Dec 2011 11:22:34 -0500
> > John Baldwin wrote:
> >
> > > On Friday, December 23, 2011 10:58:46 am John Baldwin wrote:
> > > > On Friday, December 23, 201
On Fri, Dec 23, 2011 at 01:20:34PM -0500, Alexander Kabaev wrote:
> On Fri, 23 Dec 2011 19:51:43 +0200
> Kostik Belousov wrote:
>
> > On Fri, Dec 23, 2011 at 12:06:44PM -0500, Alexander Kabaev wrote:
> > > On Fri, 23 Dec 2011 11:22:34 -0500
> > > John Baldwin wrote:
> > >
> > > > On Friday, Dec
On Fri, 23 Dec 2011 20:29:59 +0200
Kostik Belousov wrote:
> On Fri, Dec 23, 2011 at 01:20:34PM -0500, Alexander Kabaev wrote:
> > On Fri, 23 Dec 2011 19:51:43 +0200
> > Kostik Belousov wrote:
> >
> > > On Fri, Dec 23, 2011 at 12:06:44PM -0500, Alexander Kabaev wrote:
> > > > On Fri, 23 Dec 2011
Author: mav
Date: Fri Dec 23 19:12:02 2011
New Revision: 228846
URL: http://svn.freebsd.org/changeset/base/228846
Log:
Use READ CAPACITY(16) to get information about device physical sectors.
As soon as not all devices support READ CAPACITY(16), automatically fall
back to READ CAPACITY(10) if
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/23/11 07:58, John Baldwin wrote:
> On Friday, December 23, 2011 10:00:38 am Colin Percival wrote:
>> Author: cperciva Date: Fri Dec 23 15:00:37 2011 New Revision:
>> 228843 URL: http://svn.freebsd.org/changeset/base/228843
>>
>> Log: Fix a probl
Author: mav
Date: Fri Dec 23 19:53:28 2011
New Revision: 228847
URL: http://svn.freebsd.org/changeset/base/228847
Log:
Addition to r228808:
READ CD is a 12 byte command. So fill additional bytes and update CDB length
when patching READ(10).
MFC after:1 month
Modified:
head/sys/ca
Author: des
Date: Fri Dec 23 20:03:18 2011
New Revision: 228848
URL: http://svn.freebsd.org/changeset/base/228848
Log:
give bapt@ a src bit
Approved by: core
Modified:
svnadmin/conf/access
svnadmin/conf/mentors
Modified: svnadmin/conf/access
==
Author: jhb
Date: Fri Dec 23 20:11:37 2011
New Revision: 228849
URL: http://svn.freebsd.org/changeset/base/228849
Log:
Add post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETEXTATTR() and use
these to trigger a NOTE_ATTRIB EVFILT_VNODE kevent when the extended
attributes of a vnode are change
Author: mav
Date: Fri Dec 23 20:59:13 2011
New Revision: 228851
URL: http://svn.freebsd.org/changeset/base/228851
Log:
Report stripeoffset as zero not stripesize if physical block is zero
aligned, same as it is done for ATA.
Modified:
head/sys/cam/scsi/scsi_da.c
Modified: head/sys/cam/scsi
Author: gonzo
Date: Fri Dec 23 22:10:55 2011
New Revision: 228853
URL: http://svn.freebsd.org/changeset/base/228853
Log:
- Set CF physical address base in sysinfo structure
Modified:
head/sys/mips/cavium/octeon_machdep.c
Modified: head/sys/mips/cavium/octeon_machdep.c
===
On 12/23/2011 10:42, Alexander Kabaev wrote:
> On Fri, 23 Dec 2011 20:29:59 +0200
> Kostik Belousov wrote:
>
>> On Fri, Dec 23, 2011 at 01:20:34PM -0500, Alexander Kabaev wrote:
>>> On Fri, 23 Dec 2011 19:51:43 +0200
>>> Kostik Belousov wrote:
>>>
On Fri, Dec 23, 2011 at 12:06:44PM -0500, A
Author: gonzo
Date: Sat Dec 24 00:22:21 2011
New Revision: 228854
URL: http://svn.freebsd.org/changeset/base/228854
Log:
- Enable usbus on octusb
Modified:
head/sys/dev/usb/controller/usb_controller.c
Modified: head/sys/dev/usb/controller/usb_controller.c
Author: pluknet
Date: Sat Dec 24 00:23:27 2011
New Revision: 228855
URL: http://svn.freebsd.org/changeset/base/228855
Log:
Fix LINT-VIMAGE build after r228814: use virtualized pf_pool_limits.
Modified:
head/sys/contrib/pf/net/if_pfsync.c
Modified: head/sys/contrib/pf/net/if_pfsync.c
Author: lstewart
Date: Sat Dec 24 01:32:01 2011
New Revision: 228856
URL: http://svn.freebsd.org/changeset/base/228856
Log:
Introduce the sysclock_getsnapshot() and sysclock_snap2bintime() KPIs. The
sysclock_getsnapshot() function allows the caller to obtain a snapshot of all
the system cloc
On Fri, Dec 23, 2011 at 4:19 PM, Doug Barton wrote:
> On 12/23/2011 10:42, Alexander Kabaev wrote:
>> On Fri, 23 Dec 2011 20:29:59 +0200
>> Kostik Belousov wrote:
>>
>>> On Fri, Dec 23, 2011 at 01:20:34PM -0500, Alexander Kabaev wrote:
On Fri, 23 Dec 2011 19:51:43 +0200
Kostik Belousov
32 matches
Mail list logo