asl | 1 May 2008 11:31
Favicon

ecos/packages/io/fileio/current ChangeLog cdl/ ...

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl <at> sourceware.org	2008-05-01 09:31:09

Modified files:
	packages/io/fileio/current: ChangeLog 
	packages/io/fileio/current/cdl: fileio.cdl 
	packages/io/fileio/current/doc: fileio.sgml 
	packages/io/fileio/current/include: dirent.h 
	packages/io/fileio/current/src: dir.cxx 

Log message:
	* cdl/fileio.cdl: Use CYGPKG_FILEIO_DIRENT_DTYPE to enable/disable
	d_type field of struct dirent.
	* include/dirent.h: Add a d_type field to struct dirent, in order to
	distinguish file type directly without calling stat.
	* doc/fileio.sgml: Documentation about this new member and the fact
	it is not portable.

asl | 1 May 2008 11:31
Favicon

ecos/packages/fs/ram/current ChangeLog cdl/ram ...

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl <at> sourceware.org	2008-05-01 09:31:50

Modified files:
	packages/fs/ram/current: ChangeLog 
	packages/fs/ram/current/cdl: ramfs.cdl 
	packages/fs/ram/current/src: ramfs.c 
	packages/fs/ram/current/tests: ramfs1.c 

Log message:
	* cdl/ramfs.cdl: Use CYGPKG_FS_RAM_RET_DIRENT_DTYPE to control
	whether ram sets file type in ramfs_fo_dirread.
	* src/ramfs.c: Set file type in ramfs_fo_dirread.
	* tests/ramfs1.c: Test the new d_type in dirent when present.

asl | 1 May 2008 11:33
Favicon

ecos/packages/fs/rom/current ChangeLog cdl/rom ...

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl <at> sourceware.org	2008-05-01 09:33:12

Modified files:
	packages/fs/rom/current: ChangeLog 
	packages/fs/rom/current/cdl: romfs.cdl 
	packages/fs/rom/current/src: romfs.c 
	packages/fs/rom/current/tests: romfs1.c 

Log message:
	* cdl/romfs.cdl: Use CYGPKG_FS_ROM_RET_DIRENT_DTYPE to control
	whether fatfs sets file type in romfs_fo_dirread.
	* src/romfs.c: Set file type in romfs_fo_dirread.
	* tests/romfs1.c: Test the new d_type in dirent when present.

asl | 1 May 2008 11:35
Favicon

ecos/packages/fs/jffs2/current ChangeLog cdl/j ...

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl <at> sourceware.org	2008-05-01 09:35:19

Modified files:
	packages/fs/jffs2/current: ChangeLog 
	packages/fs/jffs2/current/cdl: jffs2.cdl 
	packages/fs/jffs2/current/src: fs-ecos.c 
	packages/fs/jffs2/current/tests: jffs2_1.c 

Log message:
	* cdl/jffs2.cdl: Use CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE to control
	whether jffs2 sets file type in jffs2_fo_dirread.
	* src/fs-ecos.c: Set file type in jffs2_fo_dirread.
	* tests/jffs2_1.c: Test the new d_type in dirent when present.

asl | 1 May 2008 11:36
Favicon

ecos/packages/fs/ram/current/tests ramfs1.c

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl <at> sourceware.org	2008-05-01 09:36:49

Modified files:
	packages/fs/ram/current/tests: ramfs1.c 

Log message:
	Fix FAT->RAM typo.

asl | 1 May 2008 11:40
Favicon

ecos/packages/fs/fat/current ChangeLog cdl/fat ...

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl <at> sourceware.org	2008-05-01 09:40:56

Modified files:
	packages/fs/fat/current: ChangeLog 
	packages/fs/fat/current/cdl: fatfs.cdl 
	packages/fs/fat/current/src: fatfs.c 
	packages/fs/fat/current/tests: fatfs1.c 

Log message:
	* cdl/fatfs.cdl: Use CYGPKG_FS_FAT_RET_DIRENT_DTYPE to control
	whether fatfs sets file type in fatfs_fo_dirread.
	* src/fatfs.c: Set file type in fatfs_fo_dirread
	* test/fatfs1.c: Test the new d_type in dirent when present.

asl | 1 May 2008 12:16
Favicon

ecos-opt/net/net/ppp/current ChangeLog src/ipcp.c

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl <at> sourceware.org	2008-05-01 10:16:17

Modified files:
	net/net/ppp/current: ChangeLog 
	net/net/ppp/current/src: ipcp.c 

Log message:
	* src/ipcp.c (ipcp_init): Negotiate both primary and secondary DNS
	resolver addresses when CYGOPT_PPP_NS_NEGOTIATE is enabled.

asl | 1 May 2008 12:49
Favicon

ecos/packages/hal/arm/at91/at91sam7xek/current ...

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl <at> sourceware.org	2008-05-01 10:49:42

Modified files:
	packages/hal/arm/at91/at91sam7xek/current: ChangeLog 
	packages/hal/arm/at91/at91sam7xek/current/cdl: 
	                                               hal_arm_at91sam7xek.cdl 
	packages/hal/arm/at91/at91sam7xek/current/src: 
	                                               at91sam7xek_misc.c 

Log message:
	* cdl/hal_arm_at91sam7xek.cdl: Added configuration options in
	order to support the at91sam7x512
	* src/at91sam7xek_misc.c: Fix a typo in the phy initialisation code.
	Pin 18 was being setup to drive the powerdown pin of the phy but
	pin 19 was driven low instead.

asl | 1 May 2008 12:50
Favicon

ecos/packages/hal/arm/at91/at91sam7s/current C ...

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl <at> sourceware.org	2008-05-01 10:50:27

Modified files:
	packages/hal/arm/at91/at91sam7s/current: ChangeLog 
	packages/hal/arm/at91/at91sam7s/current/cdl: 
	                                             hal_arm_at91sam7s.cdl 
Added files:
	packages/hal/arm/at91/at91sam7s/current/include/pkgconf: 
	                                                         mlt_arm_at91sam7x512_rom.h 
	                                                         mlt_arm_at91sam7x512_rom.ldi 

Log message:
	* include/pkgconf/mlt_arm_at91sam7x512_rom.{h|ldi}: Added the
	memory layout files to support the at91sam7x512
	* cdl/hal_arm_at91s.cdl: Added the configuration options to
	support the at91sam7x512

asl | 6 May 2008 21:01
Favicon

ecos/packages/devs/serial/powerpc/mpc555

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl <at> sourceware.org	2008-05-06 19:01:58

ecos/packages/devs/serial/powerpc/mpc555

Update of /cvs/ecos/ecos/packages/devs/serial/powerpc/mpc555
In directory sourceware.org:/tmp/cvs-serv28566/mpc555

Log Message:
Directory /cvs/ecos/ecos/packages/devs/serial/powerpc/mpc555 added to the repository


Gmane