Re: kernel panic

2014-08-05 Thread Roberto E. Vargas Caballero
> umct(4) has a broken descriptor and its bulk in endpoint is reported as > interrupt in. Diff below changes the check to be less strict and avoid > such panic. Can you confirm it? After applying your patch the system boots without problems. Regards, -- Roberto E. Vargas Caballero

kernel panic

2014-08-04 Thread Roberto E. Vargas Caballero
another usb-rs232 and system boots without problems. I also have added these lines in my /etc/ttys: ttyU0 "/usr/libexec/getty std.115200" vt520 on secure local rtscts ttyU1 "/usr/libexec/getty std.115200" vt520 on secure local rtscts Regards, -- Roberto E. Vargas Cabal

Re: {r,s}mkx entries in terminfo db missing

2014-03-25 Thread Roberto E. Vargas Caballero
er system where the definition of st-git is not present. Maybe the best solution can be update the definition of st in OpenBSD. Regards, -- Roberto E. Vargas Caballero

comsat: Add support for mails in no default mailbox

2014-02-02 Thread Roberto E. Vargas Caballero
procmail can send notifications to comsat using an extended format: $LOGNAME@offset_of_message_in_mailbox:absolute_path_to_mailbox The modifications are similar to the modifications freebsd did long time ago. -- Roberto E. Vargas Caballero Index: comsat.8

Re: [patch] start adding support for compcert compiler

2013-11-24 Thread Roberto E. Vargas Caballero
in the conditional, and you will have the _Bool type in others compilers and not only in whose who are in the list (of course in these last you can have _Bool even if you are not in C99 mode). Regards, -- Roberto E. Vargas Caballero