Timeline



01/21/14:

15:14 Changeset in rtems-libbsd [f724741]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
DHCPCD(8): Add getopt_long_r() support
03:09 Changeset in rtems-source-builder [2be445d]4.104.114.95 by Chris Johns <chrisj@…>
4.11/lm32: Fix the move to newlib 2.1.0.
01:03 Changeset in rtems-source-builder [53141b4]4.104.114.95 by Chris Johns <chrisj@…>
4.11: Move to the released newlib-2.1.0.

01/20/14:

14:27 Changeset in rtems-libbsd [7831313]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add and use RTEMS_BSD_ARGC()
14:01 Changeset in rtems-libbsd [f8c3d6e]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add an ARP packet processor
13:59 Changeset in rtems-libbsd [c4ee445]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Define FreeBSD in <net/bpf.h> if not defined This makes it possible to use this header file directly in applications.
12:09 Changeset in rtems-libbsd [c50f1b4]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add rtems_bsd_get_ethernet_addr()
12:08 Changeset in rtems-libbsd [c1bdbab]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add <rtems/bsd/util.h>
11:50 Changeset in rtems-libbsd [08c8588]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
PRINTF(9): Do not use printk() for log() The BSD library functions must use printk(). The %D format specifier is not supported, thus we cannot use the printf() family for output.
06:08 Ticket #2169 (rename(2) does not allow destination file to exist, contravenes POSIX ...) created by Nick Withers
The rename(2) call is required by POSIX to allow the destination file …
02:00 Changeset in rtems [a32f996b]4.115 by Nick Withers <nick.withers@…>
Don't use unsafe buffer operations Don't use unsafe buffer operations, averting (stack) buffer overflow when the syslog message length (including Facility and Level encoding) would exceed 199 characters

01/19/14:

20:20 Ticket #2168 (Add a build-only option to rtems-graphics-toolkit) created by cynt6007
Could a build-only option be added to the rtems-graphics-toolkit? …

01/18/14:

23:42 Changeset in rtems [6e6fd513]4.115 by Chris Johns <chrisj@…>
testsuite/psx13: Add linefeed to end of test message. The lack of a line feed means the output from the test runs into the MI protocol on GDB as the broken simulator output currently is not passing through gdb's MI protocol layer.
06:29 Changeset in rtems-source-builder [16e469a]4.104.114.95 by Chris Johns <chrisj@…>
4.11/sparc/gdb: Use SIS patch to fix gdb outout and run fail.
06:27 Changeset in rtems-tools [29734ec]4.104.115 by Chris Johns <chrisj@…>
gdb/sparc: SIS gdb output fix, add nouartrx. Fix the output from the simulator to gdb to use gdb interfaces so the output is passes through the MI protocol if used. Add a nouartrx option to the simulator so it does not block on an stdin read. The termios settings put the tty into non-blocking mode however the read sometimes blocks on high loads.

01/17/14:

14:23 Changeset in rtems-graphics-toolkit [a2dc50f] by Gedare Bloom <gedare@…>
patches: new subdirectory for upstream patches not yet merged
11:41 Changeset in rtems-libbsd [9979989]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
arphole: New test
01:57 Changeset in rtems [f334847b]4.115 by Nick Withers <nick.withers@…>
powerpc/flash: give string variables const attribute

01/16/14:

14:02 Changeset in rtems-libbsd [a257bd7]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use node_access_2 to enable generic IMFS nodes
13:44 Changeset in rtems-libbsd [b6c319b]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
socketops: Return ENXIO for open() on sockets
12:05 Changeset in rtems [5b34e7a]4.115 by Sebastian Huber <sebastian.huber@…>
IMFS: Improved support for generic nodes The rtems_filesystem_location_info_t::node_access_2 was unused by the IMFS. Use it to hold the context of generic nodes. This makes it possible to use node handlers for objects with and without a corresponding file system node. For example network sockets created with socket() have only a file descriptor, but no corresponding file system node. The UNIX(4) domain sockets can be bound to file system nodes. In both cases the rtems_filesystem_location_info_t must provide a pointer to the socket structure used by the socket node handlers. With the context pointer (for sockets, this is the socket structure) in rtems_filesystem_location_info_t::node_access_2 the same node handlers can be used in both cases.
12:02 Changeset in rtems [45e82bb8]4.115 by Sebastian Huber <sebastian.huber@…>
IMFS: Allow sockets as generic nodes
08:12 TBR/BSP/Mvme5500 edited by Nickwithers
Add a warning that MOTLoad's network interfaces must be "netShut" down before RTEMS boots, lest memory corruption result (diff)
08:11 TBR/BSP/Beatnik edited by Nickwithers
Add a warning that MOTLoad's network interfaces must be "netShut" down before RTEMS boots, lest memory corruption result (diff)
08:08 TBR/BSP/Mvme3100 edited by Nickwithers
The MVME3100 is based on an MPC8540 (as correctly stated elsewhere on this page), not an MPC750 (diff)
08:07 TBR/BSP/Mvme3100 edited by Nickwithers
Add a warning that MOTLoad's network interfaces must be "netShut" down before RTEMS boots, lest memory corruption result (diff)
07:54 TBR/BSP/Mvme3100 edited by Nickwithers
Supported with the MVME3100 BSP (diff)
03:21 Changeset in rtems [a7775cb]4.115 by Nick Withers <nick.withers@…>
Add warnings to MOTLoad-equipped BSPs' READMEs that a "waitProbe", "netShut" sequence must be executed in MOTLoad before booting RTEMS to remove its network interface interrupt handlers, lest memory corruption occur

