Author: lwhsu (ports committer)
Date: Thu Jan 25 08:36:19 2018
New Revision: 328393
URL: https://svnweb.freebsd.org/changeset/base/328393
Log:
Fix architectures where pointer and u_int have different sizes
Reviewed by: imp
Differential Revision:https://reviews.freebsd.org/D14049
Author: wma
Date: Thu Jan 25 12:13:41 2018
New Revision: 328394
URL: https://svnweb.freebsd.org/changeset/base/328394
Log:
BPF: Switch to 32 bit compatible mode only when thread is 32 bit
Sometimes 32 bit and 64 bit ioctls are represented by the same number.
It causes unnecessary switch t
On Wed, 24 Jan 2018, Conrad Meyer wrote:
On Wed, Jan 24, 2018 at 10:05 AM, Warner Losh wrote:
...
Let's start with his point about u_long vs size_t causing problems:
void*malloc(unsigned long size, struct malloc_type *type, int flags)
vs
void*mallocarray(size_t nmemb, size_t size, str
Author: emaste
Date: Thu Jan 25 13:51:20 2018
New Revision: 328395
URL: https://svnweb.freebsd.org/changeset/base/328395
Log:
Install uefi.8 also on arm64
Our standard boot method for arm64 is via UEFI, so install the man page
that describes the boot process.
MFC after:1 week
S
Author: emaste
Date: Thu Jan 25 14:36:47 2018
New Revision: 328396
URL: https://svnweb.freebsd.org/changeset/base/328396
Log:
uefi.8: describe architecture-specific default path
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man8/uefi.8
Modified: head/share/man/man8/uefi.
On Wed, 24 Jan 2018, Pedro F. Giffuni wrote:
Log:
Revert r327781, r328093, r328056:
ufs|ext2fs: Revert uses of mallocarray(9).
These aren't really useful: drop them.
Variable unsigning will be brought again later.
Variable "unsigning" (that is, adding unsign extension bugs) is even more
On 25/01/2018 09:42, Bruce Evans wrote:
On Wed, 24 Jan 2018, Pedro F. Giffuni wrote:
Log:
Revert r327781, r328093, r328056:
ufs|ext2fs: Revert uses of mallocarray(9).
These aren't really useful: drop them.
Variable unsigning will be brought again later.
Variable "unsigning" (that is,
Author: markj
Date: Thu Jan 25 15:31:56 2018
New Revision: 328398
URL: https://svnweb.freebsd.org/changeset/base/328398
Log:
Remove uneeded parentheses.
MFC after:1 week
Modified:
head/cddl/lib/libdtrace/tcp.d
Modified: head/cddl/lib/libdtrace/tcp.d
=
Author: markj
Date: Thu Jan 25 15:35:34 2018
New Revision: 328399
URL: https://svnweb.freebsd.org/changeset/base/328399
Log:
Use tcpinfoh_t for TCP headers in the tcp:::debug-{drop,input} probes.
The header passed to these probes has some fields converted to host
order by tcp_fields_to_ho
Author: imp
Date: Thu Jan 25 15:42:21 2018
New Revision: 328400
URL: https://svnweb.freebsd.org/changeset/base/328400
Log:
Add info about c99 designationed initializers.
Differential Revision: https://reviews.freebsd.org/D13975
Modified:
head/share/man/man9/style.9
Modified: head/share/
Author: imp
Date: Thu Jan 25 15:55:58 2018
New Revision: 328401
URL: https://svnweb.freebsd.org/changeset/base/328401
Log:
Bump .Dd date for c99 change
Modified:
head/share/man/man9/style.9
Modified: head/share/man/man9/style.9
On Wed, 24 Jan 2018, Pedro F. Giffuni wrote:
Log:
ext2fs|ufs:Unsign some values related to allocation.
When allocating memory through malloc(9), we always expect the amount of
memory requested to be unsigned as a negative value would either stand for
an error or an overflow.
Unsign some va
[ Charset UTF-8 unsupported, converting... ]
> Author: lwhsu (ports committer)
> Date: Thu Jan 25 05:15:44 2018
> New Revision: 328388
> URL: https://svnweb.freebsd.org/changeset/base/328388
>
> Log:
> Fix manual page install on non-amd64
>
> Reviewed by:emaste, imp
> Differential
Author: br
Date: Thu Jan 25 16:58:23 2018
New Revision: 328402
URL: https://svnweb.freebsd.org/changeset/base/328402
Log:
Add basic driver for Qualcomm USB 2.0 EHCI controller.
This driver relies on system initialization in u-boot.
Tested on DragonBoard 410c.
Sponsored by: DARPA, AFR
Author: br
Date: Thu Jan 25 17:00:35 2018
New Revision: 328403
URL: https://svnweb.freebsd.org/changeset/base/328403
Log:
Add support for SDHCI controller found in Qualcomm Snapdragon 410e.
Tested on DragonBoard 410c.
Sponsored by: DARPA, AFRL
Modified:
head/sys/dev/sdhci/sdhci_fdt.
Hi Ruslan,
On Thu, 25 Jan 2018 16:58:23 + (UTC)
Ruslan Bukin wrote:
> Author: br
> Date: Thu Jan 25 16:58:23 2018
> New Revision: 328402
> URL: https://svnweb.freebsd.org/changeset/base/328402
>
> Log:
> Add basic driver for Qualcomm USB 2.0 EHCI controller.
> This driver relies on sy
Author: br
Date: Thu Jan 25 17:16:29 2018
New Revision: 328404
URL: https://svnweb.freebsd.org/changeset/base/328404
Log:
o Move sdhci_fdt to the generic files list.
o Include Qualcomm EHCI and UART drivers to the build.
Sponsored by: DARPA, AFRL
Modified:
head/sys/arm/mv/armada38x/fil
On Thu, Jan 25, 2018 at 06:12:04PM +0100, Emmanuel Vadot wrote:
> > Log:
> > Add basic driver for Qualcomm USB 2.0 EHCI controller.
> > This driver relies on system initialization in u-boot.
> >
> > Tested on DragonBoard 410c.
> >
> > Sponsored by: DARPA, AFRL
> >
> > Added:
> >
On Thu, Jan 25, 2018 at 9:51 AM, Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> [ Charset UTF-8 unsupported, converting... ]
> > Author: lwhsu (ports committer)
> > Date: Thu Jan 25 05:15:44 2018
> > New Revision: 328388
> > URL: https://svnweb.freebsd.org/changeset/base/328388
> >
>
Author: ian
Date: Thu Jan 25 17:53:33 2018
New Revision: 328405
URL: https://svnweb.freebsd.org/changeset/base/328405
Log:
Minor cleanups... Move DRIVER_MODULE() and other boilerplate stuff to the
bottom of the file, where it is in most imx5/6 drivers. Switch from an RD2
macro using bus_spa
Author: pfg
Date: Thu Jan 25 18:01:46 2018
New Revision: 328406
URL: https://svnweb.freebsd.org/changeset/base/328406
Log:
Minor style issue introduced in r328346.
Pointed by: bde
Modified:
head/sys/fs/ext2fs/ext2_lookup.c
Modified: head/sys/fs/ext2fs/ext2_lookup.c
===
[ Charset UTF-8 unsupported, converting... ]
> On Thu, Jan 25, 2018 at 9:51 AM, Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net> wrote:
>
> > [ Charset UTF-8 unsupported, converting... ]
> > > Author: lwhsu (ports committer)
> > > Date: Thu Jan 25 05:15:44 2018
> > > New Revision: 328388
> > >
Author: ian
Date: Thu Jan 25 18:08:56 2018
New Revision: 328407
URL: https://svnweb.freebsd.org/changeset/base/328407
Log:
Fix return style in RD2. Remove bogus return value from a void function
in WR2 (I have no idea why that didn't result in a compile error).
Modified:
head/sys/arm/frees
Author: nwhitehorn
Date: Thu Jan 25 18:09:26 2018
New Revision: 328408
URL: https://svnweb.freebsd.org/changeset/base/328408
Log:
Treat DSE exceptions like DSI exceptions when generating signinfo.
Both can generate SIGSEGV, but DSEs would have put the wrong address
into the siginfo structure
Author: nwhitehorn
Date: Thu Jan 25 18:10:33 2018
New Revision: 328409
URL: https://svnweb.freebsd.org/changeset/base/328409
Log:
Avoid all SLB operations in trap handling if the process is not using a
software-managed SLB.
Modified:
head/sys/powerpc/powerpc/trap.c
Modified: head/sys/power
On 01/25/18 11:28, Bruce Evans wrote:
On Wed, 24 Jan 2018, Pedro F. Giffuni wrote:
Log:
ext2fs|ufs:Unsign some values related to allocation.
When allocating memory through malloc(9), we always expect the
amount of
memory requested to be unsigned as a negative value would either
stand fo
> On 25 Jan 2018, at 17:43, Warner Losh wrote:
>
>
>
> On Thu, Jan 25, 2018 at 9:51 AM, Rodney W. Grimes
> mailto:free...@pdx.rh.cn85.dnsmgr.net>>
> wrote:
> [ Charset UTF-8 unsupported, converting... ]
> > Author: lwhsu (ports committer)
> > Date: Thu Jan 25 05:15:44 2018
> > New Revision:
On Thu, 25 Jan 2018, Pedro Giffuni wrote:
This is almost unreadable due to hard-coded UTF-8 (mostly for tabs corrupted
to spaces) even in previously-literally quoted C code.
On 01/25/18 11:28, Bruce Evans wrote:
On Wed, 24 Jan 2018, Pedro F. Giffuni wrote:
[... Most unreadable lines deleted]
Author: emaste
Date: Thu Jan 25 19:57:21 2018
New Revision: 328410
URL: https://svnweb.freebsd.org/changeset/base/328410
Log:
bsdinstall: enable SUJ by default (revert r327890)
fsck should be fixed as of r328092.
PR: 225110
Tested by:dumbbell, Arshan Khanifar
Modified
On 25/01/2018 14:24, Bruce Evans wrote:
On Thu, 25 Jan 2018, Pedro Giffuni wrote:
This is almost unreadable due to hard-coded UTF-8 (mostly for tabs
corrupted
to spaces) even in previously-literally quoted C code.
Mailer agents ... they all suck :(
On 01/25/18 11:28, Bruce Evans wrote:
On
On Thu, Jan 25, 2018 at 12:16 PM, Andrew Turner
wrote:
>
> On 25 Jan 2018, at 17:43, Warner Losh wrote:
>
>
>
> On Thu, Jan 25, 2018 at 9:51 AM, Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net> wrote:
>
>> [ Charset UTF-8 unsupported, converting... ]
>> > Author: lwhsu (ports committer)
>> >
Author: emaste
Date: Thu Jan 25 20:09:51 2018
New Revision: 328411
URL: https://svnweb.freebsd.org/changeset/base/328411
Log:
loader.efi: add missing EFI GUIDs
These were found during bring-up on a new arm64 platform and in an
amd64 VM.
Submitted by: Arshan Khanifar
Reviewed by:
Author: emaste
Date: Thu Jan 25 21:13:42 2018
New Revision: 328412
URL: https://svnweb.freebsd.org/changeset/base/328412
Log:
vt: add Ctrl+/ key mapping
This matches Xorg's handling of Ctrl+/ and may be useful as a tmux
escape.
PR: 212197
Submitted by: martin at sugioarto
Author: wosch
Date: Thu Jan 25 21:36:26 2018
New Revision: 328413
URL: https://svnweb.freebsd.org/changeset/base/328413
Log:
`make installkernel' should display a completed message if done
PR: 225159
Reviewed by: bdrewery
Approved by: cem (mentor)
Differential Revision:
Author: imp
Date: Thu Jan 25 21:38:30 2018
New Revision: 328415
URL: https://svnweb.freebsd.org/changeset/base/328415
Log:
Track Ref / DeRef and Hold / Unhold that da is doing to track down
leaks. We assume each source can be taken / dropped only once and
don't recurse. These are only enable
Author: imp
Date: Thu Jan 25 21:38:09 2018
New Revision: 328414
URL: https://svnweb.freebsd.org/changeset/base/328414
Log:
When devices are invalidated, there's some cases where ccbs for that
device still wind up in xpt_done after the path has been
invalidated. Since we don't always need sim
Author: imp
Date: Thu Jan 25 21:48:07 2018
New Revision: 328416
URL: https://svnweb.freebsd.org/changeset/base/328416
Log:
Add new opt_da.h for stand-alone build.
Sponsored by: Netflix
Modified:
head/sys/modules/cam/Makefile
Modified: head/sys/modules/cam/Makefile
==
Author: cem
Date: Thu Jan 25 22:25:13 2018
New Revision: 328417
URL: https://svnweb.freebsd.org/changeset/base/328417
Log:
style: Remove remaining deprecated MALLOC/FREE macros
Mechanically replace uses of MALLOC/FREE with appropriate invocations of
malloc(9) / free(9) (a series of sed ex
Author: cem
Date: Thu Jan 25 22:38:39 2018
New Revision: 328418
URL: https://svnweb.freebsd.org/changeset/base/328418
Log:
nfs: Remove NFSSOCKADDRALLOC, NFSSOCKADDRFREE macros
They were just thin wrappers over malloc(9) w/ M_ZERO and free(9).
Discussed with: rmacklem, markj
Spo
On Thu, Jan 25, 2018 at 02:46:14PM +1100, Kristof Provost wrote:
K> On 25 Jan 2018, at 12:08, Kristof Provost wrote:
K> > On 25 Jan 2018, at 11:34, Ian Lepore wrote:
K> >> On Wed, 2018-01-24 at 16:13 -0800, Gleb Smirnoff wrote:
K> >>> (r328313)
K> >>> K> @@ -1613,6 +1613,7 @@ int
K> >>> K> pf_unli
Author: jkim
Date: Thu Jan 25 23:38:05 2018
New Revision: 328419
URL: https://svnweb.freebsd.org/changeset/base/328419
Log:
Add declaration of SSL_get_selected_srtp_profile() for OpenSSL.
Because there was an extra declaration in the vendor version, we locally
removed the second one in r2
Author: np
Date: Fri Jan 26 00:03:14 2018
New Revision: 328420
URL: https://svnweb.freebsd.org/changeset/base/328420
Log:
cxgbe(4): Do not display harmless warning in non-debug builds.
MFC after:3 days
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/common/t4_hw.c
Author: np
Date: Fri Jan 26 00:45:40 2018
New Revision: 328423
URL: https://svnweb.freebsd.org/changeset/base/328423
Log:
cxgbe(4): Accept old names of a couple of tunables.
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
Author: jhibbits
Date: Fri Jan 26 00:56:09 2018
New Revision: 328424
URL: https://svnweb.freebsd.org/changeset/base/328424
Log:
Minimal change to build linuxkpi on architectures with physical addresses
larger
than virtual
Summary:
Some architectures have physical/bus addresses that are
Author: jhibbits
Date: Fri Jan 26 00:58:02 2018
New Revision: 328425
URL: https://svnweb.freebsd.org/changeset/base/328425
Log:
Minimum changes for ctl to build on architectures with non-matching physical
and
virtual address sizes
Summary:
Some architectures use physical addresses larg
Author: mckusick
Date: Fri Jan 26 00:58:32 2018
New Revision: 328426
URL: https://svnweb.freebsd.org/changeset/base/328426
Log:
Refactoring of reading and writing of the UFS/FFS superblock.
Specifically reading is done if ffs_sbget() and writing is done
in ffs_sbput(). These functions are ex
Author: eadler
Date: Fri Jan 26 03:30:05 2018
New Revision: 328427
URL: https://svnweb.freebsd.org/changeset/base/328427
Log:
dd(1): Use a local swapbytes() function.
swab(3) has restrict qualifiers for src and dst.
Avoid relying on undefined overlapping swab behavior.
Obtained From:
Author: eadler
Date: Fri Jan 26 04:24:39 2018
New Revision: 328428
URL: https://svnweb.freebsd.org/changeset/base/328428
Log:
example cdev: use make_dev_s
Make use of make_dev_s in the example cdev. While here, fix warnings.
Reviewed by: rpokala
Modified:
head/share/examples/kld/cd
Author: eadler
Date: Fri Jan 26 04:40:41 2018
New Revision: 328430
URL: https://svnweb.freebsd.org/changeset/base/328430
Log:
devd: minor nits
- mark usage as noreturn
- config does not need a virtual destructor
Modified:
head/sbin/devd/devd.cc
head/sbin/devd/devd.hh
Modified: head/
On Thu, Jan 25, 2018 at 9:40 PM, Eitan Adler wrote:
> Author: eadler
> Date: Fri Jan 26 04:40:41 2018
> New Revision: 328430
> URL: https://svnweb.freebsd.org/changeset/base/328430
>
> Log:
> devd: minor nits
>
> - mark usage as noreturn
> - config does not need a virtual destructor
>
Ever
On Thu, Jan 25, 2018 at 8:52 PM, Warner Losh wrote:
>
>
> On Thu, Jan 25, 2018 at 9:40 PM, Eitan Adler wrote:
>>
>> Author: eadler
>> Date: Fri Jan 26 04:40:41 2018
>> New Revision: 328430
>> URL: https://svnweb.freebsd.org/changeset/base/328430
>>
>> Log:
>> devd: minor nits
>>
>> - mark usa
Author: eadler
Date: Fri Jan 26 05:03:37 2018
New Revision: 328431
URL: https://svnweb.freebsd.org/changeset/base/328431
Log:
devd: readd virtual
- my C++ knowledge is old and rusty. re-add virtual
Modified:
head/sbin/devd/devd.hh
Modified: head/sbin/devd/devd.hh
===
On 25 January 2018 at 21:02, Matt Joras wrote:
> On Thu, Jan 25, 2018 at 8:52 PM, Warner Losh wrote:
>>
>>
>> On Thu, Jan 25, 2018 at 9:40 PM, Eitan Adler wrote:
>>>
>>> Author: eadler
>>> Date: Fri Jan 26 04:40:41 2018
>>> New Revision: 328430
>>> URL: https://svnweb.freebsd.org/changeset/base/
On Thu, Jan 25, 2018 at 10:02 PM, Matt Joras wrote:
> On Thu, Jan 25, 2018 at 8:52 PM, Warner Losh wrote:
> >
> >
> > On Thu, Jan 25, 2018 at 9:40 PM, Eitan Adler wrote:
> >>
> >> Author: eadler
> >> Date: Fri Jan 26 04:40:41 2018
> >> New Revision: 328430
> >> URL: https://svnweb.freebsd.org/c
On Thu, Jan 25, 2018 at 10:04 PM, Eitan Adler wrote:
> On 25 January 2018 at 21:02, Matt Joras wrote:
> > On Thu, Jan 25, 2018 at 8:52 PM, Warner Losh wrote:
> >>
> >>
> >> On Thu, Jan 25, 2018 at 9:40 PM, Eitan Adler
> wrote:
> >>>
> >>> Author: eadler
> >>> Date: Fri Jan 26 04:40:41 2018
> >
Author: lwhsu (ports committer)
Date: Fri Jan 26 06:21:24 2018
New Revision: 328432
URL: https://svnweb.freebsd.org/changeset/base/328432
Log:
Fix LINT build.
Approved by: delphij
Modified:
head/sys/modules/geom/geom_label/Makefile
Modified: head/sys/modules/geom/geom_label/Makefile
==
2018-01-26 5:52 GMT+01:00 Warner Losh :
> Everything needs a virtual destructor... Please back that part of this
> out...
If you're concerned about inheritance, what about adding the 'final'
keyword to the class?
http://en.cppreference.com/w/cpp/language/final
Eitan:
static void usage(void) __
57 matches
Mail list logo