Author: kevans
Date: Sat Nov 2 04:01:39 2019
New Revision: 354247
URL: https://svnweb.freebsd.org/changeset/base/354247
Log:
lualoader: rewrite try_include using lfs + dofile
Actual modules get require()'d in, rather than try_include(). All instances
of try_include should be provided wit
Author: kevans
Date: Sat Nov 2 03:41:30 2019
New Revision: 354246
URL: https://svnweb.freebsd.org/changeset/base/354246
Log:
liblua: add loader.lua_path
As described previously, loader.lua_path is absolute path where scripts are
installed. A future commit will use this to build paths for
Author: kevans
Date: Sat Nov 2 03:37:58 2019
New Revision: 354245
URL: https://svnweb.freebsd.org/changeset/base/354245
Log:
stand: consolidate knowledge of lua path
Multiple places coordinate to 'know' where lua scripts are installed. Knock
this down to being formally defined (and overr
Author: glebius
Date: Sat Nov 2 03:09:17 2019
New Revision: 354244
URL: https://svnweb.freebsd.org/changeset/base/354244
Log:
Fix regression from r353026. Pointer was increased instead of value
pointed to.
PR: 241646
Submitted by: Aleksandr Fedorov
Modified:
head/sys/net
Author: jhibbits
Date: Sat Nov 2 02:24:53 2019
New Revision: 354243
URL: https://svnweb.freebsd.org/changeset/base/354243
Log:
powerpc/mpc85xx: Set description for the MPC85xx RC bridge
Modified:
head/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c
Modified: head/sys/powerpc/mpc85xx/pci_mpc85xx_pcib
Author: imp
Date: Sat Nov 2 02:05:09 2019
New Revision: 354242
URL: https://svnweb.freebsd.org/changeset/base/354242
Log:
Make valdiate_rx_req_id static inline because it uses other static
inline functions. gcc complains about this, most likely due to
the subtle differences between inline a
Author: mav
Date: Fri Nov 1 22:49:44 2019
New Revision: 354241
URL: https://svnweb.freebsd.org/changeset/base/354241
Log:
Some more taskqueue optimizations.
- Optimize enqueue for two task priority values by adding new tq_hint
field, pointing to the last task inserted into the middle of
Author: imp
Date: Fri Nov 1 21:26:43 2019
New Revision: 354240
URL: https://svnweb.freebsd.org/changeset/base/354240
Log:
We don't support configuring serial PCI cards in EFI. Make this clearer in the
source rather than obfuscaring it behind NO_PCI (nothing else declares that,
so it's not m
The first part (cam_sim_alloc -> cam_sim_alloc_dev) is necessary to
properly fill cam_sim structure so that sdiob(4) can attach to the SDIO
card. See https://svnweb.freebsd.org/base?view=revision&revision=r348800 for
the details.
The second part (new DEVMETHOD) is needed because now MMC adapter bec
The kernel parts were fixed by r354213 and r354214.
I've used old kgdb to test remote debugging through serial only, not for
inspecting crash dumps.
On Fri, Nov 1, 2019 at 4:34 PM John Baldwin wrote:
> On 11/1/19 12:26 PM, luporl wrote:
> > Well, after evaluating remote kernel debugging through
On 11/1/19 12:26 PM, luporl wrote:
> Well, after evaluating remote kernel debugging through serial port, on
> amd64, I've run into several issues while using latest ports gdb/kgdb.
> I don't remember all of them, but were things like step/next not always
> working, connection being lost, and simila
Well, after evaluating remote kernel debugging through serial port, on
amd64, I've run into several issues while using latest ports gdb/kgdb.
I don't remember all of them, but were things like step/next not always
working, connection being lost, and similar things.
OTOH, /usr/libexec/kgdb worked fi
On 11/1/19 4:28 AM, Leandro Lupori wrote:
> Author: luporl
> Date: Fri Nov 1 11:28:43 2019
> New Revision: 354239
> URL: https://svnweb.freebsd.org/changeset/base/354239
>
> Log:
> [PPC64] Fix GDB sigtramp detection
>
> Current implementation of ppcfbsd_pc_in_sigtramp() seems to take only
Author: luporl
Date: Fri Nov 1 11:28:43 2019
New Revision: 354239
URL: https://svnweb.freebsd.org/changeset/base/354239
Log:
[PPC64] Fix GDB sigtramp detection
Current implementation of ppcfbsd_pc_in_sigtramp() seems to take only 32-bit
PowerPC in account, as on 64-bit PowerPC most kerne
Author: lwhsu
Date: Fri Nov 1 09:16:58 2019
New Revision: 354238
URL: https://svnweb.freebsd.org/changeset/base/354238
Log:
Temporarily skip lib.libexecinfo.backtrace_test.backtrace_fmt_basic on i386
PR: 241562
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib/netb
15 matches
Mail list logo