Commit Graph

19703 Commits

Author SHA1 Message Date
Ralf Corsepius
692c73336d 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/cfinit.c: Remove init_vbr (Unused).
2009-11-03 12:28:08 +00:00
Ralf Corsepius
2fa726e583 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/startup/probeMemEnd.c: Add missing prototypes.
2009-11-03 12:14:57 +00:00
Ralf Corsepius
899b00dca2 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Add missing prototype.
2009-11-03 11:55:09 +00:00
Ralf Corsepius
1be5983fe1 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add RTEMS_BSP_LINKCMDS.
	* make/custom/csb637.cfg: Remove LDFLAGS. Remove RTEMS_LINKCMDS.
	* startup/linkcmds: Remove (Rename into linkcmds.csb337).
	* startup/linkcmds.csb337: New (Renamed from linkcmds).
	* Makefile.am: Rework linkcmds handling.
2009-11-03 11:41:47 +00:00
Ralf Corsepius
7187942f4a 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add RTEMS_BSP_LINKCMDS.
	* make/custom/lpc24xx.inc: Remove LDFLAGS.
	* make/custom/lpc24xx_ea.cfg: Remove LPC24XX_LINKCMDS.
	* make/custom/lpc24xx_ncs_ram.cfg: Remove LPC24XX_LINKCMDS.
	* make/custom/lpc24xx_ncs_rom_ext.cfg: Remove LPC24XX_LINKCMDS.
	* make/custom/lpc24xx_ncs_rom_int.cfg: Remove LPC24XX_LINKCMDS.
	* startup/linkcmds: Remove.
	* Makefile.am: Rework linkcmds handling.
2009-11-03 11:34:46 +00:00
Ralf Corsepius
70d7a36e4c 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/bsp-linkcmds.m4: New.
2009-11-03 08:49:05 +00:00
Ralf Corsepius
fb198bd709 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/umon/tfsDriver.c (rtems_tfs_eval_path):
	Add missing parameter.
2009-11-03 07:12:25 +00:00
Ralf Corsepius
f7b5aa56e5 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* itron/src/chg_pri.c, itron/src/cre_tsk.c,
	itron/src/eventflags.c, itron/src/fmempool.c,
	itron/src/frsm_tsk.c, itron/src/itroninittasks.c,
	itron/src/itronsem.c, itron/src/mbox.c, itron/src/msgbuffer.c,
	itron/src/port.c, itron/src/rsm_tsk.c, itron/src/snd_mbx.c,
	itron/src/task.c, itron/src/vmempool.c: Eliminate TRUE/FALSE in
	favor of true/false.
2009-11-03 05:23:17 +00:00
Ralf Corsepius
9d2df2b3e1 Eliminate TRUE/FALSE in favor of true/false. 2009-11-03 05:23:05 +00:00
Ralf Corsepius
f62c4673b6 2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Include rtems/score/thread.h.
	Remove _Thread_Dispatch_disable_level.
2009-11-03 04:29:40 +00:00
Ralf Corsepius
887796ba47 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/bdbuf.c: Cast bdbuf->state to int32_t
	before shifting << 16 (Can not shift an enum by << 16 on 16bit).
2009-11-02 12:18:19 +00:00
Ralf Corsepius
b5c8e278c6 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
2009-11-02 11:13:59 +00:00
Ralf Corsepius
8324306179 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmoverhd/dumrtems.h: Rework undef/define cascade.
	Add RTEMS_GCC_NOWARN_USED.
2009-11-02 11:13:09 +00:00
Ralf Corsepius
56c091e25f 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmoverhd/system.h: Add prototype for Empty_directive();
2009-11-02 11:11:37 +00:00
Ralf Corsepius
817594bfc6 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_conv.c,
	libfs/src/dosfs/msdos_misc.c: Use uint16_t instead of
	"unsigned short" to circumvent warnings on 16bit targets.
2009-11-02 11:09:08 +00:00
Ralf Corsepius
5ac15a5ccb Use uint16_t instead of "unsigned short" to circumvent warning on
16bit targets.
2009-11-02 11:08:31 +00:00
Thomas Doerfler
6c9b39012d Fixed buffer recycling
Wake-up access waiters after sync
2009-11-02 09:50:06 +00:00
Ralf Corsepius
deb22fc5af 2009-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxsignal03/init.c:
	Print sigval.sival_ptr instead of "union sigval".
2009-11-02 07:10:58 +00:00
Ralf Corsepius
c61e6316e0 Print sigval.sival_ptr instead of "union sigval". 2009-11-02 07:10:36 +00:00
Ralf Corsepius
4f11fac570 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
	int to match with rtems/rtems_bsdnet.h.
