]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/compat/linux/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / compat / linux / v2_0 / ChangeLog
1 2005-09-21  Steven_cheng <05071@alphanetworks.com>
2
3         * include/linux/types.h: Added unsigned types.
4
5 2005-03-27  Andrew Lunn  <andrew.lunn@ascom.ch>
6
7         * include/linux/kernel.h (PTR_ERR): Should be an unsigned long,
8         not an intager, at least that is what Linux uses.
9
10 2005-01-22  Andrew Lunn  <andrew.lunn@ascom.ch>
11
12         * include/linux/spinlock.h (DEFINE_SPINLOCK): Added.
13         * include/linux/slab.h (vfree): Added vmalloc and vfree which map
14         to malloc and free.
15         * include/linux/rwsem.h: New file. eCos does not have read/write
16         semaphores so these are mapped to normal semaphores.
17         
18 2004-08-12  Andrew Lunn  <andrew.lunn@ascom.ch>
19
20         * include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
21         compiler warnings.
22
23 2004-08-04  Gary Thomas <gary@mlbassoc.com>
24
25         * include/linux/list.h (list_for_each_entry): New macro needed for
26         latest jffs2 code.
27
28 2003-11-12  Thomas Koeller <thomas.koeller@baslerweb.com>
29
30         * cdl/linux.cdl:
31         * include/asm/page.h:
32         Make page size configurable via cdl.
33
34 2003-10-18  Gary Thomas  <gary@mlbassoc.com>
35
36         * src/rbtree.c (rb_erase): Fix bug in red-black tree which caused
37         node corruption - merge from external sources, found by Scott 
38         Wilkerson.
39
40 2003-10-18  Savin Zlobec <savin@elatec.si>
41
42         * include/linux/rbtree.h: 
43         Fixed 'pointer of type `void *' used in subtraction' compiler warrning.
44
45 2003-07-27  Andrew Lunn  <andrew.lunn@ascom.ch>
46
47         * include/linux/init.h: 
48         * include/linux/vmalloc.h: New dummy files so that jffs2 will
49         compile.
50
51 2003-07-27  Michael Checky  <Michael_Checky@ThermoKing.com>
52             Andrew Lunn <andrew.lunn@ascom.ch>
53         
54         * include/linux/kernel.h: Changed the #define IS_ERR to work correctly
55         negative error values returned by the jffs2 code.
56
57 2003-06-10  Andrew Lunn  <andrew.lunn@ascom.ch>
58
59         * include/linux/stat.h: Removed #defines which has been added to 
60         the main eCos sys/stat.h. 
61
62 2003-01-21  David Woodhouse  <dwmw2@infradead.org>
63
64         * New package.
65
66 //===========================================================================
67 //####ECOSGPLCOPYRIGHTBEGIN####
68 // -------------------------------------------
69 // This file is part of eCos, the Embedded Configurable Operating System.
70 // Copyright (C) 2003 Red Hat.
71 //
72 // eCos is free software; you can redistribute it and/or modify it under
73 // the terms of the GNU General Public License as published by the Free
74 // Software Foundation; either version 2 or (at your option) any later version.
75 //
76 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
77 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
78 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
79 // for more details.
80 //
81 // You should have received a copy of the GNU General Public License along
82 // with eCos; if not, write to the Free Software Foundation, Inc.,
83 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
84 //
85 // As a special exception, if other files instantiate templates or use macros
86 // or inline functions from this file, or you compile this file and link it
87 // with other works to produce a work based on this file, this file does not
88 // by itself cause the resulting work to be covered by the GNU General Public
89 // License. However the source code for this file must still be made available
90 // in accordance with section (3) of the GNU General Public License.
91 //
92 // This exception does not invalidate any other reasons why a work based on
93 // this file might be covered by the GNU General Public License.
94 //
95 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
96 // at http://sources.redhat.com/ecos/ecos-license/
97 // -------------------------------------------
98 //####ECOSGPLCOPYRIGHTEND####
99 //===========================================================================