Author: jhibbits
Date: Mon Nov 20 04:32:01 2017
New Revision: 326004
URL: https://svnweb.freebsd.org/changeset/base/326004
Log:
Eliminate 1 XX_VirtToPhys() and 2 XX_PhysToVirt() calls from if_dtsec(4)
XX_VirtToPhys(), by way of pmap_kextract(), is an expensive operation.
Profiling via dtr
[Continuing the gcc 4.2.1 side issue a bit.]
On 2017-Nov-19, at 5:40 PM, Pedro Giffuni wrote:
>> On Nov 19, 2017, at 19:11, Mark Millard wrote:
>>
>> [As long as things do not go the direction of
>> eliminating gcc 4.2.1 being able to do buildworld
>> and buildkernel for certain architectures,
> On Nov 19, 2017, at 19:11, Mark Millard wrote:
>
> [As long as things do not go the direction of
> eliminating gcc 4.2.1 being able to do buildworld
> and buildkernel for certain architectures, I
> agree that this would stay an off-topic subject.]
>
> On 2017-Nov-19, at 3:43 PM, Pedro Giffuni
[As long as things do not go the direction of
eliminating gcc 4.2.1 being able to do buildworld
and buildkernel for certain architectures, I
agree that this would stay an off-topic subject.]
On 2017-Nov-19, at 3:43 PM, Pedro Giffuni wrote:
>
> On 19/11/2017 17:38, Mark Millard wrote:
>> Ped
On 19/11/2017 17:38, Mark Millard wrote:
Pedro Giffuni pfg at FreeBSD.org wrote on
Sun Nov 19 15:29:33 UTC 2017 :
Yes, we should
avoid breaking existing stuff (however old) in ports but no one is
expecting to build modern FreeBSD with gcc 3.4 or even gcc 4.1. We did
what we could with gcc
Pedro Giffuni pfg at FreeBSD.org wrote on
Sun Nov 19 15:29:33 UTC 2017 :
> Yes, we should
> avoid breaking existing stuff (however old) in ports but no one is
> expecting to build modern FreeBSD with gcc 3.4 or even gcc 4.1. We did
> what we could with gcc 4.2.1 but it's time is also over.
Unf
Author: avos
Date: Sun Nov 19 20:18:21 2017
New Revision: 326001
URL: https://svnweb.freebsd.org/changeset/base/326001
Log:
Reduce code duplication for wlan(4) interface creation in network.subr.
Since wlandebug(8) can accept any (original or changed) interface name
this part may be simpl
Author: avos
Date: Sun Nov 19 20:13:11 2017
New Revision: 326000
URL: https://svnweb.freebsd.org/changeset/base/326000
Log:
wlandebug(8): allow fallback to old behavior + improve name checks.
- Treat passed interface name as original if ifconfig_get_orig_name() fails.
- Reject interface n
On 1119T1040, Pedro Giffuni wrote:
>
>
> On 11/19/17 07:12, Edward Tomasz Napierala wrote:
> > On 1118T1610, Konstantin Belousov wrote:
> >> On Sat, Nov 18, 2017 at 01:21:22PM +, Edward Tomasz Napierala wrote:
> >>> Author: trasz
> >>> Date: Sat Nov 18 13:21:22 2017
> >>> New Revision: 325965
On 11/19/17 07:12, Edward Tomasz Napierala wrote:
On 1118T1610, Konstantin Belousov wrote:
On Sat, Nov 18, 2017 at 01:21:22PM +, Edward Tomasz Napierala wrote:
Author: trasz
Date: Sat Nov 18 13:21:22 2017
New Revision: 325965
URL: https://svnweb.freebsd.org/changeset/base/325965
Log:
On 11/19/17 05:05, Bruce Evans wrote:
On Sat, 18 Nov 2017, Warner Losh wrote:
On Sat, Nov 18, 2017 at 3:42 AM, Bruce Evans
wrote:
since it flags all c99 and newer usages as syntax errors. We've been
This shouldn't break use of lint on K&R or C90 sources. But types.h is
broken. It no
On 1118T1610, Konstantin Belousov wrote:
> On Sat, Nov 18, 2017 at 01:21:22PM +, Edward Tomasz Napierala wrote:
> > Author: trasz
> > Date: Sat Nov 18 13:21:22 2017
> > New Revision: 325965
> > URL: https://svnweb.freebsd.org/changeset/base/325965
> >
> > Log:
> > Increase rtld initial memor
Author: nyan
Date: Sun Nov 19 11:33:46 2017
New Revision: 325997
URL: https://svnweb.freebsd.org/changeset/base/325997
Log:
Remove empty directories.
Deleted:
head/stand/fdt/dts/
head/stand/libstand32/
head/stand/userboot/ficl/
head/stand/userboot/libstand/
head/stand/userboot/zfs/
__
Author: kib
Date: Sun Nov 19 11:21:16 2017
New Revision: 325995
URL: https://svnweb.freebsd.org/changeset/base/325995
Log:
Fix build.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/net/if_fddisubr.c
Modified: head/sys/net/if_fddisubr.c
==
On Sat, 18 Nov 2017, Warner Losh wrote:
On Sat, Nov 18, 2017 at 3:42 AM, Bruce Evans wrote:
since it flags all c99 and newer usages as syntax errors. We've been
This shouldn't break use of lint on K&R or C90 sources. But types.h is
broken. It no longer supports K&R, C90, or most other
On Sat, 18 Nov 2017, Pedro Giffuni wrote:
On 11/18/17 09:15, Stefan Esser wrote:
OTOH, we should probably consider other tools, like sparse:
https://sparse.wiki.kernel.org/index.php/Main_Page
The license is fine and it plays nice with the compiler.
It builds on -CURRENT, but the Makefile n
On Sun, 19 Nov 2017, Ed Maste wrote:
Log:
ANSIfy sys/libkern
PR:223641
Submitted by: o...@j.email.ne.jp
MFC after: 1 week
This churns libkern further away from its "vendor" version which is mostly
in libc. I'm still waiting for you to back out previous churning of
kern/m
17 matches
Mail list logo