01/15/14:

11:46 Changeset in rtems-libbsd [164c5f5]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
UNIX(4): Import from FreeBSD

01/14/14:

23:34 Changeset in rtems [d7f0533]4.115 by Cynthia Rempel <cynt6007@…>
libbsp sh: Add Doxygen file header to coverhd.h
23:33 Changeset in rtems [279d83d3]4.115 by Cynthia Rempel <cynt6007@…>
libbsp powerpc: Add Doxygen file header to coverhd.h
23:33 Changeset in rtems [d5d1fae]4.115 by Cynthia Rempel <cynt6007@…>
libbsp mips: Add Doxygen file header to coverhd.h
23:33 Changeset in rtems [f6866007]4.115 by Cynthia Rempel <cynt6007@…>
libbsp m68k: Add Doxygen file header to coverhd.h
18:45 Changeset in rtems [c315dbf2]4.115 by Jennifer Averett <jennifer.averett@…>
psxtests: Added test for pthread_getattr_np().
15:43 Changeset in rtems [6e5f249]4.115 by Jennifer Averett <jennifer.averett@…>
posix: Add pthread_getattr_np(). This is a useful POSIX thread API helper which is found in `GNU/Linux and *BSD.
13:40 Changeset in rtems [fc48ad8]4.10 by Aleksandr Platonov <pam@…>
rtems_cache_invalidate_multiple_instruction_lines According with comment in rtems_cache_invalidate_multiple_instruction_lines(), final_address indicates the last address which needs to be invalidated. But if in while loop we got final_address == i_addr condition then loop breaks and final_address will not be invalidated.
13:40 Changeset in rtems [fc6a0ae]4.115 by Aleksandr Platonov <pam@…>
rtems_cache_invalidate_multiple_instruction_lines According with comment in rtems_cache_invalidate_multiple_instruction_lines(), final_address indicates the last address which needs to be invalidated. But if in while loop we got final_address == i_addr condition then loop breaks and final_address will not be invalidated.
08:43 Changeset in rtems [3a7f588]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Use _ARMV4_Exception_interrupt This allows read-only vector tables in ROM. It avoids also an unsolved problem with MMU/cache synchronization on SMP.

01/13/14:

16:09 Developer/SMP edited by Sh
/* Implementation */ (diff)
16:07 Developer/SMP edited by Sh
/* Testing */ (diff)
16:05 Developer/SMP edited by Sh
/* Semaphores and Mutexes */ (diff)
16:03 Developer/SMP edited by Sh
/* Thread Delete */ (diff)
16:03 Developer/SMP edited by Sh
/* Thread Restart */ (diff)
16:02 Developer/SMP edited by Sh
/* Non-Preempt Mode for Mutual Exclusion */ (diff)
16:01 Developer/SMP edited by Sh
/* Task Variables */ (diff)
16:01 Developer/SMP edited by Sh
/* Future Directions */ (diff)
15:58 Developer/SMP edited by Sh
/* Future Directions */ (diff)
15:56 Developer/SMP edited by Sh
/* Future Directions */ (diff)
15:53 Developer/SMP edited by Sh
/* Future Directions */ (diff)
15:53 Developer/SMP edited by Sh
/* Future Directions */ (diff)
15:48 Developer/SMP edited by Sh
/* Future Directions */ (diff)
15:47 Developer/SMP edited by Sh
/* Clustered Scheduling */ (diff)
15:46 Developer/SMP edited by Sh
/* Design Issues */ (diff)
14:32 Developer/SMP edited by Sh
/* Design Issues */ (diff)
14:29 Developer/SMP edited by Sh
/* Design Issues */ (diff)
14:26 Developer/SMP edited by Sh
/* Future Directions */ (diff)
14:25 Developer/SMP edited by Sh
/* Design Issues */ (diff)
14:18 Developer/SMP edited by Sh
/* Design Issues */ (diff)
14:17 Developer/SMP edited by Sh
/* Design Issues */ (diff)
14:16 Developer/SMP edited by Sh
/* Future Directions */ (diff)
14:15 Developer/SMP edited by Sh
/* Design Issues */ (diff)
14:11 Developer/SMP edited by Sh
/* Design Issues */ (diff)
14:09 Developer/SMP edited by Sh
Delete obsolete content; new page structure (diff)
12:18 Changeset in rtems [4ec210fe]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Use ALIGN_WITH_INPUT The ALIGN_WITH_INPUT helps to make this linker script more reliable. See also: https://sourceware.org/ml/binutils/2013-06/msg00246.html https://sourceware.org/binutils/docs-2.24/ld/Forced-Output-Alignment.html#Forced-Output-Alignment This reverts commit 4a9e52eefc510d7022ddc61c4ecde8db6b9a0217. This reverts commit 1ab4f76900d012b5a9dbce2851add060f11ce13a.

01/09/14:

23:57 Changeset in rtems [e83be28]4.115 by Chris Johns <chrisj@…>
testsuite/rtems++: Output format change. Alter the output to avoid sending out what is the MI protocol. The SIS simulator is currently broken and outputs directly to GDB's stdout and so this output gets parsed as MI output.
22:05 Changeset in rtems [e327e69]4.115 by Cynthia Rempel <cynt6007@…>
libbsp tm27.h: Add Doxygen file header to all tm27.h
21:59 Changeset in rtems [8d7c3ca]4.115 by Joel Sherrill <joel.sherrill@…>
tasksetpriority.c: Remove obsolete comment
15:50 Changeset in rtems [05b3db65]4.115 by HailinGuo <hazirguo@…>
spsize/size.c: Fix typo. From pull request at https://github.com/hazirguo/rtems/commit/fc07a4c501ffebe406464eb9b8dd2097adfd5e60
15:41 Changeset in rtems [46123cf2]4.115 by Cynthia Rempel <cynt6007@…>
libtests: Add contents to rbheap and stackchk documentation files
15:41 Changeset in rtems [4e108d79]4.115 by Cynthia Rempel <cynt6007@…>
tmtests: Add contents to multiple documentation files
14:02 Ticket #1704 (Add cfmakeraw() and cfsetspeed()) closed by Gedare Bloom
fixed: Patch was committed. Close if OK.
13:45 Ticket #1548 (ERC32 console stops working when UART error flags are set) closed by Gedare Bloom
fixed: Patch applied to 4.11. Back-port to 4.10?
10:47 Projects/BenchmarkKit edited by C Rempel
(diff)
10:45 Projects/BenchmarkKit edited by C Rempel
(diff)

01/08/14:

20:15 Ticket #1360 (capture: ctload output to system default stdout, not calling task stdout.) closed by Chris Johns
fixed
18:48 Changeset in rtems [73a7713]4.115 by Cynthia Rempel <cynt6007@…>
fstests and libtests: Add contents to multiple documentation files
08:18 Developer/Bug_Reporting edited by Gedare
change rtems.com to rtems.org (diff)
00:31 Changeset in rtems [893aac16]4.115 by Joel Sherrill <joel.sherrill@…>
rhealstone: Add start end and messages
00:02 Changeset in rtems [bc55e4f]4.115 by Joel Sherrill <joel.sherrill@…>
psximfs02: Clean up output
00:01 Changeset in rtems [f3f30498]4.115 by Joel Sherrill <joel.sherrill@…>
spfifo02: Clean up output

01/07/14:

21:08 Changeset in rtems [23d53e8a]4.115 by Cynthia Rempel <cynt6007@…>
fsdosfsformat01.doc: Add contents
19:33 Changeset in rtems [d8cd49cb]4.115 by Cynthia Rempel <cynt6007@…>
fsbdpart01.doc: Add contents
11:30 Changeset in rtems-source-builder [1e7eb16]4.104.114.95 by Chris Johns <chrisj@…>
Fix the link path for GDB expat test. If doing a Cxc add the ld flags to the CC to allow the expat to build. This broke with the change to support clang on Mavrick.
10:41 Changeset in rtems [c369e84]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/realview-pbx-a9: Fix PL111 color encoding
Note: See TracTimeline for information about the timeline view.