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