Author: rwatson
Date: Wed Feb 25 10:59:56 2009
New Revision: 189026
URL: http://svn.freebsd.org/changeset/base/189026
Log:
Merge r185747, r185774, r185807, r185849, r185964, r185965, r186051,
r186052 from head to stable/7; note that only the locking fixes and
invariants checking are added fr
Author: rwatson
Date: Wed Feb 25 11:18:18 2009
New Revision: 189029
URL: http://svn.freebsd.org/changeset/base/189029
Log:
Correct a deadlock and a rtentry leak in rt_check():
- In the event that a gateway route has to be looked up, drop the lock
on 'rt' before reacquiring it 'rt0' in o
Author: rwatson
Date: Wed Feb 25 11:37:19 2009
New Revision: 189030
URL: http://svn.freebsd.org/changeset/base/189030
Log:
Merge r179458 from head to stable/7:
Import rewritten nve device id's, which brings this more
inline with if_nfe.
PR: 110883
Submitted by:
Author: rwatson
Date: Wed Feb 25 11:44:03 2009
New Revision: 189031
URL: http://svn.freebsd.org/changeset/base/189031
Log:
Merge r186825 from head to stable/7:
Do a lockless read of the audit pipe list before grabbing the audit pipe
lock in order to avoid the lock acquire hit if the p
Author: rwatson
Date: Wed Feb 25 12:00:15 2009
New Revision: 189032
URL: http://svn.freebsd.org/changeset/base/189032
Log:
Merge r184508 from head to stable/7:
Historically, /dev/auditpipe has allows only whole records to be read via
read(2), which meant that records longer than the b
On Wed, 25 Feb 2009, Robert Watson wrote:
Author: rwatson
Date: Wed Feb 25 11:18:18 2009
New Revision: 189029
URL: http://svn.freebsd.org/changeset/base/189029
Log:
Correct a deadlock and a rtentry leak in rt_check():
- In the event that a gateway route has to be looked up, drop the lock
Author: rwatson
Date: Wed Feb 25 12:32:15 2009
New Revision: 189033
URL: http://svn.freebsd.org/changeset/base/189033
Log:
Merge 3184510 from head to stable/7:
Since there is no longer the opportunity for record truncation, just
return 0 if the truncation counter is queried on an audi
Author: rwatson
Date: Wed Feb 25 13:17:46 2009
New Revision: 189034
URL: http://svn.freebsd.org/changeset/base/189034
Log:
Merge r184534 from head to stable/7:
Allow a single read(2) system call on an audit pipe to retrieve data from
more than one audit record at a time in order to im
Author: rwatson
Date: Wed Feb 25 13:21:28 2009
New Revision: 189035
URL: http://svn.freebsd.org/changeset/base/189035
Log:
Merge r184536 from head to stable/7:
We only allow a partial read of the first record in an audit pipe
record queue, so move the offset field from the per-record
Author: rwatson
Date: Wed Feb 25 13:26:30 2009
New Revision: 189036
URL: http://svn.freebsd.org/changeset/base/189036
Log:
Merge r184540 from head to stable/7:
Add comment for per-pipe stats.
Sponsored by: Apple, Inc.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/cont
Author: rwatson
Date: Wed Feb 25 13:30:17 2009
New Revision: 189037
URL: http://svn.freebsd.org/changeset/base/189037
Log:
Merge r184544 and r184545 from head to stable/7:
Remove stale comment about filtering in audit pipe ioctl routine: we do
support filtering now, although we may wa
Author: rwatson
Date: Wed Feb 25 13:42:38 2009
New Revision: 189038
URL: http://svn.freebsd.org/changeset/base/189038
Log:
Merge r184825 from head to stable/7:
Wrap sx locking of the audit worker sleep lock in macros, update comments.
Sponsored by: Apple, Inc.
Modified:
stable/7
Author: rwatson
Date: Wed Feb 25 13:47:09 2009
New Revision: 189039
URL: http://svn.freebsd.org/changeset/base/189039
Log:
Merge r188122 from head to stable/7:
Eliminate the local variable 'ape' in audit_pipe_kqread(), as it's only
used for an assertion that we don't really need anymo
Author: rwatson
Date: Wed Feb 25 14:08:28 2009
New Revision: 189040
URL: http://svn.freebsd.org/changeset/base/189040
Log:
Merge r183689 from head to stable/7:
Differentiate pr_usrreqs for stream and datagram UNIX domain sockets, and
employ soreceive_dgram for the datagram case.
Modi
Author: rwatson
Date: Wed Feb 25 14:48:13 2009
New Revision: 189042
URL: http://svn.freebsd.org/changeset/base/189042
Log:
Merge 3188124 from head to stable/7:
Remove local variable 'ddp' from DDP's attach and detach routines; they
were used only for assertions, and rather than ifdef'
Author: rwatson
Date: Wed Feb 25 14:26:16 2009
New Revision: 189041
URL: http://svn.freebsd.org/changeset/base/189041
Log:
Merge r188123 from head to stable/7:
Remove written-to but never read local variable 'offset' from
soreceive_dgram().
Submitted by: Christoph Mallon
Modi
Author: rwatson
Date: Wed Feb 25 15:01:26 2009
New Revision: 189043
URL: http://svn.freebsd.org/changeset/base/189043
Log:
Merge r188312 from head to stable/7:
Audit AUE_MAC_EXECVE; currently just the standard AUE_EXECVE arguments
and not the label.
Obtained from:Truste
Author: rwatson
Date: Wed Feb 25 15:04:30 2009
New Revision: 189044
URL: http://svn.freebsd.org/changeset/base/189044
Log:
Merge r188485 from head to stable/7:
Modify fdcopy() so that, during fork(2), it won't copy file descriptors
from the parent to the child process if they have an
Andrew Thompson wrote:
> Author: thompsa
> Date: Tue Feb 24 00:39:48 2009
> New Revision: 188977
> URL: http://svn.freebsd.org/changeset/base/188977
>
> Log:
> Exclude ndis from the LINT build as it currently breaks the build, patches
> to
> move to the new usb stack are in progress.
>
Jus
Just picking a commit at random, but is there any way
to clean up the props on pf, ath and cxgb:
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_hal/ (props changed)
stable/7/sys/dev/cxgb/ (props changed)
stable/7/sys/kern/kern_descrip.c
Or at the very least, ha
On Wednesday 25 February 2009 11:28:46 am Andrew Gallatin wrote:
> Just picking a commit at random, but is there any way
> to clean up the props on pf, ath and cxgb:
>
> > stable/7/sys/contrib/pf/ (props changed)
> > stable/7/sys/dev/ath/ath_hal/ (props changed)
> > stable/7/sys/dev/cxgb
On Wed, 25 Feb 2009, John Baldwin wrote:
On Wednesday 25 February 2009 11:28:46 am Andrew Gallatin wrote:
Just picking a commit at random, but is there any way
to clean up the props on pf, ath and cxgb:
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_hal/ (props chan
On Wednesday 25 February 2009 12:27:23 pm Nathan Whitehorn wrote:
> John Baldwin wrote:
> > Author: jhb
> > Date: Mon Feb 2 19:54:16 2009
> > New Revision: 188018
> > URL: http://svn.freebsd.org/changeset/base/188018
> >
> > Log:
> > - Add a new ioctl to /dev/pci to fetch details on an individu
On Wed, 2009-02-25 at 12:51 -0500, John Baldwin wrote:
> On Wednesday 25 February 2009 12:27:23 pm Nathan Whitehorn wrote:
> > John Baldwin wrote:
> > > Author: jhb
> > > Date: Mon Feb 2 19:54:16 2009
> > > New Revision: 188018
> > > URL: http://svn.freebsd.org/changeset/base/188018
> > >
> > > L
Author: rnoland
Date: Wed Feb 25 18:16:50 2009
New Revision: 189045
URL: http://svn.freebsd.org/changeset/base/189045
Log:
Remove the PZERO priority from mtx_sleep.
MFC after:2 weeks
Modified:
head/sys/dev/drm/drmP.h
Modified: head/sys/dev/drm/drmP.h
Author: rnoland
Date: Wed Feb 25 18:19:16 2009
New Revision: 189046
URL: http://svn.freebsd.org/changeset/base/189046
Log:
There is no reason to hold the lock here.
When I was LOCK_PROFILING this was pretty high up and there is no
reason for it.
MFC after:2 weeks
Modified:
hea
Author: rnoland
Date: Wed Feb 25 18:22:57 2009
New Revision: 189047
URL: http://svn.freebsd.org/changeset/base/189047
Log:
The vblank_swap ioctl was fundamentally race prone. Get rid of it.
MFC after:2 weeks
Modified:
head/sys/dev/drm/i915_dma.c
head/sys/dev/drm/i915_drv.h
head/
Author: rnoland
Date: Wed Feb 25 18:25:47 2009
New Revision: 189048
URL: http://svn.freebsd.org/changeset/base/189048
Log:
The i915 driver was the only consumer of locked task support.
Now that it doesn't use it anymore, get right of the taskqueue
and locked task support.
MFC after:
John Baldwin wrote:
Author: jhb
Date: Mon Feb 2 19:54:16 2009
New Revision: 188018
URL: http://svn.freebsd.org/changeset/base/188018
Log:
- Add a new ioctl to /dev/pci to fetch details on an individual BAR of a
device. The details include the current value of the BAR (including all
t
Author: rnoland
Date: Wed Feb 25 18:44:50 2009
New Revision: 189049
URL: http://svn.freebsd.org/changeset/base/189049
Log:
This was part of a sync to the code that Intel is shipping in linux.
- Remove the old TTM interface
- Move register definitions to i915_reg.h
- Ov
Author: rnoland
Date: Wed Feb 25 18:48:33 2009
New Revision: 189050
URL: http://svn.freebsd.org/changeset/base/189050
Log:
Add some vblank related debugging and replace the DRM_WAIT_ON macro
with a localized version.
MFC after:2 weeks
Modified:
head/sys/dev/drm/drm_irq.c
Modified:
Author: rnoland
Date: Wed Feb 25 18:50:35 2009
New Revision: 189051
URL: http://svn.freebsd.org/changeset/base/189051
Log:
Prepare the radeon driver for MSI support.
MFC after:2 weeks
Modified:
head/sys/dev/drm/radeon_irq.c
Modified: head/sys/dev/drm/radeon_irq.c
===
Author: rnoland
Date: Wed Feb 25 18:54:35 2009
New Revision: 189052
URL: http://svn.freebsd.org/changeset/base/189052
Log:
Turn on MSI if the card supports it. There is a blacklist for chips
which report that they are capable of MSI, but don't work correctly.
MFC after:2 weeks
Modif
Author: rnoland
Date: Wed Feb 25 18:56:49 2009
New Revision: 189053
URL: http://svn.freebsd.org/changeset/base/189053
Log:
Remove D_NEEDGIANT.
MFC after:2 weeks
Modified:
head/sys/dev/drm/drm_drv.c
Modified: head/sys/dev/drm/drm_drv.c
Hi Robert,
* Robert Noland wrote:
> +static struct drm_msi_blacklist_entry drm_msi_blacklist[] = {
> + {0x8086, 0x2772}, /* Intel i945G*/ \
> + {0x8086, 0x27A2}, /* Intel i945GM */ \
> + {0x8086, 0x27AE}, /* Intel i945GME */ \
> + {0, 0}
> +};
Wouldn't it be be
Author: rnoland
Date: Wed Feb 25 20:24:13 2009
New Revision: 189054
URL: http://svn.freebsd.org/changeset/base/189054
Log:
The GM45 handles vblank differently. Pull the changes from Intel in.
MFC after:2 Weeks
Modified:
head/sys/dev/drm/i915_dma.c
head/sys/dev/drm/i915_drv.c
hea
Author: jkim
Date: Wed Feb 25 20:26:48 2009
New Revision: 189055
URL: http://svn.freebsd.org/changeset/base/189055
Log:
Enable support for PAT_WRITE_PROTECTED and PAT_UNCACHED cache modes
unconditionally on amd64. On i386, we assume PAT is usable if the CPU
vendor is not Intel or CPU model
On Wed, 2009-02-25 at 20:42 +0100, Ed Schouten wrote:
> Hi Robert,
>
> * Robert Noland wrote:
> > +static struct drm_msi_blacklist_entry drm_msi_blacklist[] = {
> > + {0x8086, 0x2772}, /* Intel i945G*/ \
> > + {0x8086, 0x27A2}, /* Intel i945GM */ \
> > + {0x8086, 0x27AE}, /* I
* Robert Noland wrote:
> On Wed, 2009-02-25 at 20:42 +0100, Ed Schouten wrote:
> > Hi Robert,
> >
> > * Robert Noland wrote:
> > > +static struct drm_msi_blacklist_entry drm_msi_blacklist[] = {
> > > + {0x8086, 0x2772}, /* Intel i945G*/ \
> > > + {0x8086, 0x27A2}, /* Intel i945GM *
Author: emaste
Date: Wed Feb 25 20:56:27 2009
New Revision: 189056
URL: http://svn.freebsd.org/changeset/base/189056
Log:
MFC r177490 - diff reduction w/ head.
Use linker set to collection all target operations.
Modified:
stable/7/lib/libthread_db/ (props changed)
stable/7/lib/libt
In message: <20090225205253.gt19...@hoeg.nl>
Ed Schouten writes:
: * Robert Noland wrote:
: > On Wed, 2009-02-25 at 20:42 +0100, Ed Schouten wrote:
: > > Hi Robert,
: > >
: > > * Robert Noland wrote:
: > > > +static struct drm_msi_blacklist_entry drm_msi_blacklist[] = {
: > > > +
Author: sobomax
Date: Wed Feb 25 22:24:56 2009
New Revision: 189057
URL: http://svn.freebsd.org/changeset/base/189057
Log:
Fix typo in comments in r189023.
Modified:
head/sys/amd64/amd64/mp_machdep.c
head/sys/i386/i386/mp_machdep.c
Modified: head/sys/amd64/amd64/mp_machdep.c
==
Robert Noland wrote:
On Wed, 2009-02-25 at 12:51 -0500, John Baldwin wrote:
On Wednesday 25 February 2009 12:27:23 pm Nathan Whitehorn wrote:
John Baldwin wrote:
Author: jhb
Date: Mon Feb 2 19:54:16 2009
New Revision: 188018
URL: http://svn.freebsd.org/changeset/base/188018
Log:
- Add a ne
On Wed, 2009-02-25 at 18:35 -0600, Nathan Whitehorn wrote:
> Robert Noland wrote:
> > On Wed, 2009-02-25 at 12:51 -0500, John Baldwin wrote:
> >> On Wednesday 25 February 2009 12:27:23 pm Nathan Whitehorn wrote:
> >>> John Baldwin wrote:
> Author: jhb
> Date: Mon Feb 2 19:54:16 2009
> >>
Author: emaste
Date: Thu Feb 26 03:36:10 2009
New Revision: 189058
URL: http://svn.freebsd.org/changeset/base/189058
Log:
MFC r177490 - diff reduction w/ head.
Use linker set to collection all target operations.
Modified:
stable/6/lib/libthread_db/ (props changed)
stable/6/lib/libt
On Wed, Feb 25, 2009 at 11:47:38PM +0800, Ganbold wrote:
> Andrew Thompson wrote:
> > Author: thompsa
> > Date: Tue Feb 24 00:39:48 2009
> > New Revision: 188977
> > URL: http://svn.freebsd.org/changeset/base/188977
> >
> > Log:
> > Exclude ndis from the LINT build as it currently breaks the buil
Author: sam
Date: Thu Feb 26 06:16:15 2009
New Revision: 189059
URL: http://svn.freebsd.org/changeset/base/189059
Log:
add more gpio registers
Modified:
head/tools/tools/ath/athregs/dumpregs_5416.c
Modified: head/tools/tools/ath/athregs/dumpregs_5416.c
===
47 matches
Mail list logo