2009-11-02 04:24:20 +00:00
Ralf Corsepius
1901ba4746 Adjust return-type of rtems_bsdnet_loopattach to int to match with rtems/rtems_bsdnet.h. 2009-11-02 04:24:14 +00:00
Ralf Corsepius
7a20394f99 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxstat/test.c: Apply PRI* macros to print struct stat fields.
2009-11-01 07:55:21 +00:00
Ralf Corsepius
d00a1abc7c 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxstat/test.c: Apply PRI* macros to print struct stat fields.
2009-11-01 07:55:20 +00:00
Ralf Corsepius
a60113c616 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
2009-11-01 07:54:35 +00:00
Ralf Corsepius
4e17a42dbc 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
2009-11-01 07:54:34 +00:00
Ralf Corsepius
620e03299e 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxfile01/test.c: Remove obsure #ifdef's.
	Apply PRI* macros to print struct stat fields.
2009-11-01 07:53:31 +00:00
Ralf Corsepius
f9307ee751 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxfile01/test.c: Remove obsure #ifdef's.
	Apply PRI* macros to print struct stat fields.
2009-11-01 07:53:30 +00:00
Ralf Corsepius
91581144b5 2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
	PRIxblksize_t, PRIxblkcnt_t.
	Comment cleanups.
2009-11-01 07:51:16 +00:00
Ralf Corsepius
3699e143d3 Add PRIxino_t, PRIdoff_t, PRIxblksize_t, PRIxblkcnt_t.
Comment cleanups.
2009-11-01 06:38:59 +00:00
Ralf Corsepius
c3fc9d8068 2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* termios/init.c: Remove sh2 hacks.
2009-11-01 06:36:28 +00:00
Ralf Corsepius
86f02622de Remove sh2 hacks. 2009-11-01 06:36:22 +00:00
Ralf Corsepius
862202294b 2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
2009-11-01 04:10:32 +00:00
Ralf Corsepius
937132ea3b Use true/false instead of TRUE/FALSE for "bool"s. 2009-11-01 04:10:20 +00:00
Ralf Corsepius
cba71b911f 2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm15/task1.c: Make time_set a "bool".
	Eliminate TRUE/FALSE.
2009-11-01 03:44:36 +00:00
Ralf Corsepius
256d779816 Make time_set a "bool".
Eliminate TRUE/FALSE.
2009-11-01 03:44:24 +00:00
Thomas Doerfler
593019634a moved timebase/decrementer access from cpukit to libcpu 2009-10-31 07:04:20 +00:00
Ralf Corsepius
0aa32a4f76 2009-10-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
	TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
2009-10-31 05:15:14 +00:00
Ralf Corsepius
7a2699a067 2009-10-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
	TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
2009-10-31 05:15:13 +00:00
Ralf Corsepius
c8780b5f95 2009-10-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/pmacros.h: November is the 11th month.
2009-10-31 05:05:24 +00:00
Ralf Corsepius
48ddbf103c November is the 11th month. 2009-10-31 05:05:09 +00:00
Thomas Doerfler
3fcc78aef9 move timebase access functions from cpukit to libcpu 2009-10-30 19:28:46 +00:00
Joel Sherrill
94d9beecf4 2009-10-30 Glenn Humphrey <glenn.humphrey@oarcorp.com>
PR pr1462/cpukit
	* rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemongetstatus.c,
	rtems/src/ratemonperiod.c, rtems/src/ratemontimeout.c,
	score/include/rtems/score/thread.h: Fix bugs in rate monotonic
	statistics.
2009-10-30 17:54:29 +00:00
Ralf Corsepius
7bf6612bf2 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* itrontime01/init.c: Use %ld to print "time"s.
2009-10-30 17:29:01 +00:00
Ralf Corsepius
54b4a02481 Use %ld to print "time"s. 2009-10-30 17:28:43 +00:00
Joel Sherrill
ef89926a5d 2009-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* mp03/task1.c, mp10/init.c, mp13/task1.c: Use
	rtems_clock_get_ticks_per_second() instead of the obsoleted
	TICKS_PER_SECOND.
2009-10-30 17:04:36 +00:00
Joel Sherrill
82567f54c4 2009-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/src/semcreate.c: Fix mismatched brace in multiprocessing code.
2009-10-30 17:02:22 +00:00
Thomas Doerfler
f7ac681b51 remove depratated powerpc exception API 2009-10-30 13:52:34 +00:00
Thomas Doerfler
5075ec98c7 add cache.rel to Makefile 2009-10-30 13:50:25 +00:00
Ralf Corsepius
f576391ba4 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/timesys.h: Use PRId32.
2009-10-30 13:37:52 +00:00
Ralf Corsepius
558da8cc29 Use PRId32. 2009-10-30 13:37:42 +00:00