Re: Keyboard on laptop typing problem

2024-07-14 Thread Dmitry Salychev
Goran Mekić writes: > On 7/13/24 18:18, Chris wrote: >> On 2024-07-13 15:23, Goran Mekić wrote: >>> Hello, >>> >>> I have a laptop with a weird behaving keyboard. Under Linux >>> everything is fine, >>> but under FreeBSD it is out of sync. On single key stroke of letter >>> 'c' (just for >>> ex

Re: Tooling Integration and Developer Experience

2023-01-30 Thread Dmitry Salychev
that I've found to only match files that > match certain regexp. > > Warner > > On Mon, Jan 30, 2023 at 9:49 AM Dmitry Salychev wrote: > > Warner Losh writes: > > > On Mon, Jan 30, 2023 at 7:07 AM Dmitry Salychev wrote: > > > > Hi, > > >

Re: Tooling Integration and Developer Experience

2023-01-30 Thread Dmitry Salychev
Warner Losh writes: > On Mon, Jan 30, 2023 at 7:07 AM Dmitry Salychev wrote: > > Hi, > > Kurt Jaeger writes: > > > Hi, > > > >> > On 1/30/23 02:54, Julian H. Stacey wrote: > >> >The main idea: to prevent information fragment

Re: Tooling Integration and Developer Experience

2023-01-30 Thread Dmitry Salychev
that!), but from the newcomer's point of view, it's significantly easier to take care of those parts of code which he wrote or patched himself at least. As the FreeBSD project carries its legacy which is rather burden in this particular case, why not to prepare a plan of the small steps in order (a) to improve committer awarness of the changes in "their" code and (b) not to consume a lot of people's time? You can think about it as tweaking of the existing tools like Phabricator and Bugzilla instead of adopting new ones. -- Dmitry Salychev

Re: Tooling Integration and Developer Experience

2023-01-30 Thread Dmitry Salychev
Phab allows Dashboards, but no-one had the time to configure some > queries to provide relevant stats. I'd prefer to have an automatic note via email from Phabricator if any file with my copyright was modified/patched/improved in a newly opened review. I don't think that people tend to ignore changes to those parts of code they've written (or touched at least). -- Dmitry Salychev

Re: panic: data abort in critical section or under mutex (was: Re: panic: Unknown kernel exception 0 esr_el1 2000000 (on 14-CURRENT/aarch64 Feb 28))

2022-09-12 Thread Dmitry Salychev
f > db_trace_self_wrapper() at db_trace_self_wrapper+0x30 > vpanic() at vpanic+0x174 > panic() at panic+0x44 > _rm_rlock_debug() at _rm_rlock_debug+0x214 > sysctl_root_handler_locked() at sysctl_root_handler_locked+0x140 > sysctl_root() at sysctl_root+0x1ac > userland_sysctl() at userland_sysctl+0x140 > sys___sysctl() at sys___sysctl+0x68 > do_el0_sync() at do_el0_sync+0x520 > handle_el0_sync() at handle_el0_sync+0x40 > --- exception, esr 0x5600 > KDB: enter: panic > [ thread pid 869 tid 100091 ] > Stopped at kdb_enter+0x44: undefined f902011f > > > I tried typing bt at the debugger prompt but got no more output. > > I've put the buildworld log file at > http://www.zefox.net/~fbsd/rpi3/crashes/20220307/ > > Hope this is of some use > > bob prohaska -- Dmitry Salychev

Re: FreeBSD Quarterly Status Report First Quarter 2022

2022-06-11 Thread Dmitry Salychev
> > On Saturday, June 11th, 2022 at 21:04, Dmitry Salychev d...@mcusim.org > > wrote: > > > > > > > > > Hi, > > > > > > So, you didn't like initial DPAA2 support :( > > > > > > Of course we like it, but unfortunately,

Re: FreeBSD Quarterly Status Report First Quarter 2022

2022-06-11 Thread Dmitry Salychev
Hi, So, you didn't like initial DPAA2 support :( Regards, Dmitry On Sat, Jun 11, 2022 at 06:01:17PM +, Lorenzo Salvadore wrote: > FreeBSD Quarterly Status Report First Quarter 2022 > > As things are yet again settling into a new normal, it’s once again time for a > status report for the Fre

Re: Arduino IDF -> make/automake based environment

2021-12-19 Thread Dmitry Salychev via freebsd-embedded
Hi Oliver, I'm working on this small [1] project using FreeBSD only. Software part is based on FreeRTOS v10.2.1. You can also find some pieces of the development history on hackaday [2]. Regards, Dmitry [1] https://github.com/mcusim/Xling [2] https://hackaday.io/project/165726-xling > Hello out