Commit Graph

9792 Commits

Author SHA1 Message Date
Ralf Corsepius
39785ad1e6 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 697/bsps
	* flashentry/flashentry.S: Fix broken comments
	(Patch by Thomas.Doerfler@imd-systems.de)
2004-11-02 02:41:28 +00:00
Joel Sherrill
6ca6ef40cf 2004-11-01 Joel Sherrill <joel@OARcorp.com>
* libmisc/monitor/mon-manager.c, libmisc/monitor/mon-object.c: Remove
	references to _Object_Is_local in single processor configurations.
2004-11-01 16:35:42 +00:00
Joel Sherrill
d686006540 2004-11-01 Joel Sherrill <joel@OARcorp.com>
* score/src/coresemsurrender.c, score/src/objectnametoid.c: All
	_Objects_Is_Local... should only be called if multiprocessing is
	enabled.
2004-11-01 15:37:30 +00:00
Joel Sherrill
c7b7f38098 2004-11-01 Joel Sherrill <joel@OARcorp.com>
* score/include/rtems/score/object.h, score/src/object.c,
	score/src/objectallocatebyindex.c, score/src/objectcomparenameraw.c,
	score/src/objectcomparenamestring.c, score/src/objectcopynameraw.c,
	score/src/objectinitializeinformation.c: Fix bugs in previous commit.
	Now compiles.
2004-11-01 15:28:22 +00:00
Ralf Corsepius
b05ecca4b2 Fix typo. 2004-11-01 14:24:09 +00:00
Ralf Corsepius
59297bb7c2 Fix typo. 2004-11-01 13:50:59 +00:00
Ralf Corsepius
92100147e1 Fix typo. 2004-11-01 13:44:54 +00:00
Ralf Corsepius
e6f664ffc9 2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/include/rtems/rtems/tasks.h, rtems/src/taskstart.c:
	rtems_task_start(..., rtems_task_argument  argument );
2004-11-01 13:36:49 +00:00
Joel Sherrill
baff4dafe1 2004-11-01 Joel Sherrill <joel@oarcorp.com>
* score/cpu/no_cpu/rtems/score/cpu.h, score/include/rtems/debug.h,
	score/include/rtems/seterr.h, score/include/rtems/system.h,
	score/include/rtems/score/address.h,
	score/include/rtems/score/apiext.h,
	score/include/rtems/score/apimutex.h,
	score/include/rtems/score/bitfield.h,
	score/include/rtems/score/chain.h,
	score/include/rtems/score/context.h,
	score/include/rtems/score/copyrt.h,
	score/include/rtems/score/coremsg.h,
	score/include/rtems/score/coremutex.h,
	score/include/rtems/score/coresem.h,
	score/include/rtems/score/heap.h, score/include/rtems/score/interr.h,
	score/include/rtems/score/isr.h, score/include/rtems/score/mpci.h,
	score/include/rtems/score/mppkt.h,
	score/include/rtems/score/objectmp.h,
	score/include/rtems/score/priority.h,
	score/include/rtems/score/stack.h,
	score/include/rtems/score/states.h,
	score/include/rtems/score/sysstate.h,
	score/include/rtems/score/thread.h,
	score/include/rtems/score/threadmp.h,
	score/include/rtems/score/threadq.h, score/include/rtems/score/tod.h,
	score/include/rtems/score/tqdata.h,
	score/include/rtems/score/userext.h,
	score/include/rtems/score/watchdog.h,
	score/include/rtems/score/wkspace.h,
	score/inline/rtems/score/address.inl,
	score/inline/rtems/score/chain.inl,
	score/inline/rtems/score/coremsg.inl,
	score/inline/rtems/score/coremutex.inl,
	score/inline/rtems/score/coresem.inl,
	score/inline/rtems/score/heap.inl, score/inline/rtems/score/isr.inl,
	score/inline/rtems/score/mppkt.inl,
	score/inline/rtems/score/objectmp.inl,
	score/inline/rtems/score/priority.inl,
	score/inline/rtems/score/stack.inl,
	score/inline/rtems/score/states.inl,
	score/inline/rtems/score/sysstate.inl,
	score/inline/rtems/score/thread.inl,
	score/inline/rtems/score/threadmp.inl,
	score/inline/rtems/score/tod.inl,
	score/inline/rtems/score/tqdata.inl,
	score/inline/rtems/score/userext.inl,
	score/inline/rtems/score/watchdog.inl,
	score/inline/rtems/score/wkspace.inl: Add Doxygen comments -- working
	modifications which are not complete and may have broken code.
	Committing so work and testing can proceed.
	* score/Doxyfile, score/mainpage.h: New files.
