On Mon, Jul 25, 2016 at 02:42:43PM +0300, Michael Zhilin wrote:
M> Hi Gleb, Andrey,
M>
M> Could you please fix one more line in
M> usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.common:
M> >> 7 нояб.День окт.ябрьской революции 1917 года
Thanks to Andrey, he fixed.
M> BTW, the line of "usr.
Author: ae
Date: Tue Aug 2 12:18:06 2016
New Revision: 303657
URL: https://svnweb.freebsd.org/changeset/base/303657
Log:
Fix NULL pointer dereference.
ro pointer can be NULL when IPSec consumes mbuf.
PR: 211486
MFC after:3 days
Modified:
head/sys/netinet6/ip6_output.c
On 02.08.2016 12:26, Gleb Smirnoff wrote:
> You got your own commit access now, so please do it yourself if you
> are confident enough about the change. I am not :)
Really this date is in the middle, see
http://bibliopskov.ru/4november.htm
___
svn-src-he
Conrad Meyer writes:
> I don't think this is security-related despite being a bug in
> crypto-adjacent code. At best it's a DoS, I think.
If it can be triggered remotely, it's a security issue.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-hea
On Tue, Jul 19, 2016 at 10:56:40PM +, Pedro F. Giffuni wrote:
> New Revision: 303047
> URL: https://svnweb.freebsd.org/changeset/base/303047
>
> Log:
> sed(1): Assorted cleanups and simplifications.
>
> Const-ify several variables, make it build cleanly with WARNS level 5.
>
>
Author: br
Date: Tue Aug 2 14:50:14 2016
New Revision: 303660
URL: https://svnweb.freebsd.org/changeset/base/303660
Log:
Update RISC-V port to Privileged Architecture Version 1.9.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Modified:
head/sys/boot/fdt/dts/riscv/spike.dts
head/sys/
On 08/02/16 16:17, Alexey Dokuchaev wrote:
> On Tue, Jul 19, 2016 at 10:56:40PM +, Pedro F. Giffuni wrote:
>> New Revision: 303047
>> URL: https://svnweb.freebsd.org/changeset/base/303047
>>
>> Log:
>> sed(1):Assorted cleanups and simplifications.
>>
>> Const-ify several variables, m
Dear Customer,
We could not deliver your parcel.
Please, open email attachment to print shipment label.
Yours sincerely,
Kevin Perez,
Sr. Operation Manager.
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-he
Hello;
On 08/02/16 09:54, Guido Falsi wrote:
On 08/02/16 16:17, Alexey Dokuchaev wrote:
On Tue, Jul 19, 2016 at 10:56:40PM +, Pedro F. Giffuni wrote:
New Revision: 303047
URL: https://svnweb.freebsd.org/changeset/base/303047
Log:
sed(1): Assorted cleanups and simplifications.
C
Author: andrew
Date: Tue Aug 2 15:26:46 2016
New Revision: 303661
URL: https://svnweb.freebsd.org/changeset/base/303661
Log:
Remove trailing whitespace from the arm64 pmap
Obtained from:ABT Systems Ltd
MFC after:3 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head
Author: pfg
Date: Tue Aug 2 15:35:53 2016
New Revision: 303662
URL: https://svnweb.freebsd.org/changeset/base/303662
Log:
sed(1): Revert r303047 "cleanup" and therefore r303572.
While big, the change was meant to have no effect on behavior and instead
so far we have found two regressions
On Tue, Aug 02, 2016 at 10:03:20AM -0500, Pedro Giffuni wrote:
> Hello;
>
> [...]
> Thank you for the reports, this type of things make nice cases for the
> test suite.
>
> There were good reasons this patch was not meant for 11.0-RELEASE. Given
> it's the second regression and I am not satisfied
Author: kp
Date: Tue Aug 2 15:41:42 2016
New Revision: 303663
URL: https://svnweb.freebsd.org/changeset/base/303663
Log:
pfctl: Allow TOS bits to be cleared
TOS value 0 is valid, so use 256 as an invalid value rather than zero.
This allows users to enforce TOS == 0 with pf.
Reported
Author: cem
Date: Tue Aug 2 18:13:50 2016
New Revision: 303669
URL: https://svnweb.freebsd.org/changeset/base/303669
Log:
proc_init: Fix a few memory leaks of 'phdl'
In the normal case and correct failure cases, the 'phdl' pointer is passed to
callers to use or clean up as needed. Howev
Author: emaste
Date: Tue Aug 2 18:42:32 2016
New Revision: 303670
URL: https://svnweb.freebsd.org/changeset/base/303670
Log:
Add ELFOSABI_ARM_AEABI ELF OSABI constant
Reported by: andrew
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/sys/elf_common.h
Modified: head/sys/sys/
Author: kp
Date: Tue Aug 2 19:54:40 2016
New Revision: 303673
URL: https://svnweb.freebsd.org/changeset/base/303673
Log:
pfctl: Match prototype of pfctl_load_hostid.
The prototype and the implementation of the pfctl_load_hostid used a
different data type for one of the parameters.
S
Author: emaste
Date: Tue Aug 2 20:11:04 2016
New Revision: 303674
URL: https://svnweb.freebsd.org/changeset/base/303674
Log:
readelf: report ARM program and section header types
Reviewed by: andrew
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.free
Author: dim
Date: Tue Aug 2 20:25:22 2016
New Revision: 303676
URL: https://svnweb.freebsd.org/changeset/base/303676
Log:
Fix a segfault in bsdgrep when parsing the invalid extended regexps "?"
or "+" (these are invalid, because there is no preceding operand).
When bsdgrep attempts to em
Author: emaste
Date: Tue Aug 2 20:26:04 2016
New Revision: 303677
URL: https://svnweb.freebsd.org/changeset/base/303677
Log:
Move/add ARM ELF PHDR types to elf_common.h
Accidentally missed in r303674
Modified:
head/sys/arm/include/elf.h
head/sys/sys/elf_common.h
Modified: head/sys/ar
Author: kp
Date: Tue Aug 2 20:32:02 2016
New Revision: 303678
URL: https://svnweb.freebsd.org/changeset/base/303678
Log:
pfctl: Use const where possible.
This adds const qualifiers where it is possible.
Submitted by: Christian Mauderer
Modified:
head/sbin/pfctl/pfctl.c
head/sbin
Author: emaste
Date: Tue Aug 2 21:48:26 2016
New Revision: 303682
URL: https://svnweb.freebsd.org/changeset/base/303682
Log:
kgzip.8: note that it is deprecated and clarify BUGS section
kgzip is only useful on i386 and has a number of other limitations.
We're better served by officially
Author: imp
Date: Tue Aug 2 21:55:23 2016
New Revision: 303683
URL: https://svnweb.freebsd.org/changeset/base/303683
Log:
tools/build looks for _WITH_GETLINE in /usr/include/stdio.h to see if
we need to include it in -legacy or not. Since the ifdef was removed,
this broke building 10.x and
Author: bapt
Date: Tue Aug 2 22:47:06 2016
New Revision: 303685
URL: https://svnweb.freebsd.org/changeset/base/303685
Log:
truss: fix uninitialized trussinfo->curthread in add_threads()/enter_syscall
trussinfo->curthread must be initialized before calling enter_syscall(),
it is used by t
Author: bdrewery
Date: Tue Aug 2 23:46:32 2016
New Revision: 303687
URL: https://svnweb.freebsd.org/changeset/base/303687
Log:
Add link for getnetgrent_r(3).
MFC after:3 days
Sponsored by: EMC / Isilon Storage Division
Modified:
head/lib/libc/gen/Makefile.inc
Modified: head/lib/l
Author: np
Date: Tue Aug 2 23:54:21 2016
New Revision: 303688
URL: https://svnweb.freebsd.org/changeset/base/303688
Log:
cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
per-adapter data structure. This replaces a global array with hardcoded
page sizes.
Sponsored by: Ch
Author: jhibbits
Date: Wed Aug 3 01:22:11 2016
New Revision: 303693
URL: https://svnweb.freebsd.org/changeset/base/303693
Log:
Merge MPC85XX and QorIQ config options
Summary:
MPC85XX and QorIQ are very similar. When the DPAA dTSEC driver was
added, QORIQ_DPAA was brought in as a confi
Author: jhibbits
Date: Wed Aug 3 01:46:55 2016
New Revision: 303696
URL: https://svnweb.freebsd.org/changeset/base/303696
Log:
Remove a duplicate PMC CPU number
CPU number for MPC85XX is a duplicate for E500. Since we don't support
MPC85XX
"uncore" registers right now, rather than renu
Author: ed
Date: Wed Aug 3 06:33:04 2016
New Revision: 303699
URL: https://svnweb.freebsd.org/changeset/base/303699
Log:
mprotect(): Change prototype to comply to POSIX.
Our mprotect() function seems to take a "const void *" address to the
pages whose permissions need to be adjusted. POS
Author: ed
Date: Wed Aug 3 06:35:58 2016
New Revision: 303700
URL: https://svnweb.freebsd.org/changeset/base/303700
Log:
Re-add traling slash that was removed in r303699.
I must have accidentally pressed some random key in vim.
Modified:
head/sys/kern/syscalls.master
Modified: head/sys
Author: ed
Date: Wed Aug 3 06:36:45 2016
New Revision: 303701
URL: https://svnweb.freebsd.org/changeset/base/303701
Log:
Regenerate system call tables for r303699 and r303700.
Modified:
head/sys/compat/freebsd32/freebsd32_proto.h
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/com
30 matches
Mail list logo