Joel Sherrill
b009f48110
2011-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1947/doc
* started/buildrt.t: Make note that native toolset is needed to
configure and build RTEMS.
2011-10-31 13:46:43 +00:00
Ralf Corsepius
c652dfe261
New.
2011-10-30 16:07:03 +00:00
Ralf Corsepius
9bdb4292fa
2011-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/src/newlibc_exit.c: Don't undef __USE_INIT_FINI__.
2011-10-30 05:33:01 +00:00
Joel Sherrill
4778c6e0c4
2011-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1944/misc
* libchip/serial/mc68681.c: Remove #if 0.
2011-10-28 13:58:22 +00:00
Ralf Corsepius
dc2cc62736
Regenerate.
2011-10-28 13:21:46 +00:00
Ralf Corsepius
f282566740
Preps for gcc-4.6.2.
2011-10-28 13:19:21 +00:00
Ralf Corsepius
243b1ccb5c
2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/monitor/mon-monitor.c (rtems_monitor_wakeup):
Remove unused var "status" (Avoid warning).
2011-10-26 14:05:32 +00:00
Ralf Corsepius
27620f449e
2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* Makefile.am: Fix DIST_SUBDIRS.
Reformat.
Add support/fstest.h.
2011-10-26 13:35:16 +00:00
Sebastian Huber
5a868873af
2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* mouse01/init.c: Account for extra message buffer size.
2011-10-26 11:13:59 +00:00
Sebastian Huber
ad0e103967
2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* ftp01/init.c: Account for extra FTP worker task stack sizes.
2011-10-26 10:34:11 +00:00
Sebastian Huber
09647b7e20
2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* ftpd/ftpd.h, ftpd/ftpd.c: Moved buffer and stack size constants into
header file.
2011-10-26 10:32:09 +00:00
Sebastian Huber
eef45d18c3
2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* 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 10:20:54 +00:00
Ralf Corsepius
8c30ecd177
2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libfs/src/imfs/imfs.h: Add IMFS_memfile_maximum_size.
2011-10-26 03:49:27 +00:00
Ralf Corsepius
7a415dbd1f
2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* shared/can/occan.c: Comment out unused var "tmp".
2011-10-26 03:08:40 +00:00
Ralf Corsepius
c46399635a
2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* network/network.c: Remove unused var "dptr".
2011-10-26 02:54:22 +00:00
Ralf Corsepius
d8b42565d7
2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libchip/serial/ns16550.c (ns16550_init):
Remove unused var "ucTrash".
2011-10-26 02:51:15 +00:00
Ralf Corsepius
5008f65e6f
2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* support/include/tmacros.h:
Remove fatal_posix_service_pointer_minus_one (unused).
2011-10-25 16:30:35 +00:00
Ralf Corsepius
41909dea87
2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* 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 16:29:14 +00:00
Ralf Corsepius
8ed7d0a645
2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* psxreaddir/test.c: Remove bogus casts.
Fix fprintf format strings.
2011-10-25 15:12:08 +00:00
Ralf Corsepius
1293540857
Apply missing patch.
2011-10-25 15:10:52 +00:00
Ralf Corsepius
95008c6dc4
2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* 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 07:45:47 +00:00
Ralf Corsepius
d5de617230
2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/Makefile.am: Reformat.
2011-10-25 07:11:48 +00:00
Ralf Corsepius
74bfa2e492
2011-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Check for decls of utime and utimes.
2011-10-24 13:08:05 +00:00
Ralf Corsepius
68b1b174d3
2011-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>
...
PR 1942/cpukit:
* score/src/schedulercbsdetachthread.c: Move initialization of var
"sched_info" down (Avoid it being used uninitialized).
2011-10-24 12:54:50 +00:00
Ralf Corsepius
a5b4ab6a29
2011-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libchip/network/smc91111.c (lan91cxx_recv):
Define var "lp" conditionally (Avoid warning).
2011-10-23 13:32:42 +00:00
Ralf Corsepius
1e54c69910
2011-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/src/utimes.c (utimes): Remove casts to time_t.
2011-10-23 06:54:41 +00:00
Ralf Corsepius
b01abd58c6
2011-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* page.c: Remove unused var "dirCount".
2011-10-23 06:40:09 +00:00
Ralf Corsepius
a3fd09b69e
2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* psxfile01/test.c: Remove local redeclaration of IMFS_dump.
2011-10-22 12:20:33 +00:00
Ralf Corsepius
e3b324b4cd
2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* shared/comm/uart.c (uartError): Remove unused var "uartStatus".
2011-10-22 04:40:53 +00:00
Ralf Corsepius
0d12670683
2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libchip/network/dec21140.c (dec21140_rxDaemon):
Remove unused var "tbase".
2011-10-22 04:36:14 +00:00
Ralf Corsepius
81c35902bd
2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libchip/rtc/mc146818a.c (mc146818a_initialize):
Remove unused var "getReg".
* libchip/rtc/mc146818a.c (mc146818a_set_time):
Remove unused var "getReg".
2011-10-22 04:33:02 +00:00
Ralf Corsepius
f27d2f8cb9
2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* malloc04/init.c: Define p1, p2, p3, p4 extern (Avoid warnings).
2011-10-22 04:18:39 +00:00
Ralf Corsepius
5dd62f06af
2011-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console/console.c (ISS_output_char): Add return type.
* timer/timer.c: Remove unused vars "old_ie".
2011-10-21 13:37:01 +00:00
Sebastian Huber
d4a9594039
2011-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* 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 08:44:23 +00:00
Ralf Corsepius
488dc6be31
2011-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* automake/compile.am: Remove -Werror=...
2011-10-21 03:29:23 +00:00
Ralf Corsepius
9e621f6d05
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libchip/display/disp_hcms29xx.c: Remove ARRAY_COUNT (unused).
2011-10-20 15:35:40 +00:00
Ralf Corsepius
7bc026e608
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console.c: Include <rtems/error.h> for rtems_panic().
2011-10-20 15:33:09 +00:00
Ralf Corsepius
9356119583
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/net/if_ethersubr.c (ether_output):
Remove unused vars "hlen", "off".
2011-10-20 13:54:45 +00:00
Ralf Corsepius
050adc2712
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* score/include/rtems/score/rbtree.h (_RBTree_Container_of):
Use offsetof. Don't cast to size_t. Include <stddef.h>.
2011-10-20 11:58:54 +00:00
Ralf Corsepius
9495580623
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
PR 1940/misc:
* libchip/serial/ns16550.c: Reflect changes to console-driver.
2011-10-20 11:46:34 +00:00
Ralf Corsepius
9c337c655b
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libnetworking/libc/res_mkupdate.c (res_mkupdate):
Remove unused var "sp1".
2011-10-20 10:52:59 +00:00
Ralf Corsepius
9b42315cee
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libfs/src/dosfs/msdos_file.c (msdos_file_datasync):
Remove unused var "rc".
2011-10-20 10:48:30 +00:00
Sebastian Huber
35809f54fc
2011-10-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
PR 1926/bsps
* timer/timer.c: New file.
* Makefile.am: Reflect change above.
2011-10-20 07:30:24 +00:00
Ralf Corsepius
015c9194ae
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* MAINTAINERS: Remove references to c4x, or32 (abandoned).
2011-10-20 05:05:58 +00:00
Ralf Corsepius
49a49d7c99
2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libchip/network/smc91111.c: Use PRIxPTR to print pointers.
2011-10-19 16:02:12 +00:00
Ralf Corsepius
add2977210
2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* 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 15:27:27 +00:00
Ralf Corsepius
d4b5246079
2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* include/rtems/btimer.h: Introduce benchmark_timer_t.
Let benchmark_timer_read return benchmark_timer_t.
2011-10-19 15:06:04 +00:00
Ralf Corsepius
15211c8307
Remove white spaces.
2011-10-19 09:43:36 +00:00
Ralf Corsepius
2e98d46bf2
2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console.c: RTEMS_DEBUG is a define, not a variable.
2011-10-19 09:20:28 +00:00
Sebastian Huber
9e162be919
2011-10-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
PR 1939/cpukit
* rtems/src/ratemonperiod.c: Fixed type mismatch.
2011-10-19 07:25:10 +00:00