Commit Graph
22127 Commits
Author SHA1 Message Date
Ralf Corsepius 39a056b8a1 2010-08-06 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1652/GCC:
	* psxpipe01/init.c: Expand incomplete initializers triggering
	powerpc-gcc -msdata breakdown.
2010-08-06 07:44:23 +00:00
Ralf Corsepius 014bff5a5c 2010-08-06 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1652/GCC:
	* psxpipe01/init.c: Expand incomplete initializers triggering
	powerpc-gcc -msdata breakdown.
2010-08-06 07:44:22 +00:00
Ralf Corsepius 244ddf522d Regenerate. 2010-08-05 06:01:35 +00:00
Ralf Corsepius 96546afb72 autoconf-2.67. 2010-08-05 06:01:02 +00:00
Ralf Corsepius 06889f2173 New. 2010-08-05 05:15:47 +00:00
Ralf Corsepius 7f45f8f894 Regenerate. 2010-08-05 05:14:16 +00:00
Ralf Corsepius d5791b40c8 Bump GCC_RPMREL. 2010-08-05 05:13:17 +00:00
Ralf Corsepius a12bf1dbdb newlib-1.18.0-rtems4.11-20100804.diff. 2010-08-05 05:13:02 +00:00
Ralf Corsepius 7f7781018d Preps for fedora-14.
Fix Source60:-URL (mpfr).
2010-08-05 05:11:54 +00:00
Joel Sherrill 344402c0ed 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/startup/sbrk.c: Make bsp's sbrk a weak reference so that the
	test of having sbrk() support in malloc can link.
2010-08-03 22:02:30 +00:00
Joel Sherrill 5714bc5c7b 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/startup/linkcmds: Add .gcc_except_table*.
2010-08-03 18:29:12 +00:00
Ralf Corsepius 99bfef17cd 2010-08-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/getegid.c, libcsupport/src/geteuid.c,
	libcsupport/src/getpid.c, libcsupport/src/getppid.c,
	libcsupport/src/getuid.c, libcsupport/src/setegid.c,
	libcsupport/src/seteuid.c, libcsupport/src/setsid.c
	libcsupport/src/setuid.c: Remove redundant includes.
2010-08-03 15:56:36 +00:00
Ralf Corsepius ab13eeddb5 Remove redundant includes. 2010-08-03 15:56:25 +00:00
Joel Sherrill 51276d205e 2010-08-03 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1649/cpukit
	* libcsupport/Makefile.am, libcsupport/src/getgid.c: Make sure all get
	and set gid and egid routines are present and in their own files.
	* libcsupport/src/setegid.c, libcsupport/src/setgid.c: New files.
2010-08-03 15:46:52 +00:00
Ralf Corsepius 2f797d07b2 2010-08-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Apply RTEMS_CHECK_FUNC for set/get*id family of
	functions. Extend set/get*id family of checks.
2010-08-03 15:44:05 +00:00
Ralf Corsepius 26c6706cfc 2010-08-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-func.m4: New.
2010-08-03 15:42:44 +00:00
Joel Sherrill 1246d791ab 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/bspgetworkarea.c: Formatting.
2010-08-03 14:17:15 +00:00
Joel Sherrill 989938f1b2 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Add BSP_poll_char.
2010-08-03 14:16:41 +00:00
Joel Sherrill a90576b644 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspstart.c: Add BSP_poll_char.
2010-08-03 14:16:35 +00:00
Joel Sherrill b2c02c7496 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/debugio.c: Add BSP_poll_char.
2010-08-03 14:15:54 +00:00
Joel Sherrill e77c8b5117 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Add BSP_poll_char. Reformat.
2010-08-03 14:15:39 +00:00
Sebastian Huber fc7482bc4d 2010-08-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1650/cpukit
	* user/part.t: Clarify.
2010-08-03 07:04:46 +00:00
Ralf Corsepius 8682da3937 2010-08-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add checks for [get|set][e][uid,gid] family of
	functions.
2010-08-03 05:29:16 +00:00
Joel Sherrill 8851c0a5ef 2010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/imfs/imfs_creat.c, libfs/src/imfs/imfs_eval.c,
	libfs/src/imfs/imfs_mknod.c, libfs/src/imfs/imfs_readlink.c,
	libfs/src/pipe/fifo.c: Clean up for coverage improvements and
	formatting.
2010-08-02 18:27:23 +00:00
Joel Sherrill 5114d3ffd2 2010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/stackchk/check.c: If this port does not allocate the
	interrupt stack, then it must always be a thread stack. Do not
	include code to print the interrupt stack information.
2010-08-02 18:26:30 +00:00
Joel Sherrill 2d08be11dd 2010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/base_fs.c, libcsupport/src/rtems_mkdir.c: Formatting.
2010-08-02 18:24:15 +00:00
Joel Sherrill 189b89efb3 2010-07-30 Bharath Suri <bharath.s.jois@gmail.com>
PR 1642/testing
	* psximfs02/init.c, psximfs02/psximfs02.scn,
	psximfs02/psximfs02.doc: Added test cases to exercise chmod(),
	chown() and routines in imfs_debug.c.
