Timeline



05/21/07:

23:25 Changeset in rtems [f851e876]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-21 Joel Sherrill <joel.sherrill@…> * spsize/size.c: Eliminated the variables _RTEMS_tasks_User_initialization_tasks and _RTEMS_tasks_Number_of_initialization_tasks because they were only used in one place after initialized. It was a waste of space.
23:24 Changeset in rtems [401e6e3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-21 Joel Sherrill <joel.sherrill@…> * rtems/Makefile.am, rtems/include/rtems/rtems/barrier.h, rtems/include/rtems/rtems/dpmem.h, rtems/include/rtems/rtems/event.h, rtems/include/rtems/rtems/message.h, rtems/include/rtems/rtems/part.h, rtems/include/rtems/rtems/ratemon.h, rtems/include/rtems/rtems/region.h, rtems/include/rtems/rtems/sem.h, rtems/include/rtems/rtems/tasks.h, rtems/include/rtems/rtems/timer.h, sapi/Makefile.am, sapi/include/rtems/extension.h: Split Classic API data instantiation into individual files. This reduces the size of the BSS section when an optional manager stub is used. Some tests showed about a 600 byte reduction in BSS size. * rtems/src/taskinitusers.c, sapi/src/rtemsapi.c, rtems/src/tasks.c: Eliminated the variables _RTEMS_tasks_User_initialization_tasks and _RTEMS_tasks_Number_of_initialization_tasks because they were only used in one place after initialized. It was a waste of space. * rtems/src/barrierdata.c, rtems/src/dpmem.c, rtems/src/dpmemdata.c, rtems/src/eventdata.c, rtems/src/msgdata.c, rtems/src/partdata.c, rtems/src/ratemondata.c, rtems/src/regiondata.c, rtems/src/rtemstimerdata.c, rtems/src/semdata.c, rtems/src/taskdata.c, sapi/src/extensiondata.c: New files.
23:19 Changeset in rtems [6f1384c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Split Classic API data instantiation into individual files. This reduces the size of the BSS section when an optional manageer stub is used. Some tests showed about a 600 byte reduction in BSS size. Also eliminated the variables _RTEMS_tasks_User_initialization_tasks and _RTEMS_tasks_Number_of_initialization_tasks because they were only used in one place after initialized. It was a waste of space.
20:28 Changeset in rtems [e49e84c9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-21 Joel Sherrill <joel.sherrill@…> * libmisc/Makefile.am, libmisc/cpuuse/README: Split remaining CPU Usage functionality into multiple files to eliminate unnecessary cohesion. Update README. * libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c: New files. * libmisc/cpuuse/cpuuse.c: Removed.
19:29 Changeset in rtems [a205b96b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-21 Joel Sherrill <joel.sherrill@…> * mpc6xx/clock/c_clock.c: Tinker with math so it does not overflow on psim and give a negative nanoseconds since last tick.
19:28 Changeset in rtems [ec2078d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-21 Joel Sherrill <joel.sherrill@…> * rtems/src/ratemonperiod.c: Fix math ordering bug which resulted in a negative value in some circumstances. Also cleaned up to share uptime declaration.
19:27 Changeset in rtems [4741b0b2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-21 Joel Sherrill <joel.sherrill@…> * build-rpms.sh: Fix typos.
10:57 Changeset in rtems [087f84c] by Ralf Corsepius <ralf.corsepius@…>
Add --libexecdir.
10:55 Changeset in rtems [3fafc63]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add --libexecdir.

05/18/07:

11:12 Changeset in rtems [284bcb8] by Ralf Corsepius <ralf.corsepius@…>
Sync with HEAD.

05/17/07:

22:47 Changeset in rtems [ad3b1171]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fix typo.
22:47 Changeset in rtems [838167e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-17 Joel Sherrill <joel.sherrill@…> * ChangeLog?, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT() macro instead of fflush() directly.
22:46 Changeset in rtems [c3330a8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-17 Joel Sherrill <joel.sherrill@…> * ChangeLog?, configure.ac, libcsupport/src/times.c, libmisc/cpuuse/cpuuse.c, libmisc/stackchk/check.c, rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemongetstatus.c, rtems/src/ratemonperiod.c, rtems/src/ratemonreportstatistics.c, rtems/src/ratemonresetall.c, rtems/src/ratemontimeout.c, score/Makefile.am, score/include/rtems/score/thread.h, score/include/rtems/score/timespec.h, score/src/threaddispatch.c, score/src/threadinitialize.c, score/src/threadtickletimeslice.c, score/src/timespecdivide.c: Add nanoseconds granularity to the rate monotonic period statistics and CPU usage statistics. This capability is enabled by default although may be conditionally disabled by the user. It could be too much overhead on small targets but it does not appear to be bad in early testing. Its impact on code size has not been evaluated either. It is possible that both forms of statistics gathering could be disabled with further tweaking of the conditional compilation. * score/src/timespecdividebyinteger.c: New file.
15:39 Changeset in rtems [e57739d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add .rh clause to extra_arg.
15:34 Changeset in rtems [4ec03d7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add --enable-os-subdir. Bump version to 0.6.
15:33 Changeset in rtems [44302c7e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add --enable-os-subdir.
15:33 Changeset in rtems [9d3f291]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add OS_SUBDIR.

05/16/07:

16:25 Changeset in rtems [eb64f2c6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-16 Joel Sherrill <joel.sherrill@…> * libmisc/cpuuse/cpuuse.c: Use rtems_object_get_name and eliminate functionally similar code here. Also cleanup print formats.
16:14 Changeset in rtems [b9f07823]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-16 Joel Sherrill <joel.sherrill@…> * score/src/objectgetnameasstring.c: Internal threads use string names so in the current RTEMS source string object name can NOT be disabled. It is probably worth considering converting the internal threads to uint32_t style names so all the support for string names can be conditionally disabled.
15:04 Changeset in rtems [f919582d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-16 Joel Sherrill <joel.sherrill@…> * score/Makefile.am, score/include/rtems/score/timespec.h: Add division and greater than operations for timespecs. * score/src/timespecdivide.c, score/src/timespecgreaterthan.c: New files.
06:51 Changeset in rtems [717adfb3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-16 Ralf Corsépius <ralf.corsepius@…> * score/src/objectgetnameasstring.c: Remove bogus ifdef RTEMS_POSIX_API.
06:50 Changeset in rtems [f142763]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-16 Ralf Corsepius <ralf.corsepius@…> * nsecs/init.c: Remove stray "volatile int i".
02:12 Changeset in rtems [412058fa]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (Obsolete).
02:07 Changeset in rtems [d1a65f6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-16 Ralf Corsépius <ralf.corsepius@…> * custom/mvme5500.cfg: Use -O2 again.

05/15/07:

20:22 Changeset in rtems [4f35ea9b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-15 Joel Sherrill <joel.sherrill@…> * README.configure, aclocal/check-bsps.m4: Remove references to mbx860_1b since it is just an alternate name for the mbx860_001b.
20:17 Changeset in rtems [81ee994]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-15 Joel Sherrill <joel.sherrill@…> * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface.
20:17 Changeset in rtems [35a81f8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-15 Joel Sherrill <joel.sherrill@…> * user/Makefile.am, user/concepts.t, user/rtmon.t: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface.
20:17 Changeset in rtems [05ddbf25]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-15 Joel Sherrill <joel.sherrill@…> * Makefile.am, gen_section: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface. * rtmonuse.t: Removed.
20:16 Changeset in rtems [e1bce86]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-15 Joel Sherrill <joel.sherrill@…> * Makefile.am, preinstall.am, libmisc/Makefile.am, rtems/Makefile.am, rtems/include/rtems.h, rtems/include/rtems/rtems/ratemon.h, rtems/inline/rtems/rtems/ratemon.inl, rtems/src/ratemoncancel.c, rtems/src/ratemoncreate.c, rtems/src/ratemondelete.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonident.c, rtems/src/ratemonperiod.c, rtems/src/ratemontimeout.c, score/Makefile.am, score/include/rtems/score/object.h, score/src/threadhandler.c, wrapup/Makefile.am: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface. * rtems/src/ratemongetstatistics.c, rtems/src/ratemonreportstatistics.c, rtems/src/ratemonresetall.c, rtems/src/ratemonresetstatistics.c, rtems/src/rtemsobjectgetname.c, score/src/objectgetnameasstring.c: New files. * libmisc/rtmonuse/rtmonuse.c, libmisc/rtmonuse/rtmonuse.h: Removed.
18:03 Changeset in rtems [4008232]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-15 Ray Xu <rayx@…> * shared/abort/abort.c, shared/abort/simple_abort.c: New files.
18:02 Changeset in rtems [a5ef8c53]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-15 Ray Xu <rayx@…> * Makefile.am: Add abort.rel since it is now in the BSP shared source, not in score/cpu.
18:01 Changeset in rtems [8dcca11]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-15 Ray Xu <rayx@…> * Makefile.am: Add abort.rel since it is now in the BSP shared source -- not in score/cpu.
17:59 Changeset in rtems [91e07d0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Ray Xu <rayx@…> * cpu.c: move do_data_abort() to libbsp/arm/shared/abort/ implement a compact do_data_abort() in simple_abort.c
17:38 Changeset in rtems [40a12376]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-15 Joel Sherrill <joel.sherrill@…> * shared/bspstart.c: Add include <rtems/bspIo.h> to remove warning.
06:24 Changeset in rtems [4c50a600]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New (Re-base patch against gcc-4.2.0 final)

05/14/07:

17:56 Changeset in rtems [8a5186d5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-14 Joel Sherrill <joel.sherrill@…> * libcsupport/Makefile.am, libcsupport/src/unixlibc.c: Split off dummry rtems_io_register_name for use on unix. * libcsupport/src/unixlibc_io.c: New file.
16:42 Changeset in rtems [d4d4c051]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-14 Joel Sherrill <joel.sherrill@…> * Makefile.am: Separate debug IO from console so console driver is not linked in all the time. This manaifested itself when the IO manager optional manager stub dropped some symbols.
15:36 Changeset in rtems [f324b08]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New (merge-in gcc-4.2.0 final patches).

05/11/07:

21:19 Changeset in rtems [6dacdf9d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * include/bsp.h, startup/bspstart.c, startup/spurious.c: hello and ticker now run using runtest.
21:14 Changeset in rtems [2f9e237]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * startup/spurious.c: Fix typo from previous commit.
21:14 Changeset in rtems [e5330c1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * runtest.in: Now tries to work with tsim.
21:03 Changeset in rtems [65332b4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * startup/spurious.c: Fix typo from previous commit.
21:03 Changeset in rtems [13602a5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * runtest.in: Now works with tsim.
20:10 Changeset in rtems [404903b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * score/src/coremsgseize.c: A blocking sender's message size was pulled out of the wrong field in the Wait information structure. * score/src/objectallocate.c: With the new optional manager support, we only stub out the initialization. This makes it possible to attempt to create an object with the information structure only initialized with all zeros. This ensures we return an error cleanly in this case.
20:07 Changeset in rtems [70669f28]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * rtems/src/region.c, sapi/src/exinit.c: Now that the Region is an optional manager, we cannot depend on it do initialize the internal Allocator Mutex. This was always a questionable place to do it, so this is a cleanup.
20:01 Changeset in rtems [4da36c1a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * libmisc/cpuuse/cpuuse.c, libmisc/stackchk/check.c, libmisc/stackchk/stackchk.h: Clean up as side-effect of making them suitable for inclusion in the Users Guide.
20:00 Changeset in rtems [e974f9d7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * user/.cvsignore, user/cpuuse.t, user/stackchk.t: Stack checker and CPU usage chapters are now OK in the manual.
19:53 Changeset in rtems [71531a6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * support/include/buffer_test_io.h: Add support for using printk for output in tests. This should be followed up by disabling the console driver and other support when the tests are using printk.
19:46 Changeset in rtems [9de4e5b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
19:45 Changeset in rtems [dd61160]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, nsecs/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, ticker/system.h, unlimited/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis. * nsecs/init.c: Commit hack so test will compile when POSIX is disabled. Remove hack when clock_gettime() is present even when --disable-posix.
19:44 Changeset in rtems [dc172333]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am, tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
19:44 Changeset in rtems [e58077c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am, sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am, sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am, sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am, sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am, sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am, sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am, sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am, spsize/size.c: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
19:44 Changeset in rtems [e02db20c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c, psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
19:44 Changeset in rtems [8247be66]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * itronmbf01/init.c, itronmbf01/itronmbf01.scn, itrontask02/init.c, itrontask03/itrontask03.scn, itrontask03/task1.c, itrontask04/itrontask04.scn, itrontask04/task3.c: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
14:09 Changeset in rtems [1a63b528]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP variants.
14:05 Changeset in rtems [e819020f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * ChangeLog?: Move all ChangeLog? entries for 2006 and earlier to ChangeLog?-pre2007. * ChangeLog?-pre2007: New file.
14:03 Changeset in rtems [0245526]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * README.configure: DMV152 obsoleted.
14:02 Changeset in rtems [50f6753]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * Makefile.am: DMV152 obsoleted. * custom/dmv152.cfg: Removed.
14:01 Changeset in rtems [9744fc9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am, dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am, dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c, dmv152/include/.cvsignore, dmv152/include/bsp.h, dmv152/include/coverhd.h, dmv152/include/tm27.h, dmv152/spurious/spinit.c, dmv152/startup/bspclean.c, dmv152/startup/bspstart.c, dmv152/startup/linkcmds, dmv152/startup/vmeintr.c, dmv152/timer/timer.c, dmv152/timer/timerisr.S: Removed.
11:25 Changeset in rtems [f39ff532]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-11 Joel Sherrill <joel.sherrill@…> * Makefile.am: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP variants. * custom/erc32nfp.cfg, custom/leon1.cfg: Removed.
08:56 Changeset in rtems [b40f354]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Comment out cpukit.
03:53 Changeset in rtems [17e5911]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-11 Ralf Corsépius <ralf.corsepius@…> * clock/clock.c: include <tic4x/c4xio.h>.
03:04 Changeset in rtems [206cc90f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add PATH if prefix != /usr
00:19 Changeset in rtems [08f9722]4.104.114.84.95 by Till Straumann <strauman@…>
* vmeUniverse/vmeUniverse.c: Changed types to silence compiler warnings.

05/10/07:

19:31 Changeset in rtems [dfc6f3dc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-10 Joel Sherrill <joel.sherrill@…> * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c: Test needs clock manager. Should use rtems_test_exit() instead of exit().
18:47 Changeset in rtems [45d406f8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-10 Joel Sherrill <joel.sherrill@…> PR 1241/rtems * score/src/threadchangepriority.c, score/src/threadqrequeue.c: Close critical section window added with requeueing support.
18:41 Changeset in rtems [9fcc12c] by Joel Sherrill <joel.sherrill@…>
2007-05-10 Joel Sherrill <joel.sherrill@…> PR 1237/rtems * cpu.c, cpu_asm.S, rtems/score/cpu.h: Add logic to prevent stack creep when interrupts occur at a sufficient rate that the interrupted thread never gets to clean its stack. This patch ensures that an interrupted thread will not nest ISR dispatches on its stack.
18:40 Changeset in rtems [a32835a3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-10 Joel Sherrill <joel.sherrill@…> PR 1237/rtems * cpu.c, cpu_asm.S, rtems/score/cpu.h: Add logic to prevent stack creep when interrupts occur at a sufficient rate that the interrupted thread never gets to clean its stack. This patch ensures that an interrupted thread will not nest ISR dispatches on its stack.
18:40 Changeset in rtems [93c2b41]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Back off patch which should not have been committed.
18:39 Changeset in rtems [9847e4a0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-10 Joel Sherrill <joel.sherrill@…> PR 1237/rtems * src/lib/libbsp/shared/bsplibc.c: Add logic to prevent stack creep when interrupts occur at a sufficient rate that the interrupted thread never gets to clean its stack. This patch ensures that an interrupted thread will not nest ISR dispatches on its stack.
17:48 Ticket #1241 (Semaphore lost during requeueing due to priority inheritance) closed by Joel Sherrill
fixed: Patch committed to CVS head.
17:44 Ticket #1237 (Interrupt during dispatch may fill up task stack) closed by Joel Sherrill
fixed: The attached patches should be correct and applied to 4.6, 4.7, and the CVS head.
17:36 Changeset in rtems [c6eba79]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-10 Joel Sherrill <joel.sherrill@…> * custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg, custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe extension instead of BSP unique ones.
14:31 Changeset in rtems [6bdfa7a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.
14:30 Changeset in rtems [60baadf]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add cpukit.
14:25 Changeset in rtems [2620f00]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.
07:45 Changeset in rtems [be94ff7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Include <rtems/bsd/sys/cdefs.h>
07:40 Changeset in rtems [af846fb9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-10 Ralf Corsépius <ralf.corsepius@…> * libcsupport/include/rtems/cdefs.h, libcsupport/include/sys/cdefs.h: Remove.
07:40 Changeset in rtems [1e872b3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.
07:38 Changeset in rtems [5c15f279]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-10 Ralf Corsépius <ralf.corsepius@…> * librpc/include/rpc/rpc_com.h: Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.
07:38 Changeset in rtems [30be2826]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.
07:34 Changeset in rtems [1ce07bd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
07:34 Changeset in rtems [1a9aa7e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-10 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Remove libcsupport/include/sys/cdefs.h.
07:32 Changeset in rtems [803b2ac]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
07:31 Changeset in rtems [af3e1a5f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-10 Ralf Corsépius <ralf.corsepius@…> * libcsupport/Makefile.am: Remove include/rtems/cdefs.h.
07:29 Changeset in rtems [ebb35264]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-10 Ralf Corsépius <ralf.corsepius@…> * include/rtems/bsd/sys/queue.h, libcsupport/include/sys/ioccom.h, libnetworking/netdb.h, libnetworking/resolv.h, libnetworking/arpa/inet.h, libnetworking/arpa/nameser.h, libnetworking/libc/gethostbydns.c, libnetworking/libc/res_stubs.c, libnetworking/machine/in_cksum.h, libnetworking/net/ethernet.h, libnetworking/net/if.h, libnetworking/net/if_dl.h, libnetworking/netinet/ip.h, libnetworking/netinet/tcp.h, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/sys/libkern.h, libnetworking/sys/mount.h, libnetworking/sys/poll.h, libnetworking/sys/socket.h, libnetworking/sys/sysctl.h, libnetworking/sys/syslog.h, libnetworking/sys/uio.h, libnetworking/sys/un.h, librpc/include/rpc/auth.h, librpc/include/rpc/auth_unix.h, librpc/include/rpc/clnt.h, librpc/include/rpc/clnt_soc.h, librpc/include/rpc/pmap_clnt.h, librpc/include/rpc/pmap_prot.h, librpc/include/rpc/pmap_rmt.h, librpc/include/rpc/svc.h, librpc/include/rpc/svc_soc.h, librpc/include/rpc/xdr.h, librpc/include/rpcsvc/ypclnt.h: Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.
07:29 Changeset in rtems [cd9564e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.
07:21 Changeset in rtems [ae1a4c14]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-10 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Reflect introduction of include/rtems/bsd/sys/cdefs.h. * include/rtems/bsd/sys/cdefs.h: New.
07:21 Changeset in rtems [e8475e8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Reflect introduction of include/rtems/bsd/sys/cdefs.h.
07:19 Changeset in rtems [b8a6285]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.
06:42 Changeset in rtems [03a429ca]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
06:41 Changeset in rtems [03451820]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-10 Ralf Corsépius <ralf.corsepius@…> * libnetworking/Makefile.am: Reflect having removed sys/queue.h. * libnetworking/sys/queue.h: Remove.
06:40 Changeset in rtems [39350cf]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Reflect having removed sys/queue.h.
06:40 Changeset in rtems [2016a986]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (moved to include/rtems/bsd/sys/queue.h).
05:15 Changeset in rtems [5bfe5fd0]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-10 Ralf Corsépius <ralf.corsepius@…> * librpc/src/xdr/xdr_float.c: Include <rtems/endian.h> instead of <machine/endian.h>.
05:14 Changeset in rtems [f75082d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Include <rtems/endian.h> instead of <machine/endian.h>.
05:12 Changeset in rtems [c301570]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.
05:12 Changeset in rtems [23d748dc]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-10 Ralf Corsépius <ralf.corsepius@…> * libnetworking/rtems/rtems_showroute.c, libnetworking/rtems/rtems_showipstat.c, libnetworking/rtems/rtems_showtcpstat.c, libnetworking/rtems/rtems_showicmpstat.c, libnetworking/rtems/rtems_showmbuf.c, libnetworking/rtems/rtems_showudpstat.c, libnetworking/rtems/rtems_showifstat.c, libnetworking/net/if.c, libnetworking/net/raw_cb.c, libnetworking/net/route.c, libnetworking/net/rtsock.c, libnetworking/net/raw_usrreq.c, libnetworking/netinet/tcp_usrreq.c, libnetworking/netinet/tcp_timer.c, libnetworking/netinet/if_ether.c, libnetworking/netinet/tcp_debug.c, libnetworking/netinet/ip_fw.c, libnetworking/netinet/ip_output.c, libnetworking/netinet/ip_mroute.c, libnetworking/netinet/in_proto.c, libnetworking/netinet/udp_usrreq.c, libnetworking/netinet/tcp_output.c, libnetworking/netinet/tcp_subr.c, libnetworking/netinet/tcp_input.c, libnetworking/netinet/in_rmx.c, libnetworking/netinet/in_pcb.c, libnetworking/netinet/raw_ip.c, libnetworking/netinet/ip_divert.c, libnetworking/netinet/in.c, libnetworking/kern/uipc_socket2.c, libnetworking/kern/kern_sysctl.c, libnetworking/kern/uipc_socket.c, libnetworking/kern/kern_subr.c: Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.
05:07 Changeset in rtems [8fc471a5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.
05:01 Changeset in rtems [be650314]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:52 Changeset in rtems [7a1c421f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-10 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Reflect addition of include/rtems/bsd/sys/queue.h.
04:35 Changeset in rtems [5515a758]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-10 Ralf Corsépius <ralf.corsepius@…> * include/rtems/bsd/sys/queue.h: New (Copied from libnetworking/sys/queue.h).

05/09/07:

19:08 Changeset in rtems [3673ee7c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * startup/bspclean.c: Remove incldue stdio.h
18:55 Changeset in rtems [6b6c06b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * minimum/Makefile.am, minimum/init.c: Switch back to using optional manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY to demonstrate that the newlib reentrancy support is optional.
18:53 Changeset in rtems [c2565894]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * compilers/gcc-no_bsp.cfg: There are no longer any required managers. Plus some cleanup
18:47 Changeset in rtems [6455dde]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub for Classic API Barrier.
18:47 Changeset in rtems [ff114dc5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c, optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-signal.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify other optional managers so using them reduces application size instead of increasing it. * optman/rtems/no-barrier.c: New file.
18:43 Changeset in rtems [d54c028]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * leaf.cfg: Add optional manager stub for Barrier.
18:29 Changeset in rtems [ded1977]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * bootcard.c: Move fini call to inside executive for symmettry with init call.
18:27 Changeset in rtems [c3db01d0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * libcsupport/include/rtems/libcsupport.h, libcsupport/src/newlibc.c, sapi/Makefile.am, sapi/include/confdefs.h, sapi/src/exinit.c, score/Makefile.am, score/preinstall.am, score/include/rtems/score/userext.h, score/src/chain.c, score/src/userext.c: Switch to newlib reentrancy extension being installed in the initial set instead of using rtems_extension_create. While implementing this, noticed that user extensions and chain code had multiple functions in a single file which is not desirable in the SuperCore? and API portions of RTEMS, so split these into multiple files with one function per file. Also noticed that some of user extension code was inlined for no particular reason so moved that to C bodies. Split executive shutdown from initialization since not every application shuts down. Moved fini call to executive shutdown to be more symmetrical with where it is called at startup. * sapi/src/exshutdown.c, score/src/chainappend.c, score/src/chainextract.c, score/src/chainget.c, score/src/chaininsert.c, score/src/userextaddapiset.c, score/src/userextaddset.c, score/src/userextremoveset.c, score/src/userextthreadbegin.c, score/src/userextthreadcreate.c, score/src/userextthreaddelete.c, score/src/userextthreadrestart.c, score/src/userextthreadstart.c, score/src/userextthreadswitch.c: New files. * score/inline/rtems/score/userext.inl: Removed.
18:08 Changeset in rtems [d81d057]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * Makefile.am, console/lpc22xx_uart.h: Remove warnings, cleanup and do not build SPARC code accidentally referenced in Makefile.am.
17:59 Changeset in rtems [f16ea90]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * libcsupport/src/error.c, sapi/include/rtems/config.h: Do not reference _Configuration_MP_table if multiprocessing is disabled.
17:55 Changeset in rtems [361457db]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * libmisc/monitor/mon-monitor.c, libmisc/monitor/mon-server.c: Do not reference _Configuration_MP_table if multiprocessing is disabled.
17:50 Changeset in rtems [1ab18ec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * shared/bspstart.c, shared/gnatcommon.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
17:49 Changeset in rtems [55cb7c9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c, startup/bspstart.c, startup/spurious.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
17:49 Changeset in rtems [94bbe857]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c, startup/spurious.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
17:49 Changeset in rtems [b279999]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
17:40 Changeset in rtems [0bb47ebd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2007-05-09 Joel Sherrill <joel.sherrill@…> * console/uart.c, startup/bspclean.c, startup/bspstart.c: Remove debug print methods that are redundant with prntk and replace their usage with printk.
17:32 Changeset in rtems [6e08cf7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
16:38 Changeset in rtems [2283e16]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-09 Ralf Corsépius <ralf.corsepius@…> * libnetworking/machine/endian.h: Remove. * libnetworking/Makefile.am: Remove machine/endian.h.
16:38 Changeset in rtems [54802dc]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove machine/endian.h.
16:38 Changeset in rtems [f5a22134]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.
16:35 Changeset in rtems [a2dc889]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-09 Ralf Corsépius <ralf.corsepius@…> * libnetworking/arpa/nameser_compat.h, libnetworking/netinet/in.h, libnetworking/rtems/rtems_bsdnet_internal.h: Include <rtems/endian.h> instead of <machine/endian.h>.
16:35 Changeset in rtems [0f9861be]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Include <rtems/endian.h> instead of <machine/endian.h>.
16:29 Changeset in rtems [b8b632f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
16:28 Changeset in rtems [6e4bc7c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-09 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Add include/rtems/endian.h.
16:27 Changeset in rtems [7a4e32f4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-09 Ralf Corsépius <ralf.corsepius@…> * include/rtems/endian.h: New (Copied from libnetworking/machine/endian.h).
15:56 Changeset in rtems [a419c5d0]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-09 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/readdir.c, libnetworking/net/slcompress.c, pppd/md4.h, pppd/md5.h, pppd/pppd.h, score/cpu/m68k/rtems/score/m68k.h: Include <rtems/stdint.h> instead of <stdint.h>.
15:56 Changeset in rtems [203ed7f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Include <rtems/stdint.h> instead of <stdint.h>.
15:34 Changeset in rtems [fae9d83]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-09 Ralf Corsépius <ralf.corsepius@…> * porting/miscellaneous.t: Remove subsection on "Optional Endian Conversion Routines", CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
15:31 Changeset in rtems [2bcd08b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-09 Ralf Corsépius <ralf.corsepius@…> * libnetworking/machine/endian.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
15:28 Changeset in rtems [8b56aa3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-09 Ralf Corsépius <ralf.corsepius@…> * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
15:19 Changeset in rtems [3ccb4b0]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-09 Ralf Corsépius <ralf.corsepius@…> * NEWS: new.
11:24 Changeset in rtems [b3d13de] by Ralf Corsepius <ralf.corsepius@…>
2007-05-09 Ralf Corsépius <ralf.corsepius@…> PR 1243 * pppd/auth.c (set_allowed_addrs): Remove bogus dereference.
11:23 Changeset in rtems [890d2c6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-09 Ralf Corsépius <ralf.corsepius@…> PR 1243 * pppd/auth.c (set_allowed_addrs): Remove bogus dereference.
11:18 Ticket #1243 (invalid dereference in pppd/auth.c) closed by Ralf Corsepius
fixed

05/08/07:

21:10 Changeset in rtems [5a2feead]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-08 Ralf Corsépius <ralf.corsepius@…> * libnetworking/machine/endian.h: Convert htons, htonl, ntohs, ntohl to inline functions, using uint[16,32]_t.
16:39 Changeset in rtems [70e624e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-08 Ralf Corsépius <ralf.corsepius@…> * libnetworking/netdb.h: Change netent->n_net to uint32_t to comply with SUSv3.
15:59 Changeset in rtems [5a221ff6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-08 Ralf Corsépius <ralf.corsepius@…> * telnetd/icmds.c: Add HAVE_CONFIG_H magic.
15:34 Ticket #1243 (invalid dereference in pppd/auth.c) created by Ralf Corsepius
I am not sure, but I suspect the patch against cpukit/pppd/pppd.c …
15:34 Changeset in rtems [2ff7d00]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add HAVE_CONFIG_H magic.
15:33 Changeset in rtems [ff485b1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-08 Ralf Corsépius <ralf.corsepius@…> * rtems/src/regionprocessqueue.c, score/src/heapresizeblock.c score/src/threadqrequeue.c: Add HAVE_CONFIG_H magic.
15:31 Changeset in rtems [2add452]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-08 Ralf Corsépius <ralf.corsepius@…> * ftpd/ftpd.c: Add HAVE_CONFIG_H magic.
15:30 Changeset in rtems [69d5809]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-08 Ralf Corsépius <ralf.corsepius@…> * libblock/src/show_bdbuf.c: Add HAVE_CONFIG_H magic.
12:44 Changeset in rtems [f237810]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-08 Ralf Corsépius <ralf.corsepius@…> * libnetworking/libc/gethostbydns.c, libnetworking/libc/inet_net_ntop.c, libnetworking/libc/inet_pton.c: Eliminate P.
12:44 Changeset in rtems [678b3b06]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Eliminate P.
12:40 Changeset in rtems [32556fc]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-08 Ralf Corsépius <ralf.corsepius@…> * librpc/src/rpc/rtime.c: Use uint32_t instead of unsigned long for return value of ntohl (POSIX requirement). Use UINT32_C macros to avoid overflows on 16bit targets. Eliminate P.
10:46 Changeset in rtems [161016b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-08 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for working PRIxPTR.
10:43 Changeset in rtems [d32c7f8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-08 Ralf Corsépius <ralf.corsepius@…> * score/include/rtems/score/thread.h, score/inline/rtems/score/stack.inl score/src/threadinitialize.c, score/src/threadstackallocate.c: Use size_t for stack sizes.
10:43 Changeset in rtems [728a0bd3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use size_t for stacksizes.

05/07/07:

12:08 Ticket #1242 (errant free in imfs_rmnod.c) created by Ralf Corsepius
Near to the end of cpukit/libfs/src/imfs/imfs_rmnod.c, this code can …
10:44 Changeset in rtems [a1b953a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-07 Ralf Corsépius <ralf.corsepius@…> * mpc8xx/clock/clock.c: Remove unused var extclk_value.
09:47 Changeset in rtems [fa2fb65a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-07 Ralf Corsépius <ralf.corsepius@…> * startup/bspstart.c: Use uintptr_t for address arithmetics.
09:39 Changeset in rtems [9f260c4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2007-05-07 Ralf Corsépius <ralf.corsepius@…> * bsp_specs: Remove -qrtems_debug.
Note: See TracTimeline for information about the timeline view.