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

mint-1.11h2



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

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

    pub/atari/Mint/Kernel/mint-1.11h1-1.11h2-diffs.gz
        Diffs against the kernel patched up to the last megapatch

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

    pub/atari/Mint/Kernel/mint-1.11beta1-1.11h2-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.11h1-1.11h2-diffs.gz
or
    send pub/atari/Mint/Kernel/mint-1.10-1.11h2-diffs.gz
or
    send pub/atari/Mint/Kernel/mint-1.11beta1-1.11h2-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: merging 1.11 with 1.10h9
Message-Id: <9408271800.AA00349@jelal.north.de>

biosfs.c:
        remove ineffective check bios_readb/writeb from bios_fscntl()

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

From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Subject: FCOOKIE_CACHE: serious problems with stale data
Message-Id: <9408300857.AA02171@issan.informatik.uni-dortmund.de>

mint.h:
        disable the file cookie cache due to problems with stale data

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

debug.c, mint.h, debug.h (new):
        optimize TRACE, TRACELOW & DEBUG by not actually calling
        Trace, Tracelow and Debug if the debug_level isn't high
        enough; this saves us preparing the stack with parameters that
        will probably never be used.  The new tests in the macros are
        somewhat redundant with the code in the real functions, but
        only if the debug_level is high enough (which means that we
        have enough cycles to waste, anyway).                     --hohmuth

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

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: Mint 1.11 beta: ikill()
Message-Id: <9408271346.AA00079@jelal.north.de>

genmagic.c, magic.i, syscall.spp:
        check sigs before returning from syscalls

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

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: Mint 1.11 beta: ikill()
Message-Id: <9408271346.AA00079@jelal.north.de>

proc.c: 
        check sigs before going to sleep.  this also makes sure a
        signal sent to curprocs pgroup gets handled first by curproc i.e. ^c a
        make job should leave behind no more SIGTTOU'd processes...

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

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: Mint 1.11 beta: ikill(), more diffs
Message-Id: <9409010231.AA00068@jelal.north.de>

dosmem.c signal.c syscall.spp:
        use systemcall pc instead of flag to detect return from signal handler

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

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: Mint 1.11 beta: ikill(), more diffs
Message-Id: <9409010231.AA00068@jelal.north.de>

dosmem.c, main.c, proc.c, rendez.c, signal.c, syscall.spp, timeout.c:
        reload sp from curproc->sysstack before calling sleep or check_sigs
        after unwound stack (p_sigreturn).  this may well be a reason for those
        GEM/update crashes...  and move/add some spl7() because interrupts can
        put a process on READY_Q anytime, and stay less time at ipl7 in sleep

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

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: Mint 1.11 beta: ikill(), more diffs
Message-Id: <9409010231.AA00068@jelal.north.de>

main.c:
        let AUX really work like Bconmap

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

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: Mint 1.11 beta: ikill(), more diffs
Message-Id: <9409010231.AA00068@jelal.north.de>

file.h, tty.c:
        ECHOCTL, default is still on...  and fix TS_COOKED after echo reads

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

From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Subject: MiNT 1.11 BETA: bug in pipefs/shmfs/procfs
Message-Id: <9409020823.AA19115@issan.informatik.uni-dortmund.de>

pipefs.c, procfs.c, shmfs.c:
        set owner of created files to euid instead of ruid for pipefs
        and shm

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

From: Juergen Lock <nox@jelal.north.de>
Subject: BIOSBUF problems, and another diff
Message-Id: <9409021716.AA00287@jelal.north.de>

tty.c:
        fix tty selects when another process sleeps in a VTIME read 
        (have to wake select_coll)

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

From: Torsten Scherer <itschere@techfak.uni-bielefeld.de>
Subject: Re: harddisc device drive
Message-Id: <9409040911.AB09605@pirol.techfak.uni-bielefeld.de>

biosfs.c, file.h:
        add member fmode to struct dev_descr: mode of to-be-installed device

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

From: Juergen Lock <nox@jelal.north.de>
Subject: Re: MiNT device drivers, first try at iwake(), and a 1-liner
Message-Id: <9409042220.AA00193@jelal.north.de>

file.h main.c proc.c proto.h:
        fix ctrl-alt-f6 output

        add new call iwake() to struct kerinfo

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

From: inf03@Uni-Trier.de (Sascha Blank)
Subject: Better personae management for MiNT 1.11beta
Message-Id: <9409051059.AA07720@Uni-Trier.De>

dos.c, dosmem.c, proc.h, proto.h:
        add saved uid/gid sets
        modify Psetuid() and Psetgid() accordingly
        add new system calls Psetreuid() and Psetregid()

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

From: Erling Henanger <erlingh@idt.unit.no>
Message-Id: <9409091357.AA22091@nova.pvv.unit.no>
Subject: Renaming read-only files 

dosdir.c:
        enable the super-user or the owner of a file to rename it - 
        even if it is write-protected.

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

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