home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / announce / 88 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  2.0 KB

  1. Xref: sparky comp.os.linux.announce:88 comp.os.linux:22394
  2. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!news.funet.fi!hydra!klaava!wirzeniu
  3. From: torvalds@cc.helsinki.fi (Linus Torvalds)
  4. Newsgroups: comp.os.linux.announce,comp.os.linux
  5. Subject: linux-0.99 patchlevel 2
  6. Keywords: linux kernel, patch, 0.99.2, minor fixes
  7. Message-ID: <1993Jan1.223837.28553@klaava.Helsinki.FI>
  8. Date: 1 Jan 93 22:38:37 GMT
  9. Sender: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
  10. Followup-To: comp.os.linux
  11. Organization: University of Helsinki
  12. Lines: 29
  13. Approved: linux-announce@tc.cornell.edu (Lars Wirzenius)
  14.  
  15. Yes, as you've probably noticed, it's now 1993 and I still haven't
  16. released 1.0.  Sorry about that, and I have only another patchlevel to
  17. offer.  The new kernel should mainly fix some of the keyboard problems
  18. people have experienced, but does contain some other minor fixes. 
  19.  
  20. Linux 0.99.2 is available now at nic.funet.fi: pub/OS/Linux/PEOPLE/Linus
  21. as both sources and diffs against 0.99.1 the diffs are essentially the
  22. same as the second alpha-diffs I released for limited testing, with only
  23. minor fixes to fs/exec.c and fs/open.c. 
  24.  
  25. Please try out 0.99.2: the more feedback (hopefully positive) I get on
  26. it, the faster 1.0 will be out. 
  27.  
  28. Changes from pl1 are mainly:
  29.  - pretty much rewritten low-level keyboard handling IO - this time
  30.    actually trying to do it by the book.  It now handles resend requests
  31.    from the keyboard etc. 
  32.  - you can run executables from filesystems without bmap support.  This
  33.    mainly means NFS and msdos.  Note that while it's possible, it's
  34.    slower and less memory-efficient than using a "normal" linux
  35.    filesystem, and should generally be avoided. 
  36.  - /proc filesystem changes: /proc/kmsg can be used to log the kernel
  37.    messages under X11 (instead of using the older system call to do the
  38.    same), and there are changes to the statistics routines (WCHAN). 
  39.  
  40. + various minor fixes (non-existent devices are handled better, some
  41. changes to socket bind behaviour etc). 
  42.  
  43.         Linus
  44.