Author: rpokala
Date: Wed May 17 05:53:25 2017
New Revision: 318397
URL: https://svnweb.freebsd.org/changeset/base/318397
Log:
MFC r318160, 318176: Persistently store NIC's hardware MAC address, and add
a way to retrive it
The MAC address reported by `ifconfig ${nic} ether' does not alway
Author: araujo
Date: Wed May 17 05:47:31 2017
New Revision: 318396
URL: https://svnweb.freebsd.org/changeset/base/318396
Log:
MFC r317743:
Use nitems() from sys/param.h.
Reviewed by: ngie
Differential Revision:https://reviews.freebsd.org/D9942
Modified:
stable/11/usr.sbin
Author: araujo
Date: Wed May 17 05:28:16 2017
New Revision: 318395
URL: https://svnweb.freebsd.org/changeset/base/318395
Log:
MFC r317742:
Free the memory allocated to trackbuf before exiting, it might fix a potential
memory leak.
Submitted by: t...@juniper.net
Differential Revisio
Author: araujo
Date: Wed May 17 05:21:03 2017
New Revision: 318394
URL: https://svnweb.freebsd.org/changeset/base/318394
Log:
MFC r315112, r315196
r315112:
Add the capability to refresh the gpart(8) label without need a reboot.
gpart(8) has functionality to change the label of an GPT
On 16.05.2017 6:47, Luiz Otavio O Souza wrote:
> Author: loos
> Date: Tue May 16 04:47:50 2017
> New Revision: 318336
> URL: https://svnweb.freebsd.org/changeset/base/318336
>
> Log:
> Add the SDHCI Address Decoder registers and routines for ARMADA 38X.
>
> Tested on: ClearFog Pro
> Re
Author: sephe
Date: Wed May 17 02:40:06 2017
New Revision: 318393
URL: https://svnweb.freebsd.org/changeset/base/318393
Log:
MFC 318136
hyperv/vmbus: Reorganize vmbus device tree
For GEN1 Hyper-V, vmbus is attached to pcib0, which contains the
resources for PCI passthroug
Author: sephe
Date: Wed May 17 01:48:44 2017
New Revision: 318392
URL: https://svnweb.freebsd.org/changeset/base/318392
Log:
MFC 318136
hyperv/vmbus: Reorganize vmbus device tree
For GEN1 Hyper-V, vmbus is attached to pcib0, which contains the
resources for PCI passthroug
Author: cy
Date: Wed May 17 01:45:26 2017
New Revision: 318391
URL: https://svnweb.freebsd.org/changeset/base/318391
Log:
MFC r318283:
As of r318281 in HEAD (r318390 [in stable/10 & stable/11]), there is no
need to put a colon (:) in the message string.
Modified:
stable/11/contrib/ipfi
Author: cy
Date: Wed May 17 01:45:26 2017
New Revision: 318391
URL: https://svnweb.freebsd.org/changeset/base/318391
Log:
MFC r318283:
As of r318281 in HEAD (r318390 [in stable/10 & stable/11]), there is no
need to put a colon (:) in the message string.
Modified:
stable/10/contrib/ipfi
Author: cy
Date: Wed May 17 01:38:32 2017
New Revision: 318390
URL: https://svnweb.freebsd.org/changeset/base/318390
Log:
MFC r318281:
Separate the ipfilter function/static string from the error with a
colon (:) in error messages to assist the user in parsing out the error
from where or
Author: cy
Date: Wed May 17 01:38:32 2017
New Revision: 318390
URL: https://svnweb.freebsd.org/changeset/base/318390
Log:
MFC r318281:
Separate the ipfilter function/static string from the error with a
colon (:) in error messages to assist the user in parsing out the error
from where or
"Ngie Cooper (yaneurabeya)" writes:
>> URL: https://svnweb.freebsd.org/changeset/base/318364
>Relnotes: yes
>Also, what does this upgrade entail, in terms of new features/risk?
It's all documentation and minor fixes (213478, 204651). There is
also a fix for using "int"s to keep buffer offsets (#5
Author: emaste
Date: Wed May 17 00:34:34 2017
New Revision: 318389
URL: https://svnweb.freebsd.org/changeset/base/318389
Log:
Remove register keyword from sys/ and ANSIfy prototypes
A long long time ago the register keyword told the compiler to store
the corresponding variable in a CPU re
> On May 16, 2017, at 11:46, Phil Shafer wrote:
>
> Author: phil
> Date: Tue May 16 18:46:56 2017
> New Revision: 318364
> URL: https://svnweb.freebsd.org/changeset/base/318364
>
> Log:
> Import libxo-0.7.2; add xo_options.7.
>
> Submitted by:phil
> Reviewed by: sjg
> Approved by:
Author: jhb
Date: Tue May 16 23:31:52 2017
New Revision: 318388
URL: https://svnweb.freebsd.org/changeset/base/318388
Log:
Add sglist_append_sglist().
This function permits a range of one scatter/gather list to be appended to
another sglist. This can be used to construct a scatter/gather
Author: jhb
Date: Tue May 16 23:18:50 2017
New Revision: 318387
URL: https://svnweb.freebsd.org/changeset/base/318387
Log:
Add support for child devices that aren't ports.
Invoke any identify routines of child drivers during attach before attaching
children, and delete any remaining devic
Author: jhb
Date: Tue May 16 23:15:40 2017
New Revision: 318386
URL: https://svnweb.freebsd.org/changeset/base/318386
Log:
Note that the first release of FreeBSD/alpha was 3.2.
Alpha is explicitly mentioned in the release announcements beginning with
3.2.
Modified:
head/share/man/man7/
Author: jilles
Date: Tue May 16 21:54:51 2017
New Revision: 318385
URL: https://svnweb.freebsd.org/changeset/base/318385
Log:
sh: Simplify output buffering.
Similarly to how STPUTC was changed, change struct output to store the
pointer just past the end of the available space instead of t
Author: davidcs
Date: Tue May 16 21:46:30 2017
New Revision: 318383
URL: https://svnweb.freebsd.org/changeset/base/318383
Log:
QL_DPRINT macro modfied to handle multiple args; print line#.
Submitted by:shminderjit.si...@cavium.com
MFC after:3 days
Modified:
head/sys/dev/qlnx/qlnxe/qlnx
Author: davidcs
Date: Tue May 16 21:34:40 2017
New Revision: 318382
URL: https://svnweb.freebsd.org/changeset/base/318382
Log:
1. Move Rx Processing to fp_taskqueue(). With this CPU utilization for
processing interrupts drops to around 1% for 100G and under 1% for other speeds.
2. Use sysctls
> On 16. May 2017, at 20:28, John Baldwin wrote:
>
> On Wednesday, May 03, 2017 09:23:14 AM Michael Tuexen wrote:
>> Author: tuexen
>> Date: Wed May 3 09:23:13 2017
>> New Revision: 317732
>> URL: https://svnweb.freebsd.org/changeset/base/317732
>>
>> Log:
>> Decode the third argument of socke
Author: kib
Date: Tue May 16 19:53:38 2017
New Revision: 318380
URL: https://svnweb.freebsd.org/changeset/base/318380
Log:
Pretend that there is some security when executing in direct mode.
Do not allow direct exec if we the process is suid. Try to follow Unix
permission checks for DACs,
Author: dim
Date: Tue May 16 19:48:07 2017
New Revision: 318379
URL: https://svnweb.freebsd.org/changeset/base/318379
Log:
Tag lldb trunk r303197.
Added:
vendor/lldb/lldb-trunk-r303197/
- copied from r318378, vendor/lldb/dist/
___
svn-src-all@f
Author: dim
Date: Tue May 16 19:47:58 2017
New Revision: 318378
URL: https://svnweb.freebsd.org/changeset/base/318378
Log:
Vendor import of lldb trunk r303197:
https://llvm.org/svn/llvm-project/lldb/trunk@303197
Added:
vendor/lldb/dist/include/lldb/Utility/Status.h (contents, props change
Author: dim
Date: Tue May 16 19:47:48 2017
New Revision: 318377
URL: https://svnweb.freebsd.org/changeset/base/318377
Log:
Tag lld trunk r303197.
Added:
vendor/lld/lld-trunk-r303197/
- copied from r318376, vendor/lld/dist/
___
svn-src-all@freeb
Author: dim
Date: Tue May 16 19:47:41 2017
New Revision: 318376
URL: https://svnweb.freebsd.org/changeset/base/318376
Log:
Vendor import of lld trunk r303197:
https://llvm.org/svn/llvm-project/lld/trunk@303197
Added:
vendor/lld/dist/test/ELF/gdb-index-empty.s (contents, props changed)
v
Author: dim
Date: Tue May 16 19:47:19 2017
New Revision: 318372
URL: https://svnweb.freebsd.org/changeset/base/318372
Log:
Vendor import of compiler-rt trunk r303197:
https://llvm.org/svn/llvm-project/compiler-rt/trunk@303197
Added:
vendor/compiler-rt/dist/lib/scudo/scudo_allocator_combined
Author: dim
Date: Tue May 16 19:47:31 2017
New Revision: 318374
URL: https://svnweb.freebsd.org/changeset/base/318374
Log:
Vendor import of libc++ trunk r303197:
https://llvm.org/svn/llvm-project/libcxx/trunk@303197
Added:
vendor/libc++/dist/appveyor-reqs-install.cmd
vendor/libc++/dist/in
Author: dim
Date: Tue May 16 19:47:28 2017
New Revision: 318373
URL: https://svnweb.freebsd.org/changeset/base/318373
Log:
Tag compiler-rt trunk r303197.
Added:
vendor/compiler-rt/compiler-rt-trunk-r303197/
- copied from r318372, vendor/compiler-rt/dist/
_
Author: dim
Date: Tue May 16 19:47:39 2017
New Revision: 318375
URL: https://svnweb.freebsd.org/changeset/base/318375
Log:
Tag libc++ trunk r303197.
Added:
vendor/libc++/libc++-trunk-r303197/
- copied from r318374, vendor/libc++/dist/
___
svn-s
Author: dim
Date: Tue May 16 19:47:16 2017
New Revision: 318371
URL: https://svnweb.freebsd.org/changeset/base/318371
Log:
Tag clang trunk r303197.
Added:
vendor/clang/clang-trunk-r303197/
- copied from r318370, vendor/clang/dist/
___
svn-src-a
Author: dim
Date: Tue May 16 19:47:09 2017
New Revision: 318370
URL: https://svnweb.freebsd.org/changeset/base/318370
Log:
Vendor import of clang trunk r303197:
https://llvm.org/svn/llvm-project/cfe/trunk@303197
Added:
vendor/clang/dist/test/Analysis/builtin-assume.c (contents, props chan
Author: dim
Date: Tue May 16 19:46:52 2017
New Revision: 318368
URL: https://svnweb.freebsd.org/changeset/base/318368
Log:
Vendor import of llvm trunk r303197:
https://llvm.org/svn/llvm-project/llvm/trunk@303197
Added:
vendor/llvm/dist/include/llvm/CodeGen/ExpandReductions.h (contents, pr
Author: dim
Date: Tue May 16 19:47:00 2017
New Revision: 318369
URL: https://svnweb.freebsd.org/changeset/base/318369
Log:
Tag llvm trunk r303197.
Added:
vendor/llvm/llvm-trunk-r303197/
- copied from r318368, vendor/llvm/dist/
___
svn-src-all@f
Author: mjg
Date: Tue May 16 19:35:25 2017
New Revision: 318367
URL: https://svnweb.freebsd.org/changeset/base/318367
Log:
MFC r317784:
cache: stop holding the ncneg_hot lock across purging
Only non-hot entries are purged so the lock is not needed in the first place.
This saves one l
Author: emaste
Date: Tue May 16 19:03:26 2017
New Revision: 318366
URL: https://svnweb.freebsd.org/changeset/base/318366
Log:
newfs_msdos: clarify description of -T (timestamp) option
Submitted by: Siva Mahadevan
Reported by: Daniel Shahaf
Reviewed by: emaste
Sponsored by: The Fre
Author: dim
Date: Tue May 16 18:54:25 2017
New Revision: 318365
URL: https://svnweb.freebsd.org/changeset/base/318365
Log:
MFC r318259:
Silence a -Wunused warning about the junk variable being used to raise
an inexact floating point exception. The variable cannot be eliminated,
unfortu
Author: dim
Date: Tue May 16 18:54:25 2017
New Revision: 318365
URL: https://svnweb.freebsd.org/changeset/base/318365
Log:
MFC r318259:
Silence a -Wunused warning about the junk variable being used to raise
an inexact floating point exception. The variable cannot be eliminated,
unfortu
Author: phil
Date: Tue May 16 18:46:56 2017
New Revision: 318364
URL: https://svnweb.freebsd.org/changeset/base/318364
Log:
Import libxo-0.7.2; add xo_options.7.
Submitted by: phil
Reviewed by: sjg
Approved by: sjg (mentor)
Added:
head/contrib/libxo/libxo/xo_options.7
- copied
Author: jhb
Date: Tue May 16 18:42:44 2017
New Revision: 318363
URL: https://svnweb.freebsd.org/changeset/base/318363
Log:
Skip tests depending on coredumps if coredumps are disabled via kern.coredump.
The kern.coredump sysctl can be set to 0 to disable coredumps. Skip the
'status_coredu
Author: phil
Date: Tue May 16 18:42:07 2017
New Revision: 318362
URL: https://svnweb.freebsd.org/changeset/base/318362
Log:
Tag libxo 0.7.2
Added:
- copied from r318361, vendor/Juniper/libxo/dist/
Directory Properties:
vendor/Juniper/libxo/0.7.2/ (props changed)
___
Author: phil
Date: Tue May 16 18:41:36 2017
New Revision: 318361
URL: https://svnweb.freebsd.org/changeset/base/318361
Log:
Import libxo 0.7.2
Added:
vendor/Juniper/libxo/dist/libxo/xo_options.7 (contents, props changed)
Modified:
vendor/Juniper/libxo/dist/configure.ac
vendor/Juniper/li
Author: jhb
Date: Tue May 16 18:39:23 2017
New Revision: 318360
URL: https://svnweb.freebsd.org/changeset/base/318360
Log:
Fix p_endcopy.
For p_endcopy to work correctly, it must be the name of the next element
in struct proc after the end of the copy region, not the name of the
last el
On Wednesday, May 03, 2017 09:23:14 AM Michael Tuexen wrote:
> Author: tuexen
> Date: Wed May 3 09:23:13 2017
> New Revision: 317732
> URL: https://svnweb.freebsd.org/changeset/base/317732
>
> Log:
> Decode the third argument of socket().
This is not quite right for sockets that aren't PF_INET
Author: sbruno
Date: Tue May 16 18:05:34 2017
New Revision: 318359
URL: https://svnweb.freebsd.org/changeset/base/318359
Log:
Add version tag to the driver.
Start at version 1.0.0.0
Submitted by: bhargava.marre...@broadcom.com
Reviewed by: venkatkumar.duvv...@broadcom.com
Differen
Author: erj
Date: Tue May 16 17:51:30 2017
New Revision: 318358
URL: https://svnweb.freebsd.org/changeset/base/318358
Log:
MFC r318147: Add several new media types to if_media.h
These include several 25G types (for active direct attach cables and LR
modules),
and a missing type for 10G a
Author: erj
Date: Tue May 16 17:49:15 2017
New Revision: 318357
URL: https://svnweb.freebsd.org/changeset/base/318357
Log:
MFC r313497: ixl(4): Update to 1.7.12-k.
Refresh upstream driver before impending conversion to iflib.
Major new features:
- Support for Fortville-based 25G a
Author: tsoome
Date: Tue May 16 17:35:05 2017
New Revision: 318356
URL: https://svnweb.freebsd.org/changeset/base/318356
Log:
libstand: increase nfs max read size to 16k
With ip fragment reassembly implemented, it makes sense to allow
larger nfs reads. Note due to loader heap size limit,
Author: emaste
Date: Tue May 16 17:04:50 2017
New Revision: 318355
URL: https://svnweb.freebsd.org/changeset/base/318355
Log:
newfs_msdos: add -T (timestamp) option for reproducible builds
This includes some whitespace and minor bug fixes relative to NetBSD,
which will be submitted upstre
> On May 16, 2017, at 9:20 AM, Conrad Meyer wrote:
>
> Author: cem
> Date: Tue May 16 16:20:22 2017
> New Revision: 318354
> URL: https://svnweb.freebsd.org/changeset/base/318354
>
> Log:
> Correct page frame mask constant used in pmap_change_attr_locked
>
> This was introduced in r290156.
Author: cem
Date: Tue May 16 16:20:22 2017
New Revision: 318354
URL: https://svnweb.freebsd.org/changeset/base/318354
Log:
Correct page frame mask constant used in pmap_change_attr_locked
This was introduced in r290156. It's present in 11.0, but not any 10.x
release unless someone decide
Author: hselasky
Date: Tue May 16 14:21:37 2017
New Revision: 318353
URL: https://svnweb.freebsd.org/changeset/base/318353
Log:
Avoid use of contiguous memory allocations in busdma when possible.
This patch improves the boundary checks in busdma to allow more cases
using the regular page
Author: jonathan
Date: Tue May 16 13:27:44 2017
New Revision: 318352
URL: https://svnweb.freebsd.org/changeset/base/318352
Log:
Rename rtld's parse_libdir to parse_integer.
This is a more accurate name, as the integer doesn't have to be a library
directory descriptor. It is also a prerequ
Author: royger
Date: Tue May 16 09:39:20 2017
New Revision: 318347
URL: https://svnweb.freebsd.org/changeset/base/318347
Log:
MCF r310418: xen: fix IPI setup with EARLY_AP_STARTUP
Sponsored by: Citrix Systems R&D
Modified:
stable/11/sys/dev/xen/evtchn/evtchn_dev.c
stable/11/sys/x86/xen
Author: hselasky
Date: Tue May 16 07:24:09 2017
New Revision: 318339
URL: https://svnweb.freebsd.org/changeset/base/318339
Log:
MFC r317584:
Correct manual page link to usbdi(9).
Modified:
stable/8/share/man/man4/usb.4
Directory Properties:
stable/8/share/ (props changed)
stable/8/sha
Author: hselasky
Date: Tue May 16 07:22:41 2017
New Revision: 318338
URL: https://svnweb.freebsd.org/changeset/base/318338
Log:
MFC r317584:
Correct manual page link to usbdi(9).
Modified:
stable/9/share/man/man4/usb.4
Directory Properties:
stable/9/share/ (props changed)
stable/9/sha
56 matches
Mail list logo