Mercurial > ecos
annotate packages/compat/linux/current/ChangeLog @ 2729:74dbf4c3f2e1 after-copyright-change-20090129
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
| author | jlarmour |
|---|---|
| date | Thu, 29 Jan 2009 17:47:46 +0000 |
| parents | 98897d62ed2a |
| children | e86882a128b7 |
| rev | line source |
|---|---|
| 2075 | 1 2005-09-21 Steven_cheng <05071@alphanetworks.com> |
| 2 | |
| 3 * include/linux/types.h: Added unsigned types. | |
| 4 | |
|
1939
8015ad561ce5
* include/linux/kernel.h (PTR_ERR): Should be an unsigned long,
asl
parents:
1880
diff
changeset
|
5 2005-03-27 Andrew Lunn <andrew.lunn@ascom.ch> |
|
8015ad561ce5
* include/linux/kernel.h (PTR_ERR): Should be an unsigned long,
asl
parents:
1880
diff
changeset
|
6 |
|
8015ad561ce5
* include/linux/kernel.h (PTR_ERR): Should be an unsigned long,
asl
parents:
1880
diff
changeset
|
7 * include/linux/kernel.h (PTR_ERR): Should be an unsigned long, |
|
8015ad561ce5
* include/linux/kernel.h (PTR_ERR): Should be an unsigned long,
asl
parents:
1880
diff
changeset
|
8 not an intager, at least that is what Linux uses. |
|
8015ad561ce5
* include/linux/kernel.h (PTR_ERR): Should be an unsigned long,
asl
parents:
1880
diff
changeset
|
9 |
| 1880 | 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 | |
|
1712
1cb94172ea76
* include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
asl
parents:
1368
diff
changeset
|
18 2004-08-12 Andrew Lunn <andrew.lunn@ascom.ch> |
|
1cb94172ea76
* include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
asl
parents:
1368
diff
changeset
|
19 |
|
1cb94172ea76
* include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
asl
parents:
1368
diff
changeset
|
20 * include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid |
|
1cb94172ea76
* include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
asl
parents:
1368
diff
changeset
|
21 compiler warnings. |
|
1cb94172ea76
* include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
asl
parents:
1368
diff
changeset
|
22 |
|
1cb94172ea76
* include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
asl
parents:
1368
diff
changeset
|
23 2004-08-04 Gary Thomas <gary@mlbassoc.com> |
|
1cb94172ea76
* include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
asl
parents:
1368
diff
changeset
|
24 |
|
1cb94172ea76
* include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
asl
parents:
1368
diff
changeset
|
25 * include/linux/list.h (list_for_each_entry): New macro needed for |
|
1cb94172ea76
* include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
asl
parents:
1368
diff
changeset
|
26 latest jffs2 code. |
|
1cb94172ea76
* include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
asl
parents:
1368
diff
changeset
|
27 |
| 1368 | 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 | |
| 1320 | 34 2003-10-18 Gary Thomas <gary@mlbassoc.com> |
| 35 | |
| 1368 | 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. | |
| 1320 | 39 |
| 40 2003-10-18 Savin Zlobec <savin@elatec.si> | |
| 41 | |
| 1368 | 42 * include/linux/rbtree.h: |
| 43 Fixed 'pointer of type `void *' used in subtraction' compiler warrning. | |
| 1320 | 44 |
| 1138 | 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 | |
|
1074
cd0eb188ea7d
* include/linux/stat.h: Removed #defines which has been added to
asl
parents:
522
diff
changeset
|
57 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
|
58 |
|
cd0eb188ea7d
* include/linux/stat.h: Removed #defines which has been added to
asl
parents:
522
diff
changeset
|
59 * 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
|
60 the main eCos sys/stat.h. |
|
cd0eb188ea7d
* include/linux/stat.h: Removed #defines which has been added to
asl
parents:
522
diff
changeset
|
61 |
|
522
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
62 2003-01-21 David Woodhouse <dwmw2@infradead.org> |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
63 |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
64 * New package. |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
65 |
|
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
66 //=========================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
67 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
68 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
69 // This file is part of eCos, the Embedded Configurable Operating System. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
70 // Copyright (C) 2003 Free Software Foundation, Inc. |
|
522
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
71 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
72 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
73 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
74 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
75 // later version. |
|
522
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
76 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
77 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
78 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
79 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
80 // General Public License for more details. |
|
522
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
81 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
82 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
83 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
84 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
85 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
86 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2075
diff
changeset
|
87 // ####GPLCOPYRIGHTEND#### |
|
522
726ecf119e30
Add new Linux kernel compatibility package. Not a compatibility layer
jlarmour
parents:
diff
changeset
|
88 //=========================================================================== |
