On Sun, May 11, 2014 at 12:43:06AM +, Ian Lepore wrote:
> Author: ian
> Date: Sun May 11 00:43:06 2014
> New Revision: 265861
> URL: http://svnweb.freebsd.org/changeset/base/265861
>
> Log:
> Make the hardware memory and instruction barrier functions work on armv4
> and armv5 as well.
>
>
Author: hselasky
Date: Sun May 11 08:17:46 2014
New Revision: 265872
URL: http://svnweb.freebsd.org/changeset/base/265872
Log:
Optimise host mode data roundtrip time. When BULK data is submitted to
the main processing queue, clear the NAK counter for any associated
BULK or CONTROL transfers
On Sat, May 10, 2014 at 12:53:37AM +, Adrian Chadd wrote:
> Author: adrian
> Date: Sat May 10 00:53:36 2014
> New Revision: 265792
> URL: http://svnweb.freebsd.org/changeset/base/265792
>
> Log:
> Add in support to optionally pin the swi threads.
>
> Under enough load, the swi's can ac
Author: brueffer
Date: Sun May 11 09:54:38 2014
New Revision: 265874
URL: http://svnweb.freebsd.org/changeset/base/265874
Log:
MFC: r265269
Make the HARDWARE section ready for release notes generation; sort SEE ALSO.
Compared to the original revision, the list of supported chipsets was
Author: brueffer
Date: Sun May 11 10:06:27 2014
New Revision: 265875
URL: http://svnweb.freebsd.org/changeset/base/265875
Log:
Typo fixes and some language/punctuation improvements.
Modified:
head/share/man/man4/lm75.4
Modified: head/share/man/man4/lm75.4
Author: cperciva
Date: Sun May 11 10:32:58 2014
New Revision: 265876
URL: http://svnweb.freebsd.org/changeset/base/265876
Log:
In cf_get_method, when we don't already know what clock speed the CPU is
running at, guess the nearest value instead of looking for a value within
25 MHz of the obse
On Sun, 2014-05-11 at 10:10 +0300, Konstantin Belousov wrote:
> On Sun, May 11, 2014 at 12:43:06AM +, Ian Lepore wrote:
> > Author: ian
> > Date: Sun May 11 00:43:06 2014
> > New Revision: 265861
> > URL: http://svnweb.freebsd.org/changeset/base/265861
> >
> > Log:
> > Make the hardware memo
Author: ian
Date: Sun May 11 12:55:31 2014
New Revision: 265877
URL: http://svnweb.freebsd.org/changeset/base/265877
Log:
Revert accidental commit of SUBDIR_PARALLEL for sys/modules. (It hasn't
been tested sufficiently).
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makef
On 11 May 2014, at 13:53, Ian Lepore wrote:
> Ooops, indeed, thanks. Although... it's a good change in terms of
> speeding up the build, I just didn't intend to commit it until it got
> tested with -j levels higher than I can test with my little 6-core
> machine.
I'd be happy to test it on a 32
On Sun, 2014-05-11 at 13:58 +0100, David Chisnall wrote:
> On 11 May 2014, at 13:53, Ian Lepore wrote:
>
> > Ooops, indeed, thanks. Although... it's a good change in terms of
> > speeding up the build, I just didn't intend to commit it until it got
> > tested with -j levels higher than I can tes
On Sun, May 11, 2014 at 07:05:16AM -0600, Ian Lepore wrote:
> On Sun, 2014-05-11 at 13:58 +0100, David Chisnall wrote:
> > On 11 May 2014, at 13:53, Ian Lepore wrote:
> >
> > > Ooops, indeed, thanks. Although... it's a good change in terms of
> > > speeding up the build, I just didn't intend to
Author: jilles
Date: Sun May 11 13:48:21 2014
New Revision: 265878
URL: http://svnweb.freebsd.org/changeset/base/265878
Log:
include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLE
or __POSIX_VISIBLE.
Whenever sets __BSD_VISIBLE to non-zero, it also sets
__POSIX_VIS
Author: des
Date: Sun May 11 14:54:17 2014
New Revision: 265879
URL: http://svnweb.freebsd.org/changeset/base/265879
Log:
MFH (r261913): switch default to sha512
MFH (r264964): rewrite so DES still works when not the default
MFH (r262945): clean up man page
Modified:
stable/10/lib/libcryp
Author: des
Date: Sun May 11 15:03:24 2014
New Revision: 265880
URL: http://svnweb.freebsd.org/changeset/base/265880
Log:
MFH (r233462, r236438): mdoc fixes
MFH (r261913): switch default to sha512
MFH (r264964): rewrite so DES still works when not the default
MFH (r262945): clean up man pa
On 11 May 2014 01:31, Slawa Olhovchenkov wrote:
> On Sat, May 10, 2014 at 12:53:37AM +, Adrian Chadd wrote:
>
>> Author: adrian
>> Date: Sat May 10 00:53:36 2014
>> New Revision: 265792
>> URL: http://svnweb.freebsd.org/changeset/base/265792
>>
>> Log:
>> Add in support to optionally pin the
On 05/10/14 23:51, Bruce Evans wrote:
On Sun, 11 May 2014, Nathan Whitehorn wrote:
Log:
Make ofwfb not be painfully slow. This reduces the time for a
verbose boot
on my G4 iBook by more than half. Still 10% slower than syscons, but
that's
much better than a factor of 2.
The slowness had
Author: jilles
Date: Sun May 11 16:34:17 2014
New Revision: 265881
URL: http://svnweb.freebsd.org/changeset/base/265881
Log:
include: Don't expose L_cuserid in strict C standard compliance mode.
L_cuserid is supposed to be exposed only for old POSIX, or in the default
(expose everything)
Author: markj
Date: Sun May 11 16:48:36 2014
New Revision: 265882
URL: http://svnweb.freebsd.org/changeset/base/265882
Log:
MFC r236566 (by zml):
Fix DTrace TSC skew calculation:
The skew calculation here is exactly backwards. We were able to repro
it on a multi-package ESX server runni
Author: nwhitehorn
Date: Sun May 11 16:49:31 2014
New Revision: 265883
URL: http://svnweb.freebsd.org/changeset/base/265883
Log:
Fix interrupt allocation after changes to nexus. This makes PS3 boot
multiuser again (this commit comes from the PS3 itself). Some problems
still exist with SMP, a
On 11 May 2014, at 14:05, Ian Lepore wrote:
> On Sun, 2014-05-11 at 13:58 +0100, David Chisnall wrote:
>> On 11 May 2014, at 13:53, Ian Lepore wrote:
>>
>>> Ooops, indeed, thanks. Although... it's a good change in terms of
>>> speeding up the build, I just didn't intend to commit it until it g
Author: gnn
Date: Sun May 11 17:18:09 2014
New Revision: 265884
URL: http://svnweb.freebsd.org/changeset/base/265884
Log:
MFC: 263302, 264461, 264772
263302:
fix mbuf leak if it does not fit in software queue
264461:
Commit various fixes for the SolarFlare drivers, in particula
Author: pfg
Date: Sun May 11 17:28:57 2014
New Revision: 265885
URL: http://svnweb.freebsd.org/changeset/base/265885
Log:
printf: fix regression after illumos merges.
The "bltin/bltin.h" wrappers do not support exit() and attempting
to call it will exit sh completely.
Note that errx(
Author: alc
Date: Sun May 11 17:41:29 2014
New Revision: 265886
URL: http://svnweb.freebsd.org/changeset/base/265886
Log:
With the new-and-improved vm_fault_copy_entry() (r265843), we can always
avoid soft page faults when adding write access to user wired entries in
vm_map_protect(). Previ
On Sun, 11 May 2014, Nathan Whitehorn wrote:
On 05/10/14 23:51, Bruce Evans wrote:
On Sun, 11 May 2014, Nathan Whitehorn wrote:
Only 10% slower? Bitmapped mode with 256 colors is inherently 4 times
slower for an 8x8 font (8 bytes/char instead 2) of and 8 times slower for
an 8x16 font. That's
On May 11, 2014, at 7:05 AM, Ian Lepore wrote:
> On Sun, 2014-05-11 at 13:58 +0100, David Chisnall wrote:
>> On 11 May 2014, at 13:53, Ian Lepore wrote:
>>
>>> Ooops, indeed, thanks. Although... it's a good change in terms of
>>> speeding up the build, I just didn't intend to commit it until
Author: kib
Date: Sun May 11 18:07:07 2014
New Revision: 265887
URL: http://svnweb.freebsd.org/changeset/base/265887
Log:
Fix locking. The dst_object must remain locked on the retry of the
loop iteration.
Reported and tested by: pho
Sponsored by: The FreeBSD Foundation
MFC afte
Author: nwhitehorn
Date: Sun May 11 18:22:05 2014
New Revision: 265888
URL: http://svnweb.freebsd.org/changeset/base/265888
Log:
OF_peer() in IEEE 1275 returns 0 if no peer exists, not -1.
Modified:
head/sys/dev/ofw/ofwbus.c
Modified: head/sys/dev/ofw/ofwbus.c
===
Author: dim
Date: Sun May 11 18:24:26 2014
New Revision: 265889
URL: http://svnweb.freebsd.org/changeset/base/265889
Log:
Vendor import of llvm RELEASE_34/dot1-final tag r208032 (effectively, 3.4.1
release):
https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_34/dot1-final@208032
Added:
ve
Author: dim
Date: Sun May 11 18:25:50 2014
New Revision: 265890
URL: http://svnweb.freebsd.org/changeset/base/265890
Log:
Tag llvm tags/RELEASE_34/dot1-final r208032 (effectively, 3.4.1 release).
Added:
vendor/llvm/llvm-release_34-r208032/
- copied from r265889, vendor/llvm/dist/
___
Author: dim
Date: Sun May 11 18:26:10 2014
New Revision: 265891
URL: http://svnweb.freebsd.org/changeset/base/265891
Log:
Vendor import of clang RELEASE_34/dot1-final tag r208032 (effectively, 3.4.1
release):
https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_34/dot1-final@208032
Modified:
Author: dim
Date: Sun May 11 18:27:04 2014
New Revision: 265892
URL: http://svnweb.freebsd.org/changeset/base/265892
Log:
Tag clang tags/RELEASE_34/dot1-final r208032 (effectively, 3.4.1 release).
Added:
vendor/clang/clang-release_34-r208032/
- copied from r265891, vendor/clang/dist/
___
On Sat, May 10, 2014 at 7:45 PM, Eitan Adler wrote:
> On 10 May 2014 15:16, Baptiste Daroussin wrote:
> > On Sat, May 10, 2014 at 04:59:15PM +, Eitan Adler wrote:
> >> Author: eadler
> >> Date: Sat May 10 16:59:15 2014
> >> New Revision: 265842
> >> URL: http://svnweb.freebsd.org/changeset/b
Author: thomas
Date: Sun May 11 18:49:18 2014
New Revision: 265893
URL: http://svnweb.freebsd.org/changeset/base/265893
Log:
Minor fixes to previous change introducing switch -H, as per comments
on -arch.
Reviewed by: gleb
Modified:
head/usr.bin/stat/stat.1
head/usr.bin/stat/stat.c
On Sun, May 11, 2014 at 02:47:03PM -0400, Benjamin Kaduk wrote:
> On Sat, May 10, 2014 at 7:45 PM, Eitan Adler wrote:
>
> > On 10 May 2014 15:16, Baptiste Daroussin wrote:
> > > On Sat, May 10, 2014 at 04:59:15PM +, Eitan Adler wrote:
> > >> Author: eadler
> > >> Date: Sat May 10 16:59:15 20
Author: thomas
Date: Sun May 11 20:44:58 2014
New Revision: 265894
URL: http://svnweb.freebsd.org/changeset/base/265894
Log:
MFC rev. 265260:
Add appropriate quoting to allow building with a KERNCONFDIR containing
spaces.
PR: kern/162736
Modified:
stable/10/Makefile.inc1
Author: thomas
Date: Sun May 11 20:44:58 2014
New Revision: 265894
URL: http://svnweb.freebsd.org/changeset/base/265894
Log:
MFC rev. 265260:
Add appropriate quoting to allow building with a KERNCONFDIR containing
spaces.
PR: kern/162736
Modified:
stable/9/Makefile.inc1 (
Author: dim
Date: Sun May 11 21:07:00 2014
New Revision: 265895
URL: http://svnweb.freebsd.org/changeset/base/265895
Log:
Allow libstdc++ and libsupc++ to compile with clang again, after the
bsd.*.mk infrastructure changes. Apparently, you must now modify
CXXFLAGS *before* including bsd.lib
Author: jilles
Date: Sun May 11 21:21:14 2014
New Revision: 265896
URL: http://svnweb.freebsd.org/changeset/base/265896
Log:
accept(),accept4(): Don't set *addrlen = 0 on [ECONNABORTED].
If the underlying protocol reported an error (e.g. because a connection was
closed while waiting in th
On May 11, 2014, at 3:07 PM, Dimitry Andric wrote:
> Author: dim
> Date: Sun May 11 21:07:00 2014
> New Revision: 265895
> URL: http://svnweb.freebsd.org/changeset/base/265895
>
> Log:
> Allow libstdc++ and libsupc++ to compile with clang again, after the
> bsd.*.mk infrastructure changes. A
Author: imp
Date: Sun May 11 23:22:32 2014
New Revision: 265898
URL: http://svnweb.freebsd.org/changeset/base/265898
Log:
Attempt to walk a fine line between current usage (/usr/ports which
does an out-of-tree build without setting MAKESYSPATH) and recently
added requirements (JIRA's buildin
Author: imp
Date: Mon May 12 01:47:45 2014
New Revision: 265899
URL: http://svnweb.freebsd.org/changeset/base/265899
Log:
s/JIRA/Jenkins/g in comments. I was confused.
Modified:
head/sys/conf/kern.opts.mk
Modified: head/sys/conf/kern.opts.mk
==
Author: nwhitehorn
Date: Mon May 12 02:56:27 2014
New Revision: 265900
URL: http://svnweb.freebsd.org/changeset/base/265900
Log:
Repair some races in IPI handling:
1. Make sure IPI mask is set before sending the IPI
2. Operate atomically on PS3 PIC outstanding interrupt list
3. Make sure I
Author: truckman
Date: Mon May 12 04:27:10 2014
New Revision: 265901
URL: http://svnweb.freebsd.org/changeset/base/265901
Log:
MFC r265363
Avoid unsigned integer overflow which can cause
rman_reserve_resource_bound() to return incorrect results.
Continue the initial search until the
Author: truckman
Date: Mon May 12 04:30:53 2014
New Revision: 265902
URL: http://svnweb.freebsd.org/changeset/base/265902
Log:
MFC r265363
Avoid unsigned integer overflow which can cause
rman_reserve_resource_bound() to return incorrect results.
Continue the initial search until the
Author: eadler
Date: Mon May 12 05:44:55 2014
New Revision: 265903
URL: http://svnweb.freebsd.org/changeset/base/265903
Log:
units(1): use common functions
No need to replicate strdup
Modified:
head/usr.bin/units/units.c
Modified: head/usr.bin/units/units.c
=
Author: eadler
Date: Mon May 12 06:14:14 2014
New Revision: 265904
URL: http://svnweb.freebsd.org/changeset/base/265904
Log:
units(1): unbreak -f option, fix some style, increase compatibility.
- Unbreak the -f option: it was missing a ':'
- gunits -V spits out more information than just
46 matches
Mail list logo