2010-08-02 18:19:35 +00:00
Joel Sherrill d0e825d0b9 2010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add test for rtems_print_buffer().
	* dumpbuf01/.cvsignore, dumpbuf01/Makefile.am, dumpbuf01/dumpbuf01.doc,
	dumpbuf01/dumpbuf01.scn, dumpbuf01/init.c: New files.
2010-08-02 18:17:11 +00:00
Joel Sherrill 9e8f3dc9bf 2010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add test cases to
	improve coverage.
2010-08-02 18:11:53 +00:00
Joel Sherrill 4c782c26ac 2010-07-30 Bharath Suri <bharath.s.jois@gmail.com>
PR 1645/cpukit
	* libcsupport/src/getuid.c: Moved setuid() routine to its own
	file.
	* libcsupport/src/setuid.c: New file with setuid() routine.
	* libcsupport/src/seteuid.c: New file with seteuid() routine.
2010-08-02 18:10:10 +00:00
Ralf Corsepius 674fbe24ce Rename to final patch name. 2010-08-01 04:11:56 +00:00
Ralf Corsepius e06d0de092 Regenerate. 2010-08-01 04:10:14 +00:00
Ralf Corsepius 3649bde6bc GCC_PKGVERS = $(GCC_VERS) 2010-08-01 04:09:26 +00:00
Ralf Corsepius ffbfa5bce8 Regenerate. 2010-08-01 04:04:26 +00:00
Ralf Corsepius 522db213a5 Bump GCC_RPMREL. 2010-08-01 04:03:04 +00:00
Ralf Corsepius 1e94b1dd57 gcc-4.5.1 (final). 2010-08-01 04:02:12 +00:00
Ralf Corsepius 4d8cd2216d 2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove clean-local:.
	Use CLEANFILES for cleaning up make-exe by-products.
2010-07-31 03:09:52 +00:00
Ralf Corsepius cc43b36400 2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
	intital_fs directory.
2010-07-31 03:07:34 +00:00
Joel Sherrill 0aea082fe0 2010-07-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/fstat.c, libcsupport/src/rmdir.c,
	libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_creat.c,
	libfs/src/imfs/imfs_debug.c, libfs/src/imfs/imfs_getchild.c,
	libfs/src/imfs/memfile.c: Add IMFS_assert. Clean up and remove all
	checks which are redundant with system call layer. Formatting.
2010-07-30 22:36:32 +00:00
Joel Sherrill 3bae3f2c5c 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* porting/interrupts.t: Rename _Context_Switch_necessary to
	_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:54:58 +00:00
Joel Sherrill 4b1d26142c 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* posix/src/psignalunblockthread.c, posix/src/pthreadkill.c,
	rtems/src/signalsend.c, score/include/rtems/score/percpu.h,
	score/inline/rtems/score/thread.inl, score/src/thread.c,
	score/src/threadchangepriority.c, score/src/threadclearstate.c,
	score/src/threaddispatch.c, score/src/threadready.c,
	score/src/threadresume.c, score/src/threadsetstate.c,
	score/src/threadstartmultitasking.c, score/src/threadsuspend.c,
	score/src/threadyieldprocessor.c: Rename _Context_Switch_necessary to
	_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:53:06 +00:00
Joel Sherrill 9d47cd1aef 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* tm26/task1.c, tm27/task1.c: Rename _Context_Switch_necessary to
	_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:52:32 +00:00
Joel Sherrill 48170821f0 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* spsize/size.c: Rename _Context_Switch_necessary to
	_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:52:30 +00:00
Joel Sherrill 2f49bcfb01 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* cpu_asm.c: Rename _Context_Switch_necessary to
	_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:52:16 +00:00
Joel Sherrill f2edf67da7 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* irq.c: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary
	to more properly reflect the intent.
2010-07-30 18:52:14 +00:00
Joel Sherrill bfc76f9e1b 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* cpu_asm.S: Rename _Context_Switch_necessary to
	_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:52:12 +00:00
Joel Sherrill 82b04a2b63 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
	sh7750/score/cpu_asm.c, shgdb/score/cpu_asm.c: Rename
	_Context_Switch_necessary to _Thread_Dispatch_necessary to more
	properly reflect the intent.
2010-07-30 18:51:49 +00:00
Joel Sherrill 7814f92a5d 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* new-exceptions/bspsupport/ppc_exc_hdl.c: Rename
	_Context_Switch_necessary to _Thread_Dispatch_necessary to more
	properly reflect the intent.
2010-07-30 18:51:43 +00:00
Joel Sherrill 1973a2a620 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
	* shared/irq/exception.S: Rename _Context_Switch_necessary to
	_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:51:12 +00:00
Joel Sherrill a46e6b6d91 2010-07-30 Vinu Rajashekhar <vinutheraj@gmail.com>
* sapi/include/confdefs.h: Add configuration macros for Go
	requirements.
2010-07-30 18:44:46 +00:00