搜尋介面
ftp.ntu.edu.tw: /pub/linux/kernel/Historic/old-versions/

類型檔案名稱大小日期敘述
回上一層目錄
hand.right.gif README2.33K1992-04-06
text.gif RELNOTES-0.0110.56K1993-06-23
text.gif RELNOTES-0.127.59K1993-06-23
text.gif RELNOTES-0.9510.44K1993-06-23
text.gif RELNOTES-0.95a6.11K1993-06-23
text.gif RELNOTES-0.973.29K1993-06-23
folder.gif impure-2003-03-21
tar.gif linux-0.11.tar.bz278K1994-12-04
text.gif linux-0.11.tar.bz2.sign2481994-12-04
tar.gif linux-0.11.tar.gz93.35K1994-12-04
text.gif linux-0.11.tar.gz.sign2481994-12-04
text.gif linux-0.11.tar.sign2481994-12-04
tar.gif linux-0.12.tar.bz2106.13K1994-12-04
text.gif linux-0.12.tar.bz2.sign2481994-12-04
tar.gif linux-0.12.tar.gz129.28K1994-12-04
text.gif linux-0.12.tar.gz.sign2481994-12-04
text.gif linux-0.12.tar.sign2481994-12-04
tar.gif linux-0.95.tar.bz2113.33K1992-03-08
text.gif linux-0.95.tar.bz2.sign2481992-03-08
tar.gif linux-0.95.tar.gz137.77K1992-03-08
text.gif linux-0.95.tar.gz.sign2481992-03-08
text.gif linux-0.95.tar.sign2481992-03-08
tar.gif linux-0.95a.tar.bz2116.43K1992-03-24
text.gif linux-0.95a.tar.bz2.sign2481992-03-24
tar.gif linux-0.95a.tar.gz141.06K1992-03-24
text.gif linux-0.95a.tar.gz.sign2481992-03-24
text.gif linux-0.95a.tar.sign2481992-03-24
compressed.gif linux-0.96a.patch2.bz216.58K1992-07-15
text.gif linux-0.96a.patch2.bz2.sign2481992-07-15
compressed.gif linux-0.96a.patch2.gz17.35K1992-07-15
text.gif linux-0.96a.patch2.gz.sign2481992-07-15
text.gif linux-0.96a.patch2.sign2481992-07-15
compressed.gif linux-0.96a.patch3.bz29.66K1992-07-15
text.gif linux-0.96a.patch3.bz2.sign2481992-07-15
compressed.gif linux-0.96a.patch3.gz9.72K1992-07-15
text.gif linux-0.96a.patch3.gz.sign2481992-07-15
text.gif linux-0.96a.patch3.sign2481992-07-15
compressed.gif linux-0.96a.patch4.bz210.59K1992-07-15
text.gif linux-0.96a.patch4.bz2.sign2481992-07-15
compressed.gif linux-0.96a.patch4.gz11.11K1992-07-15
text.gif linux-0.96a.patch4.gz.sign2481992-07-15
text.gif linux-0.96a.patch4.sign2481992-07-15
tar.gif linux-0.96a.tar.bz2169.92K1993-01-15
text.gif linux-0.96a.tar.bz2.sign2481993-01-15
tar.gif linux-0.96a.tar.gz208.2K1993-01-15
text.gif linux-0.96a.tar.gz.sign2481993-01-15
text.gif linux-0.96a.tar.sign2481993-01-15
compressed.gif linux-0.96b.patch1.bz26.44K1992-07-15
text.gif linux-0.96b.patch1.bz2.sign2481992-07-15
compressed.gif linux-0.96b.patch1.gz6.51K1992-07-15
text.gif linux-0.96b.patch1.gz.sign2481992-07-15
text.gif linux-0.96b.patch1.sign2481992-07-15
compressed.gif linux-0.96b.patch2.bz25.69K1992-07-15
text.gif linux-0.96b.patch2.bz2.sign2481992-07-15
compressed.gif linux-0.96b.patch2.gz5.68K1992-07-15
text.gif linux-0.96b.patch2.gz.sign2481992-07-15
text.gif linux-0.96b.patch2.sign2481992-07-15
tar.gif linux-0.96b.tar.bz2176.98K1992-07-15
text.gif linux-0.96b.tar.bz2.sign2481992-07-15
tar.gif linux-0.96b.tar.gz217.81K1992-07-15
text.gif linux-0.96b.tar.gz.sign2481992-07-15
text.gif linux-0.96b.tar.sign2481992-07-15
text.gif linux-0.96c.patch1103.71K1992-07-15
text.gif linux-0.96c.patch2152.06K1992-07-19
tar.gif linux-0.96c.tar.bz2187.39K1992-07-19
text.gif linux-0.96c.tar.bz2.sign2481992-07-19
tar.gif linux-0.96c.tar.gz235.14K1992-07-19
text.gif linux-0.96c.tar.gz.sign2481992-07-19
text.gif linux-0.96c.tar.sign2481992-07-19
folder.gif old-2003-03-21
folder.gif tytso-2003-03-21

To: Linux-Activists@BLOOM-PICAYUNE.MIT.EDU
From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds)
Crossposted-To: alt.os.linux
Subject: Second 0.95a alpha-patch, part 1/2
Date: 4 Apr 92 14:42:10 GMT

This is the promised patch to 0.95a, which hopefully corrects some of
the problems encountered.  This is /not/ an offical new release: it's
just a set of patches to get the same kernel I am currently running.

Bugfixes:

- extended partitions should finally work correctly (this release also
  contains code for the hd-ioctl call, needed for fdisk).  Code mostly
  by hedrick.

- I corrected my original ptrace-fix (writing a long word to another
  process' data space could fail with my original patches)

- 387-emulation bug with the instructions "fcom[p] %st(x)" which
  resulted in bad results on non-387 machines with newer versions of
  gcc.  The emulation is still ugly, but it seems to work.

- the cooked mode deletion/linekill bugs should be fixed.

- various error-returns were wrong: I correted some of them (thanks to
  bruce evans who pointed them out).  The bad error-values resulted in
  incorrect or spurious error-messages from 'rm' etc. 

- various minor fixes (including some in the hd-driver: this might help
  persons with unexpected-interrupt and/or timeout errors)

Additionally this version contains VFS-code from entropy, and a
readdir() system call needed for the VFS.  The latter was inspired by
patches sent by Remy Card, who did it with a getdirents sys-call.  My
version is slightly simpler, but is probably slower.  Things might yet
change. 

The installation has also changed slightly: the keyboard type and
math-emulation are specified in the main Makefile.  That one also
contains the -fcombine-regs flag needed for 1.40.  The other makefiles
should no longer need editing. 

I've also incorporated the ps095 kernel patches: to get the actual
user-level stuff you still have to get the ps-distribution.  Printer
ports /still/ aren't in there, but this time I positively /promise/ to
put it in next week.  Really. 

People who have been patching their kernel might have problems getting
this patch to work: it was made against a clean 0.95a kernel.  I'll
consider a patched-up kernel version 0.95c - and I'd appreciate if
future patches to me would be sent against this version.  I'll still
accept older patches, or course. 

                Linus

本目錄最後更新日期: 2003-03-21