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