Author: theraven
Date: Fri Sep 6 07:58:23 2013
New Revision: 255294
URL: http://svnweb.freebsd.org/changeset/base/255294
Log:
Add stub implementations of the missing C++11 math functions.
These are weak and so can be replaced by other versions in applications
that choose to do so, and will
Le 03/09/2013 20:10, John Baldwin a écrit :
Yes, orm0 is eating it. Try this along with using RF_SHAREABLE in your
call to BUS_ALLOC_RESOURCE():
Index: x86/isa/orm.c
(...)
- res = bus_alloc_resource_any(child, SYS_RES_MEMORY, &rid, 0);
+ res = bus_alloc_resource_any(
On Thu, Sep 05, 2013 at 11:00:24PM +, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Thu Sep 5 23:00:24 2013
> New Revision: 255273
> URL: http://svnweb.freebsd.org/changeset/base/255273
>
> Log:
> Align stacks of kernel threads correctly at 16-byte boundaries rather than
> making s
Author: jilles
Date: Fri Sep 6 09:08:40 2013
New Revision: 255296
URL: http://svnweb.freebsd.org/changeset/base/255296
Log:
Update some signal man pages for multithreading.
Modified:
head/lib/libc/sys/sigaction.2
head/lib/libc/sys/sigpending.2
head/lib/libc/sys/sigreturn.2
head/lib/lib
Author: theraven
Date: Fri Sep 6 09:46:44 2013
New Revision: 255297
URL: http://svnweb.freebsd.org/changeset/base/255297
Log:
Fix the namespace pollution caused by iconv.h including stdbool.h
This broke any C89 ports that defined bool themselves, including things
like gcc, gtk, and so on.
On Fri, Sep 06, 2013 at 09:46:45AM +, David Chisnall wrote:
> --- head/lib/libiconv_modules/MakefileFri Sep 6 09:08:40 2013
> (r255296)
> +++ head/lib/libiconv_modules/MakefileFri Sep 6 09:46:44 2013
> (r255297)
> @@ -2,6 +2,9 @@
>
> .include
>
> +CFLAGS+
Author: theraven
Date: Fri Sep 6 10:40:38 2013
New Revision: 255298
URL: http://svnweb.freebsd.org/changeset/base/255298
Log:
Use Makefile.inc instead of .export.
Modified:
head/lib/libiconv_modules/Makefile
head/lib/libiconv_modules/Makefile.inc
Modified: head/lib/libiconv_modules/Makefi
On 6 Sep 2013, at 11:36, Konstantin Belousov wrote:
> This is extremely rude. Such things are traditionally (and properly)
> done with Makefile.inc in our tree. Look at the very beginning of
> mk/bsd.init.mk.
I was not aware of Makefile.inc, thank you.
> But the whole commit is hack. If you
Author: loos
Date: Fri Sep 6 12:47:14 2013
New Revision: 255300
URL: http://svnweb.freebsd.org/changeset/base/255300
Log:
Fix the leakage of dma tags on if_arge. The leak occur when arge_start()
add some packet(s) to tx ring and arge_stop() is called before receive the
sent packet interrup
Author: jilles
Date: Fri Sep 6 12:56:49 2013
New Revision: 255301
URL: http://svnweb.freebsd.org/changeset/base/255301
Log:
libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream.
A *.t file should provide Test Anything Protocol output so that it can be
run using the Perl "
Author: jilles
Date: Fri Sep 6 12:59:48 2013
New Revision: 255302
URL: http://svnweb.freebsd.org/changeset/base/255302
Log:
libc/stdio: Run mkostemp test using prove.
Added:
head/tools/regression/lib/libc/stdio/test-mkostemp.t (contents, props
changed)
Added: head/tools/regression/lib/li
On 09/06/13 03:53, Roman Divacky wrote:
On Thu, Sep 05, 2013 at 11:00:24PM +, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Thu Sep 5 23:00:24 2013
New Revision: 255273
URL: http://svnweb.freebsd.org/changeset/base/255273
Log:
Align stacks of kernel threads correctly at 16-byte bound
Author: jilles
Date: Fri Sep 6 13:47:16 2013
New Revision: 255303
URL: http://svnweb.freebsd.org/changeset/base/255303
Log:
libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).
Austin Group issue #411 requires 'e' to be accepted before and after 'x',
and encourages
Author: mav
Date: Fri Sep 6 14:31:52 2013
New Revision: 255304
URL: http://svnweb.freebsd.org/changeset/base/255304
Log:
Fix kernel panic if cache->nelms is zero.
MFC after:2 weeks
Modified:
head/sys/cam/scsi/scsi_enc_ses.c
Modified: head/sys/cam/scsi/scsi_enc_ses.c
===
Author: pjd
Date: Fri Sep 6 14:34:20 2013
New Revision: 255305
URL: http://svnweb.freebsd.org/changeset/base/255305
Log:
Bump __FreeBSD_version to 153 after cap_rights_t change.
Suggested by: danfe
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==
On Fri, Sep 06, 2013 at 04:43:54AM +, Alexey Dokuchaev wrote:
> On Thu, Sep 05, 2013 at 12:09:57AM +, Pawel Jakub Dawidek wrote:
> > Author: pjd
> > Date: Thu Sep 5 00:09:56 2013
> > New Revision: 255219
> > URL: http://svnweb.freebsd.org/changeset/base/255219
> >
> > Log:
> > Change th
Author: bryanv
Date: Fri Sep 6 15:19:57 2013
New Revision: 255307
URL: http://svnweb.freebsd.org/changeset/base/255307
Log:
Add camcontrol support for the SCSI sanitize command
Reviewed by: ken, mjacob (eariler version)
Sponsored by: Netapp
Modified:
head/sbin/camcontrol/camcontrol.8
Author: bryanv
Date: Fri Sep 6 16:34:09 2013
New Revision: 255310
URL: http://svnweb.freebsd.org/changeset/base/255310
Log:
Add firmware downloading support for Samsung drives
Tested on Samsung SM1625 SSDs.
Modified:
head/sbin/camcontrol/camcontrol.8
head/sbin/camcontrol/fwdownload.c
Author: glebius
Date: Fri Sep 6 17:44:13 2013
New Revision: 255318
URL: http://svnweb.freebsd.org/changeset/base/255318
Log:
Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations
to MD headers.
Modified:
head/sys/arm/include/sf_buf.h
head/sys/i386/include/sf_buf.h
head/sys
Author: delphij
Date: Fri Sep 6 18:41:57 2013
New Revision: 255320
URL: http://svnweb.freebsd.org/changeset/base/255320
Log:
Return BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.
This change is a 9.2-RELEASE candidate.
Approved by: HighPoint Technologies
Modified:
head/sys/dev/h
On 09/06/13 15:23, David Chisnall wrote:
> On 6 Sep 2013, at 21:11, Nathan Whitehorn wrote:
>
>> Don't you mean MACHINE here? Otherwise native builds on pc98 will fail
>> due to:
>>
>>> +# The pc98 bootloader requires gcc to build and so we must leave gcc
>>> enabled
>>> +# for pc98 for now.
>>>
On 6 Sep 2013, at 21:25, Nathan Whitehorn wrote:
> Thanks! I ran into one other issue with the patch: c++filt continues to
> be built, but will be removed by make delete-old, which I guess is not
> intentional.
Hmm, no that's not intentional. Why is make delete-old deleting it?
David
Author: mav
Date: Fri Sep 6 15:41:37 2013
New Revision: 255309
URL: http://svnweb.freebsd.org/changeset/base/255309
Log:
Make SES driver adequately react on simple enclosure devices -- read Short
Enclosure status to enclosure status field, clear previous state and exit.
Modified:
head/sys/
Author: kib
Date: Fri Sep 6 16:48:34 2013
New Revision: 255311
URL: http://svnweb.freebsd.org/changeset/base/255311
Log:
In pmap_ts_referenced(), when restarting the loop due to pv list
generation changed, do not drop and immediately relock the pv list.
Suggested and reviewed by:alc
Author: theraven
Date: Fri Sep 6 20:23:15 2013
New Revision: 255322
URL: http://svnweb.freebsd.org/changeset/base/255322
Log:
Fix use of MACHINE_ARCH where MACHINE was intended for pc98 detection.
Reported by: nwhitehorn
Modified:
head/share/mk/bsd.own.mk
Modified: head/share/mk/bsd.o
Author: kib
Date: Fri Sep 6 16:53:48 2013
New Revision: 255312
URL: http://svnweb.freebsd.org/changeset/base/255312
Log:
Only lock pvh_global_lock read-only for pmap_page_wired_mappings(),
pmap_is_modified() and pmap_is_referenced(), same as it was done for
pmap_ts_referenced().
Consol
Will this break cross building on 9.x host? I hit this:
c++ -O2 -pipe
-I/tank/home/delphij/head/lib/clang/libllvmsupport/../../../contrib/llvm/include
-I/tank/home/delphij/head/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include
-I/tank/home/delphij/head/lib/clang/libllvmsupport/
On 09/06/13 22:08, David Chisnall wrote:
> Author: theraven
> Date: Fri Sep 6 20:08:03 2013
> New Revision: 255321
> URL: http://svnweb.freebsd.org/changeset/base/255321
>
> Log:
> On platforms where clang is the default compiler, don't build gcc or
> libstdc++.
> To enable them, set WITH_GC
Author: theraven
Date: Fri Sep 6 20:42:14 2013
New Revision: 255324
URL: http://svnweb.freebsd.org/changeset/base/255324
Log:
Only set -Wno-c++11-extensions if we're building with clang, so bootstrapping
clang with gcc doesn't fail.
Modified:
head/share/mk/bsd.own.mk
Modified: head/share/
Thanks for the report. I've now bracketed the extra flag in a check that we're
compiling with clang, which should fix it, so let me know if it still breaks
for you.
David
On 6 Sep 2013, at 21:34, Xin LI wrote:
> Will this break cross building on 9.x host? I hit this:
>
> c++ -O2 -pipe
>
Author: theraven
Date: Fri Sep 6 20:46:07 2013
New Revision: 255325
URL: http://svnweb.freebsd.org/changeset/base/255325
Log:
Don't delete c++filt when doing a make delete-old if GCC is not built but
C++ is.
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/buil
On 6 Sep 2013, at 21:11, Nathan Whitehorn wrote:
> Don't you mean MACHINE here? Otherwise native builds on pc98 will fail
> due to:
>
>> +# The pc98 bootloader requires gcc to build and so we must leave gcc enabled
>> +# for pc98 for now.
>> +.if ${__TT} == "pc98"
>> +__DEFAULT_NO_OPTIONS+=GNUCX
Author: bryanv
Date: Fri Sep 6 21:26:36 2013
New Revision: 255330
URL: http://svnweb.freebsd.org/changeset/base/255330
Log:
Bump .Dd after r255307 and r255310
Requested by: joel
Modified:
head/sbin/camcontrol/camcontrol.8
Modified: head/sbin/camcontrol/camcontrol.8
Author: zeising (doc,ports committer)
Date: Fri Sep 6 20:49:48 2013
New Revision: 255326
URL: http://svnweb.freebsd.org/changeset/base/255326
Log:
Add WITH_GCC alongside WITHOUT_GCC.
Remove the comment from WITHOUT_GCC about this not working without an
alternate toolchain, we have clang now
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 09/06/13 13:43, David Chisnall wrote:
> Thanks for the report. I've now bracketed the extra flag in a
> check that we're compiling with clang, which should fix it, so let
> me know if it still breaks for you.
That's fast! Thanks, this is fixed
Author: zeising (doc,ports committer)
Date: Fri Sep 6 20:51:15 2013
New Revision: 255327
URL: http://svnweb.freebsd.org/changeset/base/255327
Log:
Regenerate after unhooking gcc/g++ from the default build for some arches.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man
On 09/06/13 12:18, Gleb Smirnoff wrote:
> On Fri, Sep 06, 2013 at 05:32:29PM +, Jamie Gritton wrote:
> J> Author: jamie
> J> Date: Fri Sep 6 17:32:29 2013
> J> New Revision: 255316
> J> URL: http://svnweb.freebsd.org/changeset/base/255316
> J>
> J> Log:
> J> Keep PRIV_KMEM_READ permitted in
Author: theraven
Date: Fri Sep 6 20:08:03 2013
New Revision: 255321
URL: http://svnweb.freebsd.org/changeset/base/255321
Log:
On platforms where clang is the default compiler, don't build gcc or
libstdc++.
To enable them, set WITH_GCC and WITH_GNUCXX in src.conf.
Make clang default to usin
Author: jilles
Date: Fri Sep 6 21:02:06 2013
New Revision: 255328
URL: http://svnweb.freebsd.org/changeset/base/255328
Log:
libc: Use SOCK_CLOEXEC for various internal file descriptors.
This change avoids undesirably passing some internal file descriptors to a
process created (fork+exec)
On 09/06/13 15:08, David Chisnall wrote:
> Author: theraven
> Date: Fri Sep 6 20:08:03 2013
> New Revision: 255321
> URL: http://svnweb.freebsd.org/changeset/base/255321
>
> Log:
> On platforms where clang is the default compiler, don't build gcc or
> libstdc++.
> To enable them, set WITH_GCC
Author: gibbs
Date: Fri Sep 6 22:17:02 2013
New Revision: 255331
URL: http://svnweb.freebsd.org/changeset/base/255331
Log:
Implement PV IPIs for PVHVM guests and further converge PV and HVM
IPI implmementations.
Submitted by: Roger Pau Monné
Sponsored by: Citrix Systems R&D
Submitted
Author: davide
Date: Fri Sep 6 21:02:43 2013
New Revision: 255329
URL: http://svnweb.freebsd.org/changeset/base/255329
Log:
Retire netisr.netisr_direct and netisr.netisr_direct_force sysctls.
These were used to control/export dispatch policy but they're not anymore.
This commit cannot be MF
On Fri, Sep 6, 2013 at 11:02 PM, Davide Italiano wrote:
> Author: davide
> Date: Fri Sep 6 21:02:43 2013
> New Revision: 255329
> URL: http://svnweb.freebsd.org/changeset/base/255329
>
> Log:
> Retire netisr.netisr_direct and netisr.netisr_direct_force sysctls.
> These were used to control/ex
Author: bryanv
Date: Fri Sep 6 20:24:21 2013
New Revision: 255323
URL: http://svnweb.freebsd.org/changeset/base/255323
Log:
Add vmx device to the i386 and amd64 NOTES files
Modified:
head/sys/amd64/conf/NOTES
head/sys/i386/conf/NOTES
Modified: head/sys/amd64/conf/NOTES
===
On Thu, Sep 05, 2013 at 12:35:24PM +, Dag-Erling SmÞrgrav wrote:
> Author: des
> Date: Thu Sep 5 12:35:23 2013
> New Revision: 255243
> URL: http://svnweb.freebsd.org/changeset/base/255243
>
> Log:
> authpf needs /var/authpf to exist and be writable by group authpf.
Thanks!
--
Jeremie L
Author: jamie
Date: Fri Sep 6 17:32:29 2013
New Revision: 255316
URL: http://svnweb.freebsd.org/changeset/base/255316
Log:
Keep PRIV_KMEM_READ permitted inside jails as it is on the outside.
Modified:
head/sys/kern/kern_jail.c
Modified: head/sys/kern/kern_jail.c
Author: rmacklem
Date: Fri Sep 6 23:14:31 2013
New Revision: 255333
URL: http://svnweb.freebsd.org/changeset/base/255333
Log:
Intermittent crashes in the NLM (rpc.lockd) code during system
shutdown was reporetd via email. The crashes occurred because the
client side NLM would attempt to use
Author: loos
Date: Fri Sep 6 23:39:56 2013
New Revision: 255334
URL: http://svnweb.freebsd.org/changeset/base/255334
Log:
Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the last
pin unavailable.
Reported and tested by: sbruno (ar71xx)
Approved by: adrian (ment
Author: loos
Date: Fri Sep 6 23:47:50 2013
New Revision: 255335
URL: http://svnweb.freebsd.org/changeset/base/255335
Log:
Remove the hardcoded limit for the number of gpio_pins that can be used.
Allocate it dynamically.
Approved by: adrian (mentor)
Modified:
head/sys/mips/atheros/ar7
Author: jilles
Date: Fri Sep 6 23:49:54 2013
New Revision: 255336
URL: http://svnweb.freebsd.org/changeset/base/255336
Log:
libc: Make resolver sockets close-on-exec (SOCK_CLOEXEC).
Although the resolver's sockets are exposed to applications via res_state,
I do not expect them to pass th
On Fri, Sep 06, 2013 at 05:32:29PM +, Jamie Gritton wrote:
J> Author: jamie
J> Date: Fri Sep 6 17:32:29 2013
J> New Revision: 255316
J> URL: http://svnweb.freebsd.org/changeset/base/255316
J>
J> Log:
J> Keep PRIV_KMEM_READ permitted inside jails as it is on the outside.
J>
J> Modified:
J>
On Fri, Sep 6, 2013 at 7:37 AM, Gleb Smirnoff wrote:
> Author: glebius
> Date: Fri Sep 6 05:37:49 2013
> New Revision: 255289
> URL: http://svnweb.freebsd.org/changeset/base/255289
>
> Log:
> On those machines, where sf_bufs do not represent any real object, make
> sf_buf_alloc()/sf_buf_free
On Fri, Sep 6, 2013 at 3:24 PM, Bryan Venteicher wrote:
> Author: bryanv
> Date: Fri Sep 6 20:24:21 2013
> New Revision: 255323
> URL: http://svnweb.freebsd.org/changeset/base/255323
>
> Log:
> Add vmx device to the i386 and amd64 NOTES files
>
>
FWIW - I'm on the fence about adding vmx to GEN
On 6 Sep 2013, at 21:26, David Chisnall wrote:
> On 6 Sep 2013, at 21:25, Nathan Whitehorn wrote:
>
>> Thanks! I ran into one other issue with the patch: c++filt continues to
>> be built, but will be removed by make delete-old, which I guess is not
>> intentional.
>
> Hmm, no that's not intent
Author: luigi
Date: Fri Sep 6 17:16:33 2013
New Revision: 255313
URL: http://svnweb.freebsd.org/changeset/base/255313
Log:
r253616 nuked BINMAKE so we need to adapt to the new definition
Modified:
head/release/picobsd/build/picobsd
Modified: head/release/picobsd/build/picobsd
==
Author: luigi
Date: Fri Sep 6 17:19:57 2013
New Revision: 255315
URL: http://svnweb.freebsd.org/changeset/base/255315
Log:
comment out some stale loader configurations.
Modified:
head/release/picobsd/build/picobsd
Modified: head/release/picobsd/build/picobsd
Author: luigi
Date: Fri Sep 6 17:18:43 2013
New Revision: 255314
URL: http://svnweb.freebsd.org/changeset/base/255314
Log:
generate multiple host keys and do that unconditionally
Modified:
head/release/picobsd/build/picobsd
Modified: head/release/picobsd/build/picobsd
==
Author: tuexen
Date: Sat Sep 7 00:45:24 2013
New Revision: 255337
URL: http://svnweb.freebsd.org/changeset/base/255337
Log:
When computing the partial delivery point, take the
receiver socket buffer size correctly into account.
MFC after: 1 week
Modified:
head/sys/netinet/sctp_indata.
Author: pfg
Date: Sat Sep 7 02:45:51 2013
New Revision: 255338
URL: http://svnweb.freebsd.org/changeset/base/255338
Log:
ext2fs: temporarily disable htree directory index.
Our code does not consider yet the case of hash collisions. This
is a rather annoying situation where two or more fi
Author: pfg
Date: Sat Sep 7 03:10:12 2013
New Revision: 255339
URL: http://svnweb.freebsd.org/changeset/base/255339
Log:
newfs_msdos: fix inaccurate comments.
The fields from deMTime and deMDate in the DOS directory entry
are actually the last-modified time/date.
According to some o
Author: dteske
Date: Sat Sep 7 03:24:22 2013
New Revision: 255340
URL: http://svnweb.freebsd.org/changeset/base/255340
Log:
Long URLs don't always appear even with autosizing and other tricks. So,
add some whitespace to put the URL on a line by itself, maximizing view.
Modified:
head/usr.s
Author: dteske
Date: Sat Sep 7 03:27:13 2013
New Revision: 255341
URL: http://svnweb.freebsd.org/changeset/base/255341
Log:
Remove unnecessary mediaClose (FTP operations are done with either ftp(1)
or fetch(1), neither of which are stateful, compared to how sysinstall(8)
did FTP operations,
Author: grehan
Date: Sat Sep 7 03:33:36 2013
New Revision: 255342
URL: http://svnweb.freebsd.org/changeset/base/255342
Log:
Mask off the vector from the MSI-x data word.
Some o/s's set the trigger-mode level bit which
results in an invalid vector and pass-thru interrupts
not being deliver
Author: neel
Date: Sat Sep 7 05:30:34 2013
New Revision: 255343
URL: http://svnweb.freebsd.org/changeset/base/255343
Log:
Allocate VPIDs by using the unit number allocator to keep do the bookkeeping.
Also deal with VPID exhaustion by allocating out of a reserved range as the
last resort.
Author: joel (doc committer)
Date: Sat Sep 7 05:44:53 2013
New Revision: 255344
URL: http://svnweb.freebsd.org/changeset/base/255344
Log:
- Begin sentence on a new line.
- Minor language fixes.
Modified:
head/sbin/camcontrol/camcontrol.8
Modified: head/sbin/camcontrol/camcontrol.8
===
Author: hselasky
Date: Sat Sep 7 06:53:59 2013
New Revision: 255347
URL: http://svnweb.freebsd.org/changeset/base/255347
Log:
Disable USB 3.0 streams mode by default, hence not all XHCI chipsets
implement it to avoid undefined behaviour.
Modified:
head/sys/dev/usb/controller/xhci.c
Modifi
66 matches
Mail list logo