Commit Graph

12643 Commits

Author SHA1 Message Date
Ralf Corsepius
e6a07e1401 Convert to utf-8 2006-10-15 05:53:22 +00:00
Ralf Corsepius
343408cd8a This commit was generated by cvs2svn to compensate for changes in r13861,
which included commits to RCS files with non-trunk default branches.
2006-10-14 16:45:47 +00:00
Ralf Corsepius
db55493b5b Import from zlib-1.2.4 2006-10-14 16:45:47 +00:00
Chris Johns
8462ac8a98 2006-09-29 Chris Johns <chrisj@rtems.org>
* libmisc/monitor/mon-command.c: Flush stdout after updating the
	command line.
2006-09-28 14:57:07 +00:00
Chris Johns
8dec18146c Flush stdout after updating the command line. 2006-09-28 14:44:50 +00:00
Joel Sherrill
7fb2bb2433 2006-09-14 Joel Sherrill <joel@OARcorp.com>
* libnetworking/net/route.c, librpc/src/rpc/auth_none.c,
	librpc/src/rpc/auth_unix.c, librpc/src/rpc/authunix_prot.c,
	librpc/src/rpc/rpc_callmsg.c, librpc/src/rpc/rpc_prot.c,
	librpc/src/rpc/rtems_portmapper.c: Removed warnings.
2006-09-25 14:19:45 +00:00
Joel Sherrill
adfdb1c902 2006-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/barrier.t: New file.
2006-09-25 14:19:36 +00:00
Joel Sherrill
7fa1ce86fe 2006-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h, sapi/src/posixapi.c, sapi/src/rtemsapi.c:
	Add Classic API Barriers and commented out hooks to initialize .
2006-09-25 14:03:51 +00:00
Joel Sherrill
8042961d87 2006-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/Makefile.am, rtems/preinstall.am, rtems/include/rtems.h,
	rtems/include/rtems/rtems/attr.h, rtems/include/rtems/rtems/config.h,
	rtems/inline/rtems/rtems/attr.inl, rtems/macros/rtems/rtems/attr.inl:
	Add Classic API Barriers.
	* rtems/include/rtems/rtems/barrier.h,
	rtems/include/rtems/rtems/barriermp.h,
	rtems/inline/rtems/rtems/barrier.inl,
	rtems/macros/rtems/rtems/barrier.inl, rtems/src/barrier.c,
	rtems/src/barriercreate.c, rtems/src/barrierdelete.c,
	rtems/src/barrierident.c, rtems/src/barrierrelease.c,
	rtems/src/barriertranslatereturncode.c, rtems/src/barrierwait.c:
	New files.
2006-09-25 13:38:24 +00:00
Joel Sherrill
161f25b5b2 Add name. 2006-09-25 13:37:55 +00:00
Joel Sherrill
9c191eea63 * score/Makefile.am, score/preinstall.am,
score/include/rtems/score/coresem.h,
	score/include/rtems/score/object.h,
	score/include/rtems/score/states.h,
	score/inline/rtems/score/coresem.inl: Add SuperCore Barriers,
	SpinLocks and a partial implementation of RWLocks.
	* score/include/rtems/score/corebarrier.h,
	score/include/rtems/score/corerwlock.h,
	score/include/rtems/score/corespinlock.h,
	score/inline/rtems/score/corebarrier.inl,
	score/inline/rtems/score/corerwlock.inl,
	score/inline/rtems/score/corespinlock.inl,
	score/macros/rtems/score/corebarrier.inl,
	score/macros/rtems/score/corerwlock.inl,
	score/macros/rtems/score/corespinlock.inl, score/src/corebarrier.c,
	score/src/corebarrierrelease.c, score/src/corebarrierwait.c,
	score/src/corerwlock.c, score/src/corerwlockobtainread.c,
	score/src/corerwlockobtainwrite.c, score/src/corerwlockrelease.c,
	score/src/corespinlock.c, score/src/corespinlockrelease.c,
	score/src/corespinlockwait.c: New files.
2006-09-25 13:36:58 +00:00
Joel Sherrill
90d2585a07 2006-09-14 Joel Sherrill <joel@OARcorp.com>
* libnetworking/net/route.c, librpc/src/rpc/auth_none.c,
	librpc/src/rpc/auth_unix.c, librpc/src/rpc/authunix_prot.c,
	librpc/src/rpc/rpc_callmsg.c, librpc/src/rpc/rpc_prot.c,
	librpc/src/rpc/rtems_portmapper.c: Removed warnings.
