On Thu, Jan 8, 2015 at 1:21 AM, Bjoern A. Zeeb <
bzeeb-li...@lists.zabbadoz.net> wrote:
>
> > On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote:
> >
> > On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote:
> > C> Author: rodrigc
> > C> Date: Tue Jan 6 09:03:03 2015
> > C> New Revision:
Author: hselasky
Date: Thu Jan 8 10:13:56 2015
New Revision: 276815
URL: https://svnweb.freebsd.org/changeset/base/276815
Log:
Fix for compilation issue. Don't use the "abs()" function for unsigned
computations.
MFC after:3 days
PR: 196597
Sponsored by: Mellanox Technol
On Thu, Jan 08, 2015 at 01:27:44AM +, Craig Rodrigues wrote:
> @@ -43,11 +43,11 @@
> .Sh DESCRIPTION
> The
> .Fn sleep
> -function suspends execution of the calling process until either
> +function suspends execution of the calling thread until either
> .Fa seconds
> -seconds have elapsed o
Author: rwatson
Date: Thu Jan 8 11:16:21 2015
New Revision: 276818
URL: https://svnweb.freebsd.org/changeset/base/276818
Log:
Replace hand-crafted versions of M_SIZE() and M_START() in uipc_mbuf.c
with calls to the centralised macros, reducing direct use of MLEN and
MHLEN.
Differential
On Thu, 8 Jan 2015, Konstantin Belousov wrote:
On Thu, Jan 08, 2015 at 01:27:44AM +, Craig Rodrigues wrote:
@@ -43,11 +43,11 @@
.Sh DESCRIPTION
The
.Fn sleep
-function suspends execution of the calling process until either
+function suspends execution of the calling thread until either
Thanks, Ed. That's really cool!
Does anyone know what the status of replacing ld is?
Erik
> Den 07/01/2015 kl. 23.02 skrev Ed Maste :
>
> Author: emaste
> Date: Wed Jan 7 22:02:37 2015
> New Revision: 276796
> URL: https://svnweb.freebsd.org/changeset/base/276796
>
> Log:
> Use a set of ELF
In article <201501080039.t080df3o011...@svn.freebsd.org>
Warner Losh writes:
> Author: imp
> Date: Thu Jan 8 00:39:40 2015
> New Revision: 276801
> URL: https://svnweb.freebsd.org/changeset/base/276801
>
> Log:
> Don't call the SSE routines when they aren't enabled (or even compiled
> into
Author: emaste
Date: Thu Jan 8 14:26:49 2015
New Revision: 276819
URL: https://svnweb.freebsd.org/changeset/base/276819
Log:
Fix WITH_LLDB build
A build with WITH_LLDB and not WITH_CLANG_EXTRAS failed after r276783.
Reported by: rodrigc
Modified:
head/lib/clang/libllvmaarch64disas
Author: gjb
Date: Thu Jan 8 14:29:03 2015
New Revision: 276820
URL: https://svnweb.freebsd.org/changeset/base/276820
Log:
Print informational output when NOPORTS is set,
which would otherwise cause pkg-stage.sh to
silently exit.
MFC after:3 days
Sponsored by: The FreeBSD Foundati
Author: emaste
Date: Thu Jan 8 14:35:16 2015
New Revision: 276821
URL: https://svnweb.freebsd.org/changeset/base/276821
Log:
nm: Accept long option --extern-only for -g
Submitted by: jkim
Modified:
head/contrib/elftoolchain/nm/nm.1
head/contrib/elftoolchain/nm/nm.c
Modified: head/con
Author: gjb
Date: Thu Jan 8 14:39:53 2015
New Revision: 276822
URL: https://svnweb.freebsd.org/changeset/base/276822
Log:
Ensure /var/run/ld-elf.so.hints exists before building
pkg(8).
MFC after:3 days
X-MFC-With: r276820
Sponsored by: The FreeBSD Foundation
Modified:
head/r
On 8 January 2015 at 07:54, Erik Cederstrand wrote:
> Thanks, Ed. That's really cool!
>
> Does anyone know what the status of replacing ld is?
The plan is to use lld from the LLVM linker. Good progress is being
made upstream on lld; it can self-host on FreeBSD. We're currently
blocked on linker s
Author: hselasky
Date: Thu Jan 8 14:45:54 2015
New Revision: 276823
URL: https://svnweb.freebsd.org/changeset/base/276823
Log:
Add makefile for the "osmtest" utility. While at it:
- Fix depend target by removing a space after an "-I" inclusion option.
- Fix some minor compile issues in the
Author: hselasky
Date: Thu Jan 8 14:58:54 2015
New Revision: 276824
URL: https://svnweb.freebsd.org/changeset/base/276824
Log:
Use the M_SIZE() macro when possible.
MFC after:3 days
Suggested by: rwatson@
Modified:
head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c
head/sys/o
Author: hselasky
Date: Thu Jan 8 15:10:25 2015
New Revision: 276825
URL: https://svnweb.freebsd.org/changeset/base/276825
Log:
Allow a block size of zero to mean 512 bytes, which is the most common
block size for USB disks. This fixes support for "Action Cam SJ4000".
Reviewed by: mav @
On 08 Jan 2015, at 15:26, Ed Maste wrote:
>
> Author: emaste
> Date: Thu Jan 8 14:26:49 2015
> New Revision: 276819
> URL: https://svnweb.freebsd.org/changeset/base/276819
>
> Log:
> Fix WITH_LLDB build
>
> A build with WITH_LLDB and not WITH_CLANG_EXTRAS failed after r276783.
>
> Reported
Author: jhb
Date: Thu Jan 8 15:20:42 2015
New Revision: 276826
URL: https://svnweb.freebsd.org/changeset/base/276826
Log:
Drop 'new' from the description of NFSCL to match the recent change in
HEAD kernel confs.
Modified:
head/tools/tools/nanobsd/gateworks/G2348
head/tools/tools/nanobsd/
Author: gjb
Date: Thu Jan 8 15:42:10 2015
New Revision: 276827
URL: https://svnweb.freebsd.org/changeset/base/276827
Log:
Ensure the ports directories exist for the list of
packages intended to be included on the DVD, and
remove any nonexistent ports from the final list.
Print the list
Author: gjb
Date: Thu Jan 8 15:50:10 2015
New Revision: 276828
URL: https://svnweb.freebsd.org/changeset/base/276828
Log:
Switch to x11/gnome3 now that x11/gnome2 no
longer exists in the ports tree.
MFC after:3 days
X-MFC-With: r276820, r276822, r276827
Sponsored by: The FreeBS
Author: jhb
Date: Thu Jan 8 15:53:13 2015
New Revision: 276829
URL: https://svnweb.freebsd.org/changeset/base/276829
Log:
Create a cpuset mask for each NUMA domain that is available in the
kernel via the global cpuset_domain[] array. To export these to userland,
add a CPU_WHICH_DOMAIN level
Author: ken
Date: Thu Jan 8 16:27:56 2015
New Revision: 276831
URL: https://svnweb.freebsd.org/changeset/base/276831
Log:
Fix a bug in the CAM SCSI probe code that caused changes in inquiry
data to go undetected.
The probe code does an MD5 checksum of the inquiry data (and page
0x80 se
Author: pfg
Date: Thu Jan 8 16:33:15 2015
New Revision: 276832
URL: https://svnweb.freebsd.org/changeset/base/276832
Log:
sed: Address warnings with clang and gcc48.
MFC after:2 weeks
Modified:
head/usr.bin/sed/Makefile
head/usr.bin/sed/main.c
head/usr.bin/sed/process.c
Modifie
Author: trasz
Date: Thu Jan 8 16:35:09 2015
New Revision: 276833
URL: https://svnweb.freebsd.org/changeset/base/276833
Log:
Make /net use -intr by default. Linux does that, and it seems a good idea.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/etc/auto_ma
Author: sbruno
Date: Thu Jan 8 16:50:35 2015
New Revision: 276834
URL: https://svnweb.freebsd.org/changeset/base/276834
Log:
Update Features2 to display SDBG capability of processor. This is
showing up on Haswell-class CPUs
From the Intel SDM, "Table 3-20. Feature Information Returned i
Author: ken
Date: Thu Jan 8 16:58:40 2015
New Revision: 276835
URL: https://svnweb.freebsd.org/changeset/base/276835
Log:
Improve camcontrol(8) handling of drive defect data.
This includes a new summary mode (-s) for camcontrol defects that
quickly tells the user the most important thing
Author: pfg
Date: Thu Jan 8 17:23:59 2015
New Revision: 276837
URL: https://svnweb.freebsd.org/changeset/base/276837
Log:
Partial revert of r276832:
Do not bump the warns level as it still breaks the gcc build on sparc64
Reported by: jenkins
Modified:
head/usr.bin/sed/Makefile
Mo
Author: ken
Date: Thu Jan 8 17:41:28 2015
New Revision: 276839
URL: https://svnweb.freebsd.org/changeset/base/276839
Log:
Fix Fibre Channel Command Reference Number handling in the isp(4) driver.
The Command Reference Number is used for precise delivery of
commands, and is part of the FC
Author: imp
Date: Thu Jan 8 17:46:42 2015
New Revision: 276840
URL: https://svnweb.freebsd.org/changeset/base/276840
Log:
Need to include opt_cpu.h to access CPU_DISABLE_SSE option. Thankfully, this
only broke i686 configs that disabled SSE.
Submitted by: nyan@
Modified:
head/sys/i386
Author: rodrigc
Date: Thu Jan 8 17:49:07 2015
New Revision: 276841
URL: https://svnweb.freebsd.org/changeset/base/276841
Log:
Do not initialize pfi_unlnkdkifs_mtx and pf_frag_mtx.
They are already initialized by MTX_SYSINIT.
Submitted by: Nikos Vassiliadis
Modified:
head/sys/netpfil/
Author: ken
Date: Thu Jan 8 17:51:12 2015
New Revision: 276842
URL: https://svnweb.freebsd.org/changeset/base/276842
Log:
Close a race in the isp(4) driver that caused devices to disappear
and not automatically come back if they were gone for a short
period of time.
The isp(4) driver h
Author: imp
Date: Thu Jan 8 18:00:38 2015
New Revision: 276843
URL: https://svnweb.freebsd.org/changeset/base/276843
Log:
We don't want tests on these embedded boxes.
Modified:
head/tools/tools/nanobsd/pcengines/common.conf
Modified: head/tools/tools/nanobsd/pcengines/common.conf
==
Author: melifaro
Date: Thu Jan 8 18:02:05 2015
New Revision: 276844
URL: https://svnweb.freebsd.org/changeset/base/276844
Log:
* Use newly-created nd6_grab_holdchain() function to retrieve lle
hold mbuf chain instead of calling full-blown nd6_output_lle()
for each packet. This simplifie
Author: imp
Date: Thu Jan 8 18:28:06 2015
New Revision: 276846
URL: https://svnweb.freebsd.org/changeset/base/276846
Log:
Add infrastructure to build dtb files from dts files.
Added:
head/share/mk/bsd.dtb.mk (contents, props changed)
head/sys/conf/dtb.mk (contents, props changed)
hea
Author: melifaro
Date: Thu Jan 8 18:29:54 2015
New Revision: 276847
URL: https://svnweb.freebsd.org/changeset/base/276847
Log:
Add forgotten definition for nd6_output_ifp().
Modified:
head/sys/netinet6/nd6.c
Modified: head/sys/netinet6/nd6.c
=
Author: markj
Date: Thu Jan 8 18:45:16 2015
New Revision: 276848
URL: https://svnweb.freebsd.org/changeset/base/276848
Log:
Revert r274569. It seems to be causing a crash when merging CTF data for
recent i386 GENERIC kernels.
Reported by: David Wolfskill
Modified:
head/cddl/contrib/o
Author: jhb
Date: Thu Jan 8 18:53:11 2015
New Revision: 276849
URL: https://svnweb.freebsd.org/changeset/base/276849
Log:
Document CPU_WHICH_DOMAIN and bump Dd for cpuset.1.
Missed in:r276829
Modified:
head/lib/libc/sys/cpuset.2
head/usr.bin/cpuset/cpuset.1
Modified: head/lib/lib
Author: jhb
Date: Thu Jan 8 19:11:14 2015
New Revision: 276850
URL: https://svnweb.freebsd.org/changeset/base/276850
Log:
Reject attempts to read the cpuset mask of a negative domain ID.
Modified:
head/sys/kern/kern_cpuset.c
Modified: head/sys/kern/kern_cpuset.c
On 8 January 2015 at 00:13, Ermal Luçi wrote:
>
>
> On Thu, Jan 8, 2015 at 1:21 AM, Bjoern A. Zeeb
> wrote:
>>
>>
>> > On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote:
>> >
>> > On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote:
>> > C> Author: rodrigc
>> > C> Date: Tue Jan 6 09:03
Author: dim
Date: Thu Jan 8 19:47:10 2015
New Revision: 276851
URL: https://svnweb.freebsd.org/changeset/base/276851
Log:
Update compiler-rt to trunk r224034. This brings a number of new
builtins, and also the various sanitizers. Support for these will be
added in a later commit.
Added:
On Thu, Jan 8, 2015 at 10:28 AM, Warner Losh wrote:
> Author: imp
> Date: Thu Jan 8 18:28:06 2015
> New Revision: 276846
> URL: https://svnweb.freebsd.org/changeset/base/276846
>
> Log:
> Add infrastructure to build dtb files from dts files.
...
> Added: head/share/mk/bsd.dtb.mk
> ===
Author: dim
Date: Thu Jan 8 20:08:00 2015
New Revision: 276852
URL: https://svnweb.freebsd.org/changeset/base/276852
Log:
Follow up to r276851 by also committing a necessary update to
lib/libblocksruntime.
Pointy hat to:dim
Modified:
head/lib/libblocksruntime/Makefile
Modifie
Author: dim
Date: Thu Jan 8 20:11:38 2015
New Revision: 276853
URL: https://svnweb.freebsd.org/changeset/base/276853
Log:
Apparently more Makefiles use stuff from compiler-rt, so fix them up
too. (This did not show during a make universe, strangely.)
Modified:
head/lib/libc/arm/aeabi/Make
Author: jhb
Date: Thu Jan 8 21:46:28 2015
New Revision: 276855
URL: https://svnweb.freebsd.org/changeset/base/276855
Log:
Change the default method for device_quiesce() to return 0 instead of
EOPNOTSUPP. The current behavior can mask real quiesce errors since
devclass_quiesce_driver() stop
Author: dim
Date: Thu Jan 8 22:40:56 2015
New Revision: 276857
URL: https://svnweb.freebsd.org/changeset/base/276857
Log:
Now compiler-rt has been updated in r276851, bring in the various
sanitizer libraries that already work on FreeBSD:
* asan:Address Sanitizer
* ubsan: Undefine
On Thu, Jan 8, 2015 at 12:11 PM, Dimitry Andric wrote:
> Author: dim
> Date: Thu Jan 8 20:11:38 2015
> New Revision: 276853
> URL: https://svnweb.freebsd.org/changeset/base/276853
>
> Log:
> Apparently more Makefiles use stuff from compiler-rt, so fix them up
> too. (This did not show during
> On Jan 8, 2015, at 12:49 PM, NGie Cooper wrote:
>
> On Thu, Jan 8, 2015 at 10:28 AM, Warner Losh wrote:
>> Author: imp
>> Date: Thu Jan 8 18:28:06 2015
>> New Revision: 276846
>> URL: https://svnweb.freebsd.org/changeset/base/276846
>>
>> Log:
>> Add infrastructure to build dtb files from
Author: jkim
Date: Thu Jan 8 23:42:41 2015
New Revision: 276861
URL: https://svnweb.freebsd.org/changeset/base/276861
Log:
Merge OpenSSL 1.0.1k.
Added:
head/crypto/openssl/util/mkbuildinf.pl
- copied unchanged from r276856,
vendor-crypto/openssl/dist/util/mkbuildinf.pl
Deleted:
head/
Author: jkim
Date: Fri Jan 9 00:42:10 2015
New Revision: 276863
URL: https://svnweb.freebsd.org/changeset/base/276863
Log:
MFV: r276862
Fix build.
Modified:
head/crypto/openssl/crypto/cversion.c
head/crypto/openssl/util/mkbuildinf.pl
Directory Properties:
head/crypto/openssl/ (pr
On Thu, Jan 8, 2015 at 6:26 AM, Ed Maste wrote:
>
> +.if ${MK_CLANG_EXTRAS} != "no" || .${MK_LLDB} != "no"
>
>
There is no need for a leading "."
--
Craig
___
svn-src-head@freebsd.org
On Thu, Jan 8, 2015 at 3:42 PM, Jung-uk Kim wrote:
> Author: jkim
> Date: Thu Jan 8 23:42:41 2015
> New Revision: 276861
> URL: https://svnweb.freebsd.org/changeset/base/276861
>
> Log:
> Merge OpenSSL 1.0.1k.
>
In future, please set Relnotes: flag in the commit message for this type of
comm
Author: emaste
Date: Fri Jan 9 01:57:11 2015
New Revision: 276866
URL: https://svnweb.freebsd.org/changeset/base/276866
Log:
Remove extraneous period
Reported by: rodrigc
Modified:
head/lib/clang/libllvmaarch64disassembler/Makefile
Modified: head/lib/clang/libllvmaarch64disassembler/M
On 8 January 2015 at 20:27, Craig Rodrigues wrote:
>>
>> +.if ${MK_CLANG_EXTRAS} != "no" || .${MK_LLDB} != "no"
>>
>
>
> There is no need for a leading "."
Oops, yes it was a cut-and-pasteo. Thanks for spotting it.
___
Author: kib
Date: Fri Jan 9 02:10:44 2015
New Revision: 276867
URL: https://svnweb.freebsd.org/changeset/base/276867
Log:
Fix DMAR context allocations for the devices behind PCIe->PCI bridges
after dmar driver was converted to use rids. The bus component to
calculate context page must be t
Author: hselasky
Date: Fri Jan 9 06:39:07 2015
New Revision: 276879
URL: https://svnweb.freebsd.org/changeset/base/276879
Log:
Don't mask the IP-address when doing multicast IP over infiniband.
PR: 196631
MFC after:3 days
Sponsored by: Mellanox Technologies
Modified:
h
Author: bapt
Date: Fri Jan 9 07:40:56 2015
New Revision: 276881
URL: https://svnweb.freebsd.org/changeset/base/276881
Log:
Synchronize libedit with NetBSD and activate UTF-8 support [1]
Differences with NetBSD
Reapply our local patches on top of it
Fix Unicode environement detection
Author: bapt
Date: Fri Jan 9 07:48:22 2015
New Revision: 276882
URL: https://svnweb.freebsd.org/changeset/base/276882
Log:
Remove junk added during testing phase
Modified:
head/lib/libedit/eln.c
Modified: head/lib/libedit/eln.c
===
56 matches
Mail list logo