Author: gonzo
Date: Sun Mar 18 03:42:54 2012
New Revision: 233106
URL: http://svn.freebsd.org/changeset/base/233106
Log:
Fix TLS for statically linked binaries
Approved by: cognet
Modified:
head/lib/libc/arm/gen/_set_tp.c
Modified: head/lib/libc/arm/gen/_set_tp.c
==
Author: marius
Date: Sun Mar 18 02:19:30 2012
New Revision: 233105
URL: http://svn.freebsd.org/changeset/base/233105
Log:
Declare some variables static in order to reduce the object size and
redo r232822 in a less hackish way. The latter now no longer breaks
compiling the x86 boot2 with clan
Author: gonzo
Date: Sun Mar 18 01:43:41 2012
New Revision: 233104
URL: http://svn.freebsd.org/changeset/base/233104
Log:
- Fix logic for detection if further processing of PMC should be performed.
pmc_intr returns one if one of the counters actually triggered the IRQ
- style(9) fixed
Mo
Author: davidxu
Date: Sun Mar 18 00:22:29 2012
New Revision: 233103
URL: http://svn.freebsd.org/changeset/base/233103
Log:
Some software think a mutex can be destroyed after it owned it, for
example, it uses a serialization point like following:
pthread_mutex_lock(&mutex);
pthr
Author: kib
Date: Sat Mar 17 23:55:18 2012
New Revision: 233102
URL: http://svn.freebsd.org/changeset/base/233102
Log:
Do not claim that msync(2) is obsoleted [1].
Document EIO from msync(2).
Inspired by PR:docs/165929 [1]
Reviewed by: jilles
MFC after: 2 weeks
Modified
On Saturday 17 March 2012 12:48:17 Bruce Evans wrote:
> On Fri, 16 Mar 2012, Julian Elischer wrote:
>> On 3/16/12 12:42 PM, Tijl Coosemans wrote:
>>> int32_t en_sw; /* status word (16bits) */
>>
>> what's wrong with this picture?
>
> Only the excessive indentation in the new v
On 03/17/2012 17:14, Nathan Whitehorn wrote:
On Mar 17, 2012, at 5:04 PM, Alan Cox wrote:
Author: alc
Date: Sat Mar 17 22:04:58 2012
New Revision: 233097
URL: http://svn.freebsd.org/changeset/base/233097
Log:
With the changes over the past year to how accesses to the page's dirty
field are
On Fri, Feb 10, 2012, Martin Cracauer wrote:
> Author: cracauer
> Date: Fri Feb 10 22:16:17 2012
> New Revision: 231449
> URL: http://svn.freebsd.org/changeset/base/231449
>
> Log:
> Fix bin/164947: tee looses data when writing to non-blocking file
> descriptors
>
> tee was not handling EA
Author: kib
Date: Sat Mar 17 23:03:20 2012
New Revision: 233101
URL: http://svn.freebsd.org/changeset/base/233101
Log:
Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs client
behaviour on error from write RPC back to behaviour of old nfs client.
When set to not zero, the pages fo
Author: kib
Date: Sat Mar 17 23:00:32 2012
New Revision: 233100
URL: http://svn.freebsd.org/changeset/base/233100
Log:
In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flag
if the filesystem performed short write and we are skipping the page
due to this.
Propogate write e
On Saturday 17 March 2012 23:38:54 Doug Barton wrote:
> On 03/17/2012 09:40, Hans Petter Selasky wrote:
> > Author: hselasky
> > Date: Sat Mar 17 16:40:15 2012
> > New Revision: 233090
> > URL: http://svn.freebsd.org/changeset/base/233090
> >
> > Log:
> > The UMS module is now loaded by rules in
On 03/17/2012 09:40, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Sat Mar 17 16:40:15 2012
> New Revision: 233090
> URL: http://svn.freebsd.org/changeset/base/233090
>
> Log:
> The UMS module is now loaded by rules in /etc/devd/usb.conf which
> are executed by devd. Remove duplicate k
Author: dim
Date: Sat Mar 17 22:29:05 2012
New Revision: 233099
URL: http://svn.freebsd.org/changeset/base/233099
Log:
MFC 232322:
Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that
installs clang as /usr/bin/cc, /usr/bin/c++ and /usr/bin/cpp.
Note this does
On Mar 17, 2012, at 5:04 PM, Alan Cox wrote:
Author: alc
Date: Sat Mar 17 22:04:58 2012
New Revision: 233097
URL: http://svn.freebsd.org/changeset/base/233097
Log:
With the changes over the past year to how accesses to the page's
dirty
field are synchronized, there is no need for pmap_pro
Author: peter
Date: Sat Mar 17 22:12:09 2012
New Revision: 233098
URL: http://svn.freebsd.org/changeset/base/233098
Log:
Make sure libgcc_s is finished building in _startup_libs before
building libcxxrt with high -j levels. The workaround in
libc++/Makefile isn't necessary once that race is
Author: alc
Date: Sat Mar 17 22:04:58 2012
New Revision: 233097
URL: http://svn.freebsd.org/changeset/base/233097
Log:
With the changes over the past year to how accesses to the page's dirty
field are synchronized, there is no need for pmap_protect() to acquire
the page queues lock unless it
Author: rmh
Date: Sat Mar 17 21:51:39 2012
New Revision: 233096
URL: http://svn.freebsd.org/changeset/base/233096
Log:
Hide a few declarations from userland (including `struct inpcbgroup'). This
removes the dependency on which was introduced with SVN
rev 222748 (due to CACHE_LINE_SIZE).
Author: hselasky
Date: Sat Mar 17 16:40:15 2012
New Revision: 233090
URL: http://svn.freebsd.org/changeset/base/233090
Log:
The UMS module is now loaded by rules in /etc/devd/usb.conf which
are executed by devd. Remove duplicate kldload.
Reported by: joel @
MFC after:1 week
Modifi
On Fri, 16 Mar 2012 21:30:26 + (UTC) Martin Matuska
wrote:
> Author: mm
> Date: Fri Mar 16 21:30:26 2012
> New Revision: 233048
> URL: http://svn.freebsd.org/changeset/base/233048
>
> Log:
> Unhide /dev/zfs in devfsrules_jail.
>
> The /dev/zfs device is required for managing jailed ZF
Author: brueffer
Date: Sat Mar 17 12:36:45 2012
New Revision: 233089
URL: http://svn.freebsd.org/changeset/base/233089
Log:
MFC: r232316
Update bridge(4) default values.
Modified:
stable/7/sbin/ifconfig/ifconfig.8
Directory Properties:
stable/7/sbin/ifconfig/ (props changed)
Modifie
Author: brueffer
Date: Sat Mar 17 12:35:49 2012
New Revision: 233088
URL: http://svn.freebsd.org/changeset/base/233088
Log:
MFC: r232316
Update bridge(4) default values.
Modified:
stable/8/sbin/ifconfig/ifconfig.8
Directory Properties:
stable/8/sbin/ifconfig/ (props changed)
Modifie
Author: brueffer
Date: Sat Mar 17 12:33:12 2012
New Revision: 233087
URL: http://svn.freebsd.org/changeset/base/233087
Log:
MFC: r232316
Update bridge(4) default values.
Modified:
stable/9/sbin/ifconfig/ifconfig.8
Directory Properties:
stable/9/sbin/ifconfig/ (props changed)
Modifie
Author: brueffer
Date: Sat Mar 17 12:24:17 2012
New Revision: 233086
URL: http://svn.freebsd.org/changeset/base/233086
Log:
MFC: r232315
Use a more appropriate default for the maximum number of addresses in the
bridge forwarding table.
Modified:
stable/7/sys/net/if_bridge.c
Directory P
Author: brueffer
Date: Sat Mar 17 12:15:35 2012
New Revision: 233085
URL: http://svn.freebsd.org/changeset/base/233085
Log:
MFC: r232315
Use a more appropriate default for the maximum number of addresses in the
bridge forwarding table.
Modified:
stable/8/sys/net/if_bridge.c
Directory P
Author: brueffer
Date: Sat Mar 17 12:11:53 2012
New Revision: 233084
URL: http://svn.freebsd.org/changeset/base/233084
Log:
MFC: r232315
Use a more appropriate default for the maximum number of addresses in the
bridge forwarding table.
Modified:
stable/9/sys/net/if_bridge.c
Directory P
On Fri, 16 Mar 2012, Julian Elischer wrote:
On 3/16/12 12:42 PM, Tijl Coosemans wrote:
int32_t en_sw; /* status word (16bits) */
what's wrong with this picture?
Only the excessive indentation in the new version.
The 16 in the comment is not mismatched with 32 in the code,
Author: ed
Date: Sat Mar 17 09:10:43 2012
New Revision: 233083
URL: http://svn.freebsd.org/changeset/base/233083
Log:
MFC r232780 and r232781:
Fix whitespace.
Modified:
stable/9/usr.sbin/watch/watch.c
Directory Properties:
stable/9/usr.sbin/watch/ (props changed)
Modified: stable/
Author: adrian
Date: Sat Mar 17 07:29:11 2012
New Revision: 233082
URL: http://svn.freebsd.org/changeset/base/233082
Log:
style(9) changes.
Modified:
head/sys/mips/atheros/ar724x_chip.c
Modified: head/sys/mips/atheros/ar724x_chip.c
Author: adrian
Date: Sat Mar 17 07:25:23 2012
New Revision: 233081
URL: http://svn.freebsd.org/changeset/base/233081
Log:
Begin fleshing out MII clock rate configuration changes.
These are needed for some particular port configurations where the default
speed isn't suitable for all link s
29 matches
Mail list logo