Timeline



10/26/11:

17:36 Ticket #1946 (Asymmetric SMP mega-patch) created by Jennifer Averett
The following patch is being submitted by Marta Rybczynska and is …
14:05 Changeset in rtems [243b1cc]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-26 Ralf Corsépius <ralf.corsepius@…> * libmisc/monitor/mon-monitor.c (rtems_monitor_wakeup): Remove unused var "status" (Avoid warning).
13:35 Changeset in rtems [27620f44]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-26 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Fix DIST_SUBDIRS. Reformat. Add support/fstest.h.
11:13 Changeset in rtems [5a868873]4.115 by Sebastian Huber <sebastian.huber@…>
2011-10-26 Sebastian Huber <sebastian.huber@…> * mouse01/init.c: Account for extra message buffer size.
10:34 Changeset in rtems [ad0e103]4.115 by Sebastian Huber <sebastian.huber@…>
2011-10-26 Sebastian Huber <sebastian.huber@…> * ftp01/init.c: Account for extra FTP worker task stack sizes.
10:32 Changeset in rtems [09647b7]4.115 by Sebastian Huber <sebastian.huber@…>
2011-10-26 Sebastian Huber <sebastian.huber@…> * ftpd/ftpd.h, ftpd/ftpd.c: Moved buffer and stack size constants into header file.
10:20 Changeset in rtems [eef45d1]4.115 by Sebastian Huber <sebastian.huber@…>
2011-10-26 Sebastian Huber <sebastian.huber@…> * 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.
03:49 Changeset in rtems [8c30ecd]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-26 Ralf Corsépius <ralf.corsepius@…> * libfs/src/imfs/imfs.h: Add IMFS_memfile_maximum_size.
03:08 Changeset in rtems [7a415db]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-26 Ralf Corsépius <ralf.corsepius@…> * shared/can/occan.c: Comment out unused var "tmp".
02:54 Changeset in rtems [c4639963]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-26 Ralf Corsépius <ralf.corsepius@…> * network/network.c: Remove unused var "dptr".
02:51 Changeset in rtems [d8b4256]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-26 Ralf Corsépius <ralf.corsepius@…> * libchip/serial/ns16550.c (ns16550_init): Remove unused var "ucTrash".

10/25/11:

16:30 Changeset in rtems [5008f65]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-25 Ralf Corsépius <ralf.corsepius@…> * support/include/tmacros.h: Remove fatal_posix_service_pointer_minus_one (unused).
16:29 Changeset in rtems [41909de]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-25 Ralf Corsépius <ralf.corsepius@…> * 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.
15:12 Changeset in rtems [8ed7d0a]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-25 Ralf Corsépius <ralf.corsepius@…> * psxreaddir/test.c: Remove bogus casts. Fix fprintf format strings.
15:10 Changeset in rtems [12935408]4.115 by Ralf Corsepius <ralf.corsepius@…>
Apply missing patch.
07:45 Changeset in rtems [95008c6]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-25 Ralf Corsépius <ralf.corsepius@…> * 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).
07:11 Changeset in rtems [d5de617]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-25 Ralf Corsépius <ralf.corsepius@…> * rtems/Makefile.am: Reformat.

10/24/11:

