Re: base system multi-booting in MBR

2018-02-01 Thread Alexei Malinin
Very interesting. Thanks for the information. -- Alexei Malinin On 02/01/18 04:39, YASUOKA Masahiko wrote: > On Wed, 31 Jan 2018 17:05:57 -0500 > Bryan Steele wrote: >> On Wed, Jan 31, 2018 at 10:41:48PM +0100, Christian Weisgerber wrote: >>> Alexei Malinin: >&g

base system multi-booting in MBR

2018-01-31 Thread Alexei Malinin
Hello. If the base system supported multi-booting in MBR would the community be interested in it? -- Alexei Malinin

realpath additions

2016-03-21 Thread Alexei Malinin
Hello. I'm not sure but it seems to me that there are several missed things: - checking path against NULL, - setting errno to ENOMEM in case of malloc() failure, - clarification in comments. -- Alexei Malinin --- src/lib/libc/stdlib/realpath.c.orig Tue Oct 13 23:55:37 2015 +++ src/lib

Re: [PATCH] add F13-F24 and colour support to console terminfo

2015-11-09 Thread Alexei Malinin
and > unmaintained. It's not broken. It is stable :) I use it every day.I'm waiting for worldwide distribution of the pccon* terminfo entries :)) -- Alexei Malinin

change from vt220 to pccon0 for AMD/Intel consoles

2015-07-15 Thread Alexei Malinin
keys oftypical PC keyboard. History of pccon*: http://marc.info/?l=ncurses-bug&m=131825802104588&w=2 http://marc.info/?l=openbsd-misc&m=132125411729722&w=2 -- Alexei Malinin diff -dur src.orig/etc/etc.amd64/ttys src/etc/etc.amd64/ttys --- src.orig/etc/etc.amd64/ttys Wed Jan

Re: Cronyx Omega-PCI (8 port serial)

2012-08-17 Thread Alexei Malinin
COM_GET_MUL(pa->type); else sc->sc_frequency = COM_FREQ * (1 << PUC_COM_GET_POW2(pa->type)); +/* If this is a known card, provide the UART type. */ +if (PCI_VENDOR(?) == PCI_VENDOR_PLX && +PCI_PRODUCT(?) == PCI_PRODUCT_PLX_CRONYX_OMEGA)

puc.4 patch

2011-03-05 Thread alexei . malinin
Hello. Multiport serial adapter Cronyx Omega-PCI (based on EXAR ST16C654 chips, see http://www.cronyx.ru/hardware/ompci.html) is supported by OpenBSD since version 4.1 but in the manual (puc.4) there is no mention about this adapter. There is my patch below. -- Alexei Malinin --- src/share