Commit Graph

19554 Commits

Author SHA1 Message Date
Ralf Corsepius
d19ee726e7 Add PRIurtems_device_major_number. 2009-10-27 09:03:52 +00:00
Ralf Corsepius
443f184577 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxmsgq02/init.c:
	Remove cast in call to fatal_posix_service_status_errno.
2009-10-27 08:16:02 +00:00
Ralf Corsepius
cdfa0e6306 Remove cast in call to fatal_posix_service_status_errno. 2009-10-27 08:15:55 +00:00
Ralf Corsepius
69c6619f7e 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp11/task1.c, sp11/task2.c:
	Use PRIxrtems_event_set to print rtems_event_set's.
2009-10-27 08:14:04 +00:00
Ralf Corsepius
f15fc6ac97 Use PRIxrtems_event_set to print rtems_event_set's. 2009-10-27 08:13:58 +00:00
Ralf Corsepius
d0f47c22fb 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIxrtems_event_set.
	(fatal_posix_service_status_errno) Add local "long" var "statx".
2009-10-27 08:12:25 +00:00
Ralf Corsepius
acf5212020 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp09/screen13.c: Revert previous change.
	Remove broken extraneous line seemingly having crept into in
	2009-08-10 patch.
2009-10-27 07:51:51 +00:00
Ralf Corsepius
2b48505a96 Remove extraneous argument to print. 2009-10-27 07:30:34 +00:00
Ralf Corsepius
94418bd4eb 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* spsize/size.c: Use PRIu32 to print sys_req.
2009-10-27 07:27:55 +00:00
Ralf Corsepius
44c6b5bcb8 Use PRIu32 to print sys_req. 2009-10-27 07:27:43 +00:00
Ralf Corsepius
e8d172060e 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp37/init.c: Add missing argument to printf.
2009-10-27 07:12:25 +00:00
Ralf Corsepius
79c49e1ae4 Add missing argument to printf. 2009-10-27 07:12:05 +00:00
Ralf Corsepius
bf3a0a0460 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* base_sp/apptask.c, unlimited/init.c:
	Use PRIdrtems_task_argument to print rtems_task_argument's.
2009-10-27 06:59:32 +00:00
Ralf Corsepius
073dff354d Use PRIdrtems_task_argument to print rtems_task_argument's. 2009-10-27 06:59:20 +00:00
Ralf Corsepius
6fa28e901d 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp44/init.c, sp35/priinv.c, sp33/init.c, sp28/init.c,
	sp12/pritask.c, sp34/changepri.c:
	Use PRIdrtems_task_argument to print rtems_task_argument's.
2009-10-27 06:57:49 +00:00
Ralf Corsepius
7354b34824 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
	Add PRIdrtems_task_argument.
2009-10-27 06:53:15 +00:00
Ralf Corsepius
15b7644e55 Add PRIdThread_Entry_numeric_type.
Add PRIdrtems_task_argument.
2009-10-27 06:53:07 +00:00
Ralf Corsepius
e292c66130 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp25/task1.c: segment_size is uintptr_t.
	* spfatal06/testcase.h: Add missing return.
2009-10-27 05:17:55 +00:00
Ralf Corsepius
4ee0bda56c segment_size is uintptr_t. 2009-10-27 05:17:31 +00:00
Ralf Corsepius
b9547eef8c Add missing return. 2009-10-27 05:15:19 +00:00
Ralf Corsepius
13910fc85c 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxenosys/init.c:
	Add missing args in calls to execl, execlp, execle.
2009-10-27 05:13:56 +00:00
Ralf Corsepius
dd06f5cba2 Add missing args in calls to execl, execlp, execle. 2009-10-27 05:13:49 +00:00
Ralf Corsepius
f32b613fcf 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
	* psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
	* psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
	HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
	* configure.ac:
	Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
2009-10-27 05:04:01 +00:00
Ralf Corsepius
0e3f3fb078 Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME. 2009-10-27 05:03:29 +00:00
Ralf Corsepius
15a4f37c7f Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME. 2009-10-27 05:02:34 +00:00
Ralf Corsepius
8c3c4822b3 Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME, HAVE_DECL_PTHREAD_ATTR_SETCPUTIME. 2009-10-27 05:01:14 +00:00
Ralf Corsepius
90c8051a24 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac:
	Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
