summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New.Ralf Corsepius2011-10-301-0/+559
|
* 2011-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-302-3/+4
| | | | * libcsupport/src/newlibc_exit.c: Don't undef __USE_INIT_FINI__.
* 2011-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-10-282-3/+5
| | | | | PR 1944/misc * libchip/serial/mc68681.c: Remove #if 0.
* Regenerate.Ralf Corsepius2011-10-2815-172/+172
|
* Preps for gcc-4.6.2.Ralf Corsepius2011-10-2828-84/+93
|
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-262-3/+6
| | | | | * libmisc/monitor/mon-monitor.c (rtems_monitor_wakeup): Remove unused var "status" (Avoid warning).
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-262-9/+39
| | | | | | * Makefile.am: Fix DIST_SUBDIRS. Reformat. Add support/fstest.h.
* 2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-262-1/+13
| | | | * mouse01/init.c: Account for extra message buffer size.
* 2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-262-2/+12
| | | | * ftp01/init.c: Account for extra FTP worker task stack sizes.
* 2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-263-8/+12
| | | | | * ftpd/ftpd.h, ftpd/ftpd.c: Moved buffer and stack size constants into header file.
* 2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-262-3/+9
| | | | | | * ftpd/ftpd.c: Increased data buffer size to 4096 bytes. Use RTEMS_MINIMUM_STACK_SIZE plus the data buffer size for worker thread stack size.
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-262-0/+10
| | | | * libfs/src/imfs/imfs.h: Add IMFS_memfile_maximum_size.
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-262-4/+8
| | | | * shared/can/occan.c: Comment out unused var "tmp".
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-262-2/+5
| | | | * network/network.c: Remove unused var "dptr".
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-262-3/+7
| | | | | * libchip/serial/ns16550.c (ns16550_init): Remove unused var "ucTrash".
* 2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-252-9/+5
| | | | | * support/include/tmacros.h: Remove fatal_posix_service_pointer_minus_one (unused).
* 2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-253-18/+36
| | | | | | | * psxmsgq01/init.c: Introduce fatal_posix_mqd. Replace fatal_posix_service_pointer_minus_one with fatal_posix_mqd. * psxsem01/init.c: Introduce fatal_posix_sem. Replace fatal_posix_service_pointer_minus_one with fatal_posix_sem.
* 2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-252-7/+12
| | | | | * psxreaddir/test.c: Remove bogus casts. Fix fprintf format strings.
* Apply missing patch.Ralf Corsepius2011-10-251-2/+0
|
* 2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-254-16/+40
| | | | | | | | * rtems/Makefile.am: Add src/status.c. * rtems/include/rtems/rtems/status.h: Make _Status_Object_name_errors_to_status an external variable. * rtems/src/status.c: New (split out from rtems/include/rtems/rtems/status.h).
* 2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-252-56/+157
| | | | * rtems/Makefile.am: Reformat.
* 2011-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-242-0/+13
| | | | * configure.ac: Check for decls of utime and utimes.
* 2011-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-242-1/+7
| | | | | | PR 1942/cpukit: * score/src/schedulercbsdetachthread.c: Move initialization of var "sched_info" down (Avoid it being used uninitialized).
* 2011-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-232-2/+9
| | | | | * libchip/network/smc91111.c (lan91cxx_recv): Define var "lp" conditionally (Avoid warning).
* 2011-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-232-2/+6
| | | | * libcsupport/src/utimes.c (utimes): Remove casts to time_t.
* 2011-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-232-2/+4
| | | | * page.c: Remove unused var "dirCount".
* 2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-222-1/+4
| | | | * psxfile01/test.c: Remove local redeclaration of IMFS_dump.
* 2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-222-4/+6
| | | | * shared/comm/uart.c (uartError): Remove unused var "uartStatus".
* 2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-222-2/+2
| | | | | * libchip/network/dec21140.c (dec21140_rxDaemon): Remove unused var "tbase".
* 2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-222-4/+7
| | | | | | | * libchip/rtc/mc146818a.c (mc146818a_initialize): Remove unused var "getReg". * libchip/rtc/mc146818a.c (mc146818a_set_time): Remove unused var "getReg".
* 2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-222-1/+6
| | | | * malloc04/init.c: Define p1, p2, p3, p4 extern (Avoid warnings).
* 2011-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-213-6/+8
| | | | | * console/console.c (ISS_output_char): Add return type. * timer/timer.c: Remove unused vars "old_ie".
* 2011-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-218-2/+409
| | | | | | | | * nios2-mpu-configuration.c, nios2-mpu-descriptor.c, nios2-mpu-disable-protected.c, nios2-mpu-reset.c: New files. * Makefile.am: Reflect changes above. * rtems/score/nios2-utility.h, nios2-context-initialize.c: Added support for the memory protection unit (MPU).
* 2011-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-212-3/+4
| | | | * automake/compile.am: Remove -Werror=...
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-202-4/+4
| | | | * libchip/display/disp_hcms29xx.c: Remove ARRAY_COUNT (unused).
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-202-0/+5
| | | | * console.c: Include <rtems/error.h> for rtems_panic().
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-202-4/+3
| | | | | * libnetworking/net/if_ethersubr.c (ether_output): Remove unused vars "hlen", "off".
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-202-2/+5
| | | | | * score/include/rtems/score/rbtree.h (_RBTree_Container_of): Use offsetof. Don't cast to size_t. Include <stddef.h>.
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-202-4/+9
| | | | | PR 1940/misc: * libchip/serial/ns16550.c: Reflect changes to console-driver.
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-202-2/+3
| | | | | * libnetworking/libc/res_mkupdate.c (res_mkupdate): Remove unused var "sp1".
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-202-2/+6
| | | | | * libfs/src/dosfs/msdos_file.c (msdos_file_datasync): Remove unused var "rc".
* 2011-10-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-203-0/+53
| | | | | | PR 1926/bsps * timer/timer.c: New file. * Makefile.am: Reflect change above.
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-202-2/+4
| | | | * MAINTAINERS: Remove references to c4x, or32 (abandoned).
* 2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-192-4/+8
| | | | * libchip/network/smc91111.c: Use PRIxPTR to print pointers.
* 2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-1931-66/+81
| | | | | | | | | | | | | | | * psxtmbarrier01/init.c, psxtmbarrier02/init.c, psxtmbarrier03/init.c, psxtmkey01/init.c, psxtmkey02/init.c, psxtmmq01/init.c, psxtmmutex01/init.c, psxtmmutex02/init.c, psxtmmutex03/init.c, psxtmmutex04/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c, psxtmmutex07/init.c, psxtmnanosleep01/init.c, psxtmnanosleep02/init.c, psxtmrwlock01/init.c, psxtmrwlock02/init.c, psxtmrwlock03/init.c, psxtmrwlock04/init.c, psxtmrwlock05/init.c, psxtmrwlock06/init.c, psxtmrwlock07/init.c, psxtmsem01/init.c, psxtmsem02/init.c, psxtmsem03/init.c, psxtmsem04/init.c, psxtmsem05/init.c, psxtmsleep01/init.c, psxtmsleep02/init.c, psxtmthread03/init.c: Use benchmark_timer_t for benchmark_timer values (Avoid 64bit arch issues).
* 2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-192-1/+8
| | | | | * include/rtems/btimer.h: Introduce benchmark_timer_t. Let benchmark_timer_read return benchmark_timer_t.
* Remove white spaces.Ralf Corsepius2011-10-198-18/+18
|
* 2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-192-1/+6
| | | | * console.c: RTEMS_DEBUG is a define, not a variable.
* 2011-10-18 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-192-4/+8
| | | | | PR 1939/cpukit * rtems/src/ratemonperiod.c: Fixed type mismatch.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-185-176/+251
| | | | | | | PR 1917/bsps * libchip/serial/mc68681.c, libchip/serial/ns16550.c, libchip/serial/serial.h, libchip/serial/z85c30.c: Modifications to add dynamic tables for libchip serial drivers.