public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/compat/linux/current ChangeLog i ...
@ 2003-10-18 14:04 gthomas
0 siblings, 0 replies; 8+ messages in thread
From: gthomas @ 2003-10-18 14:04 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-10-18 14:04:03
Modified files:
packages/compat/linux/current: ChangeLog
packages/compat/linux/current/include/linux: rbtree.h
packages/compat/linux/current/src: rbtree.c
Log message:
Fix some bugs in red-black tree implementation
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/compat/linux/current ChangeLog i ...
@ 2012-05-27 0:51 jlarmour
0 siblings, 0 replies; 8+ messages in thread
From: jlarmour @ 2012-05-27 0:51 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2012-05-27 00:51:28
Modified files:
packages/compat/linux/current: ChangeLog
packages/compat/linux/current/include/linux: kernel.h
Log message:
* include/linux/kernel.h (jiffies): Use cyg_current_time(), not
a constant. JFFS2 at least uses it to occasionally vary behaviour.
Fixes bug #1001591.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/compat/linux/current ChangeLog i ...
@ 2005-09-21 19:17 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2005-09-21 19:17 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-09-21 19:17:11
Modified files:
packages/compat/linux/current: ChangeLog
packages/compat/linux/current/include/linux: types.h
Log message:
* include/linux/types.h: Added unsigned types.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/compat/linux/current ChangeLog i ...
@ 2005-03-27 18:28 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2005-03-27 18:28 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-03-27 18:28:51
Modified files:
packages/compat/linux/current: ChangeLog
packages/compat/linux/current/include/linux: kernel.h
Log message:
* include/linux/kernel.h (PTR_ERR): Should be an unsigned long,
not an intager, at least that is what Linux uses.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/compat/linux/current ChangeLog i ...
@ 2005-01-22 16:50 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2005-01-22 16:50 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-01-22 16:50:10
Modified files:
packages/compat/linux/current: ChangeLog
packages/compat/linux/current/include/linux: slab.h spinlock.h
Added files:
packages/compat/linux/current/include/linux: rwsem.h
Log message:
* include/linux/spinlock.h (DEFINE_SPINLOCK): Added.
* include/linux/slab.h (vfree): Added vmalloc and vfree which map
to malloc and free.
* include/linux/rwsem.h: New file. eCos does not have read/write
semaphores so these are mapped to normal semaphores.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/compat/linux/current ChangeLog i ...
@ 2004-08-12 21:32 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2004-08-12 21:32 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-08-12 21:32:40
Modified files:
packages/compat/linux/current: ChangeLog
packages/compat/linux/current/include/linux: list.h spinlock.h
types.h
Log message:
* include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
compiler warnings.
* include/linux/list.h (list_for_each_entry): New macro needed for
latest jffs2 code.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/compat/linux/current ChangeLog i ...
@ 2003-07-27 13:58 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2003-07-27 13:58 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2003-07-27 13:58:42
Modified files:
packages/compat/linux/current: ChangeLog
packages/compat/linux/current/include/linux: kernel.h
Log message:
* 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.
^ permalink raw reply [flat|nested] 8+ messages in thread
* ecos/packages/compat/linux/current ChangeLog i ...
@ 2003-06-24 12:59 asl
0 siblings, 0 replies; 8+ messages in thread
From: asl @ 2003-06-24 12:59 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2003-06-24 11:46:31
Modified files:
packages/compat/linux/current: ChangeLog
packages/compat/linux/current/include/linux: stat.h
Log message:
* include/linux/stat.h: Removed #defines which has been added to
the main eCos sys/stat.h.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-05-27 0:51 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-18 14:04 ecos/packages/compat/linux/current ChangeLog i gthomas
-- strict thread matches above, loose matches on Subject: below --
2012-05-27 0:51 jlarmour
2005-09-21 19:17 asl
2005-03-27 18:28 asl
2005-01-22 16:50 asl
2004-08-12 21:32 asl
2003-07-27 13:58 asl
2003-06-24 12:59 asl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).