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

mint-1.10h7



I've put up a seventh re-sync patch...

It contains the latest patches from Juergen, Torsten and entropy.

*** PLEASE NOTE -- This time, the ftp directory below has changed
*** because the machine with the disk containing the local Atari
*** archive is currently unavailable.

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

    pub/incoming/atari/Mint/Kernel/mint-1.10h6-1.10h7-diffs.gz
NOTE--> ^^^^^^^^^
        Diffs against the kernel patched with the first six patches.

    pub/incoming/atari/Mint/Kernel/mint-1.10-1.10h7-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/incoming/atari/Mint/Kernel/mint-1.10h6-1.10h7-diffs.gz
             ^^^^^^^^^
or
    send pub/incoming/atari/Mint/Kernel/mint-1.10-1.10h7-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: Juergen Lock <nox@jelal.north.de>
Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
Message-Id: <9407172345.AA00280@jelal.north.de>

bios.c,xbios.c: fix range checks, eliminate some dead code...

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

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
Message-Id: <9407172345.AA00280@jelal.north.de>

bios.c,biosfs.c,file.h,mint.h,proto.h,quickmov.spp,sproto.h
tty.c,types.h,xbios.c:
        add shortcuts for fast RAW tty IO in the DEVDRV
        make memcpy an extended quickmove
        add an XDEF'd _bcopy as a hint for gcc

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

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
Message-Id: <9407202224.AA00282@jelal.north.de>

quickmov.spp: remove XDEF's for _bcopy.  This will waste some memory with
        two functions that do the same, but gcc's linker need this.

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

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
Message-Id: <9407172345.AA00280@jelal.north.de>

biosfs.c,pipefs.c,tty.c:
        add readb+writeb for ptys (for the slave->master pipe),
        use memcpy for all pipes
        really buffer 4K not 4K - 1 byte so the copies are aligned more often

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

From: Torsten Scherer <itschere@techfak.uni-bielefeld.de>
Subject: supplementary group id's patch
Message-Id: <9407181625.AA25307@pirol.techfak.uni-bielefeld.de>

dos.c, filesys.c, proc.h, proto.h:
        completed calls for functionality of supplementary group id's
        (Pgetgroups() and Psetgroups())

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

From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>
Subject: INIT: PID 1
Message-Id: <199407201055.GAA19275@terminator.rs.itd.umich.edu>

main.c, proto.h, util.c:
        set it up so that the INIT process always has PID 1 even if it
        isn't the first thing to run

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

README.1ST: update.  --hohmuth