2004-11-01 13:22:41 +00:00
Ralf Corsepius
7ce11b2556 2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* libmisc/monitor/monitor.h: Let rtems_monitor_config_dump return int.
	* libmisc/monitor/mon-config.c: Ditto. Use PRI*N macros.
	* libmisc/monitor/mon-itask.c, libmisc/monitor/mon-prmisc.c: Use
	PRI*N macros.
2004-11-01 13:17:54 +00:00
Joel Sherrill
85b7605b32 2004-11-01 Joel Sherrill <joel@oarcorp.com>
* score/include/rtems/score/object.h,
	score/inline/rtems/score/object.inl,
	score/macros/rtems/score/object.inl: Add first cut of optional
	16 bit object Id as space reduction for small systems (TinyRTEMS).
2004-11-01 13:15:40 +00:00
Ralf Corsepius
cbd849c0de 2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* monitor/monitor.h: Let rtems_monitor_config_dump return int.
	* monitor/mon-config.c: Ditto. Use PRI*N macros.
	* monitor/mon-itask.c, monitor/mon-prmisc.c: Use PRI*N macros.
2004-11-01 13:14:33 +00:00
Ralf Corsepius
e7ab8899cd 2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove -ansi (Cygwin breaks with it).
	* libcsupport/include/stdint.h: Use sys/_stdint.h to setup fixed
	size types.
	* libcsupport/include/sys/_inttypes.h: Add SCN*N macros.
2004-11-01 11:38:18 +00:00
Ralf Corsepius
bf99fe98bf 2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/src/utsname.c: Revert yesterdays patch.
2004-11-01 11:34:41 +00:00
Ralf Corsepius
6cb6c7c3e1 2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/types.h: s/no_cpu/avr/g.
	Use POSIX types from rtems/stdint.h.
2004-11-01 11:03:09 +00:00
Joel Sherrill
bb6c670153 2004-10-31 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/utsname.c: Fix typo.
2004-10-31 14:08:34 +00:00
Joel Sherrill
db1431e9d7 2004-10-29 Joel Sherrill <joel@OARcorp.com>
* setup.def: Update gcc to 3.3.5 and binutils to 2.15.
	* autotools/autoconf-rtems.spec.in: Temporarily do not include
	some of the documentation since it causes the RPM build to fail.
	* binutils/Makefile.am, gcc3newlib/Makefile.am: Add mips64-rtems.
2004-10-29 17:18:12 +00:00
Ralf Corsepius
9929e2d231 2004-10-29 Ralf Corsepius <ralf_corsepius@rtems.org>
* score/src/coremsg.c: Eliminate unsigned32.
	* score/include/rtems/system.h: Set __RTEMS_REVISION__ to 99.
	* librpc/include/rpc/xdr.h: Use elipsis in xdrproc_t prototype.
2004-10-29 10:38:40 +00:00
Ralf Corsepius
0f9ff45957 2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/include/inttypes.h: #include <sys/_inttypes.h>
	* libcsupport/src/utsname.c: Don't include sptables.h.
	Include <inttypes.h>. Use PRId32 instead of "%d".
2004-10-29 10:34:38 +00:00
Ralf Corsepius
ec75ddc070 2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Reflect changes above.
2004-10-29 10:15:31 +00:00
Ralf Corsepius
b24b4eb06b 2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/include/rtems/_inttypes.h: Remove.
	* libcsupport/include/rtems/_stdint.h: Remove.
	* libcsupport/include/sys/_inttypes.h: New.
	* libcsupport/include/sys/_stdint.h: New.
	* libcsupport/Makefile.am: Reflect changes above.
2004-10-29 10:13:02 +00:00
Joel Sherrill
9fcf77a662 2004-10-28 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b.*.
2004-10-28 18:09:48 +00:00
Ralf Corsepius
62fdded1ac 2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 707/make_build
	* configure.ac: Add --enable-rpcgen.