2006-09-14 19:09:06 +00:00
Joel Sherrill
3c6c9b0eb8 *** empty log message *** 2006-09-14 16:32:17 +00:00
Joel Sherrill
2e4524e5a6 2006-09-14 Joel Sherrill <joel@OARcorp.com>
* mongoosev/duart/mg5uart.c: Removed warnings.
2006-09-14 16:20:55 +00:00
Joel Sherrill
c69885a5d7 2006-09-14 Joel Sherrill <joel@OARcorp.com>
* shared/gdbstub/mips-stub.c: Removed warnings.
2006-09-14 15:50:54 +00:00
Joel Sherrill
bc11ec273d 2006-09-14 Joel Sherrill <joel@OARcorp.com>
* libmisc/cpuuse/cpuuse.c, libmisc/cpuuse/cpuuse.h: Promote CPU Usage
	to first class citizen. Rename to start with rtems_ and include
	documentation in user guide.
2006-09-14 15:07:19 +00:00
Joel Sherrill
e694c94bf7 2006-09-14 Joel Sherrill <joel@OARcorp.com>
* new_chapters/Makefile.am, new_chapters/gen_section,
	new_chapters/new_chapters.texi, user/Makefile.am, user/c_user.texi,
	user/dirstat.texi: Promote CPU Usage to first class citizen. Rename
	to start with rtems_ and include documentation in user guide.
	* user/cpuuse.t: New file.
	* new_chapters/cpuuse.t: Removed.
2006-09-14 15:06:38 +00:00
Joel Sherrill
5c1023a034 2006-09-13 Joel Sherrill <joel@OARcorp.com>
* libnetworking/rtems/rtems_malloc_mbuf.c: Removed warning by adding
	prototype of malloc.
2006-09-13 16:54:54 +00:00
Joel Sherrill
7ac4ae92d0 2006-09-13 Joel Sherrill <joel@OARcorp.com>
* libmisc/stackchk/check.c, libmisc/stackchk/internal.h,
	libmisc/stackchk/stackchk.h: Move stack to first class citizen
	status. Include it in User Manual and rename to start with rtems_.
2006-09-13 16:22:24 +00:00
Joel Sherrill
aba8a85d4b 2006-09-13 Joel Sherrill <joel@OARcorp.com>
* new_chapters/Makefile.am, user/Makefile.am, user/c_user.texi,
	user/dirstat.texi, user/task.t: Move stack to first class citizen
	status. Include it in User Manual and rename to start with rtems_.
	* user/stackchk.t: New file.
	* new_chapters/stackchk.t: Removed.
2006-09-13 16:21:09 +00:00
Ralf Corsepius
4bbd0b421b New. 2006-09-13 11:50:03 +00:00
Ralf Corsepius
7323ad0b98 2006-09-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* sh7750/include/rtems/score/sh7750_regs.h: Fix spelling of IPRC
	(Probably a cyrillic 'C' instead of an ASCI 'C').
2006-09-13 11:22:13 +00:00
Ralf Corsepius
c4a0ecfdc2 2006-09-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Use RTEMS_AMPOLISH3.
2006-09-13 08:20:37 +00:00
Joel Sherrill
21d3049411 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* mongoosev/vectorisrs/vectorisrs.c: Convert C++ style comments to C
	style.
2006-09-11 21:47:05 +00:00
Joel Sherrill
6094c1a4d9 *** empty log message *** 2006-09-11 21:46:47 +00:00
Joel Sherrill
158f87b059 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* librdbg/src/_servtgt.c: Convert C++ style comments to C style.
2006-09-11 21:45:23 +00:00
Joel Sherrill
c5feb602d6 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* include/mpc5200.h, network_5200/network.c: Convert C++ style comments
	to C style.
2006-09-11 21:44:06 +00:00
Joel Sherrill
b18803f9c0 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Convert C++ style comments to C style.
2006-09-11 21:43:59 +00:00
Joel Sherrill
da2fc6c0cb 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
	startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
	C style.
2006-09-11 21:43:56 +00:00
Joel Sherrill
1883c87765 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* console/console.c, startup/init5235.c: Convert C++ style comments to
	C style.