2009-10-27 04:59:10 +00:00
Ralf Corsepius
7a6c4c5172 Add AC_CHECK_DECLS pthread_getcputime, pthread_setcputime. 2009-10-27 04:58:47 +00:00
Ralf Corsepius
b064c98099 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c:
	Duplicate code from rtems_name_to_characters to convert rtems_name's
	into char arrays.
2009-10-27 04:12:25 +00:00
Ralf Corsepius
e295d463d0 Duplicate code from rtems_name_to_characters to convert rtems_name's into char arrays. 2009-10-27 04:12:06 +00:00
Ralf Corsepius
a20539f173 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp09/screen13.c: Comment out unused return status.
	* sp63/init.c: Use PRIu32 to print uint32_t's.
	* sp33/init.c: Use PRIu32 to print uint32_t's.
	* sp28/init.c: Use PRIu32 to print uint32_t's.
2009-10-27 04:05:12 +00:00
Ralf Corsepius
9197aefcbe Comment out unused return status. 2009-10-27 04:04:39 +00:00
Ralf Corsepius
d23649d2c3 Use PRIu32 to print uint32_t's. 2009-10-27 04:03:41 +00:00
Ralf Corsepius
cdc371fa24 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmck/task1.c: Use PRIu32 to print uint32_t's.
2009-10-27 04:00:15 +00:00
Ralf Corsepius
2441f74da2 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec.
	* psxsysconf/init.c: Use %ld to print *.tv_nsec.
	* psxclock/init.c: Use %ld to print *.tv_nsec.
	* psx06/init.c, psx06/system.h: Misc. warning fixes.
2009-10-27 03:58:10 +00:00
Ralf Corsepius
17c7533410 Use %ld to print *.tv_nsec. 2009-10-27 03:57:28 +00:00
Ralf Corsepius
669ad957ae Misc. warning fixes. 2009-10-27 03:53:39 +00:00
Ralf Corsepius
1d355518b0 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp31/task1.c: Use PRIdWatchdog_Interval to print
	Watchdog_Interval's.
2009-10-26 17:13:18 +00:00
Ralf Corsepius
c784b7fe72 Use PRIdWatchdog_Interval to print Watchdog_Interval's. 2009-10-26 17:13:09 +00:00
Ralf Corsepius
3e0396ff91 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp20/task1.c, sp32/init.c, spclockget/init.c: Use
	PRIdrtems_interval to print rtems_interval's.
2009-10-26 17:04:50 +00:00
Ralf Corsepius
c0c2d491df Use PRIdrtems_interval to print rtems_interval's. 2009-10-26 17:04:39 +00:00
Ralf Corsepius
e693be45d7 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIdWatchdog_Interval.
	Add PRIdrtems_interval.
2009-10-26 17:02:40 +00:00
Ralf Corsepius
2d4d515991 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp13/task1.c: Misc. uint32_t fixes.
2009-10-26 16:53:46 +00:00
Ralf Corsepius
c21011af0e Misc. uint32_t fixes. 2009-10-26 16:53:35 +00:00
Ralf Corsepius
7db3ba6eba 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp20/task1.c: Misc. uint32_t fixes.
2009-10-26 16:52:14 +00:00
Ralf Corsepius
a6d0b15ac7 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp47/init.c: Add PRIXModes_Control, PRIXrtems_mode.
	Use PRIXrtems_mode to print rtems_mode's.
	* sp08/system.h: Add PRIxModes_Control, PRIxrtems_mode.
	Use PRIxrtems_mode to print rtems_mode's.
2009-10-26 15:16:04 +00:00
Ralf Corsepius
afd0fe59e9 Add PRIXModes_Control, PRIXrtems_mode.
Use PRIXrtems_mode to print rtems_mode's.
2009-10-26 15:15:56 +00:00
Ralf Corsepius
bc863a8159 Add PRIxModes_Control, PRIxrtems_mode.
Use PRIxrtems_mode to print rtems_mode's.
2009-10-26 15:15:36 +00:00
Ralf Corsepius
43c9b4d5b4 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp19/first.c, sp19/fptask.c, sp19/fptest.h, sp19/inttest.h,
	sp19/task1.c: Add missing PRI*32's.
2009-10-26 14:58:47 +00:00
Ralf Corsepius
51b81fd90e Add missing PRI*32's. 2009-10-26 14:58:36 +00:00