[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mint-1.11h3
I've put up a new re-sync patch...
Not that I particularly feel like I'd have to apologize for the long
delay since the previous megapatch (2 months) ;-), but I'm still sorry
that it took so long.  Now that things have settled down a bit here, I
hope to be able to realize a more regular release schedule.
Please note that I didn't have the time to actually try 1.11h3 on my
machine.  I just made sure that it compiles properly. :-)
Now available via ftp from ftp.inf.tu-dresden.de:
    pub/atari/Mint/Kernel/mint-1.11h2-1.11h3-diffs.gz
        Diffs against the kernel patched up to the last megapatch
    pub/atari/Mint/Kernel/mint-1.10-1.11h3-diffs.gz
        Diffs against the virgin 1.10 kernel.
    pub/atari/Mint/Kernel/mint-1.11beta1-1.11h3-diffs.gz
        Diffs against a virgin 1.11-BETA1 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.11h2-1.11h3-diffs.gz
or
    send pub/atari/Mint/Kernel/mint-1.10-1.11h3-diffs.gz
or
    send pub/atari/Mint/Kernel/mint-1.11beta1-1.11h3-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: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Message-Id: <9409150836.AA23173@issan.informatik.uni-dortmund.de>
Subject: Re: Talarm() problem
timeout.c: 
        add a timeout for expired timeouts, i.e. if a timout
        structure is on the expire_list for more than 2 seconds it is
        disposed automagically.
**************************************
From: Juergen Lock <nox@jelal.north.de>
Message-Id: <9409211624.AA00078@jelal.north.de>
Subject: xdd fix (was: MiNT 1.11H2)
filesys.c:
        fix for the "can't boot MiNT with the floppy device ps0.xdd"
        problem
**************************************
From: Juergen Lock <nox@jelal.north.de>
Message-Id: <9410031757.AA00917@jelal.north.de>
Subject: Re: modm0dev and stty/mintnet
dosfile.c:
        fix "tty doesn't hang up if reopened by more than one process"
        problem
**************************************
From: itschere@techfak.uni-bielefeld.de
Message-Id: <9410211344.AA01873@gimpel.techfak.uni-bielefeld.de>
Subject: Pseteuid/Psetegid errors in 1.11h2
dos.c:
        Pseteuid()/Psetegid() should return the new id if successful,
        for backward compatibility with older MiNT version
**************************************
From: kuehn@GOEDEL.UNI-MUENSTER.DE
Message-Id: <9411021014.AA21565@math.uni-muenster.de>
Subject: Sync() and Shutdown() system call
debug.c, dos.c, file.h, filesys.c, main.c, makefile, proto.h:
        add new system calls Sync()/Shutdown()
        the FILESYS structure had to be extended by a function which
                does the sync
        spawn off a system update daemon, whose update time can be set
                in mint.cnf
**************************************
From: Ulrich Kuehn <kuehn@GOEDEL.UNI-MUENSTER.DE>
Message-Id: <9411041031.AA13706@math.uni-muenster.de>
Subject: Re: Sync() and Shutdown system calls
update.c:
        new source file, contains update daemon
**************************************
From: Julian Reschke <reschke@GOEDEL.UNI-MUENSTER.DE>
Message-Id: <9411080704.AA03934@math.uni-muenster.de>
Subject: PureC changes
bios.c, biosfs.c, dosfile.c, magic.i, proc.c, tosfs.c, xbios.c:
        cleanup patches for Pure C
**************************************
inline.h:
        fix typo in callout2() macro definition                   --hohmuth
**************************************
From: Julian Reschke <reschke@GOEDEL.UNI-MUENSTER.DE>
Message-Id: <9411121007.AA22378@math.uni-muenster.de>
Subject: Dread/writelaebel
dos.c, dosdir.c, procfs.c, proto.h, syscall.spp, purec/osbind.h:
        add new system calls Dreadlabel()/Dwritelabel()
**************************************
README.1ST, version.h: update.  --hohmuth