13:29 Ticket #1945 (RFE: Abandon rtems_off64_t) created by Ralf Corsepius
cpukit/libcsupport/include/rtems/libio.h contains this: / * A …
13:08 Changeset in rtems [74bfa2e4]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-24 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for decls of utime and utimes.
13:01 Ticket #1944 (c/src/libchip/serial/mc68681.c: mc68681_close is a nop) created by Ralf Corsepius
The function mc68681_close in c/src/libchip/serial/mc68681.c …
12:54 Changeset in rtems [68b1b17]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-24 Ralf Corsépius <ralf.corsepius@…> PR 1942/cpukit: * score/src/schedulercbsdetachthread.c: Move initialization of var "sched_info" down (Avoid it being used uninitialized).
11:56 Ticket #1942 (cpukit/score/src/schedulercbsdetachthread.c: 'sched_info' may be used ...) closed by Ralf Corsepius
fixed: Patch applied, closing.
11:37 Ticket #1943 (NULL pointer access in if_ppp.c) created by Sebastian Huber
In if_ppp.c (ppp_rxdaemon) we have: […] /* allocate a new …

10/23/11:

13:32 Changeset in rtems [a5b4ab6a]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-23 Ralf Corsépius <ralf.corsepius@…> * libchip/network/smc91111.c (lan91cxx_recv): Define var "lp" conditionally (Avoid warning).
06:54 Changeset in rtems [1e54c69]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-23 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/utimes.c (utimes): Remove casts to time_t.
06:40 Changeset in rtems [b01abd58]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-23 Ralf Corsépius <ralf.corsepius@…> * page.c: Remove unused var "dirCount".
04:52 Ticket #1942 (cpukit/score/src/schedulercbsdetachthread.c: 'sched_info' may be used ...) created by Ralf Corsepius
I am facing this warning: ... …

10/22/11:

12:20 Changeset in rtems [a3fd09b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-22 Ralf Corsépius <ralf.corsepius@…> * psxfile01/test.c: Remove local redeclaration of IMFS_dump.
04:40 Changeset in rtems [e3b324b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-22 Ralf Corsépius <ralf.corsepius@…> * shared/comm/uart.c (uartError): Remove unused var "uartStatus".
04:36 Changeset in rtems [0d12670]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-22 Ralf Corsépius <ralf.corsepius@…> * libchip/network/dec21140.c (dec21140_rxDaemon): Remove unused var "tbase".
04:33 Changeset in rtems [81c35902]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-22 Ralf Corsépius <ralf.corsepius@…> * libchip/rtc/mc146818a.c (mc146818a_initialize): Remove unused var "getReg". * libchip/rtc/mc146818a.c (mc146818a_set_time): Remove unused var "getReg".
04:18 Changeset in rtems [f27d2f8]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-22 Ralf Corsépius <ralf.corsepius@…> * malloc04/init.c: Define p1, p2, p3, p4 extern (Avoid warnings).

10/21/11:

13:37 Changeset in rtems [5dd62f0]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-21 Ralf Corsépius <ralf.corsepius@…> * console/console.c (ISS_output_char): Add return type. * timer/timer.c: Remove unused vars "old_ie".
08:44 Changeset in rtems [d4a95940]4.115 by Sebastian Huber <sebastian.huber@…>
2011-10-21 Sebastian Huber <sebastian.huber@…> * 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).
03:29 Changeset in rtems [488dc6b]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-21 Ralf Corsépius <ralf.corsepius@…> * automake/compile.am: Remove -Werror=…

10/20/11:

15:35 Changeset in rtems [9e621f6]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-20 Ralf Corsépius <ralf.corsepius@…> * libchip/display/disp_hcms29xx.c: Remove ARRAY_COUNT (unused).
15:33 Changeset in rtems [7bc026e6]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-20 Ralf Corsépius <ralf.corsepius@…> * console.c: Include <rtems/error.h> for rtems_panic().
13:54 Changeset in rtems [9356119]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-20 Ralf Corsépius <ralf.corsepius@…> * libnetworking/net/if_ethersubr.c (ether_output): Remove unused vars "hlen", "off".
11:58 Changeset in rtems [050adc2]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-20 Ralf Corsépius <ralf.corsepius@…> * score/include/rtems/score/rbtree.h (_RBTree_Container_of): Use offsetof. Don't cast to size_t. Include <stddef.h>.
11:46 Changeset in rtems [9495580]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-20 Ralf Corsépius <ralf.corsepius@…> PR 1940/misc: * libchip/serial/ns16550.c: Reflect changes to console-driver.
10:52 Changeset in rtems [9c337c6]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-20 Ralf Corsépius <ralf.corsepius@…> * libnetworking/libc/res_mkupdate.c (res_mkupdate): Remove unused var "sp1".
10:48 Changeset in rtems [9b42315c]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-20 Ralf Corsépius <ralf.corsepius@…> * libfs/src/dosfs/msdos_file.c (msdos_file_datasync): Remove unused var "rc".
10:48 Ticket #1940 (Console_Port_Tbl: initialization from incompatible pointer type) closed by Ralf Corsepius
fixed: Closing
07:30 Changeset in rtems [35809f5]4.115 by Sebastian Huber <sebastian.huber@…>
2011-10-20 Sebastian Huber <sebastian.huber@…> PR 1926/bsps * timer/timer.c: New file. * Makefile.am: Reflect change above.
06:31 Ticket #1926 (qoriq BSP does not have timer driver) closed by Sebastian Huber
fixed: Committed to CVS head.
05:05 Changeset in rtems [015c919]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-20 Ralf Corsépius <ralf.corsepius@…> * MAINTAINERS: Remove references to c4x, or32 (abandoned).
02:53 Ticket #1941 (Whither RTEMS_offsetof?) created by Ralf Corsepius
The RTEMS_offsetof macro in cpukit/score/include/rtems/system.h is …
02:12 Ticket #1940 (Console_Port_Tbl: initialization from incompatible pointer type) created by Ralf Corsepius
Building RTEMS currently raises this kind of warnings (The exact …

10/19/11:

22:18 WikiStart edited by ChrisJohns
Add getting started. Make it prominent! (diff)
16:02 Changeset in rtems [49a49d7c]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-19 Ralf Corsépius <ralf.corsepius@…> * libchip/network/smc91111.c: Use PRIxPTR to print pointers.
15:27 Changeset in rtems [add2977]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-19 Ralf Corsépius <ralf.corsepius@…> * 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).
15:06 Changeset in rtems [d4b52460]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-19 Ralf Corsépius <ralf.corsepius@…> * include/rtems/btimer.h: Introduce benchmark_timer_t. Let benchmark_timer_read return benchmark_timer_t.
09:43 Changeset in rtems [15211c8]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove white spaces.
09:20 Changeset in rtems [2e98d46]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-19 Ralf Corsépius <ralf.corsepius@…> * console.c: RTEMS_DEBUG is a define, not a variable.
07:25 Changeset in rtems [9e162be9]4.115 by Sebastian Huber <sebastian.huber@…>
2011-10-18 Sebastian Huber <sebastian.huber@…> PR 1939/cpukit * rtems/src/ratemonperiod.c: Fixed type mismatch.
06:38 Ticket #1939 (ratemonperiod.c: incompatible pointer) closed by Sebastian Huber
fixed: I fixed the type mismatch in the CVS. I found no other warnings related to _Timespec_* functions.

10/18/11:

18:40 Changeset in rtems [229bcca8]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> 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.
18:39 Changeset in rtems [11f7aab]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * mongoosev/duart/mg5uart.c: Modifications to add dynamic tables for libchip serial drivers.
18:37 Changeset in rtems [7431fdc]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * sh7045/sci/sci_termios.c: Modifications to add dynamic tables for libchip serial drivers.
18:35 Changeset in rtems [e1ddcec0]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * Makefile.am, console/conscfg.c: Modifications to add dynamic tables for libchip serial drivers.
18:34 Changeset in rtems [d5286a1f]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * Makefile.am, console/consolelite.c: Modifications to add dynamic tables for libchip serial drivers.
18:33 Changeset in rtems [00991a3]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> 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.
18:32 Changeset in rtems [3bb9f198]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * Makefile.am, console/console-config.c, startup/bspstart.c: Modifications to add dynamic tables for libchip serial drivers.
18:32 Changeset in rtems [964c734b]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> 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.
18:31 Changeset in rtems [32f5a41c]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * console/config.c: Modifications to add dynamic tables for libchip serial drivers.
18:30 Changeset in rtems [59766586]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * Makefile.am, console/erc32_console.c: Modifications to add dynamic tables for libchip serial drivers.
18:29 Changeset in rtems [a7f3a657]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * shared/console/conscfg.c: Modifications to add dynamic tables for libchip serial drivers.
18:28 Changeset in rtems [1aa561d]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * Makefile.am: Modifications to add dynamic tables for libchip serial drivers.
18:26 Changeset in rtems [93b8c70]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * Makefile.am, console/uarts.c: Modifications to add dynamic tables for libchip serial drivers.
18:26 Changeset in rtems [bdd3b637]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * Makefile.am, console/uart.c: Modifications to add dynamic tables for libchip serial drivers.
18:25 Changeset in rtems [a3931631]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * Makefile.am, console/console-config.c: Modifications to add dynamic tables for libchip serial drivers.
18:25 Changeset in rtems [0a91018f]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * Makefile.am, console/console-config.c, console/hsu.c: Modifications to add dynamic tables for libchip serial drivers.
18:23 Changeset in rtems [ba692232]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@…> PR 1917/bsps * console.c: Modifications to add dynamic tables for libchip serial drivers. * console_control.c, console_private.h, console_read.c, console_select.c, console_write.c: New files.
18:19 Changeset in rtems [4ec8180]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-18 Jennifer Averett <Jennifer.Averett@… * mrfs_support/fs_support.c: Resolved name conflict that was causing a compiler error.
17:41 Ticket #1917 (dynamic tables for libchip serial drivers) closed by Jennifer Averett
fixed: Applied patch to head.
14:37 Changeset in rtems [96406152]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-18 Ralf Corsépius <ralf.corsepius@…> * libcsupport/include/rtems/libio.h, libcsupport/src/termios.c: Use size_t for sizes.
14:26 Changeset in rtems [5e9990b]4.115 by Ralf Corsepius <ralf.corsepius@…>
Fix typo.
13:36 Changeset in rtems [96bb783a]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-18 Ralf Corsépius <ralf.corsepius@…> * fileio/init.c: Explictly consts in size_t initializers (avoid overflows on 16bit-int targets).
12:57 Ticket #1939 (ratemonperiod.c: incompatible pointer) created by Ralf Corsepius
Something seems seriously bugged with timespec handling: Building for …
09:35 Changeset in rtems [49755cfd]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-18 Ralf Corsépius <ralf.corsepius@…> * libfs/src/pipe/fifo.c: Conditionally use var "sc".
09:21 Changeset in rtems [76d04a0]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-18 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/fts.c: Conditionally use var "nostat".
09:04 Changeset in rtems [5ae9228]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-18 Ralf Corsépius <ralf.corsepius@…> * pppd/options.c: Remove unused var "ok".
09:01 Changeset in rtems [7c770856]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-18 Ralf Corsépius <ralf.corsepius@…> * libnetworking/rtems/rtems_dhcp.c: Remove unused var "disconnected".
08:42 Changeset in rtems [c0b35f9]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-18 Ralf Corsépius <ralf.corsepius@…> * tm26/fptest.h: Use PRIu32 to print uint32_t.

10/17/11:

18:51 Changeset in rtems [35453000]4.115 by Jennifer Averett <Jennifer.Averett@…>
2011-10-17 Daniel Hellstrom <daniel@…> PR 1935/cpukit * score/include/rtems/score/smplock.h, score/src/smplock.c: SMP nested count variable was being overritten when nested lock was taken more than once.
17:52 Ticket #1935 (SMP: nested locking count variable overwritten) closed by Jennifer Averett
fixed: Applied patch to head.
15:54 Changeset in rtems [d63f1c9]4.115 by Sebastian Huber <sebastian.huber@…>
2011-10-17 Sebastian Huber <sebastian.huber@…> PR 1938/cpukit * score/include/rtems/score/thread.h: Removed obsolete suspend_count field from Thread_Control.
14:18 Ticket #1938 (Remove suspend_count in Thread_Control?) closed by Sebastian Huber
fixed: Committed to CVS head.
13:59 Changeset in rtems [f25425b1]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * libfs/src/rfs/rtems-rfs-file-system.c (rtems_rfs_fs_open): Comment out unused vars "group", "group_base".
13:50 Changeset in rtems [b0f6b6c7]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * libmisc/monitor/mon-editor.c (rtems_monitor_task): Comment out unused vars "debugee", "rp", "fp".
13:32 Changeset in rtems [596cbc56]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * posix/src/alarm.c: Make _POSIX_signals_Alarm_TSR static. Remove unused var "status".
12:57 Changeset in rtems [e6db507]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * libmisc/shell/main_ls.c: Comment out unused var kflag.
12:37 Changeset in rtems [c145d73]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * ne2000/ne2000.c: Remove unused var "stat".
12:27 Ticket #1938 (Remove suspend_count in Thread_Control?) created by Sebastian Huber
A "grep -r '\<suspend_count\>' ." yields: …
12:25 Changeset in rtems [8fd5081a]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * posix/src/ualarm.c: Make _POSIX_signals_Ualarm_TSR static.
11:56 Changeset in rtems [f1e60886]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * libchip/rtc/icm7170.c (icm7170_get_time): Remove unused var setReg. * libchip/rtc/icm7170.c (icm7170_set_time): Remove unused var getReg.
11:40 Changeset in rtems [7d49b04]4.115 by Ralf Corsepius <ralf.corsepius@…>
Whitespace fixes.
11:39 Changeset in rtems [6e96346]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/pthread01.c, psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/pthread37.c, psxhdrs/pthread38.c, psxhdrs/pthread39.c, psxhdrs/pthread40.c: Let test() return values (avoid warnings).
11:36 Changeset in rtems [9620b618]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c, psxhdrs/cond10.c: Let test() return values (avoid warnings).
11:17 Changeset in rtems [38cc8d53]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/mutex01.c, psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c: Let test() return values (avoid warnings).
10:40 Changeset in rtems [4f609eec]4.115 by Sebastian Huber <sebastian.huber@…>
2011-10-17 Sebastian Huber <sebastian.huber@…> * include/start-config.h, make/custom/lpc24xx_plx800_rom_int.cfg, startup/linkcmds.lpc24xx_plx800_rom_int, startup/start-config-emc-dynamic.c, startup/start-config-emc-static.c, startup/start-config-pinsel.c: New files. * Makefile.am, configure.ac, preinstall.am: Reflect changes above. * startup/bspstarthooks.c: Use configuration tables for EMC initialization.
10:20 Ticket #1937 (SMP: inter processor interrupt message problems) created by Daniel Hellstrom
Hello, This patch contains several fixes in the same lines of code: …
10:05 Changeset in rtems [a17ec5c]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c, psxhdrs/proc14.c: Let test() return values (avoid warnings).
09:59 Changeset in rtems [f7870bfb]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove whitespaces.
09:53 Changeset in rtems [d80b196]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/sched01.c, psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c: Let test() return values (avoid warnings).
07:18 Changeset in rtems [e94ce2f]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-17 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c: Let test() return values (avoid warnings).

10/15/11:

09:19 Changeset in rtems [63f4be9]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-15 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c, psxhdrs/key04.c: Let test() return values (avoid warnings).
05:31 Changeset in rtems [003999c]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-15 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c: Let test() return values (avoid warnings).

10/13/11:

17:20 Changeset in rtems [03e0d9aa]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-13 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/signal23.c: Add comment to denote test as obsolete.
16:27 Ticket #1936 (RFE: Abandon ualarm) created by Ralf Corsepius
POSIX.1-2001 marks ualarm() as obsolete and POSIX.1-2008 removes the …
13:44 Changeset in rtems [c1b890c8]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-13 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Check for size of mode_t. * psxfile01/test.c, psxstat/test.c: Include "primode.h". Use PRIomode_t to print mode_t.
13:08 Changeset in rtems [7036ed0]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-13 Ralf Corsépius <ralf.corsepius@…> * support/include/primode.h: New. * Makefile.am: Add support/include/primode.h
12:18 Changeset in rtems [04a5c54]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-13 Ralf Corsépius <ralf.corsepius@…> * shared/comm/uart.c: Remove unused var "tmp".

10/12/11:

09:11 Changeset in rtems [053974f8]4.115 by Sebastian Huber <sebastian.huber@…>
2011-10-12 Sebastian Huber <sebastian.huber@…> * psxaio01/system.h, psxaio02/system.h, psxaio03/system.h: Do not use the stack checker.
04:50 Changeset in rtems [2dc3399]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-12 Ralf Corsépius <ralf.corsepius@…> * libmisc/mouse/serial_mouse.c (serial_mouse_initialize): Remove unused var "status" (Avoid warnings).
04:21 Changeset in rtems [9ab1039d]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-12 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/sync01.c, psxhdrs/sync02.c: Let test() return values (avoid warnings).
04:19 Changeset in rtems [077184fd]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-12 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c: Let test() return values (avoid warnings).
04:15 Changeset in rtems [e7edd55]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-10-12 Ralf Corsépius <ralf.corsepius@…> * psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c, psxhdrs/timer07.c: Let test() return values (avoid warnings).
Note: See TracTimeline for information about the timeline view.