> On 22. aug 2016, at 17:56, Toomas Soome wrote:
>
>
>> On 22. aug 2016, at 17:19, Warner Losh wrote:
>>
>> On Mon, Aug 22, 2016 at 3:44 AM, Toomas Soome wrote:
>>> I do suspect the size difference there is partially due to ficl, in illumos
>>> (ficl 4):
>>>
>>> -rw-r--r-- 1 tsoome sta
On 22/08/2016 17:56, Toomas Soome wrote:
> Actually I only now realized I was comparing apples with oranges… I forgot
> the fbsd builds 32bit version in ficl32, this one is 64bit. and yes the 32bit
> version is not that big at all:D
>
> Also, after done some digging, I have found few instances of
> On 23. aug 2016, at 11:22, Andriy Gapon wrote:
>
> On 22/08/2016 17:56, Toomas Soome wrote:
>> Actually I only now realized I was comparing apples with oranges… I forgot
>> the fbsd builds 32bit version in ficl32, this one is 64bit. and yes the 32bit
>> version is not that big at all:D
>>
>>
Author: avg
Date: Tue Aug 23 10:40:53 2016
New Revision: 304674
URL: https://svnweb.freebsd.org/changeset/base/304674
Log:
intpm: add support for SB800
This code should be able to support later AMD chipsets as well, but that
hasn't been tested.
SB800 supports accessing several differ
On Tue, Aug 23, 2016 at 11:05:47AM +0300, Toomas Soome wrote:
>
> > On 22. aug 2016, at 17:56, Toomas Soome wrote:
> >
> >
> >> On 22. aug 2016, at 17:19, Warner Losh wrote:
> >>
> >> On Mon, Aug 22, 2016 at 3:44 AM, Toomas Soome wrote:
> >>> I do suspect the size difference there is partia
> On 23. aug 2016, at 14:29, Slawa Olhovchenkov wrote:
>
> On Tue, Aug 23, 2016 at 11:05:47AM +0300, Toomas Soome wrote:
>
>>
>>> On 22. aug 2016, at 17:56, Toomas Soome wrote:
>>>
>>>
On 22. aug 2016, at 17:19, Warner Losh wrote:
On Mon, Aug 22, 2016 at 3:44 AM, Toomas Soo
On Tue, Aug 23, 2016 at 03:00:32PM +0300, Toomas Soome wrote:
>
> > On 23. aug 2016, at 14:29, Slawa Olhovchenkov wrote:
> >
> > On Tue, Aug 23, 2016 at 11:05:47AM +0300, Toomas Soome wrote:
> >
> >>
> >>> On 22. aug 2016, at 17:56, Toomas Soome wrote:
> >>>
> >>>
> On 22. aug 2016, a
> On 23. aug 2016, at 15:16, Slawa Olhovchenkov wrote:
>
> On Tue, Aug 23, 2016 at 03:00:32PM +0300, Toomas Soome wrote:
>
>>
>>> On 23. aug 2016, at 14:29, Slawa Olhovchenkov wrote:
>>>
>>> On Tue, Aug 23, 2016 at 11:05:47AM +0300, Toomas Soome wrote:
>>>
> On 22. aug 2016, at 17
On Tue, Aug 23, 2016 at 03:26:04PM +0300, Toomas Soome wrote:
> > Main trouble (by kib@) is 640KB real mode limit.
> > Separated heap don't soled this.
> > May be solution is early switch to protected mode, boot2?
>
> hm, but boot2 is already btx client and btx is setting up the
> protected mode.
Author: araujo
Date: Tue Aug 23 13:19:42 2016
New Revision: 304676
URL: https://svnweb.freebsd.org/changeset/base/304676
Log:
Fix calloc(3) argument order.
MFC after:4 weeks.
Modified:
head/usr.sbin/fifolog/lib/fifolog_int.c
head/usr.sbin/fifolog/lib/fifolog_reader.c
Modified: hea
Author: bapt
Date: Tue Aug 23 13:35:48 2016
New Revision: 304677
URL: https://svnweb.freebsd.org/changeset/base/304677
Log:
Add tftpfs support for the EFI loader
Allow netbooting on efi without having to setup any NFS server by rebuilding
the
loader with LOADER_TFTP_SUPPORT like for the
Author: araujo
Date: Tue Aug 23 13:43:43 2016
New Revision: 304678
URL: https://svnweb.freebsd.org/changeset/base/304678
Log:
Use roundup2() from sys/param.h.
Modified:
head/usr.sbin/kldxref/kldxref.c
Modified: head/usr.sbin/kldxref/kldxref.c
=
> On 23. aug 2016, at 15:36, Slawa Olhovchenkov wrote:
>
> On Tue, Aug 23, 2016 at 03:26:04PM +0300, Toomas Soome wrote:
>
>>> Main trouble (by kib@) is 640KB real mode limit.
>>> Separated heap don't soled this.
>>> May be solution is early switch to protected mode, boot2?
>>
>> hm, but boot2
Author: bapt
Date: Tue Aug 23 13:53:38 2016
New Revision: 304680
URL: https://svnweb.freebsd.org/changeset/base/304680
Log:
EFI loader: only open/close on the net device with tftpfs
It prevents issuing a dhcp request before each file open
As a consequence netbooting over tftpfs is signifi
Author: bdrewery
Date: Tue Aug 23 15:20:32 2016
New Revision: 304681
URL: https://svnweb.freebsd.org/changeset/base/304681
Log:
Always pass in -target and --sysroot flags for the build.
The internal bootstrap compiler has a default sysroot set by TOOLS_PREFIX
and target set by TARGET/TARG
Author: bdrewery
Date: Tue Aug 23 15:22:17 2016
New Revision: 304682
URL: https://svnweb.freebsd.org/changeset/base/304682
Log:
Re-enable WITH_SYSTEM_COMPILER with WITH_META_MODE.
This was disabled in r301468 due to -target/--sysroot sometimes being used in
the build and other times not b
Author: bdrewery
Date: Tue Aug 23 15:31:53 2016
New Revision: 304683
URL: https://svnweb.freebsd.org/changeset/base/304683
Log:
Regenerate
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: pfg
Date: Tue Aug 23 15:46:20 2016
New Revision: 304684
URL: https://svnweb.freebsd.org/changeset/base/304684
Log:
indent(1): remove dead assignments.
Taken from: Piotr Sephaniak
Modified:
head/usr.bin/indent/indent.c
head/usr.bin/indent/io.c
Modified: head/usr.bin/indent/in
Author: andrew
Date: Tue Aug 23 15:48:27 2016
New Revision: 304685
URL: https://svnweb.freebsd.org/changeset/base/304685
Log:
Include the offset the virtual address is within an L1 or L2 block when
finding the vm_page_t in pmap_extract_and_hold. Previously it would return
the vm_page_t of th
Author: pfg
Date: Tue Aug 23 15:49:31 2016
New Revision: 304686
URL: https://svnweb.freebsd.org/changeset/base/304686
Log:
indent(1): have the memset invocation somewhat more canonical.
While correct, the previous invocation was somewhat more error prone.
Pointed out by: delphij,
Author: andrew
Date: Tue Aug 23 16:12:25 2016
New Revision: 304687
URL: https://svnweb.freebsd.org/changeset/base/304687
Log:
If we find we have a superpage in pmap_enter_quick_locked return without
trying to add a new level 3 page.
Obtained from:ABT Systems Ltd
MFC after:1
On 08/23/2016 10:48, Andrew Turner wrote:
> Author: andrew
> Date: Tue Aug 23 15:48:27 2016
> New Revision: 304685
> URL: https://svnweb.freebsd.org/changeset/base/304685
>
> Log:
> Include the offset the virtual address is within an L1 or L2 block when
> finding the vm_page_t in pmap_extract_a
Author: andrew
Date: Tue Aug 23 16:20:56 2016
New Revision: 304688
URL: https://svnweb.freebsd.org/changeset/base/304688
Log:
Map memory as read-only in pmap_enter_quick_locked as is done in other
pmap implementations.
Obtained from:ABT Systems Ltd
MFC after:1 month
Sponso
On 8/23/2016 8:20 AM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Tue Aug 23 15:20:32 2016
> New Revision: 304681
> URL: https://svnweb.freebsd.org/changeset/base/304681
>
> Log:
> Always pass in -target and --sysroot flags for the build.
Sorry this breaks in-tree GCC builds. Testing a fix
Author: andrew
Date: Tue Aug 23 16:37:34 2016
New Revision: 304689
URL: https://svnweb.freebsd.org/changeset/base/304689
Log:
Also adjust the virtual address passed to vm_page_pa_tryrelock.
Reported by: alc
Obtained from:ABT Systems Ltd
MFC after:1 month
Sponsored by: The
Author: emaste
Date: Tue Aug 23 17:42:03 2016
New Revision: 304691
URL: https://svnweb.freebsd.org/changeset/base/304691
Log:
bspatch: apply style(9)
Make style changes (and trivial refactoring of open calls) now in order
to reduce noise in diffs for future capsicum changes.
Reviewed
Author: landonf
Date: Tue Aug 23 19:03:11 2016
New Revision: 304692
URL: https://svnweb.freebsd.org/changeset/base/304692
Log:
bhndb(4): Fix unsigned integer underflow in dynamic register window
handling. This resulted in the window target being left uninitialized
when an underflow occured.
Author: ngie
Date: Tue Aug 23 19:15:01 2016
New Revision: 304693
URL: https://svnweb.freebsd.org/changeset/base/304693
Log:
Clean up trailing whitespace
MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
Modified:
head/usr.bin/getconf/getconf.c
Modified: head/usr.bin/getcon
Author: ngie
Date: Tue Aug 23 19:28:01 2016
New Revision: 304694
URL: https://svnweb.freebsd.org/changeset/base/304694
Log:
Add `MIN_HOLE_SIZE` pathconf(2) support to getconf
This allows shell programs to programmatically determine whether
or not a filesystem supports sparse files
MF
Author: bdrewery
Date: Tue Aug 23 19:29:37 2016
New Revision: 304695
URL: https://svnweb.freebsd.org/changeset/base/304695
Log:
Fix in-tree GCC builds after r304681.
There were a few issues.
- In-tree GCC won't have X_COMPILER_TYPE defined but will have
WANT_COMPILER_TYPE==gcc set fro
Author: dim
Date: Tue Aug 23 19:31:43 2016
New Revision: 304696
URL: https://svnweb.freebsd.org/changeset/base/304696
Log:
In addition to creating subdirectories under .OBJDIR for SRCS with
relative paths, also create them for DPSRCS. This is needed for builds
that generate files during the
Author: bdrewery
Date: Tue Aug 23 19:37:18 2016
New Revision: 304697
URL: https://svnweb.freebsd.org/changeset/base/304697
Log:
FAST_DEPEND: Fix 'make all install' not properly rebuilding based on
.depend.* files.
An optimization is in place to skip reading the .depend.* files with
'make
Author: ngie
Date: Tue Aug 23 19:41:49 2016
New Revision: 304698
URL: https://svnweb.freebsd.org/changeset/base/304698
Log:
Add support for _PC_ACL_NFS4 as TRUSTEDBSD_ACL_NFS4
The TRUSTEDBSD prefix was chosen for consistency with the other
related `_PC_ACL*` prefixed variables.
MFC a
Author: bde
Date: Tue Aug 23 19:50:16 2016
New Revision: 304699
URL: https://svnweb.freebsd.org/changeset/base/304699
Log:
Fix key delay and repeat, part 1.
kbdcontrol -r fast is documented to give a non-emulated atkbd's fastest
rate of 250.34, but is misimplemented to request this as 0.0
On 8/23/16, Bruce Evans wrote:
> Author: bde
> Date: Tue Aug 23 19:50:16 2016
> New Revision: 304699
> URL: https://svnweb.freebsd.org/changeset/base/304699
>
> Log:
> Fix key delay and repeat, part 1.
>
> kbdcontrol -r fast is documented to give a non-emulated atkbd's fastest
> rate of 250.
Author: glebius
Date: Tue Aug 23 20:04:23 2016
New Revision: 304702
URL: https://svnweb.freebsd.org/changeset/base/304702
Log:
The -f check here is used to determine whether we have a single kernel
config or a list of them. Put the variable into quotes, to avoid syntax
error from [ in case
On Tue, 23 Aug 2016, Oliver Pinter wrote:
On 8/23/16, Bruce Evans wrote:
...
Log:
Fix key delay and repeat, part 1.
...
Convert 0.0 to the documented 250.34.
...
Do you plan to MFC these changes to 10-STABLE? It would be really nice
to see all of these improvements.
Maybe when I "finish
Author: ache
Date: Tue Aug 23 20:33:56 2016
New Revision: 304703
URL: https://svnweb.freebsd.org/changeset/base/304703
Log:
LC_*_MASK bit shifting order was partially broken from the initial commit
time at year 2012. Only LC_COLLATE_MASK and LC_CTYPE_MASK are in the
right order.
The ord
On 8/22/2016 1:59 AM, Bruce Evans wrote:
> On Sun, 21 Aug 2016, Hans Petter Selasky wrote:
>
>> On 08/21/16 18:06, Bruce Evans wrote:
>>> Author: bde
>>> Date: Sun Aug 21 16:06:00 2016
>>> New Revision: 304567
>>> URL: https://svnweb.freebsd.org/changeset/base/304567
>>
>> Don't forget to MFC.
>
> On Aug 23, 2016, at 13:38, Bryan Drewery wrote:
…
> I've written a script to do MFCing with the proper svn merge style for
> each branch. It's not perfect but it seems good enough.
>
> https://people.freebsd.org/~bdrewery/mfc.sh
>
> It can take multiple revisions.
> cd svn/stable/7
> mfc.s
> On Aug 23, 2016, at 13:33, Andrey A. Chernov wrote:
>
> Author: ache
> Date: Tue Aug 23 20:33:56 2016
> New Revision: 304703
> URL: https://svnweb.freebsd.org/changeset/base/304703
>
> Log:
> LC_*_MASK bit shifting order was partially broken from the initial commit
> time at year 2012. Only
On 8/23/2016 1:49 PM, Ngie Cooper (yaneurabeya) wrote:
>
>> On Aug 23, 2016, at 13:38, Bryan Drewery wrote:
>
> …
>
>> I've written a script to do MFCing with the proper svn merge style for
>> each branch. It's not perfect but it seems good enough.
>>
>> https://people.freebsd.org/~bdrewery/mf
> On Aug 23, 2016, at 13:57, Bryan Drewery wrote:
...
> Well yours only supports stable/10+ and not 9- with the older merge style.
*shrugs* The older method promoted broken mergeinfo… The method I wrote
up works fine with ^/stable/9- — just with non-sparse checkouts (I don’t
recommen
On 18/08/2016 02:37, Toomas Soome wrote:
> Author: tsoome
> Date: Thu Aug 18 00:37:07 2016
> New Revision: 304321
> URL: https://svnweb.freebsd.org/changeset/base/304321
>
> Log:
> Add SHA512, skein, large blocks support for loader zfs.
>
Hi,
this commit seems to break booting zroot bhyve V
On 23.08.2016 23:53, Ngie Cooper (yaneurabeya) wrote:
>
>> On Aug 23, 2016, at 13:33, Andrey A. Chernov wrote:
>>
>> Author: ache
>> Date: Tue Aug 23 20:33:56 2016
>> New Revision: 304703
>> URL: https://svnweb.freebsd.org/changeset/base/304703
>>
>> Log:
>> LC_*_MASK bit shifting order was part
Author: manu
Date: Tue Aug 23 22:26:50 2016
New Revision: 304710
URL: https://svnweb.freebsd.org/changeset/base/304710
Log:
Allwinner: Add thermal sensor driver for A10/A20
The thermal sensor lives in the touch screen controller. Touch screen part
isn't done for now.
Temperature is read ev
Author: brooks
Date: Wed Aug 24 00:00:54 2016
New Revision: 304711
URL: https://svnweb.freebsd.org/changeset/base/304711
Log:
Spell MIPS more traditionally in "bfd_elf32_ntradbigmips_vec".
Sponsored by: DAPRA, AFRL
Modified:
head/contrib/binutils/bfd/config.bfd
Modified: head/contrib/bi
Author: brooks
Date: Wed Aug 24 00:02:20 2016
New Revision: 304712
URL: https://svnweb.freebsd.org/changeset/base/304712
Log:
Avoid a redecleartion of __getosreldate().
Sponsored by: DARPA, AFRL
Modified:
head/lib/libc/gen/__getosreldate.c
Modified: head/lib/libc/gen/__getosreldate.c
==
Author: karels
Date: Wed Aug 24 00:52:30 2016
New Revision: 304713
URL: https://svnweb.freebsd.org/changeset/base/304713
Log:
Fix L2 caching for UDP over IPv6
ip6_output() was missing cache invalidation code analougous to
ip_output.c. r304545 disabled L2 caching for UDP/IPv6 as a workarou
Author: cy
Date: Wed Aug 24 02:41:24 2016
New Revision: 304721
URL: https://svnweb.freebsd.org/changeset/base/304721
Log:
Fixup man page formatting.
Submitted by: Steve Kargl
Discussed with: bjk@
MFC after:3 days
Modified:
head/usr.sbin/ntp/doc/sntp.8
Modified: head/usr.s
On Tue, 23 Aug 2016, Ngie Cooper (yaneurabeya) wrote:
On Aug 23, 2016, at 13:57, Bryan Drewery wrote:
...
Well yours only supports stable/10+ and not 9- with the older merge style.
*shrugs* The older method promoted broken mergeinfo? The method I wrote
up works fine with ^/stable/
Author: sephe
Date: Wed Aug 24 03:08:13 2016
New Revision: 304722
URL: https://svnweb.freebsd.org/changeset/base/304722
Log:
net/rndis: Add canonical RNDIS major/minor version as of today.
Reviewed by: hps
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:htt
Author: sephe
Date: Wed Aug 24 03:16:25 2016
New Revision: 304723
URL: https://svnweb.freebsd.org/changeset/base/304723
Log:
net/rndis: Fix RNDIS_STATUS_PENDING definition.
While I'm here, sort the RNDIS status in ascending order.
MFC after:1 week
Sponsored by: Microsoft
Differ
Author: sephe
Date: Wed Aug 24 03:28:58 2016
New Revision: 304724
URL: https://svnweb.freebsd.org/changeset/base/304724
Log:
hyperv/hn: Remove the redundant rid setting for RNDIS HALT.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org
Author: kevlo
Date: Wed Aug 24 03:44:16 2016
New Revision: 304725
URL: https://svnweb.freebsd.org/changeset/base/304725
Log:
Bring datasheet URL up to date.
Modified:
head/sys/dev/usb/input/uep.c
Modified: head/sys/dev/usb/input/uep.c
=
Author: jhibbits
Date: Wed Aug 24 03:51:40 2016
New Revision: 304727
URL: https://svnweb.freebsd.org/changeset/base/304727
Log:
Fix system hang when large FDT is in use
Summary:
Kernel maps only one page of FDT. When FDT is more than one page in size, data
TLB miss occurs on memmove() w
Author: sephe
Date: Wed Aug 24 04:21:15 2016
New Revision: 304728
URL: https://svnweb.freebsd.org/changeset/base/304728
Log:
hyperv/hn: Log a warning for RESET_CMPLT.
RESET is not used by the hn(4) at all, and RESET_CMPLT does not even
have a rid to match with the pending requests. So, l
Author: sephe
Date: Wed Aug 24 04:36:04 2016
New Revision: 304730
URL: https://svnweb.freebsd.org/changeset/base/304730
Log:
hyperv/ic: Redefine IC version negotiate message.
And stringent input IC version negotiate message checks.
MFC after:1 week
Sponsored by: Microsoft
Diffe
Author: bde
Date: Wed Aug 24 05:54:11 2016
New Revision: 304735
URL: https://svnweb.freebsd.org/changeset/base/304735
Log:
Fix key delay and repeat, part 2.
Use sbintime_t timeouts with precision control to get very accurate
timing. It costs little to always ask for about 1% accuracy, an
Author: tuexen
Date: Wed Aug 24 06:22:53 2016
New Revision: 304736
URL: https://svnweb.freebsd.org/changeset/base/304736
Log:
When aborting an association, send the ABORT before notifying the upper
layer. For the kernel this doesn't matter, for the userland stack, it does.
While there, silen
60 matches
Mail list logo