Author: pfg
Date: Sat Aug 20 02:21:45 2016
New Revision: 304518
URL: https://svnweb.freebsd.org/changeset/base/304518
Log:
MFC r303147
binutils: fix "Bad value" error in bfd for MIPS when using -Bsymbolic.
From OpenBSD's log:
Inspired by https://sourceware.org/ml/binutils/2010-08/msg
Author: pfg
Date: Sat Aug 20 02:18:44 2016
New Revision: 304517
URL: https://svnweb.freebsd.org/changeset/base/304517
Log:
MFC r303147
binutils: fix "Bad value" error in bfd for MIPS when using -Bsymbolic.
From OpenBSD's log:
Inspired by https://sourceware.org/ml/binutils/2010-08/msg
Author: pfg
Date: Sat Aug 20 02:14:14 2016
New Revision: 304516
URL: https://svnweb.freebsd.org/changeset/base/304516
Log:
MFC r303147
binutils: fix "Bad value" error in bfd for MIPS when using -Bsymbolic.
From OpenBSD's log:
Inspired by https://sourceware.org/ml/binutils/2010-08/msg
Author: pfg
Date: Sat Aug 20 02:06:59 2016
New Revision: 304515
URL: https://svnweb.freebsd.org/changeset/base/304515
Log:
MFC r303062, r303567, r303593:
MFV r298167, r300962, r303048:
openresolv(8): update to version 3.8.1.
Among the new features it attempts to support alternative init
Author: jhibbits
Date: Sat Aug 20 00:55:58 2016
New Revision: 304514
URL: https://svnweb.freebsd.org/changeset/base/304514
Log:
Skip HID1 initialization on e6500 cores, it doesn't exist.
With this, and some drivers removed, a T2080 dev board boots to mountroot.
Submitted by: Ivan Krivo
==
--- head/ObsoleteFiles.inc Sat Aug 20 00:34:19 2016(r304512)
+++ head/ObsoleteFiles.inc Sat Aug 20 00:49:29 2016(r304513)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20160819: Remove
teFiles.inc Fri Aug 19 22:27:14 2016(r304506)
> @@ -38,6 +38,10 @@
> # xargs -n1 | sort | uniq -d;
> # done
>
> +# 20160819: Remove wl(4) and wlconfig(8)
> +OLD_FILES+=usr/share/man/man4/i386/wl.4.gz
> +OLD_FILES+=usr/sbin/wlconfig
> +OLD_FILES+=usr/share/man/man8/
Author: bdrewery
Date: Sat Aug 20 00:34:19 2016
New Revision: 304512
URL: https://svnweb.freebsd.org/changeset/base/304512
Log:
MFC r304288:
Garbage collect _umtx_lock(2)/_umtx_unlock(2) references removed in r263318.
Modified:
stable/11/lib/libc/sys/Symbol.map
stable/11/sys/kern/cap
Author: jhb
Date: Sat Aug 20 00:22:39 2016
New Revision: 304511
URL: https://svnweb.freebsd.org/changeset/base/304511
Log:
MFC 298950: Fix an off by one error when remapping MSI-X vectors.
pci_remap_msix() can be used to alter the mapping of allocated
MSI-X vectors to the MSI-X table. Th
Author: jhb
Date: Sat Aug 20 00:22:39 2016
New Revision: 304511
URL: https://svnweb.freebsd.org/changeset/base/304511
Log:
MFC 298950: Fix an off by one error when remapping MSI-X vectors.
pci_remap_msix() can be used to alter the mapping of allocated
MSI-X vectors to the MSI-X table. Th
On Friday, August 19, 2016 08:21:03 AM Harry Schmalzbauer wrote:
> Bezüglich John Baldwin's Nachricht vom 03.05.2016 02:35 (localtime):
> > Author: jhb
> > Date: Tue May 3 00:35:11 2016
> > New Revision: 298950
> > URL: https://svnweb.freebsd.org/changeset/base/298950
> >
> > Log:
> > Fix an of
Author: jhb
Date: Sat Aug 20 00:22:39 2016
New Revision: 304511
URL: https://svnweb.freebsd.org/changeset/base/304511
Log:
MFC 298950: Fix an off by one error when remapping MSI-X vectors.
pci_remap_msix() can be used to alter the mapping of allocated
MSI-X vectors to the MSI-X table. Th
Author: erj
Date: Sat Aug 20 00:08:10 2016
New Revision: 304510
URL: https://svnweb.freebsd.org/changeset/base/304510
Log:
ixlv(4): Fix ixlv(4) not loading when loaded as a kernel module and netmap is
enabled.
Define (unused) netmap variables; ixlv(4) doesn't support netmap yet.
Repor
Author: manu
Date: Fri Aug 19 23:44:07 2016
New Revision: 304509
URL: https://svnweb.freebsd.org/changeset/base/304509
Log:
if_emac: Before generating a random MAC address, try using the SID rootkey
to generate one. This is was U-Boot does to generate a random MAC so we end
up with the same
)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20160819: Remove spic(4)
+OLD_FILES+=usr/share/man/man4/spic.4.gz
# 20160819: Remove wl(4) and wlconfig(8)
OLD_FILES+=usr/share/man/man4/i386/wl.4.gz
OLD_FILES+=usr/sbin/wlconfig
Modified: head/share/man/man4/Makefile
Author: jhb
Date: Fri Aug 19 23:31:56 2016
New Revision: 304507
URL: https://svnweb.freebsd.org/changeset/base/304507
Log:
MFC 304018: Add defines needed to export SMBIOS serial numbers
Some defines needed for exporting serial numbers from the SMBIOS were
missed during integration of SMBI
Author: jhb
Date: Fri Aug 19 23:31:56 2016
New Revision: 304507
URL: https://svnweb.freebsd.org/changeset/base/304507
Log:
MFC 304018: Add defines needed to export SMBIOS serial numbers
Some defines needed for exporting serial numbers from the SMBIOS were
missed during integration of SMBI
2016(r304506)
@@ -38,6 +38,10 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20160819: Remove wl(4) and wlconfig(8)
+OLD_FILES+=usr/share/man/man4/i386/wl.4.gz
+OLD_FILES+=usr/sbin/wlconfig
+OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz
# 20160819: Remove si(4) and sicontrol(8)
OLD_FILES+=usr/shar
Author: jhb
Date: Fri Aug 19 22:13:01 2016
New Revision: 304505
URL: https://svnweb.freebsd.org/changeset/base/304505
Log:
Remove mentions of the mcd(4), scd(4), and si(4) drivers.
Relnotes: yes
Modified:
head/release/doc/en_US.ISO8859-1/hardware/article.xml
Modified: head/release/d
Author: jhb
Date: Fri Aug 19 22:05:22 2016
New Revision: 304504
URL: https://svnweb.freebsd.org/changeset/base/304504
Log:
Remove stale drivers (amd(4) and asr(4)) from the SCSI controller regex.
Modified:
head/etc/devd.conf
Modified: head/etc/devd.conf
==
Author: jhb
Date: Fri Aug 19 21:51:42 2016
New Revision: 304503
URL: https://svnweb.freebsd.org/changeset/base/304503
Log:
Remove the wds(4) driver for the WD700 ISA SCSI HBA.
While this driver does do DMA, it bounce buffers all transactions through
a single 64k buffer. It also does not
19 21:14:27 2016(r304502)
@@ -38,6 +38,10 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20160819: Remove si(4) and sicontrol(8)
+OLD_FILES+=usr/share/man/man4/si.4.gz
+OLD_FILES+=usr/sbin/sicontrol
+OLD_FILES+=usr/share/man/man8/sicontrol.8.gz
# 20160819: Remove scd(4)
OLD_FILES+=usr
Author: jhb
Date: Fri Aug 19 20:53:55 2016
New Revision: 304501
URL: https://svnweb.freebsd.org/changeset/base/304501
Log:
Remove doxygen files for mcd(4) and scd(4) drivers.
Submitted by: ak
Deleted:
head/tools/kerneldoc/subsys/Doxyfile-dev_mcd
head/tools/kerneldoc/subsys/Doxyfile-dev
Author: bapt
Date: Fri Aug 19 20:37:32 2016
New Revision: 304500
URL: https://svnweb.freebsd.org/changeset/base/304500
Log:
MFC r303354,303373,303404,304045,304192
Set date and time formats back to what they were before CLDR
While CLDR brings us a good and up to date source data to gen
Author: jhb
Date: Fri Aug 19 20:17:57 2016
New Revision: 304499
URL: https://svnweb.freebsd.org/changeset/base/304499
Log:
MFC 303001: Add PTRACE_VFORK to trace vfork events.
First, PL_FLAG_FORKED events now also set a PL_FLAG_VFORKED flag when
the new child was created via vfork() rather
Author: jhb
Date: Fri Aug 19 20:17:57 2016
New Revision: 304499
URL: https://svnweb.freebsd.org/changeset/base/304499
Log:
MFC 303001: Add PTRACE_VFORK to trace vfork events.
First, PL_FLAG_FORKED events now also set a PL_FLAG_VFORKED flag when
the new child was created via vfork() rather
==
--- head/ObsoleteFiles.inc Fri Aug 19 19:30:00 2016(r304497)
+++ head/ObsoleteFiles.inc Fri Aug 19 19:31:55 2016(r304498)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20160819: Remove scd(4)
+OLD_FILES+=usr/share/man/man4/scd.4.gz
# 20160815
Author: bdrewery
Date: Fri Aug 19 19:30:00 2016
New Revision: 304497
URL: https://svnweb.freebsd.org/changeset/base/304497
Log:
MFS r304475:
MFC r304217:
Trim unneeded bootstrap after r301470 made 9.1 the minimum supported
release.
Approved by: re (gjb)
Modified:
r
Author: bapt
Date: Fri Aug 19 19:26:16 2016
New Revision: 304496
URL: https://svnweb.freebsd.org/changeset/base/304496
Log:
MFC r303354,303373,303404,304045,304192
Set date and time formats back to what they were before CLDR
While CLDR brings us a good and up to date source data to gen
On 8/19/16 12:19 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Fri Aug 19 19:19:17 2016
> New Revision: 304495
> URL: https://svnweb.freebsd.org/changeset/base/304495
>
> Log:
> MFS r304474:
>
> MFC r304008:
>
> Avoid taking PROC_LOCK in syscalls if not being traced.
>
>
Author: bdrewery
Date: Fri Aug 19 19:19:17 2016
New Revision: 304495
URL: https://svnweb.freebsd.org/changeset/base/304495
Log:
MFS r304474:
MFC r304008:
Avoid taking PROC_LOCK in syscalls if not being traced.
Approved by: re (XXX)
Modified:
releng/11.0/sys/dev/filemon/f
Author: bdrewery
Date: Fri Aug 19 19:16:10 2016
New Revision: 304494
URL: https://svnweb.freebsd.org/changeset/base/304494
Log:
MFS r304472:
MFC r304006:
Avoid showing the bootstrap make command for check-old, etc.
Approved by: re (gjb)
Modified:
releng/11.0/Makefile
r
Author: sbruno
Date: Fri Aug 19 19:02:18 2016
New Revision: 304493
URL: https://svnweb.freebsd.org/changeset/base/304493
Log:
MF stable11 r304337
e1000: Add support for Kaby Lake IDs
Fixup some errors when transitioning to/from low power states.
Approved by: re (kib)
Modified
Author: jhb
Date: Fri Aug 19 18:45:42 2016
New Revision: 304492
URL: https://svnweb.freebsd.org/changeset/base/304492
Log:
Move cxgb and cxgbe down to the non-mii PCI NIC section.
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
Author: bdrewery
Date: Fri Aug 19 18:40:47 2016
New Revision: 304491
URL: https://svnweb.freebsd.org/changeset/base/304491
Log:
MFS r304470:
MFC r304005:
PORTS_MODULES: Don't leak in CC/CXX/CPP.
Approved by: re (gjb)
Modified:
releng/11.0/sys/conf/kern.post.mk
Directory
Author: bdrewery
Date: Fri Aug 19 18:14:33 2016
New Revision: 304490
URL: https://svnweb.freebsd.org/changeset/base/304490
Log:
MFS r304469:
MFC r303929,r303930,r303931,r303932,r303933:
r303929:
Fix -S with -b not atomically updating the destination file.
r303930:
Author: bdrewery
Date: Fri Aug 19 18:08:59 2016
New Revision: 304489
URL: https://svnweb.freebsd.org/changeset/base/304489
Log:
MFS r304144:
MFC r303964:
PROGS: Support INTERNALPROG.prog=yes to not install it.
Approved by: re (gjb)
Modified:
releng/11.0/share/mk/bsd.READ
Author: manu
Date: Fri Aug 19 18:02:36 2016
New Revision: 304488
URL: https://svnweb.freebsd.org/changeset/base/304488
Log:
Keep boot parameters in ARM trampoline code
Currently boot parameters (r0 - r3) are forgotten in ARM trampoline code.
This patch save them at startup and restore the
Author: markj
Date: Fri Aug 19 17:57:14 2016
New Revision: 304487
URL: https://svnweb.freebsd.org/changeset/base/304487
Log:
Don't set P2_PTRACE_FSTP in a process that invokes ptrace(PT_TRACE_ME).
Such processes are stopped synchronously by a direct call to
ptracestop(SIGTRAP) upon exec.
Author: jhb
Date: Fri Aug 19 17:54:51 2016
New Revision: 304485
URL: https://svnweb.freebsd.org/changeset/base/304485
Log:
Reorder sysctls so that nodes shared with the VF driver are added first.
This permits a single early return for VF devices in the routines that
add sysctl nodes.
Author: ed
Date: Fri Aug 19 17:54:06 2016
New Revision: 304484
URL: https://svnweb.freebsd.org/changeset/base/304484
Log:
Regenerate system call table after r304483.
Modified:
head/sys/compat/cloudabi64/cloudabi64_proto.h
head/sys/compat/cloudabi64/cloudabi64_syscall.h
head/sys/compat/clo
Author: ed
Date: Fri Aug 19 17:53:37 2016
New Revision: 304483
URL: https://svnweb.freebsd.org/changeset/base/304483
Log:
Use the proper value for svn:keywords.
Pointy hat to:me
Modified:
Directory Properties:
head/sys/contrib/cloudabi/syscalls64.master (props changed)
Author: jhb
Date: Fri Aug 19 17:52:48 2016
New Revision: 304482
URL: https://svnweb.freebsd.org/changeset/base/304482
Log:
Adjust t4_port_init() to work with VF devices.
Specifically, the FW_PORT_CMD may or may not work for a VF (the PF
driver can choose whether or not to permit access to
Author: ed
Date: Fri Aug 19 17:51:52 2016
New Revision: 304481
URL: https://svnweb.freebsd.org/changeset/base/304481
Log:
Add missing SVN keywords keyword.
Modified:
Directory Properties:
head/sys/contrib/cloudabi/syscalls64.master (props changed)
___
Author: jhb
Date: Fri Aug 19 17:49:49 2016
New Revision: 304479
URL: https://svnweb.freebsd.org/changeset/base/304479
Log:
Add structures for VF-specific adapter parameters.
While here, mark which parameters are PF-specific and which are
VF-specific.
Sponsored by: Chelsio Communicati
Author: ed
Date: Fri Aug 19 17:49:35 2016
New Revision: 304478
URL: https://svnweb.freebsd.org/changeset/base/304478
Log:
Import the new automatically generated system call table for CloudABI.
Now that we've switched over to using the vDSO on CloudABI, it becomes a
lot easier for us to ph
Author: bdrewery
Date: Fri Aug 19 17:48:47 2016
New Revision: 304477
URL: https://svnweb.freebsd.org/changeset/base/304477
Log:
MFS r304143:
MFC r303934,r303937,r303942:
r303934:
Support rmdir(2).
r303937:
Use proper argument length for rmdir(2) for r303934.
Author: jhb
Date: Fri Aug 19 17:37:32 2016
New Revision: 304476
URL: https://svnweb.freebsd.org/changeset/base/304476
Log:
Fix various nits in the aio operation manpages.
- Avoid double use of "request" in a single sentence. Instead, describe
aio_sigevent as being used to request notif
Author: bdrewery
Date: Fri Aug 19 17:03:14 2016
New Revision: 304475
URL: https://svnweb.freebsd.org/changeset/base/304475
Log:
MFC r304217:
Trim unneeded bootstrap after r301470 made 9.1 the minimum supported
release.
Modified:
stable/11/Makefile.inc1
Directory Properties:
stable/1
Author: bdrewery
Date: Fri Aug 19 17:02:14 2016
New Revision: 304474
URL: https://svnweb.freebsd.org/changeset/base/304474
Log:
MFC r304008:
Avoid taking PROC_LOCK in syscalls if not being traced.
Modified:
stable/11/sys/dev/filemon/filemon.c
Directory Properties:
stable/11/ (props
Author: bdrewery
Date: Fri Aug 19 17:02:05 2016
New Revision: 304473
URL: https://svnweb.freebsd.org/changeset/base/304473
Log:
MFC r304008:
Avoid taking PROC_LOCK in syscalls if not being traced.
Modified:
stable/10/sys/dev/filemon/filemon.c
Directory Properties:
stable/10/ (props
Author: bdrewery
Date: Fri Aug 19 17:01:13 2016
New Revision: 304472
URL: https://svnweb.freebsd.org/changeset/base/304472
Log:
MFC r304006:
Avoid showing the bootstrap make command for check-old, etc.
Modified:
stable/11/Makefile
stable/11/Makefile.inc1
Directory Properties:
stabl
Author: bdrewery
Date: Fri Aug 19 16:59:01 2016
New Revision: 304470
URL: https://svnweb.freebsd.org/changeset/base/304470
Log:
MFC r304005:
PORTS_MODULES: Don't leak in CC/CXX/CPP.
Modified:
stable/11/sys/conf/kern.post.mk
Directory Properties:
stable/11/ (props changed)
Modified
Author: bdrewery
Date: Fri Aug 19 16:59:16 2016
New Revision: 304471
URL: https://svnweb.freebsd.org/changeset/base/304471
Log:
MFC r303929,r303930,r303931,r303932,r303933:
r303929:
Fix -S with -b not atomically updating the destination file.
r303930:
Support -v for -l.
Author: bdrewery
Date: Fri Aug 19 16:56:52 2016
New Revision: 304469
URL: https://svnweb.freebsd.org/changeset/base/304469
Log:
MFC r303929,r303930,r303931,r303932,r303933:
r303929:
Fix -S with -b not atomically updating the destination file.
r303930:
Support -v for -l.
On 08/19/16 08:57, Allan Jude wrote:
On 2016-08-19 10:13, Warner Losh wrote:
On Fri, Aug 19, 2016 at 12:51 AM, Dag-Erling Smørgrav wrote:
Warner Losh writes:
Allan Jude writes:
Which makes more sense:
A) If stripesize == 0, use some sane value like 4096
I don't like this.
B) Some oth
On 08/18/16 22:33, Warner Losh wrote:
On Aug 18, 2016, at 11:21 PM, Nathan Whitehorn wrote:
On 08/18/16 21:15, Warner Losh wrote:
On Thu, Aug 18, 2016 at 6:56 AM, Allan Jude wrote:
On 08/18/16 05:50 AM, Dag-Erling Smørgrav wrote:
Nathan Whitehorn writes:
OK. In which configurations? M
On 2016-08-19 10:13, Warner Losh wrote:
> On Fri, Aug 19, 2016 at 12:51 AM, Dag-Erling Smørgrav wrote:
>> Warner Losh writes:
>>> Allan Jude writes:
Which makes more sense:
A) If stripesize == 0, use some sane value like 4096
>>>
>>> I don't like this.
>>>
B) Some other combi
On 2016-08-19 00:15, Warner Losh wrote:
>> Which makes more sense:
>>
>> A) If stripesize == 0, use some sane value like 4096
>
> I don't like this.
>
>> B) Some other combination that uses the reported stripe size, unless it
>> is 0, in which case it uses 4096 (or some other value controlled by
On Fri, 19 Aug 2016, Alexey Dokuchaev wrote:
On Fri, Aug 19, 2016 at 09:12:53PM +1000, Bruce Evans wrote:
I normally use my version of biosboot for boot2. I improved its caching
just a couple of years ago. It was using 9K buffer optimized for 1440K
floppies. Now it uses a 32K buffer. Bootin
On Fri, Aug 19, 2016 at 3:35 AM, Toomas Soome wrote:
>
>> On 19. aug 2016, at 12:24, Konstantin Belousov wrote:
>>
>> On Fri, Aug 19, 2016 at 11:50:35AM +0300, Toomas Soome wrote:
>>>
On 19. aug 2016, at 10:39, Konstantin Belousov wrote:
On Thu, Aug 18, 2016 at 09:28:57PM -0600, W
On Fri, Aug 19, 2016 at 5:27 AM, Konstantin Belousov
wrote:
> On Fri, Aug 19, 2016 at 09:12:53PM +1000, Bruce Evans wrote:
>> On Fri, 19 Aug 2016, Konstantin Belousov wrote:
>>
>> > On Thu, Aug 18, 2016 at 09:28:57PM -0600, Warner Losh wrote:
>> >> On Thu, Aug 18, 2016 at 12:50 AM, Julian Elischer
On Fri, Aug 19, 2016 at 12:51 AM, Dag-Erling Smørgrav wrote:
> Warner Losh writes:
>> Allan Jude writes:
>> > Which makes more sense:
>> >
>> > A) If stripesize == 0, use some sane value like 4096
>>
>> I don't like this.
>>
>> > B) Some other combination that uses the reported stripe size, unle
Author: kp
Date: Fri Aug 19 13:39:36 2016
New Revision: 304466
URL: https://svnweb.freebsd.org/changeset/base/304466
Log:
MFC r304152:
pf: Add missing byte-order swap to pf_match_addr_range
Without this, rules using address ranges (e.g. "10.1.1.1 - 10.1.1.5") did not
match addresses
On Fri, Aug 19, 2016 at 09:12:53PM +1000, Bruce Evans wrote:
> I normally use my version of biosboot for boot2. I improved its caching
> just a couple of years ago. It was using 9K buffer optimized for 1440K
> floppies. Now it uses a 32K buffer. Booting a 5.5MB kernel takes a
> fraction of a se
Author: manu
Date: Fri Aug 19 12:48:32 2016
New Revision: 304464
URL: https://svnweb.freebsd.org/changeset/base/304464
Log:
Allwinner: Move a10_padconf.c into a10 subdirectory.
Added:
head/sys/arm/allwinner/a10/a10_padconf.c
- copied unchanged from r304463, head/sys/arm/allwinner/a10_pad
Author: kp
Date: Fri Aug 19 11:36:00 2016
New Revision: 304463
URL: https://svnweb.freebsd.org/changeset/base/304463
Log:
MFC r304152:
pf: Add missing byte-order swap to pf_match_addr_range
Without this, rules using address ranges (e.g. "10.1.1.1 - 10.1.1.5") did not
match addresses
Author: kp
Date: Fri Aug 19 11:31:30 2016
New Revision: 304462
URL: https://svnweb.freebsd.org/changeset/base/304462
Log:
MFC r304152:
pf: Add missing byte-order swap to pf_match_addr_range
Without this, rules using address ranges (e.g. "10.1.1.1 - 10.1.1.5") did not
match addresses
On Fri, Aug 19, 2016 at 09:12:53PM +1000, Bruce Evans wrote:
> On Fri, 19 Aug 2016, Konstantin Belousov wrote:
>
> > On Thu, Aug 18, 2016 at 09:28:57PM -0600, Warner Losh wrote:
> >> On Thu, Aug 18, 2016 at 12:50 AM, Julian Elischer
> >> wrote:
> >>> On 16/08/2016 4:54 AM, John Baldwin wrote:
>
On Fri, 19 Aug 2016, Konstantin Belousov wrote:
On Thu, Aug 18, 2016 at 09:28:57PM -0600, Warner Losh wrote:
On Thu, Aug 18, 2016 at 12:50 AM, Julian Elischer wrote:
On 16/08/2016 4:54 AM, John Baldwin wrote:
On Monday, August 15, 2016 08:38:02 PM John Baldwin wrote:
,,,
Log:
Remove the
Author: mmel
Date: Fri Aug 19 11:12:59 2016
New Revision: 304461
URL: https://svnweb.freebsd.org/changeset/base/304461
Log:
TEGRA: Remove forgotten debug printf.
Modified:
head/sys/arm/nvidia/tegra_pcie.c
Modified: head/sys/arm/nvidia/tegra_pcie.c
On Fri, Aug 19, 2016 at 12:39:58PM +0200, Hans Petter Selasky wrote:
> On 08/19/16 11:22, YongHyeon PYUN wrote:
> >On Fri, Aug 19, 2016 at 11:11:56AM +0200, Hans Petter Selasky wrote:
> >>On 08/19/16 10:55, YongHyeon PYUN wrote:
> >>>I think the order is right but it was not tested on big-endian
>
Author: mmel
Date: Fri Aug 19 10:52:39 2016
New Revision: 304459
URL: https://svnweb.freebsd.org/changeset/base/304459
Log:
INTRNG: Rework handling with resources. Partially revert r301453.
- Read interrupt properties at bus enumeration time and store
it into global mapping table.
- A
Author: mmel
Date: Fri Aug 19 10:53:17 2016
New Revision: 304460
URL: https://svnweb.freebsd.org/changeset/base/304460
Log:
TEGRA: Implement MSI/MSIX interrupts for pcie controller.
Modified:
head/sys/arm/nvidia/tegra_pcie.c
Modified: head/sys/arm/nvidia/tegra_pcie.c
Author: yongari
Date: Fri Aug 19 10:51:30 2016
New Revision: 304458
URL: https://svnweb.freebsd.org/changeset/base/304458
Log:
Host controller is byte oriented. Fix wrong assumption on big-endian
systems.
Pointed out by: hselasky
Modified:
head/sys/dev/usb/net/if_axgereg.h
Modi
On 08/19/16 11:22, YongHyeon PYUN wrote:
On Fri, Aug 19, 2016 at 11:11:56AM +0200, Hans Petter Selasky wrote:
On 08/19/16 10:55, YongHyeon PYUN wrote:
I think the order is right but it was not tested on big-endian
systems.
Hi,
I'm pretty sure the ifdef is wrong, because you write the fields
> On 19. aug 2016, at 12:24, Konstantin Belousov wrote:
>
> On Fri, Aug 19, 2016 at 11:50:35AM +0300, Toomas Soome wrote:
>>
>>> On 19. aug 2016, at 10:39, Konstantin Belousov wrote:
>>>
>>> On Thu, Aug 18, 2016 at 09:28:57PM -0600, Warner Losh wrote:
On Thu, Aug 18, 2016 at 12:50 AM, Ju
On Fri, Aug 19, 2016 at 11:50:35AM +0300, Toomas Soome wrote:
>
> > On 19. aug 2016, at 10:39, Konstantin Belousov wrote:
> >
> > On Thu, Aug 18, 2016 at 09:28:57PM -0600, Warner Losh wrote:
> >> On Thu, Aug 18, 2016 at 12:50 AM, Julian Elischer
> >> wrote:
> >>> On 16/08/2016 4:54 AM, John Ba
On Fri, Aug 19, 2016 at 11:11:56AM +0200, Hans Petter Selasky wrote:
> On 08/19/16 10:55, YongHyeon PYUN wrote:
> >I think the order is right but it was not tested on big-endian
> >systems.
>
> Hi,
>
> I'm pretty sure the ifdef is wrong, because you write the fields one at
> a time, using htole3
Author: des
Date: Fri Aug 19 09:11:50 2016
New Revision: 304457
URL: https://svnweb.freebsd.org/changeset/base/304457
Log:
MFH (r304142): ensure stripe size is non-zero multiple of 4096
PR: 211361
Approved by: re (gjb)
Modified:
releng/11.0/usr.sbin/bsdinstall/partedit/gpart
On 08/19/16 10:55, YongHyeon PYUN wrote:
I think the order is right but it was not tested on big-endian
systems.
Hi,
I'm pretty sure the ifdef is wrong, because you write the fields one at
a time, using htole32():
txhdr.mss = 0;
txhdr.len = ht
On Fri, Aug 19, 2016 at 10:50:47AM +0200, Hans Petter Selasky wrote:
> On 08/19/16 02:50, Pyun YongHyeon wrote:
> >Modified: head/sys/dev/usb/net/if_axgereg.h
> >==
> >--- head/sys/dev/usb/net/if_axgereg.hFri Aug 19
> On 19. aug 2016, at 10:39, Konstantin Belousov wrote:
>
> On Thu, Aug 18, 2016 at 09:28:57PM -0600, Warner Losh wrote:
>> On Thu, Aug 18, 2016 at 12:50 AM, Julian Elischer wrote:
>>> On 16/08/2016 4:54 AM, John Baldwin wrote:
On Monday, August 15, 2016 08:38:02 PM John Baldwin wrot
On Fri, Aug 19, 2016 at 4:50 PM, Hans Petter Selasky wrote:
> On 08/19/16 02:50, Pyun YongHyeon wrote:
>>
>> Modified: head/sys/dev/usb/net/if_axgereg.h
>>
>> ==
>> --- head/sys/dev/usb/net/if_axgereg.h Fri Aug 19 00:03:
On 08/19/16 02:50, Pyun YongHyeon wrote:
Modified: head/sys/dev/usb/net/if_axgereg.h
==
--- head/sys/dev/usb/net/if_axgereg.h Fri Aug 19 00:03:41 2016
(r304438)
+++ head/sys/dev/usb/net/if_axgereg.h Fri Aug 19
Author: kib
Date: Fri Aug 19 08:44:37 2016
New Revision: 304456
URL: https://svnweb.freebsd.org/changeset/base/304456
Log:
MFC r304011:
Remove all remaining uses of TAILQ_FOREACH_FROM() from rtld-elf.
MFC r304012:
Fill phdr and phsize for rtld object.
Approved by: re (gjb)
Modifi
Author: kib
Date: Fri Aug 19 08:07:04 2016
New Revision: 304455
URL: https://svnweb.freebsd.org/changeset/base/304455
Log:
MFC r304012:
Fill phdr and phsize for rtld object.
Modified:
stable/10/libexec/rtld-elf/rtld.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10
Author: kib
Date: Fri Aug 19 08:05:08 2016
New Revision: 304454
URL: https://svnweb.freebsd.org/changeset/base/304454
Log:
MFC r304011:
Remove all remaining uses of TAILQ_FOREACH_FROM() from rtld-elf.
Modified:
stable/10/libexec/rtld-elf/rtld.c
Directory Properties:
stable/10/ (props ch
Author: kib
Date: Fri Aug 19 08:00:48 2016
New Revision: 304453
URL: https://svnweb.freebsd.org/changeset/base/304453
Log:
MFC r304016:
Move defines common between rtld and libsysdecode into the header.
Added:
stable/11/libexec/rtld-elf/rtld_utrace.h
- copied unchanged from r304016, he
Author: kib
Date: Fri Aug 19 07:59:00 2016
New Revision: 304452
URL: https://svnweb.freebsd.org/changeset/base/304452
Log:
MFC r304012:
Fill phdr and phsize for rtld object.
Modified:
stable/11/libexec/rtld-elf/rtld.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11
Author: kib
Date: Fri Aug 19 07:57:43 2016
New Revision: 304451
URL: https://svnweb.freebsd.org/changeset/base/304451
Log:
MFC r304011:
Remove all remaining uses of TAILQ_FOREACH_FROM() from rtld-elf.
Modified:
stable/11/libexec/rtld-elf/rtld.c
Directory Properties:
stable/11/ (props ch
Author: kib
Date: Fri Aug 19 07:56:07 2016
New Revision: 304450
URL: https://svnweb.freebsd.org/changeset/base/304450
Log:
MFC r303991:
Decode 32bit utrace records on the 64bit host.
Modified:
stable/11/lib/libsysdecode/utrace.c
Directory Properties:
stable/11/ (props changed)
Modified
Author: kib
Date: Fri Aug 19 07:48:32 2016
New Revision: 304449
URL: https://svnweb.freebsd.org/changeset/base/304449
Log:
MFC r303990:
Remove unused prototypes.
Modified:
stable/11/usr.bin/kdump/kdump.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.bin/kdump
On Thu, Aug 18, 2016 at 09:28:57PM -0600, Warner Losh wrote:
> On Thu, Aug 18, 2016 at 12:50 AM, Julian Elischer wrote:
> > On 16/08/2016 4:54 AM, John Baldwin wrote:
> >>
> >> On Monday, August 15, 2016 08:38:02 PM John Baldwin wrote:
> >>>
> >>> Author: jhb
> >>> Date: Mon Aug 15 20:38:02 2016
>
Author: des
Date: Fri Aug 19 07:05:34 2016
New Revision: 304448
URL: https://svnweb.freebsd.org/changeset/base/304448
Log:
MFH (r304142): ensure stripe size is non-zero multiple of 4096
PR: 211361
Modified:
stable/11/usr.sbin/bsdinstall/partedit/gpart_ops.c
Directory Properties
95 matches
Mail list logo