]> git.neil.brown.name Git - history.git/commit
[PATCH] Linux-0.99.9 (April 23, 1993) 0.99.9
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)
commit3579bc6f7292b92352f3240ab73bce91815898ed
treeed386866e3cd3430436fdefbeed41dd4417eadb6
parenta2858ced05ba4c6d52f2374070f44473d7729687
[PATCH] Linux-0.99.9 (April 23, 1993)

Bill's math emulator now passes paranoia.

Last argument to ioctl is "long".

sys_clone() appears.

[original announcement below]

The latest kernel release is 0.99.9, and can be found on nic.funet.fi:
pub/OS/Linux/PEOPLE/Linus, both as patches relative to pl8 and as full
sources.  The only major new feature is that the ST-0x driver has
finally been updated to the scatter-gather code: ST-0x users should with
luck get about 5 times the performance on disk-operations..  Seagate
code written by Drew Eckhardt.

0.99.9 also fixes:
- the FPU-emulator should now handle all rounding-modes correctly, and
  pass all the paranoia package tests.  Patches by Bill Metzenthen.
- bootup enhancements by Chrisoph Niemann (but the SVGA mode numbers
  have changed, so you may have to edit your lilo configuration file
  and/or the main Makefile to get the mode you normally want)
- ext2fs updated to the very latest release.  Code by Remy Card and
  Stephen Tweedie.
- various minor patches, some of them cosmetic, some of them fixes to
  smaller bugs..  Thanks to everybody who sent them in (even though not
  all made it)

It might be a good idea to test it all out,

            Linus
104 files changed:
Makefile
boot/setup.S
fs/ext2/Makefile
fs/ext2/acl.c [new file with mode: 0644]
fs/ext2/balloc.c
fs/ext2/bitmap.c
fs/ext2/dir.c
fs/ext2/file.c
fs/ext2/ialloc.c
fs/ext2/inode.c
fs/ext2/ioctl.c [new file with mode: 0644]
fs/ext2/namei.c
fs/ext2/symlink.c
fs/file_table.c
fs/isofs/util.c
fs/namei.c
fs/nfs/dir.c
fs/open.c
fs/pipe.c
fs/select.c
fs/super.c
include/asm/bitops.h
include/asm/dma.h
include/asm/segment.h
include/linux/ext2_fs.h
include/linux/ext2_fs_i.h
include/linux/fs.h
include/linux/keyboard.h
include/linux/mm.h
include/linux/sched.h
include/linux/sys.h
include/linux/tty.h
include/linux/unistd.h
include/linux/xd.h
init/main.c
kernel/FPU-emu/Makefile
kernel/FPU-emu/README
kernel/FPU-emu/control_w.h
kernel/FPU-emu/fpu_arith.c
kernel/FPU-emu/fpu_emu.h
kernel/FPU-emu/fpu_entry.c
kernel/FPU-emu/fpu_proto.h
kernel/FPU-emu/fpu_trig.c
kernel/FPU-emu/poly_atan.c
kernel/FPU-emu/poly_l2.c
kernel/FPU-emu/poly_sin.c
kernel/FPU-emu/poly_tan.c
kernel/FPU-emu/polynomial.S
kernel/FPU-emu/precision.c [deleted file]
kernel/FPU-emu/reg_add_sub.c
kernel/FPU-emu/reg_constant.c
kernel/FPU-emu/reg_div.S
kernel/FPU-emu/reg_ld_str.c
kernel/FPU-emu/reg_mul.c
kernel/FPU-emu/reg_round.S [new file with mode: 0644]
kernel/FPU-emu/reg_u_add.S
kernel/FPU-emu/reg_u_div.S
kernel/FPU-emu/reg_u_mul.S
kernel/FPU-emu/reg_u_sub.S
kernel/FPU-emu/version.h
kernel/FPU-emu/wm_sqrt.S
kernel/blk_drv/floppy.c
kernel/blk_drv/hd.c
kernel/blk_drv/scsi/aha1542.c
kernel/blk_drv/scsi/scsi.c
kernel/blk_drv/scsi/scsi.h
kernel/blk_drv/scsi/scsi_ioctl.c
kernel/blk_drv/scsi/sd.c
kernel/blk_drv/scsi/sd_ioctl.c
kernel/blk_drv/scsi/seagate.c
kernel/blk_drv/scsi/seagate.h
kernel/blk_drv/scsi/sr.c
kernel/blk_drv/scsi/sr_ioctl.c
kernel/blk_drv/scsi/st.c
kernel/blk_drv/scsi/ultrastor.c
kernel/blk_drv/scsi/wd7000.c
kernel/blk_drv/xd.c
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/chr_drv/tty_ioctl.c
kernel/chr_drv/vt.c
kernel/exit.c
kernel/fork.c
kernel/printk.c
kernel/sched.c
kernel/signal.c
kernel/sys.c
kernel/sys_call.S
mm/memory.c
mm/swap.c
net/socket.c
net/tcp/packet.c
net/tcp/udp.c
net/tcp/we.c
net/unix.c
zBoot/Makefile
zBoot/inflate.c
zBoot/misc.c
zBoot/piggyback.c
zBoot/unzip.c
zBoot/xtract.c