Author: phil
Date: Fri Jun 16 06:34:26 2017
New Revision: 32
URL: https://svnweb.freebsd.org/changeset/base/32
Log:
Update libxo's import shell for xohtml
Submitted by: phil
Modified:
vendor/Juniper/libxo/import.sh
Modified: vendor/Juniper/libxo/import.sh
===
Author: phil
Date: Fri Jun 16 06:29:21 2017
New Revision: 31
URL: https://svnweb.freebsd.org/changeset/base/31
Log:
Merge libxo-0.8.2:
- xohtml: Add "-w" option to pull support files from gh_pages
- Add "upload-xohtml-files" target to publish support files in gh_pages/
- add HISTOR
Author: phil
Date: Fri Jun 16 06:15:26 2017
New Revision: 319998
URL: https://svnweb.freebsd.org/changeset/base/319998
Log:
Tag libxo 0.8.2
Added:
- copied from r319997, vendor/Juniper/libxo/dist/
Directory Properties:
vendor/Juniper/libxo/0.8.2/ (props changed)
___
Author: phil
Date: Fri Jun 16 06:12:07 2017
New Revision: 319997
URL: https://svnweb.freebsd.org/changeset/base/319997
Log:
Import libxo 0.8.2
Modified:
vendor/Juniper/libxo/dist/doc/libxo-manual.html
vendor/Juniper/libxo/dist/libxo/libxo.c
vendor/Juniper/libxo/dist/tests/core/saved/test_
Author: bdrewery
Date: Fri Jun 16 04:28:10 2017
New Revision: 319996
URL: https://svnweb.freebsd.org/changeset/base/319996
Log:
WITH_META_MODE: Don't try showing command if .ERROR_META_FILE is empty.
This was sed'ing on stdin for failing .PHONY targets.
Reported by: Mark Millard
X-M
Author: araujo
Date: Fri Jun 16 01:26:01 2017
New Revision: 319995
URL: https://svnweb.freebsd.org/changeset/base/319995
Log:
Check if pthread_create(3) successfully created the thread prior to call
pthread_join(3). The variable tid is not yet initialized in case
the authentication fails at
Author: adrian
Date: Fri Jun 16 00:44:23 2017
New Revision: 319994
URL: https://svnweb.freebsd.org/changeset/base/319994
Log:
[ar71xx] migrate all of the duplicate configuration out into a shared config
file.
This brings the default configurations (drivers, net80211 settings, etc) and
som
Author: gjb
Date: Fri Jun 16 00:00:01 2017
New Revision: 319993
URL: https://svnweb.freebsd.org/changeset/base/319993
Log:
Update stable/11 to BETA2 as part of the 11.1-RELEASE cycle.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/sys/conf/newvers.
Author: jpaetzel
Date: Thu Jun 15 23:14:04 2017
New Revision: 319992
URL: https://svnweb.freebsd.org/changeset/base/319992
Log:
MFC 319670
Fix SMBFS when saved passwords are greater than 18 characters
PR: 132302
Submitted by: dhorn2...@gmail.com g...@unixarea.de
Modified:
stable
Author: vangyzen
Date: Thu Jun 15 21:34:43 2017
New Revision: 319991
URL: https://svnweb.freebsd.org/changeset/base/319991
Log:
copy(9): clarify that copystr() does not return EFAULT
The previous wording implied that copystr() could return EFAULT.
MFC after:6 weeks
Sponsored by:
Author: sbruno
Date: Thu Jun 15 21:14:48 2017
New Revision: 319990
URL: https://svnweb.freebsd.org/changeset/base/319990
Log:
bnxt(4): Implement temporary workaround in driver to report supported media
types that are currently unavailable from the firmware. e.g. 10G, 25G, 50G
& 100G
S
Author: sbruno
Date: Thu Jun 15 21:06:03 2017
New Revision: 319989
URL: https://svnweb.freebsd.org/changeset/base/319989
Log:
bnxt(4) Enable LRO support
iflib - Handle out of order packet delivery from hardware in support of LRO
Out of order updates to rxd's is fixed in r315217. Howeve
On Thu, 15 Jun 2017 08:04:57 -0700
Jason Evans wrote:
> On Thu, 15 Jun 2017 10:31:57 +0200
> "O. Hartmann" wrote:
>
> > On Thu, 15 Jun 2017 07:15:06 + (UTC)
> > Jason Evans wrote:
> >
> > > Author: jasone
> > > Date: Thu Jun 15 07:15:05 2017
> > > New Revision: 319971
> > > URL: https://s
Author: glebius
Date: Thu Jun 15 20:11:29 2017
New Revision: 319988
URL: https://svnweb.freebsd.org/changeset/base/319988
Log:
Plug read(2) and write(2) on listening sockets.
Modified:
head/sys/kern/uipc_socket.c
Modified: head/sys/kern/uipc_socket.c
=
Author: stevek
Date: Thu Jun 15 20:06:41 2017
New Revision: 319987
URL: https://svnweb.freebsd.org/changeset/base/319987
Log:
Replace md(4) usage in diskless(8) script rc.initdiskless with tmpfs(5).
Need to multiply the size of the disk passed to mount_md by 512 as mdmfs
expects number of 51
Author: np
Date: Thu Jun 15 19:56:59 2017
New Revision: 319986
URL: https://svnweb.freebsd.org/changeset/base/319986
Log:
cxgbe(4): Fix per-queue netmap operation.
Do not attempt to initialize netmap queues that are already initialized
or aren't supposed to be initialized. Similarly, do
Author: alc
Date: Thu Jun 15 18:49:46 2017
New Revision: 319985
URL: https://svnweb.freebsd.org/changeset/base/319985
Log:
MFC r319540
The data type returned by vmoff() is too narrow in its range. This could
break the transmission of files longer than 4 GB on 32-bit architectures.
Hi,
On Tue, Jun 13, 2017 at 5:35 AM, Pietro Cerutti wrote:
[...]
> Modified: head/usr.bin/yes/yes.c
> ==
> --- head/usr.bin/yes/yes.c Tue Jun 13 12:07:18 2017(r319896)
> +++ head/usr.bin/yes/yes.c Tue Ju
On 06/15/17 04:22, Peter Holm wrote:
> On Wed, Jun 14, 2017 at 09:21:30AM -0600, Sean Bruno wrote:
>>
>>
>> On 06/14/17 08:46, Peter Holm wrote:
>>> On Wed, Jun 14, 2017 at 08:38:36AM -0600, Sean Bruno wrote:
On 06/14/17 03:17, Peter Holm wrote:
> On Tue, Jun 13, 2017 at 11:16:
Author: sbruno
Date: Thu Jun 15 17:46:20 2017
New Revision: 319984
URL: https://svnweb.freebsd.org/changeset/base/319984
Log:
Revert r319921 which seems to cause NFS booting assertion panics in
various configurations.
Reported by: pho@
Modified:
head/sys/net/iflib.c
Modified: head/sy
Author: allanjude
Date: Thu Jun 15 17:44:16 2017
New Revision: 319983
URL: https://svnweb.freebsd.org/changeset/base/319983
Log:
MFC: r319863
bsdinstall: Make ZFS min_auto_ashift adjustment persistent
MFC: r319864
bsdinstall: support Auto ZFS mode for ARM64
Approved by:
Author: allanjude
Date: Thu Jun 15 17:43:40 2017
New Revision: 319982
URL: https://svnweb.freebsd.org/changeset/base/319982
Log:
MFC: r319866, r319867
top: Change the way the ZFS ARC compression ratio is calculated
remove overhead statistics, already included in other counters
Author: alc
Date: Thu Jun 15 17:06:04 2017
New Revision: 319981
URL: https://svnweb.freebsd.org/changeset/base/319981
Log:
MFC r318995
In r118390, the swap pager's approach to striping swap allocation over
multiple devices was changed. However, swapoff_one() was not fully and
correc
Author: jpaetzel
Date: Thu Jun 15 16:12:45 2017
New Revision: 319980
URL: https://svnweb.freebsd.org/changeset/base/319980
Log:
MFC 319670
Fix SMBFS when saved passwords are greater than 18 character
PR: 132302
Submitted by: dhorn2...@gmail.com g...@unixarea.de
Approved by: re (
Author: gjb
Date: Thu Jun 15 15:50:49 2017
New Revision: 319979
URL: https://svnweb.freebsd.org/changeset/base/319979
Log:
MFC r319954:
Modernize FreeBSD version numbers in freebsd-update(8).
While here, expand a contraction to make textproc/igor happy.
Sponsored by: The FreeBSD Found
Author: gjb
Date: Thu Jun 15 15:50:17 2017
New Revision: 319978
URL: https://svnweb.freebsd.org/changeset/base/319978
Log:
MFC r319954:
Modernize FreeBSD version numbers in freebsd-update(8).
While here, expand a contraction to make textproc/igor happy.
Approved by: re (kib)
Sponso
On 6/15/2017 7:17 AM, Ronald Klop wrote:
> On Wed, 14 Jun 2017 16:27:52 +0200, Bryan Drewery
> wrote:
>
>> On 6/14/2017 7:26 AM, Justin Hibbits wrote:
>>> On Wed, Jun 14, 2017 at 9:19 AM, Bryan Drewery
>>> wrote:
On 6/13/2017 5:35 AM, Pietro Cerutti wrote:
> Author: gahr (ports committe
Author: delphij
Date: Thu Jun 15 15:24:15 2017
New Revision: 319977
URL: https://svnweb.freebsd.org/changeset/base/319977
Log:
MFC r319852:
Fix buffer lengths.
After r319369, the RPC code validates caller supplied buffer length in
taddr2uaddr. When no -h is specified, the sizeof(ai_
On Thu, 15 Jun 2017 10:31:57 +0200
"O. Hartmann" wrote:
> On Thu, 15 Jun 2017 07:15:06 + (UTC)
> Jason Evans wrote:
>
> > Author: jasone
> > Date: Thu Jun 15 07:15:05 2017
> > New Revision: 319971
> > URL: https://svnweb.freebsd.org/changeset/base/319971
> >
> > Log:
> > Update jemalloc
Author: kib
Date: Thu Jun 15 15:08:54 2017
New Revision: 319976
URL: https://svnweb.freebsd.org/changeset/base/319976
Log:
MFC r319869:
Decode recently added flags.
Approved by: re (marius)
Modified:
stable/11/tools/test/ptrace/scescx.c
Directory Properties:
stable/11/ (props chan
Author: kib
Date: Thu Jun 15 14:34:33 2017
New Revision: 319975
URL: https://svnweb.freebsd.org/changeset/base/319975
Log:
Some minor improvements to vnode_pager_generic_putpages().
- Add asserts that the pages to write are dirty. The last page, if
partially written, is only required to b
On Wed, 14 Jun 2017 16:27:52 +0200, Bryan Drewery
wrote:
On 6/14/2017 7:26 AM, Justin Hibbits wrote:
On Wed, Jun 14, 2017 at 9:19 AM, Bryan Drewery
wrote:
On 6/13/2017 5:35 AM, Pietro Cerutti wrote:
Author: gahr (ports committer)
Date: Tue Jun 13 12:35:01 2017
New Revision: 319897
URL: h
On Wed, Jun 14, 2017 at 10:04:00PM -0700, Gleb Smirnoff wrote:
> On Tue, Jun 13, 2017 at 03:06:43PM +0300, Konstantin Belousov wrote:
> K> On Mon, Jun 12, 2017 at 04:43:56PM -0700, Gleb Smirnoff wrote:
> K> > On Mon, Jun 12, 2017 at 09:11:11PM +, Konstantin Belousov wrote:
> K> > K> Author: kib
Bezüglich Harry Schmalzbauer's Nachricht vom 15.06.2017 15:14 (localtime):
> Bezüglich Luiz Otavio O Souza's Nachricht vom 13.06.2017 00:53
> (localtime):
>> Author: loos
>> Date: Mon Jun 12 22:53:18 2017
>> New Revision: 319881
>> URL: https://svnweb.freebsd.org/changeset/base/319881
>>
>> Log:
Bezüglich Luiz Otavio O Souza's Nachricht vom 13.06.2017 00:53
(localtime):
> Author: loos
> Date: Mon Jun 12 22:53:18 2017
> New Revision: 319881
> URL: https://svnweb.freebsd.org/changeset/base/319881
>
> Log:
> Update the current version of netmap to bring it in sync with the github
> versi
Author: hselasky
Date: Thu Jun 15 11:56:40 2017
New Revision: 319972
URL: https://svnweb.freebsd.org/changeset/base/319972
Log:
Use static device numbering instead of dynamic one when creating
mlx4en network interfaces. This prevents infinite unit number growth
typically when the mlx4en driv
On Wed, Jun 14, 2017 at 09:21:30AM -0600, Sean Bruno wrote:
>
>
> On 06/14/17 08:46, Peter Holm wrote:
> > On Wed, Jun 14, 2017 at 08:38:36AM -0600, Sean Bruno wrote:
> >>
> >>
> >> On 06/14/17 03:17, Peter Holm wrote:
> >>> On Tue, Jun 13, 2017 at 11:16:39PM +, Sean Bruno wrote:
> Autho
On Thu, 15 Jun 2017 07:15:06 + (UTC)
Jason Evans wrote:
> Author: jasone
> Date: Thu Jun 15 07:15:05 2017
> New Revision: 319971
> URL: https://svnweb.freebsd.org/changeset/base/319971
>
> Log:
> Update jemalloc to 5.0.0.
>
> Added:
> head/contrib/jemalloc/include/jemalloc/internal/aren
Author: jasone
Date: Thu Jun 15 07:15:05 2017
New Revision: 319971
URL: https://svnweb.freebsd.org/changeset/base/319971
Log:
Update jemalloc to 5.0.0.
Added:
head/contrib/jemalloc/include/jemalloc/internal/arena_externs.h (contents,
props changed)
head/contrib/jemalloc/include/jemalloc/
39 matches
Mail list logo