Timeline



10/09/12:

16:43 Changeset in rtems [34a8f36]4.115 by Ralf Corsépius <ralf.corsepius@…>
Remove stray '/'.
16:43 Changeset in rtems [c160bc2]4.10 by Ralf Corsépius <ralf.corsepius@…>
Remove stray '/'.
12:38 Changeset in rtems [06e1086]4.115 by Ralf Corsépius <ralf.corsepius@…>
Import from automake-1.12.4.

10/08/12:

23:29 Ticket #2078 (sys/features.h ill-defines _POSIX_MEMLOCK and _POSIX_MEMLOCK_RANGE) created by strauman
According to the linux manpage (I don't have access to a posix …
14:48 Changeset in rtems-libbsd [24ddf77]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
rtems-uthread_main_np.c: Moved rtems_init_task_id extern to pthread_np.h.
14:22 Changeset in rtems [d880d40a]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Fix maximum packet size
14:19 Changeset in rtems [75025a6]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: PR1844: Fix MP process packet size
14:19 Changeset in rtems [b6b8cd7]4.10 by Sebastian Huber <sebastian.huber@…>
rtems: PR1844: Fix MP process packet size
05:35 Projects/GSoC/PosixKeys edited by Zhongwei Yao
/* the CONFIGURE of POSIX Key */ (diff)

10/07/12:

15:17 Changeset in rtems [78f417f8]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Rename function Rename rtems_filesystem_location_exists_in_same_fs_instance_as() into rtems_filesystem_location_exists_in_same_instance_as() for consistency with other file system instance related functions.
15:12 Changeset in rtems [8b65f389]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Rename function Rename rtems_filesystem_location_is_root() into rtems_filesystem_location_is_instance_root() to distinguish this from the file system root directory of the current task environment.
15:11 Changeset in rtems [39d7d51]4.115 by Sebastian Huber <sebastian.huber@…>
fstests/fsimfsgeneric01: Avoid global state

10/06/12:

16:29 Projects/GraphicsToolkit edited by PavelPisa
HowTo? run RTEMS Graphics Toolkit on QEMU (diff)

10/05/12:

18:41 Changeset in rtems-libbsd [3ac9bb1]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
route.c and ifconfig.c: Added rtems style mains. Fixed route.c to match freebsd version with only rtems additions.
17:15 Projects/GSoC/PosixKeys edited by Zhongwei Yao
/* the CONFIGURE of POSIX Key */ (diff)
17:15 Projects/GSoC/PosixKeys edited by Zhongwei Yao
/* the CONFIGURE of POSIX Key */ (diff)
17:14 Projects/GSoC/PosixKeys edited by Zhongwei Yao
add the configure of POSIX key (diff)
14:36 Changeset in rtems-libbsd [808a6b2]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Added more information on MMAP_NOT_AVAILABLE.
14:34 Changeset in rtems-libbsd [45a81cd]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Jennifer Averett <jennifer.averett@…>
Added rtems specific version of _pthread_main_np() This required adding rtems_id rtems_init_task_id to identify the main task.

10/03/12:

16:09 Changeset in rtems [cb7b57e1]4.115 by Joel Sherrill <joel.sherrill@…>
mghttpd: Requires POSIX to build server and tests Formerly, mghttpd was conditional only on networking being enabled. It uses on pthread and must also be conditional on POSIX threads support being enabled.

10/02/12:

18:28 Changeset in rtems [8896c97]4.115 by Joel Sherrill <joel.sherrill@…>
threaddispatch.c: Fix typo
18:27 Changeset in rtems [196fe59]4.115 by Joel Sherrill <joel.sherrill@…>
score/thread.h: Move Thread_CPU_usage_t definition down At the previous location, uint32_t was not available.
18:24 Changeset in rtems [9e735966]4.115 by Joel Sherrill <joel.sherrill@…>
score/percpu.h: _Thread_Time_of_last_context_switch always available This field is used whether ticks are used for statistics or not.
18:23 Changeset in rtems [b249d7f]4.115 by Joel Sherrill <joel.sherrill@…>
score/tod.h: Fix formatting
16:45 Changeset in rtems [880e2f37]4.115 by Joel Sherrill <joel.sherrill@…>
User's Guide: Correct typos in return status bullets
14:13 Changeset in rtems [9b83a66]4.115 by Sebastian Huber <sebastian.huber@…>
score: Critical fix for thread dispatching The changes in _Thread_Dispatch() of commits dad36c52b8be5d7b46bc7af85655055db7208652 and d4dc7c8196355f08044e67a3f5c1e19485f17ff1 introduced a severe bug which destroys the real-time properties of RTEMS completely. Consider the following scenario. We have three tasks L (lowest priority), M (middle priority), and H (highest priority). Now let a thread dispatch from M to L happen. An interrupt occurs in _Thread_Dispatch() here: void _Thread_Dispatch( void ) { […] post_switch: _ISR_Enable( level ); <-- INTERRUPT <-- AFTER INTERRUPT _Thread_Unnest_dispatch(); _API_extensions_Run_postswitch(); } The interrupt event makes task H ready. The interrupt code will see _Thread_Dispatch_disable_level > 0 and thus doesn't perform a _Thread_Dispatch(). Now we return to position "AFTER INTERRUPT". This means task L executes now although task H is ready! Task H will execute once someone calls _Thread_Dispatch().
13:44 Changeset in rtems [c17d0b3]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Reject removal of root nodes Reject the removal of file system instance root nodes in rmdir() and unlink() and return the EBUSY error status. File system instances can be removed with unmount(). Remove root node special cases in IMFS, DOSFS, and RFS.
13:38 Changeset in rtems [5633c54c]4.115 by Sebastian Huber <sebastian.huber@…>
nfsclient: Format changes
12:30 Ticket #2075 (NFS using uninitialized heap memory) closed by Sebastian Huber
fixed: http://git.rtems.org/rtems/commit/?id=86f6e8b73b7190aa6e1cc2610d7603d4429acbae
09:30 Changeset in rtems [c69ef3b]4.115 by Sebastian Huber <sebastian.huber@…>
nfsclient: Add and use nfsEvaluateStatus() The NFS status codes do not map directly to the corresponding errno values.
07:37 Changeset in rtems [3becac2]4.115 by Sebastian Huber <sebastian.huber@…>
nfsclient: Fix for short enums The XDR library has a problem on architectures with short enums like the default ARM EABI. Short enums means that the size of the enum type is variable and the smallest integer type to hold all enum values will be selected. For many enums this is char. The XDR library uses int32_t for enum_t. There are several evil casts from an enum type to enum_t which leads to invalid memory accesses on short enum architectures. A workaround is to add appropriate dummy enum values.

10/01/12:

15:40 Changeset in rtems [86f6e8b]4.115 by Sebastian Huber <sebastian.huber@…>
nfsclient: PR2075: Fix node initialization
13:43 Changeset in rtems [52c8df84]4.115 by Peter Dufault <dufault@…>
bsp/mpc55xx: PR2077: Add BSP_DEFAULT_BAUD_RATE
13:25 Changeset in rtems [6527d87]4.115 by Peter Dufault <dufault@…>
bsp/mpc55xx: PR2077: Avoid PPC_USE_SPE
13:22 Changeset in rtems [2a6ec317]4.115 by Peter Dufault <dufault@…>
bsp/mpc55xx: PR2077: Mapping for external flash
13:12 Changeset in rtems [967481a0]4.115 by Peter Dufault <dufault@…>
bsps: PR2076: SMC91111 fixes for mpc55xxevb BSP - A typo prevents if_smc.c from being built when configured; - The argument passed to the interrupt handler was incorrect and the addition of support for RTEMS_INTERRUPT_SHARED exposed it; - A "#ifdef DEBUG" is supposed to be "#if DEBUG" since 0 is supposed to make it quiet.
13:02 Changeset in rtems [94102775]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: Add and use MPC55XX_CHIP_FAMILY
12:28 Changeset in rtems [245cad5]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: Fix bsp_idle_thread()

09/30/12:

15:35 Ticket #2077 (Add ability to set default baud rate, support external flash on ...) created by dufault
The attached patches enhance the phycore_mpc5544 flavor of the …

09/29/12:

10:41 Ticket #2076 (SMC91111 fixes for mpc55xxevb BSP) created by dufault
- A typo prevents if_smc.c from being built when configured; - The …
10:17 Ticket #2075 (NFS using uninitialized heap memory) created by dufault
I've updated to the head and NFS is crashing in strdup() called from …

09/28/12:

22:19 Changeset in rtems [2e83663a]4.115 by Joel Sherrill <joel.sherrill@…>
cpukit/configure.ac: Remove unused use ticks for statistics options The following were not used in any code: RTEMS_USE_TICKS_CPU_USAGE_STATISTICS RTEMS_USE_TICKS_RATE_MONOTONIC_STATISTICS Both CPU Usage and Rate Monotonic Period Statistics are switched to ticks resolution by configuring with RTEMS_USE_TICKS_FOR_STATISTICS set to 1 on the configure command line.
21:37 Changeset in rtems [63241f8]4.115 by Joel Sherrill <joel.sherrill@…>
pc386: Add Cirrus FB Driver to Makefile and configure.ac The user has to explicitly enable this driver, choosing it over the existing (and lame) CGA frame buffer driver using USE_CIRRUS_GD5446=1 on the configure command line.
21:37 Changeset in rtems [f97e450]4.115 by Alexandru-Sever Horin <alex.sever.h@…>
FB driver for Cirrus GD5446 graphic hardware. Implementation is tested to work on QEMU simulator only. QEMU offers this hardware by default for PC platform but it can be requested by "-vga cirrus" option for other PCI aware systems in development/next QEMU releases as well. Next sources have been used for driver implementation: - RTEMS fb_vga.c - Rosimildo da Silva ( rdasilva@… ) - Cirrus xf86 driver - used as VGA hardware setup documentation - CL-GD5446 Technical Reference Manual, 1996, Second Edition fb_vga.c has to be replaced by fb_cirrus.c in rtems/c/src/lib/libbsp/i386/pc386/Makefile.am to test the driver now. We expect to discus and include driver section mechanism after driver testing. Patch version 2: - comments style updated according to Joel Sherrill review - use static for variables and functions to compile without warnings Signed-off-by: Alexandru-Sever Horin <alex.sever.h@…> Signed-off-by: Pavel Pisa <pisa@…>
19:07 Changeset in rtems [29b1bbf]4.115 by Joel Sherrill <joel.sherrill@…>
fsrfsbitmap01/test.c: Remove tabs
19:04 Changeset in rtems [35c58a56]4.115 by Joel Sherrill <joel.sherrill@…>
misc fstests: Remove spaces at EOL
14:02 Changeset in rtems [b762488e]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: Add e200z7 specific idle task
13:36 Changeset in rtems [da890759]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xx: Add custom work area init
11:48 Changeset in rtems [7f5ab84e]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Fix rtems_mii_ioctl() usage

09/26/12:

11:42 Changeset in rtems [445b2bd6]4.115 by Krzysztof Miesowicz <krzysztof.miesowicz@…>
New fstest to cover RFS bitmaps - fsrfsbitmap01

09/25/12:

20:44 History/Timeline edited by JoelSherrill
Add more to timeline (diff)
13:26 Changeset in rtems [949d0d6]4.115 by Arvid Bjorkengren <arvid@…>
GRSPW: Make sure buffers are 64-bit aligned This is to improve odds of getting a fast memcpy-operation.
Note: See TracTimeline for information about the timeline view.