Commit Graph

3450 Commits

Author SHA1 Message Date
Joel Sherrill
1ff385c214 2006-03-08 Joel Sherrill <joel@OARcorp.com>
PR 761/rtems
	* score/src/threadhandler.c: Add volatile cast so test is weak function
	is present will do something. Otherwise, it can be assume by gcc to
	always be a true condition.
2006-03-08 18:55:45 +00:00
Joel Sherrill
15096905d3 2006-03-08 Joel Sherrill <joel@OARcorp.com>
* itron/macros/rtems/itron/semaphore.inl,
	itron/macros/rtems/itron/task.inl: Fix warnings.
	* posix/macros/rtems/posix/cond.inl: Fix typo.
	* score/macros/rtems/score/heap.inl: Fix missed type change.
2006-03-08 18:53:44 +00:00
Joel Sherrill
27207213de Added PR825 reference. 2006-03-07 22:26:53 +00:00
Joel Sherrill
360d9da616 2006-03-07 Till Strauman <strauman@slac.stanford.edu>
PR 830/filesystem
	* libcsupport/src/termios.c: termios ioctl(FIONREAD) reported wrong
	number of characters. So add chars in low-level/raw buffer to total
	count.
2006-03-07 22:23:15 +00:00
Joel Sherrill
77b0a73e14 2006-03-07 Steven Johnson <sjohnson@sakuraindustries.com>
PR 850/rtems
	* score/src/watchdogtickle.c: A Watchdog (used to timeout an event)
	with a delay of 1 sometimes does not seem to timeout.  The problem
	occurs, because for whatever reason when the watchdog tickle function
	executes, the watchdog->delta_interval is 0. it is then decremented
	before being tested, becomes huge and so doesnt time out.  It is
	thought there is a race condition where the watchdog->delta_interval
	is calculated by reference to a head (also with a delay of 1). But
	before it can be added after the head, the head is removed, so the
	new head now has a delay of 0.
2006-03-07 22:10:35 +00:00
Joel Sherrill
0ebfac198c 2006-03-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
PR 852/filesystem
	* libblock/src/bdbuf.c: Increase performance of MSDOS file accesses by
	using a simple read-ahead and write-combining scheme. Improvement is
	dramatic.
2006-03-07 21:26:23 +00:00
Joel Sherrill
d3490f2756 2006-03-07 Till Strauman <strauman@slac.stanford.edu>
PR 886/filesystem
	* libcsupport/src/libio.c: fcntl(fd,F_GETFL) fails to set O_NONBLOCK if
	the descriptor is in non-blocking mode.
2006-03-07 21:02:45 +00:00
Joel Sherrill
f0ad529d28 2006-03-07 Joel Sherrill <joel@OARcorp.com>
PR 866/rtems
	* score/include/rtems/system.h, score/include/rtems/score/isr.h,
	score/inline/rtems/score/thread.inl,
	score/macros/rtems/score/thread.inl: Added memory barriers to enter
	and exit of dispatching and interrupt critical sections so GCC will
	not optimize and reorder code out of a critical section.
2006-03-07 20:47:53 +00:00
Joel Sherrill
32ecfd6f2e Formatting 2006-03-01 15:24:12 +00:00
Eric Norum
f7842ce207 Just "cc" in the clobbered register list for interrupt enable/disable/flash
operations.  The "memory" barrier will move the the generic interrupt
enable/disable/flash macros.
2006-02-28 20:50:03 +00:00
Joel Sherrill
2eaf499375 2006-02-08 Thomas Rauscher <trauscher@loytec.com>
PR 890/networking
	* httpd/webs.c: The webservers enters an infinite loop when a POST
	request with less data than indicated in the Content-Length header is
	received. It also consumes additional heap memory and a file
	descriptor for each invalid POST.
2006-02-08 16:16:42 +00:00
Joel Sherrill
6952f3d948 2006-02-01 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Increase default stack size on i386 from 1K to 4K.
	Most i386 targets are not memory strapped so making this a bit large
	is not a burden. It lets more tests run. ticker and psxtimer will not
	even run with 1K of stack.
