Hi,

I found some inconveniences during working with dosemu and I made some
corrections:


dosemu-0.98.1.dirmask.patch.gz: 
    When we work in a group, we use common directories and these directories
    must be group-writeable. In dosemu the mask of mkdir is 0755 instead of
    0777, so the created directories has only read group-permission.
    This patch changes the mask to 0777. (umask will be applied on it when the
    directory is created.)

dosemu-0.98.1.share.patch.gz: 
    In Linux, read lock cannot be put onto a write-only opened file. (I came
    up against from this problem.)
    This patch changes the lock type to F_WRLOCK if the file is opened for
    write-only.

dosemu-0.98.1.latin_to_dos.patch.gz: 
    I had some problems with typing accentuated letters (especially hungarian
    letters) and I made a patch for latin_to_dos mapping.
    This patch makes many accentuated letters available from keyboard.
    The most changes are make by changing 0 to a valuable code, so the patch
    shouldn't take effect on the original conversion.
    
I tested these patches on Debian 2.0, kernel 2.0.34, libc6.

Levente

----------------------------------
E-Mail: Levente Csiszar <[EMAIL PROTECTED]>
This message was sent by XFMail
----------------------------------

dosemu-0.98.1.dirmask.patch.gz

dosemu-0.98.1.share.patch.gz

dosemu-0.98.1.latin_to_dos.patch.gz

Reply via email to