1. 23 Nov, 2007 40 commits
    • Linus Torvalds's avatar
      Import 1.0pre1 · b764939b
      Linus Torvalds authored
      b764939b
    • Linus Torvalds's avatar
      Import 0.99.15j · a6b61aab
      Linus Torvalds authored
      a6b61aab
    • Linus Torvalds's avatar
      Import 0.99.15i · 9300725c
      Linus Torvalds authored
      9300725c
    • Linus Torvalds's avatar
      Import 0.99.15h · 0acb47cd
      Linus Torvalds authored
      0acb47cd
    • Linus Torvalds's avatar
      Import 0.99.15g · 2fbc2376
      Linus Torvalds authored
      2fbc2376
    • Linus Torvalds's avatar
      Import 0.99.15f · 9e11983a
      Linus Torvalds authored
      9e11983a
    • Linus Torvalds's avatar
      Import 0.99.15e · 350827b4
      Linus Torvalds authored
      350827b4
    • Linus Torvalds's avatar
      Import 0.99.15d · 17e969fb
      Linus Torvalds authored
      17e969fb
    • Linus Torvalds's avatar
      Import 0.99.15c · 728d1c78
      Linus Torvalds authored
      728d1c78
    • Linus Torvalds's avatar
      f938a5c8
    • Linus Torvalds's avatar
      pl15a fixes the buffer cache growing problem, adds emulation for a · 17d2d71c
      Linus Torvalds authored
      few unimportant floating point instructions (i287 instructions that
      are No-Ops on the i387, so "emulating" them is easy :^) and fixes a
      silly bug when mmap'ing stuff write-only.  It also fixes a buggy lock
      in the networking.
      17d2d71c
    • Linus Torvalds's avatar
      [PATCH] Linux-0.99.15 (February 2, 1994) · a4c5b0f7
      Linus Torvalds authored
      sbpcd (Sound Blaster Pro CD interface) driver.
      
      Andries Brouwer cleans up and re-does keyboard driver diacritical handling.
      
      Lots of new sound drivers.
      
      Sysvfs added (Xenix, SystemV/386 and Coherent support).  Linux was
      starting to have a lot of users move over..
      
      MAP_ANONYMOUS flag added to mmap().
      
      Loadable modules added.
      
      Alan Cox is active in networking.
      
      [original changelog below]
      
      Linux 0.99.15 released: Codefreeze for 1.0
      
      People who look into my directory on ftp.funet.fi will already have
      noticed that the latest version of linux (0.99.15) is available, and I
      assume it will be available on most other linux sites soon.  As
      explained in a previous announcement, 0.99.15 is "it", in that this will
      be the base for 1.0 after about a month of testing.  No further patches
      are accepted until the 1.0 release, unless they obviously fix a serious
      bug.
      
      **** NOTE 1 ****
      
        For this code-freeze to be effective yet still potential bugs be
        found, testing is needed, along with good reports of errors and
        problems.  Thus, nobody should think "hey, the *real* release will be
        out in a month, let's wait for that", but instead think: "hey, I'd
        better test this one, so that the *real* release won't result in any
        ugly surprises for me".
      
        In short: test it out, preferably even more than you usually do.  Run
        "crashme" for the whole month if you have the CPU-power to spare,
        and/or just misuse your machine as badly as you can.  And if there are
        problems, report them to me (and the better the report, the more
        likely I am to be able to do something about it).
      
      **** NOTE 2 ****
      
        Bumping the linux version number to 1.0 doesn't mean anything more
        than that: it's only a version number change.  More explicitly, it
        does *NOT* mean that linux will become commercial (the copyright will
        remain as-is), nor does it mean that development stops here, and that
        1.0 will be anything special in that respect.
      
        I'm also afraid that just changing the version number will not make
        potential bugs magically disappear: this has been amply proven by
        various software houses over the years.  This code-freeze is there in
        order to avoid most of the problems that people sometimes associate
        with "X.0 releases", and I hope that it will mean that we have a
        reasonably stable release that we can call 1.0 and one that I won't
        have to be ashamed of.
      
        Ok, enough said, I hope.  The pl15 release is hopefully good, but I'll
        continue to make ALPHA patches against it along the whole month as
        problems crop up.  The networking code has been much maligned, and is
        not perfect by far yet, but it's getting its act together thanks to
        various developers and testers.  And as wiser men than I have said (or
        if they haven't, they should have):
      
            "There is life after 1.0"
      
        Any rumors that the world is coming to an end just because I'm about to
        release a 1.0-version are greatly exaggerated.  I think.
      
                          Linus
      
      ----------
      Things that remained the same between 0.99.14 and 0.99.15:
      
      - I again forgot to update the README before uploading the release.  In
        pl14, I talked about pl13, while the all new and improved README has
        now caught up with pl14.  Remind me to buy a new brain one of these
        days.
      
      Changes between versions 0.99.14 and 0.99.15:
      
       - improved Pentium detection.  Some of you may have had linux report
         your 4086DX2 as a pentium machine, but the new kernel will tell you
         the sad truth.  Whee.
       - Network driver updates by Donald Becker.  New drivers added, old ones
         updated.
       - FPU emulation updates by Bill Metzenthen.  Various minor errors and
         misfeatures fixed (mostly error handling).
       - Support for the SoubdBlaster Pro CD-ROM driver added by Eberhard
         Moenkeberg.
       - extended support for keyboard re-definition, along with font
         re-programming (Eugene Crosser, Andries Brouwer et al).
       - tty handling fixes: true canonical mode with most features supported
         by Julian Cowley.  This may make your canonical mode behave funnily
         if you happen to use old and broken programs that happened to work
         with the old and broken behaviour (this includes at least some
         'getty' programs).
       - serial driver changes and tty fixes by Theodore Ts'o.
       - SCSI fixes by Drew Eckhardt, Eric Youngdale, Rik Faith, Kai Mdkisara
         et al.
       - Updated sound card driver to version 2.4 (Hannu Savolainen)
       - COFF binary loading support (but you will still need the experimental
         iBCS2 patches to run non-linux i386 COFF binaries) by Al Longyear.
       - Upgraded ext2fs filesystem routines (0.4a -> 0.4b), with new
         features.  Read the fs/ext2/CHANGES file for details.  Remy Card and
         Stephen Tweedie.  Get a new fsck that knows about the new features.
       - pipe behaviour fixed in the presense of multiple writers (now
         actually conforms to POSIX specs about atomic writes).  Much of the
         code by Florian Coosmann.
       - minix filesystem extended to support the clean flag: get a new fsck
         that knows about it.
       - System V filesystem (support for Xenix, Coherent and SysV
         filesystems) by Doug Evans, Paul Monday, Pascal Haible and Bruno
         Haible.
       - loadable modules (various authors, don't remember original author of
         the "modules" code).
       - Lots of networking fixes by various people: Alan Cox, Charles
         Hedrick, me and various other people.  Non-byte-aligned networks
         work, and the networking code should be much stabler in general.
      
       + various bugfixes and enhacements here and there (mcd driver update by
         Jon Tombs, atixlmouse fix by Chris Colohan, /dev/full by XXX etc etc)
      
      All in all, the patches come out to 1.5MB uncompressed (about 400kB
      gzip-9'd), so there is little or no idea to make patches to plain pl14
      available.  Incremental patches and ALPHA-releases can be found on
      ftp.funet.fi: pub/OS/Linux/PEOPLE/Linus/ALPHA-pl14.
      a4c5b0f7
    • Linus Torvalds's avatar
      Import 0.99.14z · 0d202675
      Linus Torvalds authored
      0d202675
    • Linus Torvalds's avatar
      Import 0.99.14y · f614125e
      Linus Torvalds authored
      f614125e
    • Linus Torvalds's avatar
      Import 0.99.14x · 3448e1a6
      Linus Torvalds authored
      3448e1a6
    • Linus Torvalds's avatar
      Import 0.99.14w · 3ba1ba97
      Linus Torvalds authored
      3ba1ba97
    • Linus Torvalds's avatar
      Import 0.99.14v · b168ffdf
      Linus Torvalds authored
      b168ffdf
    • Linus Torvalds's avatar
      Import 0.99.14u · bfeedc98
      Linus Torvalds authored
      bfeedc98
    • Linus Torvalds's avatar
      Import 0.99.14t · 50a32c2c
      Linus Torvalds authored
      50a32c2c
    • Linus Torvalds's avatar
      Import 0.99.14s · 7ec55aac
      Linus Torvalds authored
      7ec55aac
    • Linus Torvalds's avatar
      This is a general announcement of the imminent code-freeze that will · 1f3d6740
      Linus Torvalds authored
      hopefully make linux 1.0 a reality.  The plan has been discussed a bit
      with various developers already, and is already late, but is still in
      effect otherwise.
      
      In short, the next version of linux (0.99.15) will be a "full-featured"
      release, and only obvious bug-fixes to existing features will be applied
      before calling it 1.0.  If this means that your favourite feature or
      networking version won't make it, don't despair: there is life even
      after beta (and it's probably not worth mailing me about it any more:
      I've seen quite a few favourite features already ;-).
      
      In fact, 1.0 has little "real meaning", as far as development goes, but
      should be taken as an indication that it can be used for real work
      (which has been true for some time, depending on your definition of
      "real work").  Development won't stop or even slow down: some of it has
      even been shelved pending a 1.0 already.
      
      Calling it 1.0 will not necessarily make all bugs go away (quite the
      opposite, judging by some other programs), but I hope it will be a
      reasonably stable release.  In order to accomplish this, the code-freeze
      after 0.99.15 will be about a month, and I hope people will test out
      that kernel heavily, instead of waiting for "the real release" so that
      any potential bugs can be found and fixed.
      
      As to where we are now: as of this moment, the latest release is the 'r'
      version of pl14 (aka "ALPHA-pl14r").  I've made ALPHA releases available
      on ftp.funet.fi almost daily, and expect a final pl15 within a few more
      days.  Testing out the ALPHA releases is not discouraged either if you
      like recompiling kernels every day or two..
      
      And finally: we also try to create a "credits" file that mentions the
      developers of the kernel and essential linux utilities.  The credit file
      compilator is jmartin@opus.starlab.csc.com (John A. Martin), and if you
      feel you have cause to be mentioned in it, please contact him.
      
                  Linus
      1f3d6740
    • Linus Torvalds's avatar
      Import 0.99.14q · ac27c05b
      Linus Torvalds authored
      ac27c05b
    • Linus Torvalds's avatar
      Import 0.99.14p · 36f4514a
      Linus Torvalds authored
      36f4514a
    • Linus Torvalds's avatar
      Import 0.99.14o · ddd9ed00
      Linus Torvalds authored
      ddd9ed00
    • Linus Torvalds's avatar
      Import 0.99.14n · 28067f4d
      Linus Torvalds authored
      28067f4d
    • Linus Torvalds's avatar
      Import 0.99.14m · 170720a2
      Linus Torvalds authored
      170720a2
    • Linus Torvalds's avatar
      Import 0.99.14l · 01928531
      Linus Torvalds authored
      01928531
    • Linus Torvalds's avatar
      Import 0.99.14k · 4fc7833c
      Linus Torvalds authored
      4fc7833c
    • Linus Torvalds's avatar
      Import 0.99.14j · c6145b38
      Linus Torvalds authored
      c6145b38
    • Linus Torvalds's avatar
      Import 0.99.14i · 27c43263
      Linus Torvalds authored
      27c43263
    • Linus Torvalds's avatar
      Import 0.99.14h · 3b100d90
      Linus Torvalds authored
      3b100d90
    • Linus Torvalds's avatar
      Import 0.99.14g · 9d094864
      Linus Torvalds authored
      9d094864
    • Linus Torvalds's avatar
      Import 0.99.14f · 88ba9b13
      Linus Torvalds authored
      88ba9b13
    • Linus Torvalds's avatar
      Import 0.99.14e · 1f5ed52f
      Linus Torvalds authored
      1f5ed52f
    • Linus Torvalds's avatar
      Import 0.99.14d · d80e0e9b
      Linus Torvalds authored
      d80e0e9b
    • Linus Torvalds's avatar
      Import 0.99.14c · 39b3ec53
      Linus Torvalds authored
      39b3ec53
    • Linus Torvalds's avatar
      Import 0.99.14b · 20f1405b
      Linus Torvalds authored
      20f1405b
    • Linus Torvalds's avatar
      Import 0.99.14a · 6da98bdd
      Linus Torvalds authored
      6da98bdd
    • Linus Torvalds's avatar
      [PATCH] Linux-0.99.14 (November 28, 1993) · 7e842588
      Linus Torvalds authored
      Original Changelog:
      
      CHANGES since 0.99 patchlevel 13:
      
       - new kernel source layout: drivers separated
       - lots of networking bugs fixed, and new network card drivers (Alan Cox,
         Donald Becker &co)
       - sound driver added to the default source distribution (Hannu
         Savolainen)
       - updated SCSI driver code (Eric Youngdale, Drew Eckhardt &co)
       - readonly OS/2 filesystem support (HPFS) added (Chris Smith)
       - NTP support (Philip Gladstone, Torsten Duwe, ??)
       - fixed 16MB swap-area limit
       - lots of minor cleanups, buxfixes etc.
      7e842588
    • Linus Torvalds's avatar
      Import 0.99.13k · 537b6ff0
      Linus Torvalds authored
      537b6ff0