]> git.neil.brown.name Git - history.git/commit
[PATCH] Linux-0.99.7A (March 21, 1993) 0.99.7A
authorLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:09:10 +0000 (15:09 -0500)
committerLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:09:10 +0000 (15:09 -0500)
commit5b726c10804becfa0d91d627f7532f6ca35c0d22
treed847003bff34301292b6a303fb860e31ea178530
parentf65d0bc9c2463a61d13856e722de507b659c7c14
[PATCH] Linux-0.99.7A (March 21, 1993)

More net-1 work. It's endless.

XT harddisk support by Pat Mackinlay.

sys_fsync() and SysV IPC code sys_ipc() stubs appear.

[original announcement below]

I don't generally announce ALPHA-diffs to quite this large an audience,
but I'll be partying^H^H^H^H^H^H^H^Hunavailable for the rest of the
week, and it's unlikely that I will be able to check mails or the
newsgroups until the start of April.  As a result, I'm putting up my
latest kernel version for ftp as it fixes some things in 0.99.7.

The ALPHA-diffs can be found on nic.funet.fi: in the directory
pub/OS/Linux/PEOPLE/Linus.  If you dislike patching, you can get the
full sources in "linux-0.99.7A.tar.z", or just get the diff file
"ALPHA-diff.z".

Changes in this release:
- the new kernel now detects the lock-up condition at startup if you
  have a faulty 386/387 coupling, and will use software floating point
  in that case.
- the Xia filesystem is updated to the latest version
- the DOS filesystem is updated to the latest version
- the XT disk driver is included: I haven't been able to test it, but
  at least it won't bother anybody if you don't configure it in..
- the latest serial diffs are in
- minor ultrastor fixes
- some changes to the keyboard and line printer drivers: I hope the
  keyboard lockups that some people have reported would be gone with
  this release.
- some fixes to arp.c

I'll be interested in success/failure reports, although I won't be able
to answer them for some time (and I might miss some of the posts on
c.o.l).

            Linus
54 files changed:
Makefile
config.in
fs/buffer.c
fs/exec.c
fs/ext/symlink.c
fs/minix/namei.c
fs/msdos/dir.c
fs/msdos/fat.c
fs/msdos/file.c
fs/msdos/inode.c
fs/msdos/misc.c
fs/msdos/namei.c
fs/xiafs/bitmap.c
fs/xiafs/dir.c
fs/xiafs/file.c
fs/xiafs/inode.c
fs/xiafs/namei.c
fs/xiafs/symlink.c
fs/xiafs/truncate.c
fs/xiafs/xiafs_mac.h
include/linux/mm.h
include/linux/msdos_fs.h
include/linux/msdos_fs_i.h
include/linux/msdos_fs_sb.h
include/linux/sched.h
include/linux/sys.h
include/linux/timer.h
include/linux/tty.h
include/linux/xd.h [new file with mode: 0644]
init/main.c
kernel/blk_drv/Makefile
kernel/blk_drv/blk.h
kernel/blk_drv/ll_rw_blk.c
kernel/blk_drv/scsi/ultrastor.c
kernel/blk_drv/xd.c [new file with mode: 0644]
kernel/chr_drv/console.c
kernel/chr_drv/keyboard.c
kernel/chr_drv/lp.c
kernel/chr_drv/serial.c
kernel/chr_drv/tty_io.c
kernel/exit.c
kernel/fork.c
kernel/irq.c
kernel/printk.c
kernel/sched.c
kernel/signal.c
kernel/sys.c
kernel/sys_call.S
mm/memory.c
mm/swap.c
net/tcp/arp.c
net/tcp/ip.c
net/tcp/ip.h
tools/build.c