public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2004-06-18 7:25 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2004-06-18 7:25 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-06-18 07:25:20
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/include: hal_io.h
Log message:
Added missing }
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2014-10-03 15:13 jlarmour
0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2014-10-03 15:13 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2014-10-03 15:13:22
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/src: synth.ld synth_entry.c
Log message:
* src/synth.ld src/synth_entry.c: Look for static constructors in
the .init_array section as well as .ctors (needed for gcc 4.7 and
later)
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2011-08-16 17:33 sergeig
0 siblings, 0 replies; 20+ messages in thread
From: sergeig @ 2011-08-16 17:33 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: sergeig@sourceware.org 2011-08-16 17:33:58
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/cdl: hal_synth.cdl
Log message:
* cdl/hal_synth.cdl (CYGPKG_HAL_SYNTH_TESTS): Fix a typo in make rule.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2009-08-17 14:44 bartv
0 siblings, 0 replies; 20+ messages in thread
From: bartv @ 2009-08-17 14:44 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: bartv@sourceware.org 2009-08-17 14:44:16
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/src: synth.ld
Log message:
Add support for a .eh_frame_hdr section
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2007-06-12 20:06 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2007-06-12 20:06 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2007-06-12 20:06:25
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/src: synth.ld synth_entry.c
Log message:
* src/synth_entry.c (__stack_chk_fail): another new function
needed when building with gcc 4.1.2
* current/src/synth.ld: place eh_frame_hdr into eh_frame.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2005-11-05 19:43 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2005-11-05 19:43 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-11-05 19:43:24
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/cdl: hal_synth.cdl
packages/hal/synth/arch/current/include: hal_io.h
packages/hal/synth/arch/current/src: synth_syscalls.c
Log message:
* include/hal_io.h (struct cyg_hal_sys_old_stat): Make the
structure match the kernel version otherwise the stack gets
corrupt and we die 'orribly. Added cyg_hal_sys_new_stat for when
using the new?stat() calls.
* src/synth_syscall.c (cyg_hal_sys_ftok): use the correct structure
member names and use the newstat system call so we get
values back which are compatible with glibc ftok() function.
* tests/ftok.c (new): Test case for the cyg_hal_sys_ftok()
function added in the previous patch.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2005-07-30 11:10 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2005-07-30 11:10 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-07-30 11:10:36
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/src: synth_diag.c synth_intr.c
Log message:
* src/synth_diag.c (hal_diag_write_char): Compiler warning fix.
* src/synth_intr.c (synth_auxiliary_instantiate): Ditto
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2004-12-15 14:01 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2004-12-15 14:01 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-12-15 14:01:40
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/cdl: hal_synth.cdl
packages/hal/synth/arch/current/include: hal_io.h
Added files:
packages/hal/synth/arch/current/src: synth_syscalls.c
Log message:
* include/hal_io.h: Add cyg_hal_sys_shmget(), cyg_hal_sys_shmat()
and cyg_hal_sys_shmdt() system calls
* src/synth_syscalls.c: Implementations of cyg_hal_sys_shmget(),
cyg_hal_sys_shmat() and cyg_hal_sys_shmdt(). Moved
cyg_hal_sys_mmap() from the flash driver to here.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2004-08-09 17:53 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2004-08-09 17:53 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-08-09 17:53:59
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/include: hal_intr.h
Log message:
* include/hal_intr.h (HAL_PLATFORM_RESET): Added missing ;
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2004-08-09 17:47 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2004-08-09 17:47 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Branch: flash_v2
Changes by: asl@sourceware.org 2004-08-09 17:47:23
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/include: hal_intr.h
Log message:
* include/hal_intr.h (HAL_PLATFORM_RESET): Added missing ;
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2004-08-05 13:52 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2004-08-05 13:52 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Branch: flash_v2
Changes by: asl@sourceware.org 2004-08-05 13:52:36
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/src: synth.ld
Log message:
+ * src/synth.ld: Added the 2ram section needed for flash devices
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2004-08-04 14:59 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2004-08-04 14:59 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-08-04 14:59:41
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/include: hal_intr.h hal_io.h
Log message:
* include/hal_io.h: Add cyg_hal_sys_mkdir() system call
* include/hal_intr.h: Add HAL_PLATFORM_RESET() macro
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2004-06-21 9:53 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2004-06-21 9:53 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-06-21 09:53:26
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/include: hal_io.h
Log message:
* include/hal_io.h:
Add cyg_hal_sys_readdir(), cyg_hal_sys_lstat(),
cyg_hal_sys_fstat() system call toegther with their
accompanying data structures and file mode bits
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2004-05-27 13:01 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2004-05-27 13:01 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-05-27 13:01:31
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/include: hal_io.h
Log message:
* include/hal_io.h:
Fix the open/fcntl flags by prepending a leading 0 so that they
are interpreted correctly as octal instead of decimal.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2003-07-02 3:36 jlarmour
0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-07-02 3:36 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-07-02 03:36:39
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/src: synth.ld
Log message:
* src/synth.ld: Synthetic linux at least needs libgcc_eh.a in the
GROUP() to resolve exception handling symbols.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2003-05-01 23:15 jlarmour
0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-05-01 23:15 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-05-01 23:15:59
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/doc: synth.sgml
Added files:
packages/hal/synth/arch/current/doc: filters.png layout.png
menu_edit.png menu_file.png
menu_help.png menu_view.png
preferences.png
screen_main.png
synth-io-overview.png
Removed files:
packages/hal/synth/arch/current/doc: filters.gif layout.gif
menu_edit.gif menu_file.gif
menu_help.gif menu_view.gif
preferences.gif
screen_main.gif
synth-io-overview.gif
Log message:
* doc/synth.sgml: Replaced .gif with .png to get PDF
output.
* doc/*.gif: Delete.
* doc/*.png: Replacements for .gifs added.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2003-05-01 19:07 jlarmour
0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-05-01 19:07 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Branch: ecos-v2_0-branch
Changes by: jlarmour@sourceware.org 2003-05-01 19:07:10
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/doc: synth.sgml
Added files:
packages/hal/synth/arch/current/doc: filters.png layout.png
menu_edit.png menu_file.png
menu_help.png menu_view.png
preferences.png
screen_main.png
synth-io-overview.png
Removed files:
packages/hal/synth/arch/current/doc: filters.gif layout.gif
menu_edit.gif menu_file.gif
menu_help.gif menu_view.gif
preferences.gif
screen_main.gif
synth-io-overview.gif
Log message:
* doc/synth.sgml: Replaced .gif with .png to get PDF
output.
* doc/*.gif: Delete.
* doc/*.png: Replacements for .gifs added.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2003-03-27 9:11 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2003-03-27 9:11 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Branch: ecos-v2_0-branch
Changes by: asl@sourceware.org 2003-03-27 09:11:10
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/src: synth_intr.c
Log message:
* src/synth_intr.c (synth_start_auxiliary): When an empty string
is found on the PATH, remember to move onto the next entry
otherwise we loop forever.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2003-03-27 9:07 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2003-03-27 9:07 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2003-03-27 09:07:51
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/src: synth_intr.c
Log message:
* src/synth_intr.c (synth_start_auxiliary): When an empty string
is found on the PATH, remember to move onto the next entry
otherwise we loop forever.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/hal/synth/arch/current ChangeLog ...
@ 2003-02-24 14:23 jlarmour
0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-02-24 14:23 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-02-24 14:23:04
Modified files:
packages/hal/synth/arch/current: ChangeLog
packages/hal/synth/arch/current/doc: synth.sgml
Added files:
packages/hal/synth/arch/current/doc: synth-io-overview.fig
synth-io-overview.gif
Removed files:
packages/hal/synth/arch/current/doc: overview.fig overview.gif
Log message:
* doc/overview.gif, doc/overview.fig: renamed to
synth-io-overview.gif and synth-io-overview.fig.
* doc/synth.sgml: Add some missing ">"s to header file names.
Comment out DOCTYPE for now to allow building with standard doc build.
overview.gif renamed as per above.
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2014-10-03 15:13 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-18 7:25 ecos/packages/hal/synth/arch/current ChangeLog asl
-- strict thread matches above, loose matches on Subject: below --
2014-10-03 15:13 jlarmour
2011-08-16 17:33 sergeig
2009-08-17 14:44 bartv
2007-06-12 20:06 asl
2005-11-05 19:43 asl
2005-07-30 11:10 asl
2004-12-15 14:01 asl
2004-08-09 17:53 asl
2004-08-09 17:47 asl
2004-08-05 13:52 asl
2004-08-04 14:59 asl
2004-06-21 9:53 asl
2004-05-27 13:01 asl
2003-07-02 3:36 jlarmour
2003-05-01 23:15 jlarmour
2003-05-01 19:07 jlarmour
2003-03-27 9:11 asl
2003-03-27 9:07 asl
2003-02-24 14:23 jlarmour
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).