Re: Mention _XOPEN_SOURCE_EXTENDED in curs_addwstr.3

2022-09-09 Thread Anders Andersson
On Wed, Sep 7, 2022 at 9:02 PM Grigory Kirillov wrote: > > Recently one OpenBSD user of little project of mine got caught up in > a problem - they couldn't compile it from source because wide character > functions of the ncurses library weren't declared. After a long > investigation I finally

Is boot freeze timer change related?

2022-09-09 Thread Avon Robertson
Two weeks ago I introduced another desktop machine to my home networks. All parts in the machine are new parts except for the 2700X CPU. Once it decides to fully boot, it runs without any apparent faults. To fully boot successfully usually requires the machine to be powered down or reset many

Re: whither struct __kvm?

2022-09-09 Thread Theo de Raadt
>The first declaration in is: > > typedef struct __kvm kvm_t; > >and yet 'grep -r __kvm /usr/include /sys' returns only the above >line. What am I missing? Uhm ./bin/ps/nlist.c:extern kvm_t *kd; ./bin/ps/print.c:extern kvm_t *kd; ./bin/ps/ps.c:kvm_t *kd; etc etc etc etc It is the published

whither struct __kvm?

2022-09-09 Thread Lyndon Nerenberg (VE7TFX/VE6BBM)
The first declaration in is: typedef struct __kvm kvm_t; and yet 'grep -r __kvm /usr/include /sys' returns only the above line. What am I missing? --lyndon