Notice to Appear,
You have to appear in the Court on the August 06.
Please, do not forget to bring all the documents related to the case.
Note: If you do not come, the case will be heard in your absence.
The copy of Court Notice is attached to this email.
Regards,
Mitchell Ashley,
Court Secretar
On Fri, 31 Jul 2015, John-Mark Gurney wrote:
Log:
The implementation note isn't true anymore..
Not that anyone reads it, but those that do, remind them that this
isn't usable in userland... I can't wait till this doc is wrong..
It goes without saying that an API documented in a section 9
Ryan Stone wrote this message on Fri, Jul 31, 2015 at 01:03 -0400:
> You can't use CTASSERT in a header. You'll get a compile error if two
Testing a fix now...
> different headers included in the same translation unit have a CTASSERT on
> the same line number.
Not w/ clang anymore... _Static_as
You can't use CTASSERT in a header. You'll get a compile error if two
different headers included in the same translation unit have a CTASSERT on
the same line number.
On Jul 30, 2015 5:23 PM, "John-Mark Gurney" wrote:
> Author: jmg
> Date: Fri Jul 31 00:23:21 2015
> New Revision: 286100
> URL: ht
Author: np
Date: Fri Jul 31 04:50:47 2015
New Revision: 286107
URL: https://svnweb.freebsd.org/changeset/base/286107
Log:
cxgbe(4): initialize debug_flags from the kernel environment.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
Author: kib
Date: Fri Jul 31 04:12:51 2015
New Revision: 286106
URL: https://svnweb.freebsd.org/changeset/base/286106
Log:
vn_io_fault() handling of the LOR for i/o into the file-backed buffers
has observable overhead when the buffer pages are not resident or not
mapped. The overhead comes
Author: kevlo
Date: Fri Jul 31 03:40:09 2015
New Revision: 286105
URL: https://svnweb.freebsd.org/changeset/base/286105
Log:
MFC r285669:
Since the IETF has redefined the meaning of the tos field to accommodate
a set of differentiated services, set IPTOS_PREC_* macros using
IPTOS_DSCP_*
Author: kevlo
Date: Fri Jul 31 03:35:27 2015
New Revision: 286104
URL: https://svnweb.freebsd.org/changeset/base/286104
Log:
MFC r285623:
Fix typo in register definition.
Submitted by: James Hung
Reviewed by: sbruno
Modified:
stable/10/sys/dev/e1000/e1000_regs.h
Directory Propert
Author: jmg
Date: Fri Jul 31 03:28:02 2015
New Revision: 286103
URL: https://svnweb.freebsd.org/changeset/base/286103
Log:
The implementation note isn't true anymore..
Not that anyone reads it, but those that do, remind them that this
isn't usable in userland... I can't wait till this do
2015-07-31 3:44 GMT+08:00 Craig Rodrigues :
> Author: rodrigc
> Date: Thu Jul 30 19:44:46 2015
> New Revision: 286093
> URL: https://svnweb.freebsd.org/changeset/base/286093
>
> Log:
> Use correct number of arguments to semctl() for IPC_RMID.
>
> PR: 118292
> Submitted by:
Author: pfg
Date: Fri Jul 31 01:12:31 2015
New Revision: 286102
URL: https://svnweb.freebsd.org/changeset/base/286102
Log:
Buffer overflow in wall(1).
This affected syslogd, wall and talkd.
Detected by FORTIFY_SOURCE GSoC (with clang).
Submitted by: Oliver Pinter
Differential Revis
On Thu, Jul 30, 2015 at 5:23 PM, John-Mark Gurney wrote:
> Author: jmg
> Date: Fri Jul 31 00:23:21 2015
> New Revision: 286100
> URL: https://svnweb.freebsd.org/changeset/base/286100
>
> Log:
> Clean up this header file...
>
> use CTASSERTs now that we have them...
>
> Replace a draft w/ RFC
Author: jmg
Date: Fri Jul 31 00:31:52 2015
New Revision: 286101
URL: https://svnweb.freebsd.org/changeset/base/286101
Log:
these are comparing authenticators and need to be constant time...
This could be a side channel attack... Now that we have a function
for this, use it...
jmgurney/
Author: jmg
Date: Fri Jul 31 00:23:21 2015
New Revision: 286100
URL: https://svnweb.freebsd.org/changeset/base/286100
Log:
Clean up this header file...
use CTASSERTs now that we have them...
Replace a draft w/ RFC that's over 10 years old.
Note that _AALG and _EALG do not need to
Author: markj
Date: Fri Jul 31 00:21:40 2015
New Revision: 286099
URL: https://svnweb.freebsd.org/changeset/base/286099
Log:
MFC r285782:
Fix counter reads on platforms where sizeof(uint64_t) != sizeof(uint64_t *).
PR: 201700
Modified:
stable/10/usr.bin/netstat/main.c
Directory Prope
Author: gjb
Date: Fri Jul 31 00:00:59 2015
New Revision: 286098
URL: https://svnweb.freebsd.org/changeset/base/286098
Log:
Update releng/10.2 to RC2 in preparation for the next set of builds.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/10.2/sys/con
Author: gjb
Date: Thu Jul 30 23:58:55 2015
New Revision: 286097
URL: https://svnweb.freebsd.org/changeset/base/286097
Log:
Document r286084, tar(1) sparse file fix.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/10.2/release/doc/en_US.ISO8859-1/relnot
Author: gjb
Date: Thu Jul 30 23:58:53 2015
New Revision: 286096
URL: https://svnweb.freebsd.org/changeset/base/286096
Log:
Document r285830, specifically that the default pkg(8) repository
was switched from 'latest' to 'quarterly' for 10.2-RELEASE.
Approved by: re (implicit)
Sponsored
Can't this use asprintf? There's a catchall free() at the end and no
early returns in this function. Otherwise snprintf?
On 7/28/15 8:40 AM, Ed Maste wrote:
Author: emaste
Date: Tue Jul 28 12:40:41 2015
New Revision: 285950
URL: https://svnweb.freebsd.org/changeset/base/285950
Log:
MFC r2
Author: eri
Date: Thu Jul 30 20:56:27 2015
New Revision: 286095
URL: https://svnweb.freebsd.org/changeset/base/286095
Log:
Correct IPSec SA statistic keeping
The IPsec SA statistic keeping is used even for decision making on
expiry/rekeying SAs.
When there are multiple transformations be
Author: mjg
Date: Thu Jul 30 19:52:43 2015
New Revision: 286094
URL: https://svnweb.freebsd.org/changeset/base/286094
Log:
Revert r285125 until rmlocks get fixed.
Right now there is a chance that sysctl unregister will cause reader to
block on the sx lock associated with sysctl rmlock, in
Author: rodrigc
Date: Thu Jul 30 19:44:46 2015
New Revision: 286093
URL: https://svnweb.freebsd.org/changeset/base/286093
Log:
Use correct number of arguments to semctl() for IPC_RMID.
PR: 118292
Submitted by: araujo
Differential Revision:D2669
Modifie
Author: gjb
Date: Thu Jul 30 19:34:24 2015
New Revision: 286092
URL: https://svnweb.freebsd.org/changeset/base/286092
Log:
Fix a rendering issue in the zfs(8) manual.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
Modifi
Author: hiren
Date: Thu Jul 30 19:24:49 2015
New Revision: 286091
URL: https://svnweb.freebsd.org/changeset/base/286091
Log:
Update snd_una description to make it more readable.
Differential Revision:https://reviews.freebsd.org/D3179
Reviewed by: gnn
Sponsored by:
Hi John!
On Thu, Jun 4, 2015 at 9:41 PM, John Baldwin wrote:
> Author: jhb
> Date: Thu Jun 4 19:41:15 2015
> New Revision: 283998
> URL: https://svnweb.freebsd.org/changeset/base/283998
>
> Log:
> Add a new file operations hook for mmap operations. File type-specific
> logic is now placed i
Author: brueffer
Date: Thu Jul 30 19:08:23 2015
New Revision: 286090
URL: https://svnweb.freebsd.org/changeset/base/286090
Log:
The kernel option and module are actually called pmspcv.
MFC after:3 days
Modified:
head/share/man/man4/Makefile
head/share/man/man4/pms.4
Modified: head
Author: gonzo
Date: Thu Jul 30 19:04:14 2015
New Revision: 286089
URL: https://svnweb.freebsd.org/changeset/base/286089
Log:
Add GPIO backlight driver compatible with Linux FDT bindings.
Brightness is controlled through sysctl dev.gpiobacklight.X.brightness:
- any value greater than 0: bac
Author: rodrigc
Date: Thu Jul 30 18:59:01 2015
New Revision: 286088
URL: https://svnweb.freebsd.org/changeset/base/286088
Log:
Get function prototypes for msg, shm, sem functions
from header files.
Differential Revision: D2669
Modified:
head/sys/sys/msg.h
head/sys/sys/sem.h
head/sy
Thank you!
On 07/30/15 07:41, Ed Maste wrote:
Author: emaste
Date: Thu Jul 30 12:41:54 2015
New Revision: 286070
URL: https://svnweb.freebsd.org/changeset/base/286070
Log:
Add ELF Tool Chain's ar(1) and elfdump(1) to contrib
ELF Tool Chain built on FreeBSD's ar and elfdump, but has a
Author: markj
Date: Thu Jul 30 18:28:37 2015
New Revision: 286087
URL: https://svnweb.freebsd.org/changeset/base/286087
Log:
ib mad: fix an incorrect use of list_for_each_entry
In tf_dequeue(), if we reach the end of the list without finding a
non-cancelled element, "tmp" will be a pointe
Author: kib
Date: Thu Jul 30 18:28:34 2015
New Revision: 286086
URL: https://svnweb.freebsd.org/changeset/base/286086
Log:
Do not pretend that vm_fault(9) supports unwiring the address. Rename
the VM_FAULT_CHANGE_WIRING flag to VM_FAULT_WIRE. Assert that the
flag is only passed when faulti
Author: rodrigc
Date: Thu Jul 30 18:08:08 2015
New Revision: 286085
URL: https://svnweb.freebsd.org/changeset/base/286085
Log:
Make some variables and functions static.
Modified:
head/usr.bin/ipcrm/ipcrm.c
Modified: head/usr.bin/ipcrm/ipcrm.c
=
Author: bdrewery
Date: Thu Jul 30 18:00:37 2015
New Revision: 286084
URL: https://svnweb.freebsd.org/changeset/base/286084
Log:
MFS r286082:
MFC r285972:
MFV r285970:
Apply upstream changeset bf4f6ec64e:
Fix issue 356: properly skip a sparse file entry in a
Author: gjb
Date: Thu Jul 30 17:06:28 2015
New Revision: 286083
URL: https://svnweb.freebsd.org/changeset/base/286083
Log:
MFS 286079:
MFC r285999 (kp):
pf: Always initialise pf_fragment.fr_flags
When we allocate the struct pf_fragment in pf_fillup_fragment() we
forgot to initia
Author: bdrewery
Date: Thu Jul 30 17:04:15 2015
New Revision: 286082
URL: https://svnweb.freebsd.org/changeset/base/286082
Log:
MFC r285972:
MFV r285970:
Apply upstream changeset bf4f6ec64e:
Fix issue 356: properly skip a sparse file entry in a tar file.
PR:
Author: allanjude
Date: Thu Jul 30 17:02:23 2015
New Revision: 286081
URL: https://svnweb.freebsd.org/changeset/base/286081
Log:
Updat the committers graph
Approved by: marcel (mentor)
Differential Revision:https://reviews.freebsd.org/D3251
Modified:
head/share/misc/committers
Author: andrew
Date: Thu Jul 30 16:17:44 2015
New Revision: 286080
URL: https://svnweb.freebsd.org/changeset/base/286080
Log:
Add enough of pmap_page_set_memattr to run gstat. It still needs to split
the DMAP 1G pages so we set the attributes only on the specified page.
Obtained from:
Author: gjb
Date: Thu Jul 30 16:06:13 2015
New Revision: 286079
URL: https://svnweb.freebsd.org/changeset/base/286079
Log:
MFC r285999 (kp):
pf: Always initialise pf_fragment.fr_flags
When we allocate the struct pf_fragment in pf_fillup_fragment() we
forgot to initialise the fr_fl
Author: kib
Date: Thu Jul 30 15:47:53 2015
New Revision: 286078
URL: https://svnweb.freebsd.org/changeset/base/286078
Log:
Improve comments.
Submitted by: bde
MFC after:2 weeks
Modified:
head/sys/amd64/include/atomic.h
head/sys/i386/include/atomic.h
Modified: head/sys/amd64/incl
Author: royger
Date: Thu Jul 30 15:43:26 2015
New Revision: 286077
URL: https://svnweb.freebsd.org/changeset/base/286077
Log:
vfs: fill fallout from r286076
This right operator is >= not =>.
Reported by: cem
Modified:
head/sys/kern/vfs_bio.c
Modified: head/sys/kern/vfs_bio.c
==
Author: royger
Date: Thu Jul 30 15:28:06 2015
New Revision: 286076
URL: https://svnweb.freebsd.org/changeset/base/286076
Log:
vfs: fix off-by-one error in vfs_buf_check_mapped
The check added in r285872 can trigger for valid buffers if the buffer space
used happens to be just after unmapp
Author: bapt
Date: Thu Jul 30 14:44:13 2015
New Revision: 286075
URL: https://svnweb.freebsd.org/changeset/base/286075
Log:
Add Allan Jude as a new src committer. marcel@ and I will be mentoring him
Approved by: core
Modified:
svnadmin/conf/access
svnadmin/conf/mentors
Modified: svna
Author: pfg
Date: Thu Jul 30 14:31:09 2015
New Revision: 286074
URL: https://svnweb.freebsd.org/changeset/base/286074
Log:
GCC: Add a new option "-fstack-protector-strong"
This includes additional functions to be protected: those that
have local array definitions, or have references to lo
Author: emaste
Date: Thu Jul 30 14:20:36 2015
New Revision: 286073
URL: https://svnweb.freebsd.org/changeset/base/286073
Log:
Add ARM64TODO markers to unimplemented functionality
Reviewed by: andrew
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.free
Author: zbb
Date: Thu Jul 30 13:59:38 2015
New Revision: 286072
URL: https://svnweb.freebsd.org/changeset/base/286072
Log:
Enable IRQ during syscalls on ARM64
FreeBSD provides a feature called Adaptive Mutexes, which allows
a thread to spin for a while when the mutex is taken instead of
Author: zbb
Date: Thu Jul 30 13:45:34 2015
New Revision: 286071
URL: https://svnweb.freebsd.org/changeset/base/286071
Log:
Remove obsolete vendor code from Alpine platform support
This is a clean-up patch from a serie delivering support for
Annapurna Labs Alpine PoC.
The HAL files have
Author: emaste
Date: Thu Jul 30 12:41:54 2015
New Revision: 286070
URL: https://svnweb.freebsd.org/changeset/base/286070
Log:
Add ELF Tool Chain's ar(1) and elfdump(1) to contrib
ELF Tool Chain built on FreeBSD's ar and elfdump, but has a number of
improvements and enhancements. Bring the
On 30 Jul 2015, at 10:41, David Chisnall wrote:
>
> On 29 Jul 2015, at 14:36, Dimitry Andric wrote:
>>
>> I'll have a look if this can be fixed using pre-C++11 constructs
>
> LLVM 3.4 had its own unique pointer template (llvm::OwningPtr?
Yes, in r286033 I have used that instead, replaced the
Author: ae
Date: Thu Jul 30 10:26:43 2015
New Revision: 286069
URL: https://svnweb.freebsd.org/changeset/base/286069
Log:
Build if_stf(4) module only when both INET and INET6 support are enabled.
Modified:
head/sys/modules/Makefile
head/sys/modules/if_stf/Makefile
head/sys/net/if_stf.c
M
(r286067)
+++ releng/8.4/UPDATING Thu Jul 30 10:09:31 2015(r286068)
@@ -15,6 +15,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
debugging tools present in HEAD were left in place because
sun4v support still needs work to become production ready.
+20150730: p36 FreeBSD-SA
Author: delphij
Date: Thu Jul 30 10:09:07 2015
New Revision: 286067
URL: https://svnweb.freebsd.org/changeset/base/286067
Log:
Fix a regression introduced with previous OpenSSH by explicitly
initializing devices_done.
Submitted by: jkim
Modified:
stable/8/crypto/openssh/auth2-chall.c
On 29 Jul 2015, at 14:36, Dimitry Andric wrote:
>
> I'll have a look if this can be fixed using pre-C++11 constructs
LLVM 3.4 had its own unique pointer template (llvm::OwningPtr? The doxygen
docs for 3.4 are no longer online, unfortunately). I don’t think that
unique_ptr from libc++ require
Just FYI this change introduces a deadlock with with the
spa_namespace_lock. Mount will be holding this lock while trying to
acquire the spa_namespace_lock. zfskern on the other hand holds the
spa_namespace_lock when calling zfs_freebsd_access which in turn
tries to acquire the teardown lock.
sta
53 matches
Mail list logo