* added compilers lcc and bcc (linux86)
[mascara-docs.git] / i86 / minix / fixes / Readme.txt
blob719712a6d9d8455087639954b97e0044c54c0705
1 204fixes.txt 
2 These are fixes for Minix 2.0.4
3 asw revised 2006-06-17
5 Descriptions are listed here newest first: 
7 man0606.tar.Z (posted 2006-06-17)
8 -------------
9 This archive contains new man pages for Minix 2 and Minix 3: 
10 ftp.1           (updated for ftp 1.01, released Feb 2005)
11 http_status.5
12 httpd.8         (updated for httpd 0.995, released May 2006)
13 httpd.conf.5
14 mtools.1
15 tcpd.8
16 urlget.1
17 All of the programs documented by these pages were part of the standard
18 Minix 2 distribution, except for httpd. However, httpd has been 
19 distributed (without man pages) with Minix 3.1.0 and later Minix releases.
21 204ether.tar.Z (posted 2005-03-29)
22 --------------
23 This adds support for AMD Lance ethernet adapters. This adapter is
24 emulated by VMWare, this makes networked Minix on VMWare possible. 
26 pci_tbl.tar.Z (updated 2005-04-15)
27 -------------
28 This adds support for a number of PCI devices.  It duplicates the
29 changes to pci_table.c included in the FIX.TAZ archive, and adds
30 support for additional items and comments regarding all changes.  Note
31 that there have been numerous updates to this patch, be sure you have
32 the latest. The contents of pci_tbl.tar.Z are also available for
33 separate download:
34 pci_table.cdif 
35 pci_table.txt 
37 FTPWARNING.txt (2005-03-25)
38 --------------
39 Read this if you use an ftp server (ftpd) on a Minix system.
41 ftpd200.tar.Z (update added to fixes directory 2005-03-20)
42 -------------
43 The ftpd provided with Minix 2.0.4 (and earlier releases) has a
44 security vulnerability and should be replaced with version 2.00.  See
45 the ftpd200.txt file here and the Security Advisory at
46 http://minix1.hampshire.edu/news/ftpsecadv.html and
47 http://minix1.bio.umass.edu/news/ftpsecadv.html. 
49 manfixes.tar.Z (2005-01-16)
50 ------------
51 This archive contains updated Minix 2.0.4 man pages: corrections of
52 minor errors, some just typos and some more important, in ash.1,
53 eject.1, elvis.1, flex.1, flexdoc.1, fsck.1, join.1, makewhatis.1,
54 tar.1, and substantially revised versions of ps.1 and touch.1.  (The
55 ps.1 page is the same as in the psfix.tar.Z file posted earlier).
57 psfix.tar.Z (2004-12-15)
58 -----------
59 This contains a new ps.1 man page, as well as a cleaned-up ps.c which
60 has a few new comments and from which a few unnecessary variables have
61 been removed.  It is not functionally different from the previous
62 version. 
64 whatisfx.tar.Z (2004-12-12)
65 --------------
66 Changes to the way grep (1) parses regular expressions caused the
67 whatis (1) script to fail to function correctly.  These changes were
68 introduced with the grep version distributed with Minix 2.0.3.  The
69 problem with whatis was noticed soon after the patches for grep were
70 announced, but somehow were overlooked.  This package contains a simple
71 patch for /usr/src/commands/scripts/whatis.sh that makes it compatible
72 with grep again.
74 tzfix.tar.Z (2004-10-31)
75 -----------
76 When the change from summer to winter time is supposed to occur on the
77 last Sunday in a month (i.e., as in the EST5EDT,M4.1.0/2,M10.5.0/2 time
78 zone of the eastern USA) it was being erroneously detected by Minix as
79 taking place on the fourth Sunday in months with 5 Sundays.  This
80 package contains a patch for /usr/src/lib/ansi/misc.c to correct this.
82 dp8390fx.tar.Z (2004-08-08)
83 --------------
84 This fixes a minor error which may have existed in the DP8390 support
85 for a long time but which only was discovered after problems were seen
86 using Minix with the emulated NE2000 support provided by the Bochs
87 emulator.  Details are in the file dp8390.tx written by Giovanni
88 Falzoni, who also provided the patch.
90 dp8390.txt 04 tape blocks
91 dp8390.cdiff 04 tape blocks
93 cronfix.tar.Z (2004-05-08)
94 -------------
95 The patches in here fix a couple of errors in the cron and crontab
96 commands.  The errors have been present since the Minix 2.0.3 release.
97 Read cronfix.txt for more information Both patches are from Michael
98 Temari. Unpack the archive in /usr/src/commands/cron.
100 cronfix.txt 02 tape blocks
101 crontab.cdiff 01 tape blocks
102 tab.cdiff 02 tape blocks
103 crontab.c 013 tape blocks
104 tab.c 046 tape blocks
106 FIX.TAZ (2003-11-30)
107 -------
108 This was released almost immediately upon the release of Minix 2.0.4 in
109 November 2003, and is found in the 2.0.4/src directory.  I have linked
110 it here only to draw attention to it -- if you carefully installed
111 Minix 2.0.4 according to the top-level documentation page you probably
112 already installed these patches as the last part of the installation
113 process.  However, if you are using the DOSMinix prepackaged Minix
114 system these are not installed.  These patches are needed only if you
115 will use the RTL8139 ethernet adapter support.
117 src/kernel/rtl8139.c 0164 tape blocks
118 src/kernel/pci_table.c 021 tape blocks
119 src/kernel/pci.c 071 tape blocks