Author: pjd
Date: Mon Nov 1 10:41:05 2010
New Revision: 214622
URL: http://svn.freebsd.org/changeset/base/214622
Log:
1. Remove invalid assertion.
2. Properly recalculate delta in case pthread_cond_timedwait() is interrupted.
3. Style fix.
Reported by: [1] App Deb
Modified:
head/c
Author: pjd
Date: Mon Nov 1 10:42:14 2010
New Revision: 214623
URL: http://svn.freebsd.org/changeset/base/214623
Log:
Fix ztest when it is executed by just 'ztest' and not by full path
'/usr/bin/ztest'.
Modified:
head/cddl/contrib/opensolaris/cmd/ztest/ztest.c
Modified: head/cddl/contrib/
On Sun, 2010-10-31 at 20:11 +0100, Ulrich Spoerlein wrote:
> On Sun, 31.10.2010 at 17:06:03 +0100, Pawel Jakub Dawidek wrote:
> > On Sun, Oct 31, 2010 at 09:21:28AM +, Ulrich Spoerlein wrote:
> > > Author: uqs
> > > Date: Sun Oct 31 09:21:27 2010
> > > New Revision: 214596
> > > URL: http://svn
Author: jhb
Date: Mon Nov 1 15:18:57 2010
New Revision: 214625
URL: http://svn.freebsd.org/changeset/base/214625
Log:
Correct the abbreviations for general I/O and signal traces.
PR: docs/151854
Submitted by: Stephen Veiss stephen of brokenbottle net
MFC after:3 days
Mo
On Thu, Aug 26, 2010 at 11:41:40PM +, Pawel Jakub Dawidek wrote:
> Author: pjd
> Date: Thu Aug 26 23:41:40 2010
> New Revision: 211854
> URL: http://svn.freebsd.org/changeset/base/211854
>
> Log:
> - When VFS_VGET() is not supported, switch to VOP_LOOKUP().
> - We are fine by only share-lo
Author: uqs
Date: Mon Nov 1 17:27:09 2010
New Revision: 214628
URL: http://svn.freebsd.org/changeset/base/214628
Log:
Add DragonflyBSD 2.8 and OpenBSD 4.8 releases
Also expand a stray tab in the family tree
MFC after:1 week
Modified:
head/share/misc/bsd-family-tree
Modified: h
Author: jhb
Date: Mon Nov 1 17:34:04 2010
New Revision: 214629
URL: http://svn.freebsd.org/changeset/base/214629
Log:
Add an x86/include directory to the kernel to hold headers that are common
to amd64, i386, and pc98. The headers are installed to /usr/include/x86
during an installworld, a
Author: jhb
Date: Mon Nov 1 17:40:35 2010
New Revision: 214630
URL: http://svn.freebsd.org/changeset/base/214630
Log:
Move the header to .
Added:
head/sys/x86/include/mca.h
- copied, changed from r214624, head/sys/amd64/include/mca.h
Deleted:
head/sys/amd64/include/mca.h
head/sys/i
Author: jhb
Date: Mon Nov 1 18:18:46 2010
New Revision: 214631
URL: http://svn.freebsd.org/changeset/base/214631
Log:
Move to .
Added:
head/sys/x86/include/apicreg.h
- copied, changed from r214624, head/sys/i386/include/apicreg.h
Deleted:
head/sys/amd64/include/apicreg.h
head/sys/i
Author: jfv
Date: Mon Nov 1 20:19:25 2010
New Revision: 214646
URL: http://svn.freebsd.org/changeset/base/214646
Log:
Sync the lem code up with the vlan and other fixes in em.
Delete a unneeded test from the beginning of em_xmit.
CRITICAL: shared code fix for 82574, a mutex might not be
Author: cognet
Date: Mon Nov 1 21:04:23 2010
New Revision: 214648
URL: http://svn.freebsd.org/changeset/base/214648
Log:
Try to be a little smart at guessing where _start is located in flash, instead
of relying on a binutils bug.
Reported by: dim
Modified:
head/sys/arm/arm/elf_trampo
Author: gonzo
Date: Tue Nov 2 01:24:49 2010
New Revision: 214651
URL: http://svn.freebsd.org/changeset/base/214651
Log:
Fix reading of .debug_line on MIPS64, big-endian:
read_initial_length detects pointer size by checking first
4 bytes of .debug_line and stores it in struct comp_u
Author: gonzo
Date: Tue Nov 2 01:26:21 2010
New Revision: 214652
URL: http://svn.freebsd.org/changeset/base/214652
Log:
- Add ELF core for FreeBSD/mips
- Register all known cores in init function
Modified:
head/contrib/gdb/gdb/mipsfbsd-tdep.c
Modified: head/contrib/gdb/gdb/mipsfbsd-tdep.c
On Mon Nov 1 10, Ken Smith wrote:
> On Sun, 2010-10-31 at 20:11 +0100, Ulrich Spoerlein wrote:
> > On Sun, 31.10.2010 at 17:06:03 +0100, Pawel Jakub Dawidek wrote:
> > > On Sun, Oct 31, 2010 at 09:21:28AM +, Ulrich Spoerlein wrote:
> > > > Author: uqs
> > > > Date: Sun Oct 31 09:21:27 2010
> >
On Mon, Nov 1, 2010 at 6:40 PM, Alexander Best wrote:
> On Mon Nov 1 10, Ken Smith wrote:
>> On Sun, 2010-10-31 at 20:11 +0100, Ulrich Spoerlein wrote:
>> > On Sun, 31.10.2010 at 17:06:03 +0100, Pawel Jakub Dawidek wrote:
>> > > On Sun, Oct 31, 2010 at 09:21:28AM +, Ulrich Spoerlein wrote:
>>
Author: davidxu
Date: Tue Nov 2 02:13:13 2010
New Revision: 214653
URL: http://svn.freebsd.org/changeset/base/214653
Log:
Use sysctl kern.sched.cpusetsize to retrieve size of kernel cpuset.
Modified:
head/lib/libthr/thread/thr_attr.c
Modified: head/lib/libthr/thread/thr_attr.c
=
Author: obrien
Date: Tue Nov 2 05:27:05 2010
New Revision: 214654
URL: http://svn.freebsd.org/changeset/base/214654
Log:
Give the user a hint as to what config(8) is unhappy with.
Modified:
head/usr.sbin/config/mkmakefile.c
Modified: head/usr.sbin/config/mkmakefile.c
===
Author: obrien
Date: Tue Nov 2 05:39:57 2010
New Revision: 214655
URL: http://svn.freebsd.org/changeset/base/214655
Log:
Shorten long lines.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
==
--- head/sy
18 matches
Mail list logo