Author: adrian
Date: Wed Dec 2 05:36:45 2015
New Revision: 291642
URL: https://svnweb.freebsd.org/changeset/base/291642
Log:
Add initial ar9300 HAL support for the spectral scan mode.
Modified:
head/sys/conf/files
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c
head/sys/contrib/
Author: delphij
Date: Wed Dec 2 05:35:04 2015
New Revision: 291641
URL: https://svnweb.freebsd.org/changeset/base/291641
Log:
Update arcmsr(4) to 1.30.00.00 in order to add support of
ARC-1203 SATA RAID controllers.
Many thanks to Areca for continuing to support FreeBSD.
Submitted b
Author: bdrewery
Date: Wed Dec 2 05:31:01 2015
New Revision: 291640
URL: https://svnweb.freebsd.org/changeset/base/291640
Log:
META MODE: Connect MK_NAND directories.
Sponsored by: EMC / Isilon Storage Division
Added:
head/lib/libnandfs/Makefile.depend (contents, props changed)
head
Author: bdrewery
Date: Wed Dec 2 05:23:12 2015
New Revision: 291639
URL: https://svnweb.freebsd.org/changeset/base/291639
Log:
Add LIBNANDFS.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/bsd.libnames.mk
Modified: head/share/mk/bsd.libnames.mk
On Tue, Dec 1, 2015 at 10:18 PM, Craig Rodrigues
wrote:
> On Tue, Dec 1, 2015 at 6:11 PM, Bryan Drewery
> wrote:
>
> > - (void) snprintf(buf, size, "%#lx", addr);
> > + (void) snprintf(buf, size, "%#lx", (unsigned long)addr);
> > return (0);
> >
>
> In
On Tue, Dec 1, 2015 at 6:11 PM, Bryan Drewery wrote:
> - (void) snprintf(buf, size, "%#lx", addr);
> + (void) snprintf(buf, size, "%#lx", (unsigned long)addr);
> return (0);
>
In the past when I've hit these types of problems,
I have found that using %
Author: rmacklem
Date: Wed Dec 2 02:47:13 2015
New Revision: 291638
URL: https://svnweb.freebsd.org/changeset/base/291638
Log:
Fix the memory leak that occurs when the nfscommon.ko module is unloaded.
This leak was introduced by r291527.
Since the nfscommon.ko module is rarely unloaded, thi
Author: bdrewery
Date: Wed Dec 2 02:11:38 2015
New Revision: 291637
URL: https://svnweb.freebsd.org/changeset/base/291637
Log:
Fix the build for non-amd64.
Modified:
head/cddl/contrib/opensolaris/cmd/plockstat/plockstat.c
Modified: head/cddl/contrib/opensolaris/cmd/plockstat/plockstat.c
===
Author: bdrewery
Date: Wed Dec 2 01:50:22 2015
New Revision: 291635
URL: https://svnweb.freebsd.org/changeset/base/291635
Log:
bsd.subdir.mk: Only recurse on called targets, rather than dependencies.
This is to fix 'make all' causing it to recurse on both 'all' and
'buildconfig'
due to
Author: bdrewery
Date: Wed Dec 2 01:49:22 2015
New Revision: 291634
URL: https://svnweb.freebsd.org/changeset/base/291634
Log:
Revert r291633. Some files were missed.
Modified:
head/share/mk/bsd.subdir.mk
Modified: head/share/mk/bsd.subdir.mk
Author: bdrewery
Date: Wed Dec 2 01:47:27 2015
New Revision: 291633
URL: https://svnweb.freebsd.org/changeset/base/291633
Log:
bsd.subdir.mk: Only recurse on called targets, rather than dependencies.
This is to fix 'make all' causing it to recurse on both 'all' and
'buildconfig'
due to
Author: bdrewery
Date: Wed Dec 2 01:24:31 2015
New Revision: 291632
URL: https://svnweb.freebsd.org/changeset/base/291632
Log:
Add assertions that capture invalid configurations for new libraries.
Fix current findings, which should fix cases of NO_SHARED not building
properly.
Given
Author: bdrewery
Date: Wed Dec 2 01:23:16 2015
New Revision: 291631
URL: https://svnweb.freebsd.org/changeset/base/291631
Log:
Don't overlink pthread to kerberos library consumers.
I'm not sure why this was here, none of these use pthread themselves and
none of the consumers are broken w
Author: bdrewery
Date: Wed Dec 2 01:17:09 2015
New Revision: 291630
URL: https://svnweb.freebsd.org/changeset/base/291630
Log:
Don't overlink pthread to libsqlite3 consumers.
At least usr.bin/mandoc was overlink.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/s
Author: bdrewery
Date: Wed Dec 2 00:54:05 2015
New Revision: 291629
URL: https://svnweb.freebsd.org/changeset/base/291629
Log:
Fix truncation of _DP_proc and add missing libelf.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/
Author: bdrewery
Date: Wed Dec 2 00:49:39 2015
New Revision: 291625
URL: https://svnweb.freebsd.org/changeset/base/291625
Log:
libssh uses libz even without MK_LDNS
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.
Author: bdrewery
Date: Wed Dec 2 00:49:49 2015
New Revision: 291628
URL: https://svnweb.freebsd.org/changeset/base/291628
Log:
Reduce overlinking of libdtrace consumers with libctf, libelf, libproc.
The proper place for this list is _DP_dtrace.
Due to removing the LDADD_dtrace, more L
Author: bdrewery
Date: Wed Dec 2 00:49:45 2015
New Revision: 291627
URL: https://svnweb.freebsd.org/changeset/base/291627
Log:
Fully connect cddl/usr.sbin/plockstat.
There seems to be no reason to keep this so private.
Also add missing optional MK_CDDL files.
Sponsored by: EMC /
Author: bdrewery
Date: Wed Dec 2 00:49:42 2015
New Revision: 291626
URL: https://svnweb.freebsd.org/changeset/base/291626
Log:
Don't overlink libmt consumers with libsbuf.
This change came in r281332 which was reducing overlinking in mt(1) but
currently mt(1) is linked with sbuf when it
Author: bdrewery
Date: Wed Dec 2 00:17:13 2015
New Revision: 291624
URL: https://svnweb.freebsd.org/changeset/base/291624
Log:
Revert incomplete r291623.
Modified:
head/share/mk/bsd.libnames.mk
head/share/mk/src.libnames.mk
Modified: head/share/mk/bsd.libnames.mk
=
On 12/1/2015 4:01 PM, Bryan Drewery wrote:
> +.info ${.CURDIR}: Missing or incorrect _DP_${LIB} entry in ${_this:T}.
> Should match LIBADD for ${LIB} ('${LIBADD}' vs '${_DP_${LIB}}')
Meant to be .error. Retesting.
--
Regards,
Bryan Drewery
signature.asc
Description: OpenPGP digital signatur
Author: bdrewery
Date: Wed Dec 2 00:01:09 2015
New Revision: 291623
URL: https://svnweb.freebsd.org/changeset/base/291623
Log:
Add assertions that capture invalid configurations for new libraries.
Fix current findings.
Given libfoo:
- Ensure that a LIBFOO is set. For INTERNALLIBS
Author: bdrewery
Date: Tue Dec 1 22:50:32 2015
New Revision: 291622
URL: https://svnweb.freebsd.org/changeset/base/291622
Log:
Fix build after r291620.
"don't know how to make /Versions.def. Stop"
This was trying to define a target in bsd.symver.mk based on LIBCDIR which was
not y
Author: bdrewery
Date: Tue Dec 1 22:39:19 2015
New Revision: 291621
URL: https://svnweb.freebsd.org/changeset/base/291621
Log:
Don't add LIBADD=ipf to libipf itself.
This had no real impact since libipf is a static INTERNALLIB. It does
conflict
with an assertion I am adding for LIBADD
Author: bdrewery
Date: Tue Dec 1 22:20:04 2015
New Revision: 291620
URL: https://svnweb.freebsd.org/changeset/base/291620
Log:
Don't override LIB*DIR variables from src.libnames.mk.
In some cases switch to the LIB*SRCDIR value.
These recently were defined in r291327 and r291619.
Author: bdrewery
Date: Tue Dec 1 22:19:17 2015
New Revision: 291619
URL: https://svnweb.freebsd.org/changeset/base/291619
Log:
Define a LIB*SRCDIR for all known _LIBRARIES.
This is a follow-up to r291327 which added a LIB*DIR for all known
_LIBRARIES.
Sponsored by: EMC / Isilon Stor
Author: bdrewery
Date: Tue Dec 1 22:04:59 2015
New Revision: 291618
URL: https://svnweb.freebsd.org/changeset/base/291618
Log:
Don't override LIB*DIR variables from src.libnames.mk.
MFC after:1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/lib/libarchive/Makefile
Author: bdrewery
Date: Tue Dec 1 22:03:40 2015
New Revision: 291617
URL: https://svnweb.freebsd.org/changeset/base/291617
Log:
Don't override LIB*DIR variables from src.libnames.mk.
MFC after:1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/lib/libauditd/Makefile
Author: rodrigc
Date: Tue Dec 1 21:25:18 2015
New Revision: 291616
URL: https://svnweb.freebsd.org/changeset/base/291616
Log:
Enable libcrypt tests.
kyua 0.12 has fix for https://github.com/jmmv/kyua/pull/148
which eliminates invalid XML characters from being written to test reports
wi
Author: rodrigc
Date: Tue Dec 1 21:22:29 2015
New Revision: 291615
URL: https://svnweb.freebsd.org/changeset/base/291615
Log:
Hack test so that it works on FreeBSD.
Modified:
head/contrib/netbsd-tests/lib/libcrypt/t_crypt.c
Modified: head/contrib/netbsd-tests/lib/libcrypt/t_crypt.c
Author: jhb
Date: Tue Dec 1 21:19:16 2015
New Revision: 291614
URL: https://svnweb.freebsd.org/changeset/base/291614
Log:
Restore cleaning of auto-generated kobj files after the recent MFILES
changes. Use the list of MFILES found by find to identify the set of
possible auto-generated files
Author: bdrewery
Date: Tue Dec 1 20:56:16 2015
New Revision: 291613
URL: https://svnweb.freebsd.org/changeset/base/291613
Log:
Only include src.conf if _WITHOUT_SRCCONF not defined.
This does not really fix anything currently since _WITHOUT_SRCCONF must be
defined in the environment or l
Author: bdrewery
Date: Tue Dec 1 20:50:14 2015
New Revision: 291612
URL: https://svnweb.freebsd.org/changeset/base/291612
Log:
Support LOCAL_LIBRARIES for LIBADD.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
Author: bdrewery
Date: Tue Dec 1 20:24:58 2015
New Revision: 291611
URL: https://svnweb.freebsd.org/changeset/base/291611
Log:
Add NO_INSTALLKERNEL to undo the assumption that the first KERNCONF will be
installed as "kernel". This is relevant for packaging of the kernel when
not wanting a
Author: bdrewery
Date: Tue Dec 1 19:58:08 2015
New Revision: 291610
URL: https://svnweb.freebsd.org/changeset/base/291610
Log:
Allow storing package(world|kernel) tarballs into a different location at
PACKAGEDIR.
Submitted by: Russell Cattelan
Discussed with: gjb
MFC after:
Author: ngie
Date: Tue Dec 1 19:37:24 2015
New Revision: 291609
URL: https://svnweb.freebsd.org/changeset/base/291609
Log:
Fix typos in error messages dealing with unknown groups/users
MFC after: 1 month
X-MFC with: r291447, r291452
Sponsored by: EMC / Isilon Storage Division
Modified
Author: rodrigc
Date: Tue Dec 1 19:20:38 2015
New Revision: 291608
URL: https://svnweb.freebsd.org/changeset/base/291608
Log:
Fix spelling, as recommended by igor tool.
Modified:
head/bin/ps/ps.1
Modified: head/bin/ps/ps.1
Author: rodrigc
Date: Tue Dec 1 19:18:53 2015
New Revision: 291607
URL: https://svnweb.freebsd.org/changeset/base/291607
Log:
Add more text to explain --libxo flag.
Modified:
head/bin/df/df.1
head/bin/ls/ls.1
head/bin/ps/ps.1
head/sbin/savecore/savecore.8
head/usr.bin/iscsictl/iscsic
Author: bdrewery
Date: Tue Dec 1 19:00:43 2015
New Revision: 291605
URL: https://svnweb.freebsd.org/changeset/base/291605
Log:
Fix errors being ignored in many phases of the build since the bmake
integration.
Say it with me, "I will not chain commands with && in Makefiles"
This was o
On 12/1/2015 10:09 AM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Tue Dec 1 18:09:40 2015
> New Revision: 291601
> URL: https://svnweb.freebsd.org/changeset/base/291601
>
> Log:
> Add missing LIB80211 entry for DPADD needs.
>
> Sponsored by: EMC / Isilon Storage Division
>
> Mo
Author: bdrewery
Date: Tue Dec 1 18:09:40 2015
New Revision: 291601
URL: https://svnweb.freebsd.org/changeset/base/291601
Log:
Add missing LIB80211 entry for DPADD needs.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/bsd.libnames.mk
Modified: head/share/mk/bsd.lib
oh, thanks!
-a
On 1 December 2015 at 09:49, Bryan Drewery wrote:
> On 12/1/2015 9:38 AM, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Tue Dec 1 17:38:52 2015
>> New Revision: 291600
>> URL: https://svnweb.freebsd.org/changeset/base/291600
>>
>> Log:
>> Fix underlinking in lib80211 and
On 12/1/2015 9:38 AM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Tue Dec 1 17:38:52 2015
> New Revision: 291600
> URL: https://svnweb.freebsd.org/changeset/base/291600
>
> Log:
> Fix underlinking in lib80211 and define static dependencies in
> src.libnames.mk
> so NO_SHARED works proper
Author: bdrewery
Date: Tue Dec 1 17:38:52 2015
New Revision: 291600
URL: https://svnweb.freebsd.org/changeset/base/291600
Log:
Fix underlinking in lib80211 and define static dependencies in src.libnames.mk
so NO_SHARED works properly.
Reported by: Manfred Antar
Sponsored by: EMC / Is
Author: bdrewery
Date: Tue Dec 1 17:31:22 2015
New Revision: 291599
URL: https://svnweb.freebsd.org/changeset/base/291599
Log:
No trailing slash is needed here.
Modified:
head/lib/lib80211/Makefile
Modified: head/lib/lib80211/Makefile
Author: nwhitehorn
Date: Tue Dec 1 17:01:27 2015
New Revision: 291598
URL: https://svnweb.freebsd.org/changeset/base/291598
Log:
Allow loader to load 64-bit ELFv2 PowerPC kernels.
Modified:
head/sys/boot/ofw/libofw/ppc64_elf_freebsd.c
head/sys/boot/powerpc/kboot/ppc64_elf_freebsd.c
head/
Author: nwhitehorn
Date: Tue Dec 1 17:00:31 2015
New Revision: 291597
URL: https://svnweb.freebsd.org/changeset/base/291597
Log:
Missed header_supported call from r291020: make really, really sure the brand
likes the executable.
Modified:
head/sys/kern/imgact_elf.c
Modified: head/sys/kern
Author: trasz
Date: Tue Dec 1 16:42:39 2015
New Revision: 291596
URL: https://svnweb.freebsd.org/changeset/base/291596
Log:
Modify the rctl rc script to add multiple rules in a single run.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/etc/rc.d/rctl
Modifie
Author: allanjude
Date: Tue Dec 1 16:31:07 2015
New Revision: 291595
URL: https://svnweb.freebsd.org/changeset/base/291595
Log:
Some problems were introduced during the libxo-ification of vmstat, fix them
stop vmstat -i segfaulting
remove duplicate header from vmstat -i
do not pad the
-Original Message-
From: Hajimu UMEMOTO
Date: 2015-12-01, Tuesday at 08:26
To: Ravi Pokala
Cc: , ,
Subject: Re: svn commit: r291592 - head/usr.bin/netstat
>Hi,
>
>> On Tue, 01 Dec 2015 08:13:41 -0800
>> Ravi Pokala said:
>
>rpokala> The value returned by p_sockaddr("destinat
Hi,
> On Tue, 01 Dec 2015 08:13:41 -0800
> Ravi Pokala said:
rpokala> The value returned by p_sockaddr("destination", ...) is saved to
"protrusion", but it is never used before it is overwritten by the value
returned by p_sockaddr("gateway", ...). That doesn't seem right.
The protrusi
On 12/1/2015 8:14 AM, Konstantin Belousov wrote:
> On Tue, Dec 01, 2015 at 03:55:20PM +, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Tue Dec 1 15:55:20 2015
>> New Revision: 291591
>> URL: https://svnweb.freebsd.org/changeset/base/291591
>>
>> Log:
>> Fix removal of libelf.so.2 and add
Author: bdrewery
Date: Tue Dec 1 16:16:40 2015
New Revision: 291594
URL: https://svnweb.freebsd.org/changeset/base/291594
Log:
Correct r291591: Don't remove /usr/lib/libelf*, these are still installed.
Only the shared library moved to /lib.
X-MFC-With: r291566
Modified:
head/Obsolet
On Tue, Dec 01, 2015 at 03:55:20PM +, Bryan Drewery wrote:
> Author: bdrewery
> Date: Tue Dec 1 15:55:20 2015
> New Revision: 291591
> URL: https://svnweb.freebsd.org/changeset/base/291591
>
> Log:
> Fix removal of libelf.so.2 and add missing files for it.
>
> X-MFC-With: r291566
>
>
Hi ume,
The value returned by p_sockaddr("destination", ...) is saved to "protrusion",
but it is never used before it is overwritten by the value returned by
p_sockaddr("gateway", ...). That doesn't seem right.
Thanks,
Ravi (rpokala@)
-Original Message-
From: on behalf of Hajimu
Author: ume
Date: Tue Dec 1 16:04:50 2015
New Revision: 291592
URL: https://svnweb.freebsd.org/changeset/base/291592
Log:
At the time a destination or a gateway of `netstat -r'
protrudes its field, narrow the next field to raise
readability bit.
Modified:
head/usr.bin/netstat/route.c
Mo
Author: bdrewery
Date: Tue Dec 1 16:08:38 2015
New Revision: 291593
URL: https://svnweb.freebsd.org/changeset/base/291593
Log:
Correct r291566 for defining SHLIBDIR.
This must happen before including bsd.own.mk which sets the default to
/usr/lib.
X-MFC-With: r291566
Reported by:
On 12/1/2015 6:16 AM, Konstantin Belousov wrote:
> On Tue, Dec 01, 2015 at 06:09:22AM +, Garrett Cooper wrote:
>> Author: ngie
>> Date: Tue Dec 1 06:09:22 2015
>> New Revision: 291566
>> URL: https://svnweb.freebsd.org/changeset/base/291566
>>
>> Log:
>> Move libelf.so.2 from /usr/lib to /li
Author: arybchik
Date: Tue Dec 1 15:54:46 2015
New Revision: 291590
URL: https://svnweb.freebsd.org/changeset/base/291590
Log:
sfxge: retry VF vAdaptor allocation if it fails because of no EVB port yet
After an MC reboot, a VF driver may reset before the PF driver has
finished bringing e
Author: bdrewery
Date: Tue Dec 1 15:55:20 2015
New Revision: 291591
URL: https://svnweb.freebsd.org/changeset/base/291591
Log:
Fix removal of libelf.so.2 and add missing files for it.
X-MFC-With: r291566
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
Author: bdrewery
Date: Tue Dec 1 15:50:35 2015
New Revision: 291589
URL: https://svnweb.freebsd.org/changeset/base/291589
Log:
FAST_DEPEND: Actually use -MP from DEPEND_MP, completing r291554.
X-MFC-With: r291554
MFC after:1 week
Pointyhat to: bdrewery
Sponsored by: EMC / Isilo
Author: arybchik
Date: Tue Dec 1 15:38:39 2015
New Revision: 291588
URL: https://svnweb.freebsd.org/changeset/base/291588
Log:
sfxge: add function to query link control privilege
Make link control privilege visible to OS driver to guard updates to
flow control and PHY advertised capabili
Author: arybchik
Date: Tue Dec 1 15:32:37 2015
New Revision: 291587
URL: https://svnweb.freebsd.org/changeset/base/291587
Log:
sfxge: FPGA and FPGA backup (diagnostic) partitions added to hunt_parttbl
It allows manftest to program them.
Submitted by: Paul Fox
Sponsored by: Sola
Author: arybchik
Date: Tue Dec 1 15:29:51 2015
New Revision: 291586
URL: https://svnweb.freebsd.org/changeset/base/291586
Log:
sfxge: allow VFs to have locally administered MAC addresses
Submitted by: Mark Spender
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 day
Author: arybchik
Date: Tue Dec 1 15:26:46 2015
New Revision: 291585
URL: https://svnweb.freebsd.org/changeset/base/291585
Log:
sfxge: support MAC spoofing for 4.2.x firmare
Common code should infer other privileges from Admin privilege to
support firmware that pre-dates introduction of s
Author: arybchik
Date: Tue Dec 1 14:55:24 2015
New Revision: 291584
URL: https://svnweb.freebsd.org/changeset/base/291584
Log:
sfxge: parse packets for TSO early in if_transmit
Submitted by: Artem V. Andreev
Sponsored by: Solarflare Communications, Inc.
MFC after: 1 week
Di
On Tue, Dec 01, 2015 at 06:09:22AM +, Garrett Cooper wrote:
> Author: ngie
> Date: Tue Dec 1 06:09:22 2015
> New Revision: 291566
> URL: https://svnweb.freebsd.org/changeset/base/291566
>
> Log:
> Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406
>
> Tested wit
Author: trasz
Date: Tue Dec 1 14:02:14 2015
New Revision: 291583
URL: https://svnweb.freebsd.org/changeset/base/291583
Log:
Fix rctl rule filters - eg the 'rctl -r :' case.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/rctl/rctl.c
Modified: head/us
Author: des
Date: Tue Dec 1 13:20:21 2015
New Revision: 291582
URL: https://svnweb.freebsd.org/changeset/base/291582
Log:
Load our configuration before setting defaults, so local_unbound_workdir
actually has an effect.
PR: 204931
Submitted by: Eugene Grosbein
MFC after:
Author: andrew
Date: Tue Dec 1 12:37:04 2015
New Revision: 291581
URL: https://svnweb.freebsd.org/changeset/base/291581
Log:
Rework the exception entry/return functions to make them valid frames to be
unwound through. For this we need the frame pointer (x29) to point to the
location on the
Author: andrew
Date: Tue Dec 1 12:27:36 2015
New Revision: 291580
URL: https://svnweb.freebsd.org/changeset/base/291580
Log:
Rework the atomic code to reduce the repetition. This merges some of the
atomic functions where they are almost identical, or have acquire/release
semantics.
Whi
Author: ae
Date: Tue Dec 1 11:24:30 2015
New Revision: 291579
URL: https://svnweb.freebsd.org/changeset/base/291579
Log:
In the same way fix the problem described in r291578 for IGMPv3.
In case when router has a lot of multicast groups, the reply can take
several packets due to MTU limit
Author: ae
Date: Tue Dec 1 11:17:41 2015
New Revision: 291578
URL: https://svnweb.freebsd.org/changeset/base/291578
Log:
mld_v2_dispatch_general_query() is used by mld_fasttimo_vnet() to send
a reply to the MLDv2 General Query. In case when router has a lot of
multicast groups, the reply ca
On Tue, 1 Dec 2015 06:09:22 + (UTC)
Garrett Cooper wrote:
> Author: ngie
> Date: Tue Dec 1 06:09:22 2015
> New Revision: 291566
> URL: https://svnweb.freebsd.org/changeset/base/291566
>
> Log:
> Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after
> r291406
> Tested with
Author: andrew
Date: Tue Dec 1 09:52:41 2015
New Revision: 291577
URL: https://svnweb.freebsd.org/changeset/base/291577
Log:
Print useful information when we hit a data abort we can't handle. This
prints the trap frame, along with the exception syndrome and fault address
registers. Even tho
Author: kib
Date: Tue Dec 1 09:06:09 2015
New Revision: 291576
URL: https://svnweb.freebsd.org/changeset/base/291576
Log:
r221714 fixed the situation when the collapse scan improperly handled
invalid (busy) page supposedly inserted by the vm_fault(), in the
OBSC_COLLAPSE_NOWAIT case. As a
76 matches
Mail list logo