2006-02-01 20:59:48 +00:00
Joel Sherrill
d2e1d3a39e 2006-02-01 Joel Sherrill <joel@OARcorp.com>
* posix/inline/rtems/posix/cond.inl, posix/macros/rtems/posix/cond.inl,
	posix/src/conddestroy.c: Remove warnings.
2006-02-01 18:57:34 +00:00
Joel Sherrill
11b4e077e9 2006-02-01 Joel Sherrill <joel@OARcorp.com>
* rtems/src/tasks.c, rtems/src/taskvariableadd.c,
	rtems/src/taskvariabledelete.c, rtems/src/taskvariableget.c: Remove
	warnings.
2006-02-01 18:39:45 +00:00
Ralf Corsepius
355f69a810 Remove unused code 2006-01-18 14:58:04 +00:00
Ralf Corsepius
9aef35b7a7 Resurrect accidentially deleted file. 2006-01-18 14:41:05 +00:00
Ralf Corsepius
67f4cbc0be 2006-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/intr.h, posix/include/rtems/posix/intr.h
	posix/include/rtems/posix/threadsup.h,
	posix/inline/rtems/posix/intr.inl.
	posix/macros/rtems/posix/intr.inl, posix/src/intr.c:
	Remove (Unused, dead).
	* posix/Makefile.am: Reflect changes above. Rework.
2006-01-18 14:28:06 +00:00
Ralf Corsepius
43b3e74ece Remove. 2006-01-18 14:27:18 +00:00
Ralf Corsepius
96e6cd8aab Regenerate 2006-01-18 11:04:42 +00:00
Ralf Corsepius
dbb3ebce2f 2006-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/Makefile.am: Build devctl.
2006-01-18 11:04:18 +00:00
Ralf Corsepius
4df3f89fd3 2006-01-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/Makefile.am: Rework.
	* score/Makefile.am: Rework.
2006-01-16 15:33:06 +00:00
Joel Sherrill
6a074363a2 2006-01-16 Joel Sherrill <joel@OARcorp.com>
Large patch to improve Doxygen output.  As a side-effect, grammar and
	spelling errors were corrected, spacing errors were address, and some
	variable names were improved.
	* libmisc/monitor/mon-object.c, libmisc/monitor/monitor.h:
	Account for changing OBJECTS_NO_CLASS to OBJECTS_CLASSIC_NO_CLASS.
	* score/Doxyfile: Set output directory.  Predefine some macro values.
	Turn on graphical output.
	* 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/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/object.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/coremutex.inl,
	score/inline/rtems/score/coresem.inl,
	score/inline/rtems/score/heap.inl,
	score/inline/rtems/score/object.inl,
	score/inline/rtems/score/stack.inl,
	score/inline/rtems/score/thread.inl,
	score/inline/rtems/score/tqdata.inl, score/macros/README,
	score/src/heap.c, score/src/threadmp.c, score/src/threadready.c,
	score/src/threadstartmultitasking.c: Improve generated Doxygen
	output. Fix spelling and grammar errors in comments. Correct names of
	some variables and propagate changes.
2006-01-16 15:13:58 +00:00
Joel Sherrill
ece004d72a 2006-01-16 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
	As a side-effect, grammar and spelling errors were corrected, spacing
	errors were address, and some variable names were improved.
2006-01-16 15:12:44 +00:00
Joel Sherrill
5961b4c784 2006-01-16 Joel Sherrill <joel@OARcorp.com>
* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
	rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
	As a side-effect, grammar and spelling errors were corrected, spacing
	errors were address, and some variable names were improved.
2006-01-16 15:12:30 +00:00
Joel Sherrill
22b3bedc4a 2006-01-16 Joel Sherrill <joel@OARcorp.com>
* rtems/asm.h, rtems/score/cpu.h, rtems/score/types.h: Part of a large
	patch to improve Doxygen output. As a side-effect, grammar and
	spelling errors were corrected, spacing errors were address, and some
	variable names were improved.
2006-01-16 15:12:12 +00:00
Eric Norum
5464eefa13 Keep compiler happy by making some casts explicit. (PR859) 2006-01-15 18:51:30 +00:00
Ralf Corsepius
2eb7d07e17 Regenerate. 2006-01-14 06:20:35 +00:00
Ralf Corsepius
ef60f1ef98 2006-01-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove doxygen support having accidentially slipped
	into, though yesterday's patch.
