home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / announce / 177 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  2.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!uwm.edu!biosci!agate!stanford.edu!enterpoop.mit.edu!eru.mt.luth.se!kth.se!sunic!news.tele.fi!news.funet.fi!hydra!klaava!wirzeniu
  2. From: torvalds@cc.helsinki.fi (Linus Torvalds)
  3. Newsgroups: comp.os.linux.announce
  4. Subject: ANNOUNCE: linux version 0.99 patchlevel 4
  5. Keywords: Linux kernel 0.99pl4 bugfixes
  6. Message-ID: <1993Jan21.211230.3774@klaava.Helsinki.FI>
  7. Date: 21 Jan 93 21:12:30 GMT
  8. Sender: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
  9. Followup-To: comp.os.linux
  10. Organization: University of Helsinki
  11. Lines: 40
  12. Approved: linux-announce@tc.cornell.edu (Lars Wirzenius)
  13.  
  14. As you can see, I'm back to the old "once or twice a week" kernel
  15. version cycle.  The reason is the existence of some silly bugs in pl3
  16. that don't always show up, but can lock up your machine or result in
  17. other weird errors (parse errors in gcc etc).  It depends on your
  18. hardware setup - specifically what kinds of interrupts your motherboard
  19. sends, so I (and many others) actually never saw it. 
  20.  
  21. 0.99pl4 is a small diff (1300 lines of diff - and it sounds more than it
  22. actually is), and contains only bug-fixes.  The changes are:
  23.  
  24.  - include/asm/irq.h: fix the irq handling bug by adding a missing
  25.    initialization of a segment register. 
  26.  - console redirection bug fixed
  27.  - Makefile fixes
  28.  - support for more than 64 tasks - it was there before, but the GDT
  29.    overflowed with NR_TASKS more than about 120.. 
  30.  - ptrace() - the bogus ESRCH bug is corrected (fix by Branko Lankester?
  31.    Hope I haven't messed up the attributions *again*). 
  32.  - flock() support by adding two new ioctl() values - hlu.
  33.  - seagate.c patches (Eric Youngdale) to fix the problem with some disks
  34.    off the ST-0x controller. 
  35.  - tcp/ip volatile fixes (sorry - lost the attribution)
  36.  - remount patches by almesber
  37.  
  38. I'm getting happier about the kernel again - but I have got several
  39. comments on the line "I'll wait for 1.0", so I'm starting to think I
  40. won't get 0.99 debugged due to lack of tester interest.  I guess I
  41. should have thrown out 1.0 totally unexpectedly instead of warning about
  42. it.  I can only repeat my plea for people trying it out: if you don't
  43. try it out (or don't report problems to me), you may find that 1.0 won't
  44. work for you...  Also, if you find that pl4 doesn't fix a bug that you
  45. already reported, please take the time to report it again by mailing me. 
  46. Otherwise I'll probably assume that I found them all. 
  47.  
  48. And, in case you can't remember, pl4 is naturally available both as full
  49. source and diffs against pl3 at nic.funet.fi: pub/OS/Linux/PEOPLE/Linus,
  50. and will also probably show up at the other major sites within a day or
  51. two.
  52.  
  53.         Linus
  54.