Author: hselasky
Date: Wed Feb 10 08:03:10 2016
New Revision: 295463
URL: https://svnweb.freebsd.org/changeset/base/295463
Log:
Correct PCI device description.
Submitted by: Dmitry Luhtionov
Modified:
head/sys/dev/usb/controller/ehci_pci.c
Modified: head/sys/dev/usb/controller/ehci_pci
Something is seriously broken about this change. The last block is never
written at least for the case of output being regular file:
$ dd if=/dev/zero of=/tmp/foo.bar bs=1m count=10
10+0 records in
10+0 records out
10485760 bytes transferred in 0.003244 secs (3232431656 bytes/sec)
$ ktrace dd if=/
Author: andrew
Date: Wed Feb 10 09:19:29 2016
New Revision: 295464
URL: https://svnweb.freebsd.org/changeset/base/295464
Log:
Update of the Allwinner drivers to:
* Use the Linux compat string
* Use EARLY_DRIVER_MODULE to attach at the right time
* Add a generic A10 kernel config file
Author: se
Date: Wed Feb 10 09:40:45 2016
New Revision: 295465
URL: https://svnweb.freebsd.org/changeset/base/295465
Log:
Remove O_SYNC from the options passed to dbmopen().
The services db is created as a temporary file that is moved over the
existing file after completion. Thus there is
* Maxim Sobolev, 2016-02-10 :
> $ dd if=/dev/zero of=/tmp/foo.bar bs=1m count=10
> 10+0 records in
> 10+0 records out
> 10485760 bytes transferred in 0.003244 secs (3232431656 bytes/sec)
> $ ktrace dd if=/tmp/foo.bar of=/tmp/foo.bar1 bs=1m conv=sparse
> 10+0 records in
> 10+0 records out
> $ ls -l
Author: andrew
Date: Wed Feb 10 10:28:33 2016
New Revision: 295466
URL: https://svnweb.freebsd.org/changeset/base/295466
Log:
Revert an arm64 change that sneaked in with r295464.
Modified:
head/sys/arm64/arm64/swtch.S
Modified: head/sys/arm64/arm64/swtch.S
===
On Wed, 10 Feb 2016 04:43:08 + (UTC)
Adrian Chadd wrote:
> Author: adrian
> Date: Wed Feb 10 04:43:08 2016
> New Revision: 295459
> URL: https://svnweb.freebsd.org/changeset/base/295459
>
> Log:
> Break out the shared bits of the arm intrng definitions into
> sys/intr.h; leave the machine
On Wed, 10 Feb 2016 10:40:45 +0100, Stefan Esser wrote:
Author: se
Date: Wed Feb 10 09:40:45 2016
New Revision: 295465
URL: https://svnweb.freebsd.org/changeset/base/295465
Log:
Remove O_SYNC from the options passed to dbmopen().
The services db is created as a temporary file that is moved
Author: arybchik
Date: Wed Feb 10 12:14:56 2016
New Revision: 295467
URL: https://svnweb.freebsd.org/changeset/base/295467
Log:
sfxge: implement SIOCGI2C to read information from phy modules
The IOCTL is used by 'ifconfig -v' to show SFP+/QSFP+ information
including inventory information
Author: jamie
Date: Wed Feb 10 14:48:49 2016
New Revision: 295468
URL: https://svnweb.freebsd.org/changeset/base/295468
Log:
Remove man page references to rndassociates.com, which has been taken over
by a domain squatter.
Modified:
head/lib/libc/sys/jail.2
head/usr.sbin/jail/jail.8
head
On Wed, 2016-02-10 at 10:43 +, Andrew Turner wrote:
> On Wed, 10 Feb 2016 04:43:08 + (UTC)
> Adrian Chadd wrote:
>
> > Author: adrian
> > Date: Wed Feb 10 04:43:08 2016
> > New Revision: 295459
> > URL: https://svnweb.freebsd.org/changeset/base/295459
> >
> > Log:
> > Break out the sha
Hello;
El 10/02/2016 a las 02:20, Hans Petter Selasky escribió:
On 01/19/16 17:09, Ryan Stone wrote:
On Tue, Jan 19, 2016 at 10:33 AM, Hans Petter Selasky
wrote:
+ qsort(lc->lro_mbuf_data, lc->lro_mbuf_count, sizeof(struct
mbuf *),
+ &tcp_lro_mbuf_compare_header);
In t
Author: andrew
Date: Wed Feb 10 15:56:52 2016
New Revision: 295470
URL: https://svnweb.freebsd.org/changeset/base/295470
Log:
Use OF_getencprop to read a property, it already handles the endian
conversion so we don't need to pass the data through fdt32_to_cpu.
Modified:
head/sys/arm/arm/gen
Author: feld (ports committer)
Date: Wed Feb 10 16:13:59 2016
New Revision: 295471
URL: https://svnweb.freebsd.org/changeset/base/295471
Log:
Add new rc.conf parameter "jail_reverse_stop"
When a user defines "jail_list" in rc.conf the jails are started in the
order defined. Currently the
On Wed, Feb 10, 2016, at 10:13, Mark Felder wrote:
> Author: feld (ports committer)
> Date: Wed Feb 10 16:13:59 2016
> New Revision: 295471
> URL: https://svnweb.freebsd.org/changeset/base/295471
>
> Log:
> Add new rc.conf parameter "jail_reverse_stop"
>
It has occurred to me that these se
Author: andrew
Date: Wed Feb 10 16:39:02 2016
New Revision: 295472
URL: https://svnweb.freebsd.org/changeset/base/295472
Log:
Only use fdt_pic_table when not using ARM_INTRNG
Modified:
head/sys/arm/qemu/virt_common.c
Modified: head/sys/arm/qemu/virt_common.c
=
Author: andrew
Date: Wed Feb 10 16:49:20 2016
New Revision: 295474
URL: https://svnweb.freebsd.org/changeset/base/295474
Log:
Explicitly include . Previously we were pulling it in due to
header pollution.
Modified:
head/sys/dev/uart/uart_bus_fdt.c
Modified: head/sys/dev/uart/uart_bus_fdt.c
Author: andrew
Date: Wed Feb 10 16:44:20 2016
New Revision: 295473
URL: https://svnweb.freebsd.org/changeset/base/295473
Log:
Fix a logic inversion when checking for ARM_INTRNG
Pointy hat to:andrew
Modified:
head/sys/arm/qemu/virt_common.c
Modified: head/sys/arm/qemu/virt_common
On Wed, 10 Feb 2016 17:13:59 +0100, Mark Felder wrote:
Author: feld (ports committer)
Date: Wed Feb 10 16:13:59 2016
New Revision: 295471
URL: https://svnweb.freebsd.org/changeset/base/295471
Log:
Add new rc.conf parameter "jail_reverse_stop"
When a user defines "jail_list" in rc.conf the j
> On Feb 10, 2016, at 12:04 PM, Ronald Klop wrote:
>
> On Wed, 10 Feb 2016 17:13:59 +0100, Mark Felder wrote:
>
>> Author: feld (ports committer)
>> Date: Wed Feb 10 16:13:59 2016
>> New Revision: 295471
>> URL: https://svnweb.freebsd.org/changeset/base/295471
>>
>> Log:
>> Add new rc.conf p
Author: allanjude
Date: Wed Feb 10 17:49:22 2016
New Revision: 295475
URL: https://svnweb.freebsd.org/changeset/base/295475
Log:
Catch the EFI loader up to the latest ZFS Boot Environment Menu features
MFC: r294072
Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in
Author: trasz
Date: Wed Feb 10 17:55:39 2016
New Revision: 295476
URL: https://svnweb.freebsd.org/changeset/base/295476
Log:
Remove stray semicolons from the iSCSI code.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/cam/ctl/ctl.c
head/sys/dev/iscsi/isc
Author: ngie
Date: Wed Feb 10 17:57:24 2016
New Revision: 295477
URL: https://svnweb.freebsd.org/changeset/base/295477
Log:
Similar to r295116, add an additional 1 second sleep after calling ggatel
before calling dd to defeat a race when writing out to the geom_gate(4)
device
MFC after:
Author: jhb
Date: Wed Feb 10 18:29:37 2016
New Revision: 295480
URL: https://svnweb.freebsd.org/changeset/base/295480
Log:
Adjust initialization of random(9) so it is usable earlier.
A few existing SYSINITs expect the in-kernel PRNG (random(9)) to be
useable at SI_SUB_RANDOM / SI_ORDER_AN
On 10 Feb, Stefan Esser wrote:
> Author: se
> Date: Wed Feb 10 09:40:45 2016
> New Revision: 295465
> URL: https://svnweb.freebsd.org/changeset/base/295465
>
> Log:
> Remove O_SYNC from the options passed to dbmopen().
>
> The services db is created as a temporary file that is moved over th
Author: glebius
Date: Wed Feb 10 18:36:51 2016
New Revision: 295481
URL: https://svnweb.freebsd.org/changeset/base/295481
Log:
Garbage collect m_getclr().
Modified:
head/sys/sys/mbuf.h
Modified: head/sys/sys/mbuf.h
=
Author: glebius
Date: Wed Feb 10 18:54:18 2016
New Revision: 295482
URL: https://svnweb.freebsd.org/changeset/base/295482
Log:
Garbage collect unused arguments of m_init().
Modified:
head/sys/dev/cxgb/cxgb_sge.c
head/sys/dev/cxgbe/t4_sge.c
head/sys/kern/kern_mbuf.c
head/sys/netinet/tcp_
Author: trasz
Date: Wed Feb 10 19:01:26 2016
New Revision: 295483
URL: https://svnweb.freebsd.org/changeset/base/295483
Log:
Add a kern.icl.drivers sysctl, to retrieve the list of registered
ICL drivers.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/de
ok. would you like to update the copyright or should i?
-a
On 10 February 2016 at 07:06, Ian Lepore wrote:
> On Wed, 2016-02-10 at 10:43 +, Andrew Turner wrote:
>> On Wed, 10 Feb 2016 04:43:08 + (UTC)
>> Adrian Chadd wrote:
>>
>> > Author: adrian
>> > Date: Wed Feb 10 04:43:08 2016
>>
Author: emaste
Date: Wed Feb 10 19:39:36 2016
New Revision: 295484
URL: https://svnweb.freebsd.org/changeset/base/295484
Log:
Import ELF Tool Chain snapshot revision 3395
This is close to the upcoming 0.7.1 release.
From http://svn.code.sf.net/p/elftoolchain/code
Added:
vendor/elfto
Author: emaste
Date: Wed Feb 10 19:40:28 2016
New Revision: 295485
URL: https://svnweb.freebsd.org/changeset/base/295485
Log:
Tag elftoolchain-r3395
Added:
vendor/elftoolchain/elftoolchain-r3395/
- copied from r295484, vendor/elftoolchain/dist/
___
> On Feb 10, 2016, at 9:28 AM, Matteo Riondato wrote:
>
>>
>> On Feb 10, 2016, at 12:04 PM, Ronald Klop wrote:
>>
>> On Wed, 10 Feb 2016 17:13:59 +0100, Mark Felder wrote:
>>
>>> Author: feld (ports committer)
>>> Date: Wed Feb 10 16:13:59 2016
>>> New Revision: 295471
>>> URL: https://svnw
On Wed, Feb 10, 2016, at 11:28, Matteo Riondato wrote:
>
> > On Feb 10, 2016, at 12:04 PM, Ronald Klop wrote:
> >
> > On Wed, 10 Feb 2016 17:13:59 +0100, Mark Felder wrote:
> >
> >> Author: feld (ports committer)
> >> Date: Wed Feb 10 16:13:59 2016
> >> New Revision: 295471
> >> URL: https:/
Author: cem
Date: Wed Feb 10 20:28:28 2016
New Revision: 295486
URL: https://svnweb.freebsd.org/changeset/base/295486
Log:
ntb_hw(4): Allow any x86 PAT caching flags for MW defaults
Replace the hw.ntb.enable_writecombine tunable with
hw.ntb.default_mw_pat. It can be set with several spec
* Maxim Sobolev, 2016-02-10 :
> Looking at the code in question I don't see how could it have worked. Look
> at the following piece of code in your diff for example:
>
> + if (force && cnt == 0) {
> + pending -= l
Author: cem
Date: Wed Feb 10 20:49:22 2016
New Revision: 295487
URL: https://svnweb.freebsd.org/changeset/base/295487
Log:
ntb_hw(4): Print correct PAT name for non-WC/WB types mapped at load
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/ntb/ntb_hw/ntb_hw.c
Modified
Author: kib
Date: Wed Feb 10 21:16:37 2016
New Revision: 295488
URL: https://svnweb.freebsd.org/changeset/base/295488
Log:
Finish r173600. There is no need to test a condition if both cases
result in the same value.
Found by: PVS-Studio
Sponsored by: The FreeBSD Foundation
MFC af
The patch looks fair to me, although I have not got chance to test it yet.
You probably don't need += since cnt is already tested to be 0, so "="
would suffice. :)
In any case, I've opened a bug here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207092
So please make sure to deal with it wh
Author: kib
Date: Wed Feb 10 21:35:00 2016
New Revision: 295489
URL: https://svnweb.freebsd.org/changeset/base/295489
Log:
Remove useless checks for NULL before calling free(9), in the kernel
elf linkers.
Found by: Related PVS-Studio diagnostic
Sponsored by: The FreeBSD Foundation
* Maxim Sobolev, 2016-02-10 :
> In any case, I've opened a bug here:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207092
Thanks Maxim, much appreciated. Candidate fix is on review:
https://reviews.freebsd.org/D5248
Thomas.
pgp3X8i_x0IZn.pgp
Description: PGP signature
Author: emaste
Date: Wed Feb 10 23:57:09 2016
New Revision: 295490
URL: https://svnweb.freebsd.org/changeset/base/295490
Log:
Update list of binutils controlled by WITHOUT_BINUTILS_BOOTSTRAP
Tools removed from the list are now provided by the ELF Tool Chain
project and are not controlled
Author: emaste
Date: Thu Feb 11 00:14:00 2016
New Revision: 295491
URL: https://svnweb.freebsd.org/changeset/base/295491
Log:
Add missing src.conf(5) descriptions for tool chain components
Sponsored by: The FreeBSD Foundation
Added:
head/tools/build/options/WITHOUT_ELFTOOLCHAIN_BOOTSTRAP
Author: sobomax
Date: Thu Feb 11 00:27:04 2016
New Revision: 295492
URL: https://svnweb.freebsd.org/changeset/base/295492
Log:
MFC: r295159, kill foreign VCS files.
Approved by: re (marius)
Deleted:
stable/10/contrib/libucl/tests/.gitignore
stable/10/contrib/unbound/.gitignore
Modifie
Author: emaste
Date: Thu Feb 11 00:30:51 2016
New Revision: 295493
URL: https://svnweb.freebsd.org/changeset/base/295493
Log:
Add WITH_GDB src.conf(5) description
Added:
head/tools/build/options/WITH_GDB (contents, props changed)
Added: head/tools/build/options/WITH_GDB
===
Author: pfg
Date: Thu Feb 11 00:34:11 2016
New Revision: 295494
URL: https://svnweb.freebsd.org/changeset/base/295494
Log:
Ext4: fix handling of files with sparse blocks before extent's index.
This is ongoing work from Damjan Jovanovic to improve ext4 read support
with sparse files:
Author: cy
Date: Thu Feb 11 01:16:57 2016
New Revision: 295495
URL: https://svnweb.freebsd.org/changeset/base/295495
Log:
Update leapsecond file in non-chroot environments.
PR: 207095
Submitted by: madpilot
MFC after:3 days
Modified:
head/etc/rc.d/ntpd
Modified: head/e
On 02/11/16 02:16, Cy Schubert wrote:
> Author: cy
> Date: Thu Feb 11 01:16:57 2016
> New Revision: 295495
> URL: https://svnweb.freebsd.org/changeset/base/295495
>
> Log:
> Update leapsecond file in non-chroot environments.
>
> PR: 207095
> Submitted by: madpilot
> MFC af
Author: emaste
Date: Thu Feb 11 01:30:43 2016
New Revision: 295496
URL: https://svnweb.freebsd.org/changeset/base/295496
Log:
Document boot1.efi's handling of /boot.config, added in r294768
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man8/uefi.8
Author: emaste
Date: Thu Feb 11 02:02:01 2016
New Revision: 295497
URL: https://svnweb.freebsd.org/changeset/base/295497
Log:
Update uefi.8 for ZFS and multi device boot support
As of r294068 boot1.efi can load loader.efi from ZFS.
As of r295320 boot1.efi prefers to load loader.efi fro
Author: adrian
Date: Thu Feb 11 06:09:27 2016
New Revision: 295498
URL: https://svnweb.freebsd.org/changeset/base/295498
Log:
Begin the MIPS_INTRNG support.
This is a prelude to intr-ng support for MIPS boards that need it -
notably the CI20 port from kan@ that's upcoming, but also work t
Author: adrian
Date: Thu Feb 11 06:13:53 2016
New Revision: 295499
URL: https://svnweb.freebsd.org/changeset/base/295499
Log:
Teach the MIPS ticker to attach itself properly when using INTRNG.
Submitted by: Stanislav Galabov
Reviewed by: kan
Differential Revision:https://revie
Author: adrian
Date: Thu Feb 11 06:15:43 2016
New Revision: 295500
URL: https://svnweb.freebsd.org/changeset/base/295500
Log:
Convert MIPS nexus and mips_pic to BUS_PASS
Submitted by: Stanislav Galabov
Reviewed by: kan
Differential Revision:https://reviews.freebsd.org/D5196
M
Author: adrian
Date: Thu Feb 11 06:19:32 2016
New Revision: 295501
URL: https://svnweb.freebsd.org/changeset/base/295501
Log:
Remove bus space fdt for MIPS.
This was originall done by kan@.
Submitted by: Stanislav Galabov
Reviewed by: kan
Differential Revision:https://rev
Author: adrian
Date: Thu Feb 11 06:19:58 2016
New Revision: 295502
URL: https://svnweb.freebsd.org/changeset/base/295502
Log:
Missing commit - remove MIPS fdt bus space.
Differential Revision:https://reviews.freebsd.org/D5184
Modified:
head/sys/mips/include/bus.h
Modified: head/
Author: adrian
Date: Thu Feb 11 06:23:02 2016
New Revision: 295503
URL: https://svnweb.freebsd.org/changeset/base/295503
Log:
Migrate the other MIPS24K SoC cores to use the CPU_MIPS24K option.
Modified:
head/sys/mips/conf/AR71XX_BASE
head/sys/mips/conf/AR724X_BASE
head/sys/mips/conf/AR91X
Author: adrian
Date: Thu Feb 11 06:24:34 2016
New Revision: 295504
URL: https://svnweb.freebsd.org/changeset/base/295504
Log:
Make bus_space_generic properly map/unmap memory (using pmap_mapdev and
pmap_unmapdev respectively) so that resources are properly managed.
This is work originally
Author: wma
Date: Thu Feb 11 06:50:11 2016
New Revision: 295505
URL: https://svnweb.freebsd.org/changeset/base/295505
Log:
ARM64 disassembler: support for LDR instructions
Implemented disassembly for a whole bunch of
various ldr instructions.
Obtained from: Semihalf
57 matches
Mail list logo