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
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: 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: 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: 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
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: 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
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
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 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 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: 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: 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
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
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
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
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(
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: 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
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)
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
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
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
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
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 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
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 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: 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
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
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: 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 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.
>
>
33 matches
Mail list logo