Author: sephe
Date: Fri May 27 06:55:05 2016
New Revision: 300831
URL: https://svnweb.freebsd.org/changeset/base/300831
Log:
hyperv: GC unneeded bits
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.freebsd.org/D6568
Modified:
head/sys/d
Author: sephe
Date: Fri May 27 06:47:04 2016
New Revision: 300830
URL: https://svnweb.freebsd.org/changeset/base/300830
Log:
hyperv/vmbus: Move MSR EOM to hyperv_reg.h
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.freebsd.org/D6567
Modi
It used to build on mips (that's what I used for the platform in the
first place); what happened?
-a
On 26 May 2016 at 18:14, Ian Lepore wrote:
> Author: ian
> Date: Fri May 27 01:14:35 2016
> New Revision: 300815
> URL: https://svnweb.freebsd.org/changeset/base/300815
>
> Log:
> Only build
Hi Conrad,
2016-05-27 7:31 GMT+02:00 Conrad E. Meyer :
> libmd: Work around C++'s inability to understand C
So C++ doesn't support using 'static' within array types, right? What
I personally dislike about this specific change:
- Including directly still doesn't work.
- If is ever going to in
Author: sephe
Date: Fri May 27 06:12:43 2016
New Revision: 300827
URL: https://svnweb.freebsd.org/changeset/base/300827
Log:
hyperv: Move timer related MSRs into hyperv_reg.h
And avoid bit fields for event timer.
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revisi
Author: alc
Date: Fri May 27 06:05:12 2016
New Revision: 300826
URL: https://svnweb.freebsd.org/changeset/base/300826
Log:
Use vm_page_replace_checked() instead of vm_page_rename() for implementing
optimized copy-on-write faults. This has two advantages: (1) one less radix
tree operation is
Author: sephe
Date: Fri May 27 05:58:53 2016
New Revision: 300825
URL: https://svnweb.freebsd.org/changeset/base/300825
Log:
hyperv: Move CPUID related bits to hyperv_reg.h and give them clean name
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://r
Author: cem
Date: Fri May 27 05:31:14 2016
New Revision: 300824
URL: https://svnweb.freebsd.org/changeset/base/300824
Log:
libmd: Work around C++'s inability to understand C
Reported by: antoine@ (x265)
Modified:
head/lib/libmd/md5.h
Modified: head/lib/libmd/md5.h
=
On Thu, May 26, 2016 at 9:29 PM, Conrad E. Meyer wrote:
> Author: cem
> Date: Thu May 26 19:29:29 2016
> New Revision: 300773
> URL: https://svnweb.freebsd.org/changeset/base/300773
>
> Log:
> crypto routines: Hint minimum buffer sizes to the compiler
>
> Use the C99 'static' keyword to hint t
Author: ian
Date: Fri May 27 04:34:42 2016
New Revision: 300823
URL: https://svnweb.freebsd.org/changeset/base/300823
Log:
Fix parallel builds by specifying *all* required headers in SRCS.
Submitted by: manu
Pointy hat: ian
Modified:
head/sys/modules/gpio/gpiobus/Makefile
head/sys/
On 5/26/2016 8:40 PM, Conrad E. Meyer wrote:
> Bump __FreeBSD_cc_version.
Thanks!
--
Regards,
Bryan Drewery
signature.asc
Description: OpenPGP digital signature
Author: cem
Date: Fri May 27 03:40:52 2016
New Revision: 300822
URL: https://svnweb.freebsd.org/changeset/base/300822
Log:
gcc42: Fix minor C99 parse bug
DR #289[0] came down and gcc4.2.1 was on the wrong side of history.
Partially revert GCC r42574 (just remove the error) to rectify the
Author: kevlo
Date: Fri May 27 03:30:42 2016
New Revision: 300821
URL: https://svnweb.freebsd.org/changeset/base/300821
Log:
Add rtwn(4) and rtwnfw(4).
Modified:
head/sys/conf/NOTES
head/sys/conf/files
Modified: head/sys/conf/NOTES
==
On Thu, May 26, 2016 at 08:04:56PM -0700, Ngie Cooper wrote:
> On Thu, May 26, 2016 at 7:35 PM, Allan Jude wrote:
> > On 2016-05-26 15:29, Conrad E. Meyer wrote:
> >> Author: cem
> >> Date: Thu May 26 19:29:29 2016
> >> New Revision: 300773
> >> URL: https://svnweb.freebsd.org/changeset/base/30077
On Thu, May 26, 2016 at 7:35 PM, Allan Jude wrote:
> On 2016-05-26 15:29, Conrad E. Meyer wrote:
>> Author: cem
>> Date: Thu May 26 19:29:29 2016
>> New Revision: 300773
>> URL: https://svnweb.freebsd.org/changeset/base/300773
>>
>> Log:
>> crypto routines: Hint minimum buffer sizes to the compi
On 2016-05-26 15:29, Conrad E. Meyer wrote:
> Author: cem
> Date: Thu May 26 19:29:29 2016
> New Revision: 300773
> URL: https://svnweb.freebsd.org/changeset/base/300773
>
> Log:
> crypto routines: Hint minimum buffer sizes to the compiler
>
> Use the C99 'static' keyword to hint to the com
Author: adrian
Date: Fri May 27 01:42:55 2016
New Revision: 300818
URL: https://svnweb.freebsd.org/changeset/base/300818
Log:
[gpio] add gpiospi to the gpio module.
Modified:
head/sys/modules/gpio/Makefile
Modified: head/sys/modules/gpio/Makefile
=
Author: adrian
Date: Fri May 27 01:40:33 2016
New Revision: 300817
URL: https://svnweb.freebsd.org/changeset/base/300817
Log:
[spigen] add the userland ioctl API for spigen.
Added:
head/sys/sys/spigenio.h (contents, props changed)
Added: head/sys/sys/spigenio.h
Author: adrian
Date: Fri May 27 01:36:29 2016
New Revision: 300816
URL: https://svnweb.freebsd.org/changeset/base/300816
Log:
[gpiospi] add debug option.
This was missing from the previous commit that introduced gpiospi.
It's required for it to build.
Pointy-hat-to: me
Modified:
h
Author: ian
Date: Fri May 27 01:14:35 2016
New Revision: 300815
URL: https://svnweb.freebsd.org/changeset/base/300815
Log:
Only build gpio modules on armv6, until it's known that they can be built
succesfully on other arches.
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/M
Author: gjb
Date: Fri May 27 01:07:48 2016
New Revision: 300814
URL: https://svnweb.freebsd.org/changeset/base/300814
Log:
Make Makefile.mirrors -ALPHA${N}-aware.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile.mirrors
Modified: head/re
> On 26 May 2016, at 18:35 , John Baldwin wrote:
>
> Author: jhb
> Date: Thu May 26 18:35:37 2016
> New Revision: 300764
> URL: https://svnweb.freebsd.org/changeset/base/300764
>
> Log:
> Don't reuse the source mbuf in tcp_respond() if it is not writable.
>
> Not all mbufs passed up from dev
Author: gjb
Date: Fri May 27 00:01:48 2016
New Revision: 300813
URL: https://svnweb.freebsd.org/changeset/base/300813
Log:
Update head from 11.0-CURRENT to 11.0-ALPHA1, marking the official
start of the code slush.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modifi
Author: ian
Date: Thu May 26 23:59:42 2016
New Revision: 300812
URL: https://svnweb.freebsd.org/changeset/base/300812
Log:
Revert changes for local testing, inadvertantly commited in r300811.
Modified:
head/sys/gnu/dts/arm/imx6qdl-wandboard.dtsi
Modified: head/sys/gnu/dts/arm/imx6qdl-wandboa
Author: ian
Date: Thu May 26 23:56:12 2016
New Revision: 300811
URL: https://svnweb.freebsd.org/changeset/base/300811
Log:
Add a PPS driver that takes the timing pulse from a gpio pin. Currently
supports only ofw/fdt systems. Some day, hinted attachment for non-fdt
systems should be possib
Author: jhb
Date: Thu May 26 23:32:28 2016
New Revision: 300810
URL: https://svnweb.freebsd.org/changeset/base/300810
Log:
Fix unit number of EFI net interfaces and ignore psuedo network interfaces.
In r277943, the efinet_match() routine was changed to use an off by one
when matching netw
Author: bdrewery
Date: Thu May 26 23:27:08 2016
New Revision: 300809
URL: https://svnweb.freebsd.org/changeset/base/300809
Log:
filemon exec: Use imgp->execpath rather than vn_fullpath(9).
This will be more accurate as the actual name is provided if ran
from an absolute path in do_execve(
Author: bdrewery
Date: Thu May 26 23:20:36 2016
New Revision: 300806
URL: https://svnweb.freebsd.org/changeset/base/300806
Log:
WITH_AUTO_OBJ: Fix crunchgen builds.
Passing MAKEOBJDIRPREFIX to the main prog build (rescue) would confuse
WITH_AUTO_OBJ and cause it to create a recursed objec
Author: bdrewery
Date: Thu May 26 23:20:24 2016
New Revision: 300802
URL: https://svnweb.freebsd.org/changeset/base/300802
Log:
WITH_META_MODE: Only expect a .meta file for the main target.
Since multiple files are generated from one build command, only
the first to run will actually gene
Author: bdrewery
Date: Thu May 26 23:20:44 2016
New Revision: 300808
URL: https://svnweb.freebsd.org/changeset/base/300808
Log:
DIRDEPS_BUILD: Add a Makefile.depend
Sponsored by: EMC / Isilon Storage Division
Added:
head/tools/bsdbox/Makefile.depend (contents, props changed)
Added: he
Author: bdrewery
Date: Thu May 26 23:20:27 2016
New Revision: 300803
URL: https://svnweb.freebsd.org/changeset/base/300803
Log:
Pass CC/CXX/CFLAGS/CXXFLAGS/LDFLAGS to the main crunch exec build.
This fixes --sysroot and other CFLAGS/LDFLAGS not being respected
in the crunchgen build since
Author: bdrewery
Date: Thu May 26 23:20:33 2016
New Revision: 300805
URL: https://svnweb.freebsd.org/changeset/base/300805
Log:
Don't strip paths away from META_XTRAS.
This would otherwise disallow using meta files from a foreign build that
spread them around in directories outside our ow
Author: bdrewery
Date: Thu May 26 23:20:40 2016
New Revision: 300807
URL: https://svnweb.freebsd.org/changeset/base/300807
Log:
DIRDEPS_BUILD: Fix and hookup rescue/rescue to the build.
Sponsored by: EMC / Isilon Storage Division
Added:
head/rescue/rescue/Makefile.depend (contents, pro
Author: bdrewery
Date: Thu May 26 23:20:30 2016
New Revision: 300804
URL: https://svnweb.freebsd.org/changeset/base/300804
Log:
Avoid redundant 'make objs' tree-walk when building the main prog.
The main prog has a dependency on the submake targets to ensure they are
built. From bsd.crun
Author: bdrewery
Date: Thu May 26 23:20:20 2016
New Revision: 300801
URL: https://svnweb.freebsd.org/changeset/base/300801
Log:
DIRDEPS_BUILD: Don't show finished stats, which confuses crunchgen(1).
It would show 'make error:' lines for each auto object directory created.
Sponsored by:
Author: bdrewery
Date: Thu May 26 23:20:14 2016
New Revision: 300799
URL: https://svnweb.freebsd.org/changeset/base/300799
Log:
Add some missing .PHONY.
These are relevant for WITH_META_MODE to ensure they are
always reran and don't generate a .meta file.
Sponsored by: EMC / Isilon S
Author: bdrewery
Date: Thu May 26 23:20:17 2016
New Revision: 300800
URL: https://svnweb.freebsd.org/changeset/base/300800
Log:
Use netinet/in.h to avoid include/arpa dependency for DIRDEPS_BUILD.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/cddl/boot/zfs/lz4.c
Modifie
Author: bdrewery
Date: Thu May 26 23:20:07 2016
New Revision: 300797
URL: https://svnweb.freebsd.org/changeset/base/300797
Log:
DIRDEPS_BUILD: Update dependencies.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/usr.sbin/extattr/Makefile.depend
Modified: head/usr.sbin/extattr
Author: bdrewery
Date: Thu May 26 23:20:01 2016
New Revision: 300795
URL: https://svnweb.freebsd.org/changeset/base/300795
Log:
WITH_META_MODE: Move the kernel support to kern.pre.mk.
This allows using META_MODE directly from the kernel build directory.
This also allows removing a hack fr
Author: bdrewery
Date: Thu May 26 23:20:10 2016
New Revision: 300798
URL: https://svnweb.freebsd.org/changeset/base/300798
Log:
DIRDEPS_BUILD: Build the kernel in the same place as buildkernel would.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/targets/pseudo/kernel/Makefil
Author: bdrewery
Date: Thu May 26 23:20:04 2016
New Revision: 300796
URL: https://svnweb.freebsd.org/changeset/base/300796
Log:
Fix MAKESYSPATH not being sent to sub-makes after r266566.
Because bmake defaults to .../share/mk now, this code was not doing anything
to help objdir builds (su
Author: bdrewery
Date: Thu May 26 23:19:57 2016
New Revision: 300794
URL: https://svnweb.freebsd.org/changeset/base/300794
Log:
Remove leftover _crunchide from r283108
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==
Author: bdrewery
Date: Thu May 26 23:19:39 2016
New Revision: 300793
URL: https://svnweb.freebsd.org/changeset/base/300793
Log:
exec: Provide execpath in imgp for the process_exec hook.
This was previously set after the hook and only if auxargs were present.
Now always provide it if possi
Author: bdrewery
Date: Thu May 26 23:18:54 2016
New Revision: 300792
URL: https://svnweb.freebsd.org/changeset/base/300792
Log:
exec: Add credential change information into imgp for process_exec hook.
This allows an EVENTHANDLER(process_exec) hook to see if the new image
will cause creden
Author: jhb
Date: Thu May 26 23:08:57 2016
New Revision: 300791
URL: https://svnweb.freebsd.org/changeset/base/300791
Log:
Use a unique error message if we fail to find the simple network protocol.
While here, fix the various net driver callbacks to return early instead
of crashing if thi
Author: jhb
Date: Thu May 26 23:07:20 2016
New Revision: 300790
URL: https://svnweb.freebsd.org/changeset/base/300790
Log:
Apply the printf %S band-aid for efinet.c to fix the arm64 build.
Modified:
head/sys/boot/efi/libefi/Makefile
Modified: head/sys/boot/efi/libefi/Makefile
===
Author: jhb
Date: Thu May 26 23:06:36 2016
New Revision: 300789
URL: https://svnweb.freebsd.org/changeset/base/300789
Log:
Remove second copy of the -Wno-format band-aid for printf %S.
Modified:
head/sys/boot/efi/loader/Makefile
Modified: head/sys/boot/efi/loader/Makefile
===
On Thu, 2016-05-26 at 14:37 -0700, Gleb Smirnoff wrote:
> Hans,
>
> On Thu, May 26, 2016 at 08:41:55AM +, Hans Petter Selasky wrote:
> H> Author: hselasky
> H> Date: Thu May 26 08:41:55 2016
> H> New Revision: 300718
> H> URL: https://svnweb.freebsd.org/changeset/base/300718
> H>
> H> Log:
Author: avos
Date: Thu May 26 22:43:02 2016
New Revision: 300788
URL: https://svnweb.freebsd.org/changeset/base/300788
Log:
rtwn, urtwn: drop unused structures.
urtwn(4) uses another implementation of command queue; rtwn(4) don't need
it at all.
Modified:
head/sys/dev/rtwn/if_rtwnreg.h
On 26 May, To: src-committ...@freebsd.org wrote:
> Author: truckman
> Date: Thu May 26 21:40:13 2016
> New Revision: 300779
> URL: https://svnweb.freebsd.org/changeset/base/300779
>
> Log:
> Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).
>
> Centre for Advanced Interne
Author: ian
Date: Thu May 26 22:35:52 2016
New Revision: 300787
URL: https://svnweb.freebsd.org/changeset/base/300787
Log:
Add a convenience function to get a gpio pin's capabilties.
Modified:
head/sys/dev/gpio/gpiobusvar.h
head/sys/dev/gpio/ofw_gpiobus.c
Modified: head/sys/dev/gpio/gpiobu
Author: ian
Date: Thu May 26 22:34:25 2016
New Revision: 300786
URL: https://svnweb.freebsd.org/changeset/base/300786
Log:
Add support for triggering interrupts on both rising and falling edges.
Also, EOI a gpio interrupt in the post_ithread routine before re-enabling.
Modified:
head/sys/ar
Author: jhb
Date: Thu May 26 22:13:40 2016
New Revision: 300785
URL: https://svnweb.freebsd.org/changeset/base/300785
Log:
Use routines from the recently added devpath.c.
These efipart layer did several devpath related operations inline. This
just switches it over to using shared code fo
Author: truckman
Date: Thu May 26 22:07:09 2016
New Revision: 300784
URL: https://svnweb.freebsd.org/changeset/base/300784
Log:
Include the new AQM files when compiling a kernel with options DUMMYNET.
Reported by: Nikolay Denev
MFC after:2 weeks (with r300779)
Modified:
head/sys/
Author: truckman
Date: Thu May 26 22:03:28 2016
New Revision: 300783
URL: https://svnweb.freebsd.org/changeset/base/300783
Log:
Correct a typo in a comment.
MFC after:2 weeks (with r300779)
Modified:
head/sys/netpfil/ipfw/dn_aqm.h
Modified: head/sys/netpfil/ipfw/dn_aqm.h
===
On 05/26/16 05:45 PM, Gleb Smirnoff wrote:
> On Thu, May 26, 2016 at 06:57:26PM +, Jung-uk Kim wrote:
> J> Author: jkim
> J> Date: Thu May 26 18:57:26 2016
> J> New Revision: 300771
> J> URL: https://svnweb.freebsd.org/changeset/base/300771
> J>
> J> Log:
> J> Use bit_count(3) instead of fou
Author: jhb
Date: Thu May 26 21:48:39 2016
New Revision: 300782
URL: https://svnweb.freebsd.org/changeset/base/300782
Log:
Output the device path description for EFI network devices.
Lookup the DEVICE_PATH for each EFI network device handle and output the
string description using printf w
On Thu, May 26, 2016 at 06:57:26PM +, Jung-uk Kim wrote:
J> Author: jkim
J> Date: Thu May 26 18:57:26 2016
J> New Revision: 300771
J> URL: https://svnweb.freebsd.org/changeset/base/300771
J>
J> Log:
J> Use bit_count(3) instead of four bitcount32() calls.
J>
J> Reviewed by: asomers
Author: truckman
Date: Thu May 26 21:44:52 2016
New Revision: 300781
URL: https://svnweb.freebsd.org/changeset/base/300781
Log:
Modify BOUND_VAR() macro to wrap all of its arguments in () and tweak
its expression to work on powerpc and sparc64 (gcc compatibility).
Correct a typo in a near
Author: jhb
Date: Thu May 26 21:43:22 2016
New Revision: 300780
URL: https://svnweb.freebsd.org/changeset/base/300780
Log:
Add some routines for working with EFI DEVICE_PATH objects.
- efi_lookup_devpath() uses the DEVICE_PATH_PROTOCOL to obtain the
DEVICE_PATH for a given EFI handle.
Author: truckman
Date: Thu May 26 21:40:13 2016
New Revision: 300779
URL: https://svnweb.freebsd.org/changeset/base/300779
Log:
Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).
Centre for Advanced Internet Architectures
Implementing AQM in FreeBSD
* Overview
Hans,
On Thu, May 26, 2016 at 08:41:55AM +, Hans Petter Selasky wrote:
H> Author: hselasky
H> Date: Thu May 26 08:41:55 2016
H> New Revision: 300718
H> URL: https://svnweb.freebsd.org/changeset/base/300718
H>
H> Log:
H> Add support for boolean sysctl's.
H>
H> Because the size of bool
Michael,
On Wed, May 25, 2016 at 01:48:26PM +, Michael Tuexen wrote:
M> Author: tuexen
M> Date: Wed May 25 13:48:26 2016
M> New Revision: 300679
M> URL: https://svnweb.freebsd.org/changeset/base/300679
M>
M> Log:
M> Count packets as not being delivered only if they are neither
M> proces
Hi!
The SCHEDULER_STOPPED() already has __predict_false() in it, so
unlikely() is superfluous.
On Wed, May 25, 2016 at 09:04:06AM +, Hans Petter Selasky wrote:
H> Author: hselasky
H> Date: Wed May 25 09:04:06 2016
H> New Revision: 300671
H> URL: https://svnweb.freebsd.org/changeset/base/3
Author: manu
Date: Thu May 26 21:09:07 2016
New Revision: 300777
URL: https://svnweb.freebsd.org/changeset/base/300777
Log:
Add support for interrupts, sensors and GPIO for AXP209 PMIC.
Pressing the PEK (power enable key) will shutdown the board.
Some events are reported to devd via system "
Author: gjb
Date: Thu May 26 21:08:44 2016
New Revision: 300776
URL: https://svnweb.freebsd.org/changeset/base/300776
Log:
Remove vestigial cloudware-install bits missed in r300767.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile
head/release/Makefile.vm
Modified:
On Mon, May 23, 2016 at 10:31:54AM +, Hans Petter Selasky wrote:
H> Author: hselasky
H> Date: Mon May 23 10:31:54 2016
H> New Revision: 300489
H> URL: https://svnweb.freebsd.org/changeset/base/300489
H>
H> Log:
H> Use DELAY() instead of _sleep() when SCHEDULER_STOPPED() is set inside
H> pa
Author: ed
Date: Thu May 26 20:55:15 2016
New Revision: 300775
URL: https://svnweb.freebsd.org/changeset/base/300775
Log:
Let l64a() properly null terminate its result.
Though the buffer used by l64a() is initialized with null bytes,
repetetive calls may end up having trailing garbage of
On 05/26/16 04:37 PM, Conrad E. Meyer wrote:
> Author: cem
> Date: Thu May 26 20:37:49 2016
> New Revision: 300774
> URL: https://svnweb.freebsd.org/changeset/base/300774
>
> Log:
> Ifndef KERNEL the userspace-only routines in sys/md[45].h
>
> A follow-up to r300773. Nothing in the kernel
Author: cem
Date: Thu May 26 20:37:49 2016
New Revision: 300774
URL: https://svnweb.freebsd.org/changeset/base/300774
Log:
Ifndef KERNEL the userspace-only routines in sys/md[45].h
A follow-up to r300773. Nothing in the kernel uses those definitions, but
apparently libmd includes the sys
On Thu, May 26, 2016 at 07:29:29PM +, Conrad E. Meyer wrote:
> Author: cem
> Date: Thu May 26 19:29:29 2016
> New Revision: 300773
> URL: https://svnweb.freebsd.org/changeset/base/300773
>
> Log:
> crypto routines: Hint minimum buffer sizes to the compiler
>
> Use the C99 'static' keywo
Author: cem
Date: Thu May 26 19:29:29 2016
New Revision: 300773
URL: https://svnweb.freebsd.org/changeset/base/300773
Log:
crypto routines: Hint minimum buffer sizes to the compiler
Use the C99 'static' keyword to hint to the compiler IVs and output digest
sizes. The keyword informs the
Author: jkim
Date: Thu May 26 19:17:51 2016
New Revision: 300772
URL: https://svnweb.freebsd.org/changeset/base/300772
Log:
Fix style(9).
Modified:
head/sys/netgraph/netflow/netflow.c
Modified: head/sys/netgraph/netflow/netflow.c
==
Author: jkim
Date: Thu May 26 18:57:26 2016
New Revision: 300771
URL: https://svnweb.freebsd.org/changeset/base/300771
Log:
Use bit_count(3) instead of four bitcount32() calls.
Reviewed by: asomers, ngie
Differential Revision:https://reviews.freebsd.org/D6543
Modified:
head/sy
Author: dim
Date: Thu May 26 18:52:49 2016
New Revision: 300770
URL: https://svnweb.freebsd.org/changeset/base/300770
Log:
Update libc++ to 3.8.0. Excerpted list of fixes (with upstream revision
numbers):
r242679 Implement the plugin-based version of std::search. There are no
s
Author: loos
Date: Thu May 26 18:52:26 2016
New Revision: 300769
URL: https://svnweb.freebsd.org/changeset/base/300769
Log:
Only do the touch screen setup when the 'ti,wires' property is present.
While here fix a typo in a debug message.
Modified:
head/sys/arm/ti/ti_adc.c
Modified: head
Author: gjb
Date: Thu May 26 18:50:57 2016
New Revision: 300768
URL: https://svnweb.freebsd.org/changeset/base/300768
Log:
Update a commented line to replace recently-removed images with
images that are published.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/release.conf
Author: gjb
Date: Thu May 26 18:48:37 2016
New Revision: 300767
URL: https://svnweb.freebsd.org/changeset/base/300767
Log:
Remove the cw*-install target.
All operations are performed on the original output file,
and nothing is ever done with the copied file (as in, no
modifications and/
Author: jhb
Date: Thu May 26 18:35:37 2016
New Revision: 300764
URL: https://svnweb.freebsd.org/changeset/base/300764
Log:
Don't reuse the source mbuf in tcp_respond() if it is not writable.
Not all mbufs passed up from device drivers are M_WRITABLE(). In
particular, the Chelsio T4/T5 dr
Author: jhb
Date: Thu May 26 18:28:10 2016
New Revision: 300763
URL: https://svnweb.freebsd.org/changeset/base/300763
Log:
Update default KMODDIR in comment after r299393.
Submitted by: hselasky
Modified:
head/share/mk/bsd.own.mk
Modified: head/share/mk/bsd.own.mk
==
On Wednesday, May 25, 2016 03:27:07 PM Hans Petter Selasky wrote:
> On 05/11/16 00:32, John Baldwin wrote:
> > Author: jhb
> > Date: Tue May 10 22:32:23 2016
> > New Revision: 299393
> > URL: https://svnweb.freebsd.org/changeset/base/299393
> >
> > Log:
> > Change the default installation directo
Author: gjb
Date: Thu May 26 18:26:44 2016
New Revision: 300762
URL: https://svnweb.freebsd.org/changeset/base/300762
Log:
Disconnect the OPENSTACK target from the CLOUDWARE list.
This was reported to not work as expected, and feedback
following the report was never received. In addition
Author: gjb
Date: Thu May 26 18:24:00 2016
New Revision: 300761
URL: https://svnweb.freebsd.org/changeset/base/300761
Log:
Disconnect the AZURE target from the CLOUDWARE list.
Microsoft has graciously overtaken publication of FreeBSD
on Azure since 10.3-RELEASE.
Many thanks to Micros
On Thursday, May 26, 2016 07:54:20 PM Jilles Tjoelker wrote:
> On Tue, May 24, 2016 at 08:52:32AM -0700, John Baldwin wrote:
> > On Monday, May 23, 2016 09:24:41 PM Alan Somers wrote:
> > > On Mon, May 23, 2016 at 9:15 PM, Peter Wemm wrote:
> > > > Author: peter
> > > > Date: Tue May 24 03:15:46 2
Author: adrian
Date: Thu May 26 18:01:03 2016
New Revision: 300760
URL: https://svnweb.freebsd.org/changeset/base/300760
Log:
[siba] use the generic bus methods where appropriate.
Submitted by: jhibbits
Differential Revision:https://reviews.freebsd.org/D802
Modified:
head/sys/d
On Tue, May 24, 2016 at 08:52:32AM -0700, John Baldwin wrote:
> On Monday, May 23, 2016 09:24:41 PM Alan Somers wrote:
> > On Mon, May 23, 2016 at 9:15 PM, Peter Wemm wrote:
> > > Author: peter
> > > Date: Tue May 24 03:15:46 2016
> > > New Revision: 300557
> > > URL: https://svnweb.freebsd.org/c
Author: avos
Date: Thu May 26 17:06:43 2016
New Revision: 300759
URL: https://svnweb.freebsd.org/changeset/base/300759
Log:
ral: add missing ic_getradiocaps() assignment.
Modified:
head/sys/dev/ral/rt2661.c
Modified: head/sys/dev/ral/rt2661.c
=
Author: kib
Date: Thu May 26 16:59:29 2016
New Revision: 300758
URL: https://svnweb.freebsd.org/changeset/base/300758
Log:
Prevent parallel object collapses. Both vm_object_collapse_scan() and
swap_pager_copy() might unlock the object, which allows the parallel
collapse to execute. Besides
Author: ian
Date: Thu May 26 16:53:50 2016
New Revision: 300757
URL: https://svnweb.freebsd.org/changeset/base/300757
Log:
Fix a typo in a comment.
Modified:
head/sys/dev/ofw/ofw_bus_subr.h
Modified: head/sys/dev/ofw/ofw_bus_subr.h
Author: kib
Date: Thu May 26 16:51:38 2016
New Revision: 300756
URL: https://svnweb.freebsd.org/changeset/base/300756
Log:
Style changes to some most outrageous violations in vm_object_collapse().
Reviewed by: alc
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
h
Author: avos
Date: Thu May 26 16:48:20 2016
New Revision: 300755
URL: https://svnweb.freebsd.org/changeset/base/300755
Log:
bwi: switch to ieee80211_add_channel_list_2ghz().
- Use device's channel list instead of default one (from
ieee80211_init_channels()); adds 12 - 14 2GHz channels.
Author: avos
Date: Thu May 26 16:39:11 2016
New Revision: 300754
URL: https://svnweb.freebsd.org/changeset/base/300754
Log:
urtwn, rtwn, rsu: switch to ieee80211_add_channel_list_2ghz().
- Use device's channel list instead of default one (from
ieee80211_init_channels()); adds 12 - 14 2GHz
Author: avos
Date: Thu May 26 16:15:10 2016
New Revision: 300753
URL: https://svnweb.freebsd.org/changeset/base/300753
Log:
urtw: switch to ieee80211_add_channel_list_2ghz().
- Use device's channel list instead of default one (from
ieee80211_init_channels()).
- Add ic_getradiocaps() met
Author: avos
Date: Thu May 26 16:05:19 2016
New Revision: 300752
URL: https://svnweb.freebsd.org/changeset/base/300752
Log:
ral: switch to ieee80211_add_channel_list_*()
- Use device's channel list instead of default one (from
ieee80211_init_channels()).
- Add ic_getradiocaps() method.
Author: avos
Date: Thu May 26 15:56:27 2016
New Revision: 300751
URL: https://svnweb.freebsd.org/changeset/base/300751
Log:
zyd: switch to ieee80211_add_channel_list_*()
- Use device's channel list instead of default one (adds 12, 13 and 14
2GHz channels).
- Add ic_getradiocaps() method
Author: ian
Date: Thu May 26 15:45:36 2016
New Revision: 300750
URL: https://svnweb.freebsd.org/changeset/base/300750
Log:
Rename gpiobus_map_pin() to gpiobus_acquire_pin(), to better reflect the
fact that the caller is requesting exclusive use of the pin, and also to
better match the invers
Author: avos
Date: Thu May 26 15:12:54 2016
New Revision: 300749
URL: https://svnweb.freebsd.org/changeset/base/300749
Log:
ural: switch to ieee80211_add_channel_list_*()
- Use device's channel list instead of default one (+ 12, 13 and 14
2GHz channels).
- Add ic_getradiocaps() method.
Author: avos
Date: Thu May 26 15:05:37 2016
New Revision: 300748
URL: https://svnweb.freebsd.org/changeset/base/300748
Log:
run: switch to ieee80211_add_channel_list_*()
- Use device's channel list instead of default one (from
ieee80211_init_channels()).
- Add ic_getradiocaps() method.
Author: asomers
Date: Thu May 26 14:26:49 2016
New Revision: 300747
URL: https://svnweb.freebsd.org/changeset/base/300747
Log:
rmextattr(8) man page clarifications regarding -qq
Reviewed by: ngie
MFC after:6 days
X-MFC-With: 299085
Sponsored by: Spectra Logic Corp
Differentia
Author: trasz
Date: Thu May 26 14:21:02 2016
New Revision: 300746
URL: https://svnweb.freebsd.org/changeset/base/300746
Log:
Do libxo cleanup even in case of errors.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/iscsictl/iscsictl.c
Modified: head/us
1 - 100 of 130 matches
Mail list logo