2004-10-28 07:30:13 +00:00
Ralf Corsepius
91f706a501 2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove RTEMS_CPUOPT([RTEMS_MULTILIBS],..).
	(Unused).
2004-10-28 07:14:34 +00:00
Ralf Corsepius
646bf00e55 2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Reflect new header locations.
2004-10-27 23:15:41 +00:00
Eric Norum
b345f83f96 Add -Wa,-m7450 to CPU_CFLAGS until gcc/gas get their acts together. 2004-10-27 21:17:55 +00:00
Ralf Corsepius
2d5bcf6899 Remove obsolete files. 2004-10-27 11:13:04 +00:00
Ralf Corsepius
c182e2dcab 2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
* monitor/mon-prmisc.c, monitor/monitor.h: Let rtems_monitor_dump
	return int's not uint32_t (They are printf return values).
2004-10-27 08:24:10 +00:00
Ralf Corsepius
577fe958cb 2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 700/rtems_misc
	* libnetworking/rtems_webserver/asp.c,
	libnetworking/rtems_webserver/balloc.c,
	libnetworking/rtems_webserver/cgi.c,
	libnetworking/rtems_webserver/default.c,
	libnetworking/rtems_webserver/ej.h,
	libnetworking/rtems_webserver/ejIntrn.h,
	libnetworking/rtems_webserver/ejlex.c,
	libnetworking/rtems_webserver/ejparse.c,
	libnetworking/rtems_webserver/emfdb.c,
	libnetworking/rtems_webserver/emfdb.h,
	libnetworking/rtems_webserver/form.c,
	libnetworking/rtems_webserver/handler.c,
	libnetworking/rtems_webserver/h.c,
	libnetworking/rtems_webserver/license.txt,
	libnetworking/rtems_webserver/Makefile.am,
	libnetworking/rtems_webserver/md5c.c,
	libnetworking/rtems_webserver/md5.h,
	libnetworking/rtems_webserver/mime.c,
	libnetworking/rtems_webserver/misc.c,
	libnetworking/rtems_webserver/NOTES,
	libnetworking/rtems_webserver/ringq.c,
	libnetworking/rtems_webserver/rom.c,
	libnetworking/rtems_webserver/rtems_webserver.h,
	libnetworking/rtems_webserver/security.c,
	libnetworking/rtems_webserver/sock.c,
	libnetworking/rtems_webserver/socket.c,
	libnetworking/rtems_webserver/sockGen.c,
	libnetworking/rtems_webserver/sym.c,
	libnetworking/rtems_webserver/uemf.c,
	libnetworking/rtems_webserver/uemf.h,
	libnetworking/rtems_webserver/um.c,
	libnetworking/rtems_webserver/um.h,
	libnetworking/rtems_webserver/umui.c,
	libnetworking/rtems_webserver/url.c,
	libnetworking/rtems_webserver/value.c,
	libnetworking/rtems_webserver/wbase64.c,
	libnetworking/rtems_webserver/webcomp.c,
	libnetworking/rtems_webserver/webmain.c,
	libnetworking/rtems_webserver/webpage.c,
	libnetworking/rtems_webserver/webrom.c,
	libnetworking/rtems_webserver/webs.c,
	libnetworking/rtems_webserver/websda.c,
	libnetworking/rtems_webserver/websda.h,
	libnetworking/rtems_webserver/webs.h,
	libnetworking/rtems_webserver/websSSL.c,
	libnetworking/rtems_webserver/websSSL.h,
	libnetworking/rtems_webserver/websuemf.c,
	libnetworking/rtems_webserver/wsIntrn.h:
	Remove (Moved to cpukit/http).
2004-10-27 06:12:23 +00:00
Ralf Corsepius
f1959d65e2 Remove (Moved to cpukit/http). 2004-10-27 06:08:56 +00:00
Ralf Corsepius
cc870803f9 2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 700/rtems_misc
	* configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
	Remove libnetworking/rtems_webserver.
