On Mon, Oct 17, 2016 at 06:28:08PM -0700, Ngie Cooper wrote:
> On Sat, Oct 8, 2016 at 11:57 AM, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Sat Oct 8 18:57:11 2016
> > New Revision: 306864
> > URL: https://svnweb.freebsd.org/changeset/base/306864
> >
> > Log:
> > groff is not needed in
Author: imp
Date: Tue Oct 18 05:43:12 2016
New Revision: 307550
URL: https://svnweb.freebsd.org/changeset/base/307550
Log:
Add a new flag to mkimg (-a num) to specify the active partition for
those partitioning schemes that have this concept. Implement it as an
override for mbr's setting 0x8
On October 17, 2016 at 8:34:11 PM, Ngie Cooper (yaneurab...@gmail.com) wrote:
> On Oct 17, 2016, at 18:55, Marcel Moolenaar wrote:
>
*snip*
> +CFLAGS+=-I${SRCTOP}/sys/sys/disk
Isn't it a better app idea to maintain the disk/ namespace for includes?
Thanks!
You mean, add -I${SRCTOP}//sys/sys
Author: imp
Date: Tue Oct 18 04:01:58 2016
New Revision: 307548
URL: https://svnweb.freebsd.org/changeset/base/307548
Log:
Also include the DTBs in /boot/dtb for omap4 systems.
Modified:
head/sys/arm/conf/PANDABOARD
Modified: head/sys/arm/conf/PANDABOARD
=
Author: imp
Date: Tue Oct 18 04:01:56 2016
New Revision: 307547
URL: https://svnweb.freebsd.org/changeset/base/307547
Log:
Add support for building pandaboard images with nanobsd.
Added:
head/tools/tools/nanobsd/embedded/pandaboard.cfg (contents, props changed)
Added: head/tools/tools/nano
Author: imp
Date: Tue Oct 18 04:02:00 2016
New Revision: 307549
URL: https://svnweb.freebsd.org/changeset/base/307549
Log:
Add preliminary support for Raspberry PI3 images to nanobsd.
Added:
head/sys/modules/dtb/omap4/
head/sys/modules/dtb/omap4/Makefile (contents, props changed)
head/t
Author: imp
Date: Tue Oct 18 04:01:54 2016
New Revision: 307546
URL: https://svnweb.freebsd.org/changeset/base/307546
Log:
Skip the checks in mtools. They are false positive for errors.
Modified:
head/tools/tools/nanobsd/embedded/common
Modified: head/tools/tools/nanobsd/embedded/common
> On Oct 17, 2016, at 18:55, Marcel Moolenaar wrote:
>
> Author: marcel
> Date: Tue Oct 18 01:55:07 2016
> New Revision: 307544
> URL: https://svnweb.freebsd.org/changeset/base/307544
>
> Log:
> o Provide a private definition for UUIDs (mkimg_uuid_t) because
> UUIDs are not portable.
>
Author: hiren
Date: Tue Oct 18 02:40:25 2016
New Revision: 307545
URL: https://svnweb.freebsd.org/changeset/base/307545
Log:
Make sure tcp_mss() has the same check as tcp_mss_update() to have t_maxseg
set
to at least 64.
This is still just a coverup to avoid kernel panic and not an actua
Author: marcel
Date: Tue Oct 18 01:55:07 2016
New Revision: 307544
URL: https://svnweb.freebsd.org/changeset/base/307544
Log:
o Provide a private definition for UUIDs (mkimg_uuid_t) because
UUIDs are not portable.
o Move mkimg_uuid() to a new file and merge both gpt_uuid_enc()
Author: marcel
Date: Tue Oct 18 01:42:42 2016
New Revision: 307543
URL: https://svnweb.freebsd.org/changeset/base/307543
Log:
Add LORDER, TSORT and TSORTFLAGS variables and replace the
hardcoded utility names and tsort flags.
Modified:
head/share/mk/bsd.lib.mk
head/share/mk/sys.mk
Modifi
On Sat, Oct 8, 2016 at 11:57 AM, Baptiste Daroussin wrote:
> Author: bapt
> Date: Sat Oct 8 18:57:11 2016
> New Revision: 306864
> URL: https://svnweb.freebsd.org/changeset/base/306864
>
> Log:
> groff is not needed in the bootstrap tools if the system is built
> WITHOUT_SHAREDOCS
>
> MFC a
Author: jhibbits
Date: Tue Oct 18 00:55:15 2016
New Revision: 307542
URL: https://svnweb.freebsd.org/changeset/base/307542
Log:
Use proper integer-pointer type conversions.
As part of an effort to extend Book-E to the 64-bit world, make the necessary
changes to the DPAA/dTSEC driver set t
Author: gnn
Date: Mon Oct 17 23:25:31 2016
New Revision: 307541
URL: https://svnweb.freebsd.org/changeset/base/307541
Log:
Limit the number of mbufs that can be allocated for IPV6_2292PKTOPTIONS
(and IPV6_PKTOPTIONS).
PR: 100219
Submitted by: Joseph Kong
MFC after:2 week
Author: stevek
Date: Mon Oct 17 22:57:41 2016
New Revision: 307540
URL: https://svnweb.freebsd.org/changeset/base/307540
Log:
Add sysctl to make amd64 minidump retry count tunable at runtime.
PR: 213462
Submitted by: RaviPrakash Darbha
Reviewed by: cemi, markj
Approved by:
Author: bjk (doc committer)
Date: Mon Oct 17 22:48:29 2016
New Revision: 307539
URL: https://svnweb.freebsd.org/changeset/base/307539
Log:
Fix relnotes build of supported hardware list after r307529
urtwn is merged into rtwn, so there is not a separate hardware list
to include anymore.
M
Author: jhb
Date: Mon Oct 17 22:36:37 2016
New Revision: 307537
URL: https://svnweb.freebsd.org/changeset/base/307537
Log:
Use 'cmd' rather than 'command' to match the function prototype.
Modified:
head/lib/libc/sys/kldsym.2
Modified: head/lib/libc/sys/kldsym.2
==
Author: jhb
Date: Mon Oct 17 22:37:07 2016
New Revision: 307538
URL: https://svnweb.freebsd.org/changeset/base/307538
Log:
Move mksubr from kdump into libsysdecode.
Restructure this script so that it generates a header of tables instead
of a source file. The tables are included in a flag
On 16 October 2016 at 10:13, Luigi Rizzo wrote:
> Author: luigi
> Date: Sun Oct 16 14:13:32 2016
> New Revision: 307394
> URL: https://svnweb.freebsd.org/changeset/base/307394
>
> Log:
> Import the current version of netmap, aligned with the one on github.
my tinderbox build failed with this, i
On Sunday, October 16, 2016 02:13:32 PM Luigi Rizzo wrote:
> Author: luigi
> Date: Sun Oct 16 14:13:32 2016
> New Revision: 307394
> URL: https://svnweb.freebsd.org/changeset/base/307394
>
> Log:
> Import the current version of netmap, aligned with the one on github.
>
> This commit, long o
-n1 | sort | uniq -d;
# done
-# 20161016: urtwn(4) was merged into rtwn(4)
+# 20161017: urtwn(4) was merged into rtwn(4)
OLD_FILES+=usr/share/man/man4/urtwn.4.gz
OLD_FILES+=usr/share/man/man4/urtwnfw.4.gz
# 20161015: Remove GNU rcs
Modified: head/UPDATING
Author: np
Date: Mon Oct 17 20:57:54 2016
New Revision: 307531
URL: https://svnweb.freebsd.org/changeset/base/307531
Log:
cxgbe(4): Adjust whitespace to line up the column titles in cim_qcfg
with the values displayed.
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_m
Author: avos
Date: Mon Oct 17 20:38:24 2016
New Revision: 307529
URL: https://svnweb.freebsd.org/changeset/base/307529
Log:
rtwn(4), urtwn(4): merge common code, add support for 11ac devices.
All devices:
- add support for rate adaptation via ieee80211_amrr(9);
- use short preamble for
On 17/10/16 21:23, Bruce Simpson wrote:
On 17/10/16 18:40, John Baldwin wrote:
I'm a bit hesitant to do all the type parsing in the kernel vs userland.
However, I think having smbios(4) export a /dev/smbios that you can
either
read() or mmap() to access the table would be very convenient and let
On 17/10/16 18:40, John Baldwin wrote:
I'm a bit hesitant to do all the type parsing in the kernel vs userland.
However, I think having smbios(4) export a /dev/smbios that you can either
read() or mmap() to access the table would be very convenient and let you
keep the bits to parse the table in
On Monday, October 17, 2016 10:20:39 AM Hans Petter Selasky wrote:
> Author: hselasky
> Date: Mon Oct 17 10:20:38 2016
> New Revision: 307518
> URL: https://svnweb.freebsd.org/changeset/base/307518
>
> Log:
> Fix device delete child function.
>
> When detaching device trees parent devices m
On Friday, October 14, 2016 12:25:54 PM Warner Losh wrote:
> On Oct 14, 2016 11:55 AM, "Doug Ambrisko" wrote:
> >
> > On Fri, Oct 14, 2016 at 10:33:15AM -0700, Ravi Pokala wrote:
> > | -Original Message-
> > | > From: on behalf of Doug Ambrisko <
> ambri...@ambrisko.com>
> > | > Date: 201
On Sunday, October 16, 2016 02:43:51 AM Marcel Moolenaar wrote:
> Author: marcel
> Date: Sun Oct 16 02:43:51 2016
> New Revision: 307386
> URL: https://svnweb.freebsd.org/changeset/base/307386
>
> Log:
> Re-apply change 306811 or alternatively, revert change 307385.
Thanks!
--
John Baldwin
__
Author: mav
Date: Mon Oct 17 15:02:17 2016
New Revision: 307523
URL: https://svnweb.freebsd.org/changeset/base/307523
Log:
Make pass driver better support CAM_CDB_POINTER flag.
Previously pass driver just ignored the flag, making random kernel code
access user-space pointer, sometime caus
Author: emaste
Date: Mon Oct 17 13:52:24 2016
New Revision: 307522
URL: https://svnweb.freebsd.org/changeset/base/307522
Log:
makesyscalls.sh: remove trailing space on the "created from" line
In r10905 and r10906 makesyscalls was modified to avoid emitting a
literal $Id$ string in the gen
Author: emaste
Date: Mon Oct 17 13:47:22 2016
New Revision: 307521
URL: https://svnweb.freebsd.org/changeset/base/307521
Log:
libmd: introduce functions that operate on an fd instead of filename
Reviewed by: allanjude, cem
MFC after:2 months
Sponsored by: The FreeBSD Foundation
D
Author: emaste
Date: Mon Oct 17 13:36:50 2016
New Revision: 307520
URL: https://svnweb.freebsd.org/changeset/base/307520
Log:
elfdump: correct DT_AUXILIARY / DT_USED / DT_FILTER definitions
r109332 introduced these three as DT_SUNW_*. Update to the correct
names already used elsewhere in
Author: br
Date: Mon Oct 17 10:21:53 2016
New Revision: 307519
URL: https://svnweb.freebsd.org/changeset/base/307519
Log:
Increase timeout so low-end platforms have a chance to complete test
procedures.
This fixes operation in QEMU/MIPS64.
Sponsored by: DARPA, AFRL
Sponsored by: HE
Author: hselasky
Date: Mon Oct 17 10:20:38 2016
New Revision: 307518
URL: https://svnweb.freebsd.org/changeset/base/307518
Log:
Fix device delete child function.
When detaching device trees parent devices must be detached prior to
detaching its children. This is because parent devices can
Author: maxim
Date: Mon Oct 17 09:40:18 2016
New Revision: 307517
URL: https://svnweb.freebsd.org/changeset/base/307517
Log:
Typo fixed: arbitraty -> arbitrary.
PR: 213559
Submitted by: olgeni
Modified:
head/usr.sbin/bhyve/bhyve.8
Modified: head/usr.sbin/bhyve/bhyve.8
==
On 17.10.2016 12:32, Steven Hartland wrote:
> On 17/10/2016 09:51, Alexander Motin wrote:
>> On 17.10.2016 11:45, Steven Hartland wrote:
>>> IIRC the timeout for this was intentionally lower than the default,
>>> might be worth just checking.
>> I did traced back the commit history, and it was hard
On 17/10/2016 09:51, Alexander Motin wrote:
On 17.10.2016 11:45, Steven Hartland wrote:
IIRC the timeout for this was intentionally lower than the default,
might be worth just checking.
I did traced back the commit history, and it was hardcoded to that value
since the beginning 18 years ago.
Author: mav
Date: Mon Oct 17 09:16:44 2016
New Revision: 307515
URL: https://svnweb.freebsd.org/changeset/base/307515
Log:
Revert timeout part of r307507.
I misread 5 minutes as 5 seconds. Timeout of 5 minutes may have sense.
MFC after:2 weeks
Modified:
head/sys/cam/scsi/scsi_d
On 17.10.2016 11:45, Steven Hartland wrote:
> IIRC the timeout for this was intentionally lower than the default,
> might be worth just checking.
I did traced back the commit history, and it was hardcoded to that value
since the beginning 18 years ago. Theoretically SYNCHRONIZE CACHE may
require
IIRC the timeout for this was intentionally lower than the default,
might be worth just checking.
On 17/10/2016 09:35, Alexander Motin wrote:
Author: mav
Date: Mon Oct 17 08:35:56 2016
New Revision: 307507
URL: https://svnweb.freebsd.org/changeset/base/307507
Log:
Consider device as clean e
Author: mav
Date: Mon Oct 17 08:38:24 2016
New Revision: 307509
URL: https://svnweb.freebsd.org/changeset/base/307509
Log:
Replicate r307507 for ATA disks.
MFC after:2 weeks
Modified:
head/sys/cam/ata/ata_da.c
Modified: head/sys/cam/ata/ata_da.c
=
Author: mav
Date: Mon Oct 17 08:35:56 2016
New Revision: 307507
URL: https://svnweb.freebsd.org/changeset/base/307507
Log:
Consider device as clean even if SYNCHRONIZE CACHE failed.
If device reservation was preempted by other initiator, our sync request
will always fail. Without this ch
Author: kib
Date: Mon Oct 17 08:17:06 2016
New Revision: 307501
URL: https://svnweb.freebsd.org/changeset/base/307501
Log:
If vm_fault_hold(9) finds that fs.m is wired, do not free it after a
pager error, leave the page to the wire owner. E.g. the page might be
a part of the invalidated buf
Author: kib
Date: Mon Oct 17 08:14:23 2016
New Revision: 307499
URL: https://svnweb.freebsd.org/changeset/base/307499
Log:
Export vm_page_xunbusy_maybelocked().
Reviewed by: alc, markj
Sponsored by: The FreeBSD Foundation
MFC after:1 week
X-Differential revision: https://rev
44 matches
Mail list logo