An error occurred fetching the project authors.
  1. 23 Nov, 2007 12 commits
    • Linus Torvalds's avatar
      Import 1.1.77 · 30714577
      Linus Torvalds authored
      30714577
    • Linus Torvalds's avatar
      Import 1.1.69 · ea8a68b9
      Linus Torvalds authored
      ea8a68b9
    • Linus Torvalds's avatar
      Import 1.1.42 · a6686074
      Linus Torvalds authored
      a6686074
    • Linus Torvalds's avatar
      Import 1.1.37 · eebbb0b8
      Linus Torvalds authored
      eebbb0b8
    • Linus Torvalds's avatar
      Import 1.1.20 · 50198be8
      Linus Torvalds authored
      50198be8
    • Linus Torvalds's avatar
      Import 1.1.14 · 1650f8d3
      Linus Torvalds authored
      1650f8d3
    • Linus Torvalds's avatar
      Import 1.1.11 · b7c2deb6
      Linus Torvalds authored
      b7c2deb6
    • Linus Torvalds's avatar
      Import 0.99.15f · 9e11983a
      Linus Torvalds authored
      9e11983a
    • Linus Torvalds's avatar
      Import 0.99.14g · 9d094864
      Linus Torvalds authored
      9d094864
    • 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
    • Linus Torvalds's avatar
      [PATCH] Linux-0.99.13 (September 19, 1993) · 4779b38b
      Linus Torvalds authored
      We get enable_irq()/disable_irq()
      
      The C++ experiment is not going well.  Get rid of the 'extern "C"', but
      replace it with an "asmlinkage" #define that allows us to experiment.
      
      ELF binary support it a notable change.
      
      Original ChangeLog:
      
       - the bad memory management one-liner bug in pl12 is naturally fixed.
       - compiled with plain C by default instead of C++
       - ELF binary support (Eric Youngdale)
       - Quickport mouse support (and some changes to the PS/2 mouse driver)
         by Johan Myreen and co)
       - core file name change ("core" -> "core.xxxx" where xxxx is the name
         of the program that dumped code).  Idea from ???.  Also, core-files
         now correctly truncate any existing core file before being written.
       - some mmap() fixes: better error returns, and handling of non-fixed
         maps for /dev/mem etc.
       - one kludgy way to fix the wrong arp packets that have plagued net-2d
         (resulting in arp packets that had the first four bytes of the
         ethernet address as the IP address).
       - I fixed the mount-point handling of 'rename()' and 'unlink()/rmdir()'
         so that they should now work and/or give appropriate error messages.
         An early version of this patch was already sent to the KERNEL
         channel, which fixed the rename problem but not a similar bug with
         unlink.
       - packet mode fixes by Charles Hedrick.  Sadly, these are likely to
         break old telnet/rlogin binaries, but it had to be done in order to
         communicate correctly with the rest of the world.
       - FPU emulator patches from Bill Metzenthen.  The fprem1 insn should be
         correct now (not that anybody seems to have seen the incorrect
         behaviour..)
       - a few fixes for SCSI (Drew and Eric)
       - signal.c changes to handle multiple segments (for Wine) correctly.
       - updated drivers from Donald Becker: 3c509 and AT1500 drivers, but
         also some other drivers have been edited, and some networking fixes.
      4779b38b