2006-01-13 13:21:23 +00:00
Ralf Corsepius
e24ae58a97 Regenerate. 2006-01-13 08:43:48 +00:00
Ralf Corsepius
3172455102 Regenerate 2006-01-13 08:38:09 +00:00
Ralf Corsepius
19a0136c82 Regenerate. 2006-01-12 10:02:32 +00:00
Ralf Corsepius
6be04ed043 New. 2006-01-12 10:01:38 +00:00
Ralf Corsepius
54650f51f1 2006-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am, ftpd/Makefile.am, httpd/Makefile.am,
	itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am,
	libfs/Makefile.am, libmisc/Makefile.am, libnetworking/Makefile.am,
	librpc/Makefile.am, posix/Makefile.am, pppd/Makefile.am,
	rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am,
	score/cpu/arm/Makefile.am, score/cpu/avr/Makefile.am,
	score/cpu/c4x/Makefile.am, score/cpu/h8300/Makefile.am,
	score/cpu/i386/Makefile.am, score/cpu/m68k/Makefile.am,
	score/cpu/mips/Makefile.am, score/cpu/no_cpu/Makefile.am,
	score/cpu/powerpc/Makefile.am, score/cpu/sh/Makefile.am,
	score/cpu/sparc/Makefile.am, score/cpu/unix/Makefile.am,
	telnetd/Makefile.am, zlib/Makefile.am: Remove all-local:.
2006-01-12 10:00:17 +00:00
Ralf Corsepius
4e971660a1 Remove all-local. 2006-01-12 09:57:43 +00:00
Ralf Corsepius
956dfedfd6 Regenerate. 2006-01-12 04:56:37 +00:00
Ralf Corsepius
6ce2a66b94 Regenerate. 2006-01-12 04:24:13 +00:00
Ralf Corsepius
dbe8e5194c Cleanups 2006-01-12 04:19:28 +00:00
Ralf Corsepius
01e8632d3f 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Eliminate unsigned16.
2006-01-11 07:25:14 +00:00
Ralf Corsepius
210e006c83 Eliminate unsigned32. 2006-01-11 07:24:46 +00:00
Ralf Corsepius
c8162f547d 2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* libcsupport/src/error.c: include and use inttypes.h.
2006-01-10 21:04:20 +00:00
Ralf Corsepius
41f36b57cd include and use inttypes.h. 2006-01-10 21:03:59 +00:00
Ralf Corsepius
b46f6fb219 Regenerate. 2006-01-10 17:57:23 +00:00
Joel Sherrill
790a300444 2006-01-08 Joel Sherrill <joel@OARcorp.com>
* libnetworking/rtems/rtems_mii_ioctl.h: Fix formatting.
2006-01-08 18:12:29 +00:00
Joel Sherrill
580f024177 2006-01-08 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/unixlibc.c, libfs/src/imfs/ioman.c: Change
	rtems_io_register_name to take a const char *.
2006-01-08 17:58:43 +00:00
Joel Sherrill
b34446954c 2006-01-08 Joel Sherrill <joel@OARcorp.com>
* sapi/include/rtems/io.h, sapi/src/io.c: Change rtems_io_register_name
	to take a const char *.
2006-01-08 17:57:17 +00:00
Ralf Corsepius
c44dbfb405 Formating fixes. 2006-01-08 05:40:23 +00:00
Ralf Corsepius
d656b8859e This commit was generated by cvs2svn to compensate for changes in r12921,
which included commits to RCS files with non-trunk default branches.
2005-12-11 23:41:23 +00:00
Ralf Corsepius
42ddb118ee Import from zlib-1.2.4 2005-12-11 23:41:23 +00:00
Till Straumann
8fb10c9a4b 2005-12-09 Till Straumann <strauman@slac.stanford.edu>
* ChangeLog: fixed wrong date of last ChangeLog entry.
2005-12-09 22:49:03 +00:00
Till Straumann
3994191599 2005-11-02 Till Straumann <strauman@slac.stanford.edu>
PR 849/networking
	* librpc/src/rpc/rtems_portmapper.c: Increased stack size
    by ARGSIZE to prevent overrun.
2005-12-09 22:43:14 +00:00