Mercurial > flash_v2
annotate packages/compat/linux/current/ChangeLog @ 1138:0f92f267b392
* include/linux/init.h:
* include/linux/vmalloc.h: New dummy files so that jffs2 will
compile.
* include/linux/kernel.h: Changed the #define IS_ERR to work correctly
negative error values returned by the jffs2 code.
| author | asl |
|---|---|
| date | Sun, 27 Jul 2003 13:58:42 +0000 |
| parents | cd0eb188ea7d |
| children | cfe81e17269a |
| rev | line source |
|---|---|
| 1138 | 1 2003-07-27 Andrew Lunn <andrew.lunn@ascom.ch> |
| 2 | |
| 3 * include/linux/init.h: | |
| 4 * include/linux/vmalloc.h: New dummy files so that jffs2 will | |
| 5 compile. | |
| 6 | |
| 7 2003-07-27 Michael Checky <Michael_Checky@ThermoKing.com> | |
| 8 Andrew Lunn <andrew.lunn@ascom.ch> | |
| 9 | |
| 10 * include/linux/kernel.h: Changed the #define IS_ERR to work correctly | |
| 11 negative error values returned by the jffs2 code. | |
| 12 | |
|
1074
cd0eb188ea7d
* include/linux/stat.h: Removed #defines which has been added to
asl
parents:
522
diff
changeset
|
13 2003-06-10 Andrew Lunn <andrew.lunn@ascom.ch> |
|
cd0eb188ea7d
* include/linux/stat.h: Removed #defines which has been added to
asl
parents:
522
diff
changeset
|
14 |
|
cd0eb188ea7d
* include/linux/stat.h: Removed #defines which has been added to
asl
parents:
522
diff
changeset
|
15 * include/linux/stat.h: Removed #defines which has been added to |
|
cd0eb188ea7d
* include/linux/stat.h: Removed #defines which has been added to
asl
parents:
522
diff
changeset
|
16 the main eCos sys/stat.h. |
|
cd0eb188ea7d
* include/linux/stat.h: Removed #defines which has been added to
asl
parents:
522
diff
changeset
|
17 |
|
522
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
18 2003-01-21 David Woodhouse <dwmw2@infradead.org> |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
19 |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
20 * New package. |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
21 |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
22 //=========================================================================== |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
23 //####ECOSGPLCOPYRIGHTBEGIN#### |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
24 // ------------------------------------------- |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
25 // This file is part of eCos, the Embedded Configurable Operating System. |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
26 // Copyright (C) 2003 Red Hat. |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
27 // |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
28 // eCos is free software; you can redistribute it and/or modify it under |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
29 // the terms of the GNU General Public License as published by the Free |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
30 // Software Foundation; either version 2 or (at your option) any later version. |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
31 // |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
32 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
33 // WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
34 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
35 // for more details. |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
36 // |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
37 // You should have received a copy of the GNU General Public License along |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
38 // with eCos; if not, write to the Free Software Foundation, Inc., |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
39 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
40 // |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
41 // As a special exception, if other files instantiate templates or use macros |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
42 // or inline functions from this file, or you compile this file and link it |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
43 // with other works to produce a work based on this file, this file does not |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
44 // by itself cause the resulting work to be covered by the GNU General Public |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
45 // License. However the source code for this file must still be made available |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
46 // in accordance with section (3) of the GNU General Public License. |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
47 // |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
48 // This exception does not invalidate any other reasons why a work based on |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
49 // this file might be covered by the GNU General Public License. |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
50 // |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
51 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
52 // at http://sources.redhat.com/ecos/ecos-license/ |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
53 // ------------------------------------------- |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
54 //####ECOSGPLCOPYRIGHTEND#### |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
55 //=========================================================================== |
