Author: nyan
Date: Sun Apr 22 04:36:25 2012
New Revision: 234564
URL: http://svn.freebsd.org/changeset/base/234564
Log:
MFi386: revisions 234074 and 234105
- Adding the BSP as an interrupt target directly in cpu_startup().
Modified:
head/sys/pc98/pc98/machdep.c
Modified: head/sys/pc98
Author: marius
Date: Sun Apr 22 00:58:04 2012
New Revision: 234561
URL: http://svn.freebsd.org/changeset/base/234561
Log:
Interrupts must be disabled while handling a partial cache line flush,
as otherwise the interrupt handling code may modify data in the non-DMA
part of the cache line whil
Author: marius
Date: Sun Apr 22 00:43:32 2012
New Revision: 234560
URL: http://svn.freebsd.org/changeset/base/234560
Log:
- Add support for MCI1 revision 2xx controllers and a work-around for their
"Data Write Operation and number of bytes" erratum.
- Use DEVMETHOD_END.
- Use NULL instea
On Sat, Apr 21, 2012 at 12:11:28PM -0500, Brooks Davis wrote:
> On Sat, Apr 21, 2012 at 09:45:57AM -0400, Ryan Stone wrote:
> > Excellent! Thanks to everybody who helped make this happen, starting
> > with the participants at dtrace.conf who gave us the requisite whacks
> > with the clue-by-four.
Author: kib
Date: Sat Apr 21 18:36:53 2012
New Revision: 234556
URL: http://svn.freebsd.org/changeset/base/234556
Log:
When MAP_STACK mapping is created, the map entry is created only to
cover the initial stack size. For MCL_WIREFUTURE maps, the subsequent
call to vm_map_wire() to wire the w
Author: alc
Date: Sat Apr 21 18:26:16 2012
New Revision: 234554
URL: http://svn.freebsd.org/changeset/base/234554
Log:
As documented in vm_page.h, updates to the vm_page's flags no longer
require the page queues lock.
MFC after:1 week
Modified:
head/sys/vm/vm_page.c
Modified: head
Author: imp
Date: Sat Apr 21 17:45:40 2012
New Revision: 234549
URL: http://svn.freebsd.org/changeset/base/234549
Log:
Fix partially merged patch from my external compiler tree in r234546.
Define NM except when we're in strict POSIX mode.
Modified:
head/share/mk/sys.mk
Modified: head/share
On Sat, Apr 21, 2012 at 09:45:57AM -0400, Ryan Stone wrote:
> On Fri, Apr 20, 2012 at 5:37 PM, Brooks Davis wrote:
> > Author: brooks
> > Date: Fri Apr 20 21:37:42 2012
> > New Revision: 234504
> > URL: http://svn.freebsd.org/changeset/base/234504
> >
> > Log:
> > ?Enable DTrace hooks in GENERIC.
Author: imp
Date: Sat Apr 21 16:02:00 2012
New Revision: 234546
URL: http://svn.freebsd.org/changeset/base/234546
Log:
Replace a bare use of nm with ${NM} for easier cross compilation in
environments where nm is spelled differently.
Modified:
head/gnu/lib/libgcc/Makefile
Modified: head/gnu
Author: jasone
Date: Sat Apr 21 15:09:22 2012
New Revision: 234543
URL: http://svn.freebsd.org/changeset/base/234543
Log:
Import jemalloc 606f1fdc3cdbc700717133ca56685313caea24bb (dev branch,
prior to 3.0.0 release), and mangle internal symbols.
Modified:
head/contrib/jemalloc/ChangeLog
h
Author: nwhitehorn
Date: Sat Apr 21 14:39:47 2012
New Revision: 234542
URL: http://svn.freebsd.org/changeset/base/234542
Log:
Organize some members of ucontext_t in the same order they are in the
trap frame. These are usually not used, and so this changes very little.
MFC after:5 days
Author: kevlo
Date: Sat Apr 21 14:30:51 2012
New Revision: 234541
URL: http://svn.freebsd.org/changeset/base/234541
Log:
Add support for the SIMCom SIM5218, tested by me.
Modified:
head/sys/dev/usb/serial/u3g.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/serial/u3g.c
==
Author: dim
Date: Sat Apr 21 14:23:46 2012
New Revision: 234540
URL: http://svn.freebsd.org/changeset/base/234540
Log:
Fix the following clang warning in dpt(4):
sys/dev/dpt/dpt_scsi.c:612:18: error: implicit truncation from 'int' to
bitfield changes value from -2 to 2 [-Werror,-Wconstan
On Fri, Apr 20, 2012 at 5:37 PM, Brooks Davis wrote:
> Author: brooks
> Date: Fri Apr 20 21:37:42 2012
> New Revision: 234504
> URL: http://svn.freebsd.org/changeset/base/234504
>
> Log:
> Enable DTrace hooks in GENERIC.
>
> Reviewed by: gnn
> Approved by: core (jhb, imp)
> Requested by: a c
Author: tuexen
Date: Sat Apr 21 11:53:24 2012
New Revision: 234539
URL: http://svn.freebsd.org/changeset/base/234539
Log:
Fix check used by stream reset related events.
MFC after: 3 days
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctputil.c
Author: joel (doc committer)
Date: Sat Apr 21 11:51:31 2012
New Revision: 234538
URL: http://svn.freebsd.org/changeset/base/234538
Log:
Minor mdoc fixes.
Modified:
head/share/man/man4/iscsi_initiator.4
Modified: head/share/man/man4/iscsi_initiator.4
==
Author: trasz
Date: Sat Apr 21 10:45:46 2012
New Revision: 234537
URL: http://svn.freebsd.org/changeset/base/234537
Log:
Fix use-after-free introduced in r234036.
Reviewed by: mckusick
Tested by:pho
Modified:
head/sys/ufs/ffs/ffs_vfsops.c
Modified: head/sys/ufs/ffs/ffs_vfsops.c
=
On 2012-04-19 23:14, Alexander Best wrote:
On Mon Apr 16 12, Dimitry Andric wrote:
Author: dim
Date: Mon Apr 16 21:23:25 2012
New Revision: 234353
URL: http://svn.freebsd.org/changeset/base/234353
Log:
Upgrade our copy of llvm/clang to trunk r154661, in preparation of the
upcoming 3.1 rel
On Sat, Apr 21, 2012, Peter Jeremy wrote:
> On 2012-Apr-21 06:08:02 +, David Schultz wrote:
> >Log:
> > Fix a bug introduced in r187302 that was causing fputws() to enter an
> > infinite loop pretty much unconditionally.
>
> Unfortunately, I suspect you've just turned an unconditional infin
Author: das
Date: Sat Apr 21 07:31:27 2012
New Revision: 234536
URL: http://svn.freebsd.org/changeset/base/234536
Log:
As noted by Peter Jeremy, r234528 only partially fixed the infinite
loop bug introduced in r187302. This completes the fix.
PR: 167039
MFC after:3 days
On 2012-Apr-21 06:08:02 +, David Schultz wrote:
>Log:
> Fix a bug introduced in r187302 that was causing fputws() to enter an
> infinite loop pretty much unconditionally.
Unfortunately, I suspect you've just turned an unconditional infinite
loop into a conditional one. There's still a "wsp
21 matches
Mail list logo