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
Jennifer Averett
229bcca81d
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
...
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.
2011-10-18 18:40:27 +00:00
Jennifer Averett
11f7aab754
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
...
PR 1917/bsps
* mongoosev/duart/mg5uart.c: Modifications to add dynamic tables for
libchip serial drivers.
2011-10-18 18:39:05 +00:00
Jennifer Averett
7431fdc965
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
...
PR 1917/bsps
* sh7045/sci/sci_termios.c: Modifications to add dynamic tables for
libchip serial drivers.
2011-10-18 18:37:32 +00:00
Jennifer Averett
e1ddcec09e
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
...
PR 1917/bsps
* Makefile.am, console/conscfg.c: Modifications to add dynamic tables
for libchip serial drivers.
2011-10-18 18:35:25 +00:00
Jennifer Averett
d5286a1fd8
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
...
PR 1917/bsps
* Makefile.am, console/consolelite.c: Modifications to add dynamic
tables for libchip serial drivers.
2011-10-18 18:34:02 +00:00
Jennifer Averett
00991a3100
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
...
PR 1917/bsps
* Makefile.am, preinstall.am, console/config.c, console/mc68360_scc.c,
console/ns16550cfg.c, console/printk_support.c: Modifications to add
dynamic tables for libchip serial drivers.
2011-10-18 18:33:04 +00:00
Jennifer Averett
3bb9f198ba
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
...
PR 1917/bsps
* Makefile.am, console/console-config.c, startup/bspstart.c:
Modifications to add dynamic tables for libchip serial drivers.
2011-10-18 18:32:49 +00:00
Jennifer Averett
964c734b04
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
...
PR 1917/bsps
* Makefile.am, console/console-config.c, console/uart-bridge-master.c,
console/uart-bridge-slave.c, startup/bspstart.c: Modifications to add
dynamic tables for libchip serial drivers.
2011-10-18 18:32:23 +00:00
Jennifer Averett
32f5a41c96
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
...
PR 1917/bsps
* console/config.c: Modifications to add dynamic tables for libchip
serial drivers.
2011-10-18 18:31:09 +00:00
Jennifer Averett
5976658617
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
...
PR 1917/bsps
* Makefile.am, console/erc32_console.c: Modifications to add dynamic
tables for libchip serial drivers.
2011-10-18 18:30:22 +00:00
Jennifer Averett
a7f3a657a9
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
...
PR 1917/bsps
* shared/console/conscfg.c: Modifications to add dynamic tables for
libchip serial drivers.
2011-10-18 18:29:18 +00:00