2004-10-27 06:03:12 +00:00
Ralf Corsepius
6b400fed8b 2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Add score/cpu/no_cpu/Makefile.
2004-10-27 05:53:39 +00:00
Ralf Corsepius
ca1e5baff9 2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
* Makefile.am, configure.ac: Add httpd.
	* httpd/asp.c, httpd/balloc.c, httpd/cgi.c, httpd/default.c,
	httpd/ej.h, httpd/ejIntrn.h, httpd/ejlex.c, httpd/ejparse.c,
	httpd/emfdb.c, httpd/emfdb.h, httpd/form.c, httpd/handler.c,
	httpd/h.c, httpd/license.txt, httpd/Makefile.am, httpd/md5c.c,
	httpd/md5.h, httpd/mime.c, httpd/misc.c, httpd/NOTES, httpd/ringq.c,
	httpd/rom.c, httpd/rtems_webserver.h, httpd/security.c,
	httpd/sock.c, httpd/socket.c, httpd/sockGen.c, httpd/sym.c,
	httpd/uemf.c, httpd/uemf.h, httpd/um.c, httpd/um.h, httpd/umui.c,
	httpd/url.c, httpd/value.c, httpd/wbase64.c, httpd/webcomp.c,
	httpd/webmain.c, httpd/webpage.c, httpd/webrom.c, httpd/webs.c,
	httpd/websda.c, httpd/websda.h, httpd/webs.h, httpd/websSSL.c,
	httpd/websSSL.h, httpd/websuemf.c, httpd/wsIntrn.h: New (Moved from
	c/src/libnetworking/rtems_webserver).
	* httpd/Makefile.am: Install libhttpd.a.
2004-10-27 05:49:34 +00:00
Ralf Corsepius
be4bd26222 Add httpd. 2004-10-27 05:48:46 +00:00
Ralf Corsepius
24c32fbe2a Install libhttpd.a. 2004-10-27 05:48:20 +00:00
Ralf Corsepius
eafc34b58b 2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/include/rtems/_inttypes.h: Undefine __PRIN defines.
	* libcsupport/include/rtems/_stdint.h: Apply GNUC-limits to GCC >= 3.3, only.
	Add _rtems_*_t_defined defines. Add extern "C".
2004-10-26 17:11:03 +00:00
Eric Norum
bb7bef4eda Remove environ common declaration -- it broke newlib. 2004-10-26 14:12:06 +00:00
Ralf Corsepius
a097bd1f86 2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/rtems/_stdint.h: New.
	* libcsupport/rtems/_inttypes.h: New.
	* libcsupport/Makefile.am: Reflect changes above.
2004-10-26 11:40:17 +00:00
Ralf Corsepius
75f4119abf 2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/rtems/_stdint.h: New.
	* libcsupport/rtems/_inttypes.h: New.
	* libcsupport/Makefile.am: Reflect changes above.
2004-10-26 11:03:21 +00:00
Ralf Corsepius
e9d4e8d70a New. 2004-10-26 11:02:39 +00:00
Ralf Corsepius
795399e2f5 2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/include/sys/ioctl.h: Cosmetical update from FreeBSD.
	Remove sys/compat_ioctl.h section (Meaningless with RTEMS).
2004-10-26 10:45:02 +00:00
Ralf Corsepius
8c14432d10 2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* libfs/src/dosfs/msdos_conv.c:
	Replace BSD fixed-size types with POSIX fixed-size types.
	Replace SECONDSTO1980 with DAYSTO1980.
	Make macros 16bit clean.
2004-10-26 09:48:53 +00:00
Ralf Corsepius
3822913741 2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/include/sys/ioccom.h: Cosmetical update from FreeBSD.
2004-10-26 07:40:45 +00:00
Ralf Corsepius
a9dc09a98f Reformat. 2004-10-26 03:52:21 +00:00
Ralf Corsepius
863b7f1be1 Reformat. 2004-10-26 03:47:07 +00:00
Ralf Corsepius
04b782165e 2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* Makefile.am: Fix network_CPPFLAGS. Reformat.
	* network/GT64260eth.c: Properly prototype GT64260eth_err().
2004-10-26 03:45:12 +00:00
Ralf Corsepius
f002813dd4 Reformat. 2004-10-26 03:40:54 +00:00
Eric Norum
3758c53ca6 Set RTEMS time during TOD initialization 2004-10-25 20:41:29 +00:00
Eric Norum
4db99d8aa1 No kernel/user distinction. 2004-10-25 19:22:07 +00:00
Eric Norum
bb5b404856 Install working version of ether_sprintf(). 2004-10-25 13:50:39 +00:00