doscmd

2001-03-25 Thread Igor Serikov
Hello, Does someone maintain/develop doscmd ? It looks like there were no more commits since 1999... Igor. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Midnight Commander

2004-09-28 Thread Igor Serikov
Hello, World! Can somebody explain me why Midnight Commander always says "cannot chdir to ..." whenever I do something on his right panel? When I switch pannels using Crtl+U command, the left panel gets into the same trouble. Igor. ___ [EMAIL PROTEC

FreeBSD 4.10 system stops responding

2004-09-29 Thread Igor Serikov
Hello, World! Opening a remote HTTP URL in raplayer (old a.out program) makes my FreeBSD 4.10-RELEASE box completely frozen. The system does not respond on PINGs. The same happens when I run raplayer in a remote X session. It looks like the trouble happens in the beginning of the prebuffering,

bios timecounter in doscmd

2001-08-12 Thread Igor Serikov
Hello, As I found, I have overlooked a routine updating bios 0x6c & 0x70 fields. It is in function video_update (module tty.c): *(u_long *)&BIOSDATA[0x6c] += 1;/* Timer ticks since midnight... */

rfork problem

2003-11-03 Thread Igor Serikov
Hello, Combining flags RFNOWAIT and RFPPWAIT in rfork(2) under 4.6-RELEASE makes the parent process sleeping on channel "ppwait" forever. Regards, Igor. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hacke

Re: rfork problem

2003-11-04 Thread Igor Serikov
se. As to RFNOWAIT, I believe that the correct behavior is to detach after leaving ppwait. David Schultz wrote: On Mon, Nov 03, 2003, Igor Serikov wrote: Hello, Combining flags RFNOWAIT and RFPPWAIT in rfork(2) under 4.6-RELEASE makes the parent process sleeping on channel "ppwait" forev