2006-09-11 21:43:45 +00:00
Joel Sherrill
0b1cb769ba 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* startup/init5282.c: Convert C++ style comments to C style.
2006-09-11 21:43:36 +00:00
Joel Sherrill
c6fda8106b 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* console/fb_vga.c, console/kd.h: Convert C++ style comments to C
	style.
2006-09-11 21:43:30 +00:00
Joel Sherrill
126694fa59 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* include/arm_mode_bits.h: Convert C++ style comments to C style.
2006-09-11 21:43:24 +00:00
Joel Sherrill
957d886a8f 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* libmisc/mw-fb/mw_fb.c, libmisc/mw-fb/mw_fb.h, libmisc/mw-fb/mw_uid.c,
	libmisc/mw-fb/mw_uid.h: Remove warning.
2006-09-11 21:42:23 +00:00
Joel Sherrill
5e14d896a3 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* at91rm9200/include/at91rm9200.h,
	at91rm9200/include/at91rm9200_dbgu.h,
	at91rm9200/include/at91rm9200_emac.h,
	at91rm9200/include/at91rm9200_gpio.h,
	at91rm9200/include/at91rm9200_mem.h,
	at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h:
	Convert C++ style comments to C style.
2006-09-11 21:41:56 +00:00
Joel Sherrill
ea1d598f08 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Remove warning.
2006-09-11 21:41:36 +00:00
Joel Sherrill
ea7fd1ec58 2006-09-11 Jerry Needell <jerry.needell@unh.edu>
* libnetworking/netinet/in_cksum.c: Joel should have used int32_t not
	uint32_t when removing warnings.
2006-09-11 17:34:10 +00:00
Chris Johns
cb66894ed0 Remove extra CRLF. 2006-09-11 12:14:53 +00:00
Chris Johns
b52f628e4f Remove extra CRLF. 2006-09-11 12:00:59 +00:00
Chris Johns
8f1e494813 Remove extra CRLF. 2006-09-11 11:52:08 +00:00
Joel Sherrill
c3102eb531 2006-09-08 Kate Feng <feng1@bnl.gov>
PR 1150/bsps
	* custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
	that gcc (4.0.2) implicitely uses the vector engine for optimization;
	-mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
2006-09-08 20:44:54 +00:00
Joel Sherrill
c5083aab1a 2006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>
PR 1162/rtems
	* unlimited/system.h: Reserve enough memory for the stacks wanted.
2006-09-08 20:41:02 +00:00
Joel Sherrill
9cb1488749 New file. 2006-09-08 20:33:52 +00:00
Joel Sherrill
bc69c4853d 2006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>
PR 1170/rtems
	* rtems/src/timerserver.c: Timer Server created the TIME task with a
	hard-coded hexadecimal number instead of using rtems_build_name. This
	resulted in a byte-swapped name on some platforms.
2006-09-08 20:28:56 +00:00
Joel Sherrill
f027b909c9 2006-09-07 Ken Peters <ken.peters@jpl.nasa.gov>
PR 1171/doc
	* user/timer.t: Correct documentation for rtems_timer_initiate_server.
2006-09-07 18:08:25 +00:00
Chris Johns
c2f22829d1 2006-09-06 Chris Johns <chrisj@rtems.org>
* pppd/pppd.h: Fix the bug in name change. The UNTIMEOUT
        macro did not use the ppp version.
2006-09-06 12:55:52 +00:00
Chris Johns
b59eff1c13 Fix the bug in name change. The UNTIMEOUT macro did not use the ppp version. 2006-09-06 05:13:42 +00:00
Till Straumann
662c1577ac * startup/bspstart.c, start/start.S: Since the crude
memory autodetection code can easily fail (boards with
	'reserved' regions - I experienced a hard lockup on a
	dell precision 490 when writing past the bios-reported
	memory size) I added code that a) tries to save
	and use multiboot info, if present b) allows applications
	to override/set memory size via a weak alias.
2006-09-04 23:29:29 +00:00
Till Straumann
f74578a205 * startup/linkcmds: added *(.text.*) *(.data.*) *(.bss.*) 2006-09-04 23:24:08 +00:00
Joel Sherrill
7f247f3c25 2006-09-04 Joel Sherrill <joel@OARcorp.com>
* libchip/network/greth.c, libchip/network/open_eth.c,
	libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
	introduced by warning removal.
2006-09-04 13:00:15 +00:00