svn commit: r354247 - head/stand/lua

2019-11-01 Thread Kyle Evans
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

svn commit: r354246 - head/stand/liblua

2019-11-01 Thread Kyle Evans
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

svn commit: r354245 - in head/stand: . common liblua lua

2019-11-01 Thread Kyle Evans
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

svn commit: r354244 - head/sys/netgraph

2019-11-01 Thread Gleb Smirnoff
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

svn commit: r354243 - head/sys/powerpc/mpc85xx

2019-11-01 Thread Justin Hibbits
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

svn commit: r354242 - head/sys/dev/ena

2019-11-01 Thread Warner Losh
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

svn commit: r354241 - head/sys/kern

2019-11-01 Thread Alexander Motin
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

svn commit: r354240 - in head/stand: efi/loader i386/libi386

2019-11-01 Thread Warner Losh
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

Re: svn commit: r354206 - head/sys/arm/allwinner

2019-11-01 Thread Ilya Bakulin
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

Re: svn commit: r354239 - head/contrib/gdb/gdb

2019-11-01 Thread luporl
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

Re: svn commit: r354239 - head/contrib/gdb/gdb

2019-11-01 Thread John Baldwin
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

Re: svn commit: r354239 - head/contrib/gdb/gdb

2019-11-01 Thread luporl
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

Re: svn commit: r354239 - head/contrib/gdb/gdb

2019-11-01 Thread John Baldwin
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

svn commit: r354239 - head/contrib/gdb/gdb

2019-11-01 Thread Leandro Lupori
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

svn commit: r354238 - head/contrib/netbsd-tests/lib/libexecinfo

2019-11-01 Thread Li-Wen Hsu
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