[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mint-1.10h8



I've put up an eigth re-sync patch...

*** PLEASE NOTE:  Wrt the ftp server, everything is back to normal,
*** i.e. the patches are at the usual places again.

Now available via ftp from ftp.inf.tu-dresden.de:

    pub/atari/Mint/Kernel/mint-1.10h7-1.10h8-diffs.gz
        Diffs against the kernel patched with the first seven patches.

    pub/atari/Mint/Kernel/mint-1.10-1.10h8-diffs.gz
        Diffs against the virgin kernel.

You can also get this via email by sending a message to
ftpmail@ftp.inf.tu-dresden.de containing this text in the message body:

    send pub/atari/Mint/Kernel/mint-1.10h7-1.10h8-diffs.gz
or
    send pub/atari/Mint/Kernel/mint-1.10-1.10h8-diffs.gz

After my .sig are the last few commit messages.

Bye,
Michael
-- 
Email: hohmuth@inf.tu-dresden.de
WWW:   http://www.inf.tu-dresden.de/~mh1/

**************************************

From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>
Subject: Tsetitimer()
Message-Id: <199407222124.RAA13226@terminator.rs.itd.umich.edu>

dos.c, proc.c, proc.h, proto.h:
        Here's an implementation of Tsetitimer(), providing interval timers
        like the BSD setitimer()/getitimer() system calls.

**************************************

From: Howard Chu <hyc@hanauma.jpl.nasa.gov>
Subject: Psigintr, sorry for the delay
Message-Id: <9407222236.AA03041@hanauma>

dos.c, dosmem.c, dossig.c, intr.spp, proto.h:
        add new system call Psigintr()

**************************************

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: Rsconf problems under MiNT 1.10h6
Message-Id: <9407222014.AA00271@jelal.north.de>

biosfs.c, proc.c, xbios.c:
        init_xbios gets called pretty late (after biosfs_init), move some
        initialisation code...

**************************************

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: Rsconf problems under MiNT 1.10h6
Message-Id: <9407222014.AA00271@jelal.north.de>

quickmov.spp:
        default no XDEF _bcopy, for gcc 2.3.3 you can -DXDEF_BCOPY
        (and save 1 more word)

**************************************

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: Rsconf problems under MiNT 1.10h6
Message-Id: <9407222014.AA00271@jelal.north.de>

bios.c, biosfs.c:
        TOS 1.(0)2 had xcon* already...  (or was it too buggy? :)
        so use it

**************************************

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: Rsconf problems under MiNT 1.10h6
Message-Id: <9407222014.AA00271@jelal.north.de>

biosfs.c, pipefs.c, tty.c:
fix ^S on ptys, allow sleeping for TS_HOLD (only on devices that have
writeb for compatibility with older ones so it currently only works on
ptys), and some more things like pty master read end looks at TS_HOLD too
to reduce delay.  devices that have writeb are now notified when TS_HOLD
changes (ioctl TIOCSTART/STOP) but they still don't need to wake writers
themselves unless they change TS_HOLD themselves.

**************************************

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: Rsconf problems under MiNT 1.10h6
Message-Id: <9407222014.AA00271@jelal.north.de>

proc.c:
        that silly ENOMEM-because-process-did-not-Mshrink-yet
        `feature' again...  will this be finally enough so i don't see
        it again? :)
        [ increase time slice for newly started processes by TIME_SLICE ]

**************************************

From: Robert Krenn <d93rkr@tex13.hfb.se>
Subject: [PATCH] Wich patchlevel?! 
Message-Id: <Pine.3.89.9407281343.A27280-0100000@tex13>

main.c, version.h:
    This little patch fixes the anoying version problem!?
    It simply shows the megapatch level in the welcome message of MiNT!

**************************************

From: Julian_Reschke@ms.maus.de (Julian Reschke)
Subject: Patches
Message-Id: <P10833@MS.maus.de>

bios.c, biosfs.c, filesys.c, main.c, mem.c, pipefs.c, proc.c, proto.h, 
quickmov.spp, tty.c:
        make Pure C happy again

**************************************

intr.spp:
        fix typo in Howard's last patch:  "asmtrans -gas" doesn't grok
        "($59e.w)", so change that to "($59e).w".  --hohmuth

**************************************

README.1ST, version.h: update.  --hohmuth