Timeline



12/19/13:

21:51 Changeset in rtems [7b10f130]4.115 by Toma <radustoma@…>
arm/gba: doxygen improvement Add doxygen to the header files in the arm/gba include, irq, and console directories.
08:01 Changeset in rtems [db8a89e]4.115 by Chris Johns <chrisj@…>
cpukit/capture: Update the capture engine. The capture did not work due to changes in the workspace allocator. The engine now scans all existing tasks when enabled and does any allocations then. Fixed a bug in the ctset commandi in the CLI. Updated the capture engine to use 64bit nanosec timestamps. Fixed the CLI showing the stack usage.
04:58 Changeset in rtems [8950204]4.115 by Daniel Ramirez <javamonn@…>
libtests/uid01: Fix Copyright information
04:58 Changeset in rtems [7cf81ba4]4.115 by Daniel Ramirez <javamonn@…>
libtests: added test to confirm patch fixes bug
03:49 Changeset in rtems [f466e56]4.115 by Chris Johns <chrisj@…>
arm/a9mpcore: Add support to get the clock via a weak linkage function. This allows an application to provide a localised clock freq with needing to go down the BSP opts path. This is important with the Zynq where the Xilinx tools generate the frequency.
03:44 Changeset in rtems [6c1e530]4.115 by Chris Johns <chrisj@…>
arm/zynq: Add support for application supplied MMU tables. Users can provide a zynq_setup_mmu_and_cache function that sets up the MMU. The Zynq's PL logic means users can vary the MMU.
00:54 Changeset in rtems [66bf2cc9]4.115 by Allan Hessenflow <allanh@…>
mw_uid: corrects uid_read_message short timeouts
00:45 Changeset in rtems [4a9e52e]4.115 by Chris Johns <chrisj@…>
Fix the broken conflict from the revert.
00:35 Changeset in rtems [1ab4f76]4.115 by Chris Johns <chrisj@…>
Revert "bsps/arm: Use ALIGN_WITH_INPUT" This reverts commit 287bbb65afd24ffc6254ae5f328733213f184205. Conflicts: c/src/lib/libbsp/arm/shared/startup/linkcmds.base

12/18/13:

20:01 Changeset in rtems [540a635]4.115 by Anukul Sangwan <email.anukul@…>
psxtests: add psxcleanup/psxcleanup.doc
17:37 Changeset in rtems [9b48dc6]4.115 by Alan Cudmore <alan.cudmore@…>
For PR 2162 - RFS File System - statvfs reports 1 block free This is for the RFS file system. The statvfs call reports 1 block free when the file system is full because it does not account for the superblock in its calculation of free blocks. This is a simple fix that adjusts the number of blocks reported to account for the superblock. We may want to wait for a more complete solution such as locating the superblock in each group.
17:00 Changeset in rtems [a9619f3c]4.115 by Alan Cudmore <alan.cudmore@…>
For PR 2164 - RFS File System - fix bitmap_create_search loop bug This is for the RFS file system. There is a bug in the rtems_rfs_bitmap_create_search loop. It is supposed to iterate over the range of bits in a search element ( usually 32 bits ), so it should loop through bits 0 through 31. Instead it loops through 0 - 32, causing some blocks not to be allocated. As in PR 2163, this depends on the block size and number of blocks in a file system. Block sizes and group sizes that are powers of 2 seem to work fine ( 512 byte blocks, 4096 block groups, etc ). When the block sizes are not powers of 2, then this loop error causes some of the blocks at the end of a group to be skipped, preventing 100% of the blocks from being used. A simple test for this and PR2163 is to create a RAM disk with block size 3900 and at least 1 full group ( 31200 blocks ). A file system with these sizes will not be able to allocate 100% of the blocks.
16:39 Changeset in rtems [e60b7b1]4.115 by Alan Cudmore <alan.cudmore@…>
For PR 2163 - RFS File System - fix group search algorithm bug This is for the RFS file system. There is a bug in the group search algorithm where it will skip groups, causing blocks to remain unallocated. This is dependant on the size of the blocks and number of blocks in a group, so it does not always show up. The fix corrects the skipping of groups during the search, allowing all of the blocks to be found.
16:10 Changeset in rtems-source-builder [44e82d8]4.104.114.95 by Alan Cudmore <alan.cudmore@…>
Removed check for texinfo 5.x. Binutils 2.24 and gcc 4.8.2 build with GNU texinfo 5.1 This is for RTEMS Source Builder. Binutils 2.23.x did not build on Ubuntu 13.10 because of texinfo 5.1. The problem is fixed in Binutils 2.24, so the check for texinfo 5.x is no longer needed for this configuration.
15:42 Changeset in rtems [9d88008]4.115 by Daniel Hellstrom <daniel@…>
AT697PCI: fix PCI cfg writes
10:47 Changeset in rtems [eba0626]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Use Normal memory for code and data
00:01 Changeset in rtems [a19a7077]4.115 by Till Strauman <strauman@…>
posix: fix race condition between pthread_create and capture engine Reproducable crashes occur when using pthreads and the capture engine at the same time. 'pthread_create()' is the culprit. It creates a SCORE thread and then calls Thread_Start( ) without disabling thread-dispatching.

12/17/13:

23:42 Changeset in rtems [907cfb1]4.10 by Till Strauman <strauman@…>
posix: fix race condition between pthread_create and capture engine Fix PR 2068: Reproducable crashes occur when using pthreads and the capture engine at the same time. 'pthread_create()' is the culprit. It creates a SCORE thread and then calls Thread_Start( ) without disabling thread-dispatching.
22:59 Changeset in rtems [44c3ffb]4.9 by Till Strauman <strauman@…>
posix: fix race condition between pthread_create and capture engine Fix PR 2068: Reproducable crashes occur when using pthreads and the capture engine at the same time. 'pthread_create()' is the culprit. It creates a SCORE thread and then calls Thread_Start( ) without disabling thread-dispatching.
21:55 Changeset in rtems [d970738]4.115 by Toma Radu <radustoma@…>
arm_lm3s69xx: improve doxygen Add doxygen to the header files in the arm/lm3s69xx/include directory.
13:10 Changeset in rtems-libbsd [e6d558f]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
DHCPCD(8): Use select() instead of pselect()
13:06 Changeset in rtems-libbsd [9cc83a7]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
DHCPCD(8): Disable script support
13:05 Ticket #2072 (CentOS) closed by Joel Sherrill
wontfix: The VM just gets replaced. I think it has been replaced since them. Besides if it still has a problem, we would recommend the RSB.
13:05 Changeset in rtems-libbsd [61d281e]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
DHCPCD(8): Add RTEMS program support
13:04 Changeset in rtems-libbsd [7758fcc]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
DHCPCD(8): Add MASTER_ONLY option
09:59 Changeset in rtems [c1d8ee4]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Accept NULL for zero-length entries

12/16/13:

19:36 Changeset in rtems [2486c492]4.115 by javamonn <javamonn@…>
grspw: descriptor tables no longer statically allocated
19:13 Changeset in rtems [fe011a5]4.115 by Jennifer Averett <jennifer.averett@…>
sptests/spcpuset*: Add tests for fixed size cpu_set_t operations. This adds five tests for <sys/cpuset.h>. It does not include tests for CPU_XXX_S methods. The autotools should be able to avoid enabling the tests unless the toolset has <sys/cpuset.h>.
13:45 Changeset in rtems [f859d20]4.115 by Sebastian Huber <sebastian.huber@…>
arm: Fix set by but not used warning
13:26 Changeset in rtems [56bea43]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Use default kqfilter and poll handler
12:44 Changeset in rtems [2f68778]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Add readv/writev handlers The readv() and writev() support was implemented in terms of multiple calls to the read and write handlers. This imposes a problem on device files which use an IO vector as single request entity. For example a low-level network device (e.g. BPF(4)) may use an IO vector to create one frame from multiple protocol layers each with its own IO vector entry.
12:12 Changeset in rtems [95a57280]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Add and use rtems_libio_iovec_eval()
09:55 Changeset in rtems [fb664a2]4.115 by Sebastian Huber <sebastian.huber@…>
nfsclient: Move defines to cover all header files
00:59 Changeset in rtems [259328a7]4.115 by Chris Johns <chrisj@…>
cpukit/shell: Control help break with SHELL_LINES env variable. Control the help command break with the SHELL_LINES evironment variable where the numeric value is the number of lines to break on. If the value is 0 the output is not broken. The default is 16 lines. Add shell documentation for the help command.

12/15/13:

03:03 Changeset in rtems_waf [3d38f36] by Chris Johns <chrisj@…>
Add an ignore. Reported by Chirayu Desai <chirayudesai1@…> here .. https://gist.github.com/chirayudesai/c7dce587edc493e2afbf/raw/8b9643dca3fc966b77cb5e7fc72d5408e82b5dc9/0001-add-a-gitignore-file.patch

12/14/13:

17:56 Changeset in rtems [4402308b]4.115 by Joel Sherrill <joel.sherrill@…>
no_cpu/cpusmplock.h: Clean up to be compilable
17:48 Changeset in rtems [78c4a2f]4.115 by Chirayu Desai <cdesai@…>
arm: Enhance Doxygen for csb336,csb337 and gdbarmsim
16:20 Changeset in rtems [24d09194]4.115 by Szkocsovszki Zsolt <zsoltisharkboy@…>
bsp: Move bspstart.c to sh/shared/startup/
08:55 References edited by Nwl
/* Published in 2009 */ (diff)
01:21 Changeset in rtems-source-builder [69dca93]4.104.114.95 by Chris Johns <chrisj@…>
Update to binutils 2.24, gcc 4.8.2, newlib 11-Dec-2013 and gdb 7.6.2. Note, some architectures remain broken with the new gcc.
01:15 Changeset in rtems-source-builder [8225925]4.104.114.95 by Chris Johns <chrisj@…>
Use the --jobs option.

12/13/13:

21:53 References edited by Nwl
/* Published in 2009 */ (diff)
20:06 References edited by Gedare
/* Published in 2009 */ (diff)
17:01 Changeset in rtems-schedsim [726b27c] by Joel Sherrill <joel.sherrill@…>
schedsim: Update to latest RTEMS. Works Uniprocessor
16:54 Changeset in rtems-schedsim [f5f0e30] by Joel Sherrill <joel.sherrill@…>
.gitignore: Ignore output files
16:02 Changeset in rtems [98239f3]4.115 by Chirayu Desai <cdesai@…>
arm: realview-pbx-a9: Add doxygen
15:14 Changeset in rtems-libbsd [06ad80c]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
SOCKET(2): Add some FCNTL(2) support
12:57 Changeset in rtems [99c2323]4.115 by Sebastian Huber <sebastian.huber@…>
JFFS2: Do not re-define struct iovec
09:57 Changeset in rtems-libbsd [e10d1cd]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
BPF(4): Add support
08:26 References edited by Nwl
/* Published in 2009 */ (diff)

12/12/13:

22:04 Projects/BenchmarkKit edited by Gedare
(diff)
15:52 Changeset in rtems-libbsd [1fea8c4]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add support for boottimebin and getbinuptime()
13:46 Changeset in rtems-libbsd [1d42ceb]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Delete unused file
09:52 Changeset in rtems-libbsd [5871035]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Define INET6 for relevant sources
09:40 Changeset in rtems-libbsd [c56c1db]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Define DBINTERFACE_PRIVATE for relevant sources
09:39 Changeset in rtems-libbsd [9956d77]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Allow source file set specific compiler flags
09:38 Changeset in rtems-libbsd [e48f6038]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Move FreeBSD define to header files
08:11 Changeset in rtems-libbsd [917a78b]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
DHCPCD(8): Add basic support
05:23 Changeset in rtems_waf [993d33b] by Chris Johns <chrisj@…>
Create new repo from existing files.

12/11/13:

23:10 Changeset in rtems [07f4edc1]4.115 by Daniel Ramirez <javamonn@…>
sptests: refactored sp09/screen14.c into two new tests
15:51 Changeset in rtems-libbsd [f574d27]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Script changes Rename Module::addHeaderFiles() to Module::addKernelSpaceHeaderFiles() and Module::addSourceFiles() to Module::addKernelSpaceSourceFiles(). Add new Module::addSourceFiles().
15:41 Changeset in rtems-libbsd [5ae0a03]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add and use FreeBSDPathComposer()
15:40 Changeset in rtems-libbsd [90916f1]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Move <sys/_cpuset.h>
10:56 Changeset in rtems-libbsd [63d8e59]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Update legacy MCF548X FEC interface driver
10:42 Changeset in rtems [14e1c677]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Increase network TX FIFO watermark This prevents frequent transmit FIFO errors.
10:35 Changeset in rtems [a19b915]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Fix network FIFO error handling Use a buffer handling similar to the MPC5200B FEC driver to cope with FIFO errors.
09:23 Changeset in rtems [ce8363d3]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spfifo01: Add test case for mknod()
08:39 Changeset in rtems [98e5c95]4.115 by Sebastian Huber <sebastian.huber@…>
PR2160: imfs: Use ENOSYS for unsupported nodes Return an error status with errno set to ENOSYS during node creation for nodes not available in the current configuration.
07:59 Ticket #2160 (IMFS pipe support broken) closed by Sebastian Huber
fixed
01:48 Changeset in rtems [0b599421]4.115 by Joel Sherrill <joel.sherrill@…>
psxsignal06: Fix bug where mutex not locked and add EPERM error check This test formerly had a bug in that it attempted to wait on a condition variable with a Mutex that was not locked. This is undefined by POSIX. But a recent change to match GNU/Linux behavior resulted in finding a bug in the test.
00:31 Ticket #1216 (PAGESIZE/PAGE_SIZE/sysconf/getpagesize conflicts) closed by Gedare Bloom
fixed: Patch committed to newlib. Thanks

12/10/13:

23:56 Changeset in rtems [74c15fe6]4.115 by Joel Sherrill <joel.sherrill@…>
psxtmcond01: Fix bug where mutex not locked and add EPERM error check This test formerly had a bug in that it attempted to wait on a condition variable with a Mutex that was not locked. This is undefined by POSIX. But a recent change to match GNU/Linux behavior resulted in finding a bug in the test.
18:30 Projects/BenchmarkKit edited by Gedare
(diff)
18:30 Projects/BenchmarkKit edited by Gedare
(diff)
15:08 Changeset in rtems [0f01de2b]4.115 by Joel Sherrill <joel.sherrill@…>
alarm.c: Use _Assert() not assert()
05:16 Changeset in rtems [218b0e69]4.115 by Daniel Ramirez <javamonn@…>
psxtmtests: added psxtmcond07 test
04:00 Changeset in rtems [c59f668]4.115 by Chris Johns <chrisj@…>
PR2138: rtems_rfs_rtems_initialize() can erroneously set errno. Patch from Nick for this. Thanks.
03:02 Ticket #2138 ([PATCH] rtems_rfs_rtems_initialize() can erroneously set errno to ...) closed by Chris Johns
fixed: http://git.rtems.org/rtems/commit/?id=c59f668c425ed17eaa2e484984d948c16e5155c9 Thanks.
02:41 Changeset in rtems [6e4255d]4.115 by Chris Johns <chrisj@…>
arm/xilinxzynq: Support application based clock freq. Provide a weak call to a clock freq routine to allow the application to supply the freq defined in the Xilinx generated source. Add code to calculate the baud rate.
02:22 Changeset in rtems [37df715]4.115 by Chris Johns <chrisj@…>
arm/xilinx_zynq: Add bsp_translation_table_end to the linker script.
02:16 Ticket #2142 (sb-set-builder fails on build) closed by Chris Johns
fixed
02:14 Ticket #2158 (dup2 is broken) closed by Chris Johns
fixed
02:13 Ticket #2159 (pipe read waits for all requested data) closed by Chris Johns
fixed
02:05 Developer/Coding/Doxygen_for_BSPs edited by Javamonn
fixed internal link (diff)
02:03 Developer/Coding/Doxygen_for_BSPs created by Javamonn
Added page for working with Doxygen within the libbsp directory. More information and discussion found here: http://www.google-melange.com/gci/task/view/google/gci2013/5870434717270016
01:53 Changeset in rtems [798b8da]4.115 by Joel Sherrill <joel.sherrill@…>
Merge branch 'master' into am
01:50 Ticket #2160 (IMFS pipe support broken) reopened by Chris Johns
01:49 Ticket #2160 (IMFS pipe support broken) closed by Chris Johns
fixed
01:48 Ticket #2161 (syslog source port is not syslog) closed by Chris Johns
fixed
01:37 Changeset in rtems [663ffd0e]4.115 by Chris Johns <chrisj@…>
PR2161: Set the source port to SYSLOG in the syslog socket.
01:35 Changeset in rtems [6122cb6a]4.115 by Chris Johns <chrisj@…>
PR2158: Add support for dup2. Split the dub call into dup and dup2 in fcntl.c. This requires a private command which is placed in the internal libio header.
01:33 Changeset in rtems [9da8740]4.115 by Chris Johns <chrisj@…>
PR2159: Have the FIFO driver read follow POSIX standard. The read call was only returning once the requested buffer was full. The change returns any available data.
01:30 Changeset in rtems [b51d8a4]4.115 by Chris Johns <chrisj@…>
libfs/imfs: Set the FIFO control block. The FIFO was incorrectly set to the default control block.
01:28 Changeset in rtems [136a847]4.115 by Chris Johns <chrisj@…>
arm shared: Add bsp_translation_table_end the linker symbols.

12/09/13:

23:17 Changeset in rtems [371f32f4]4.115 by Daniel Ramirez <javamonn@…>
tmtests: refactored timesys.h, removed declarations
21:36 Changeset in rtems [967c1438]4.115 by Joel Sherrill <joel.sherrill@…>
alarm.c: Per comment add debug code for kill() failing This is highly unlikely and would indicate a serious bug in the system or corruption. But it is better to be cautious.
21:28 Changeset in rtems [8ae999c3]4.115 by Joel Sherrill <joel.sherrill@…>
pthread.c: Use UINT32_MAX rather than constant value
21:25 Changeset in rtems [327fbd6]4.115 by Joel Sherrill <joel.sherrill@…>
condwaitsupp.c: Return EPERM if waiting and mutex is not locked This error check was commented out because it is not in the POSIX specification. However, the GNU/Linux manual page does document that EPERM is to be returned in this situation.
21:12 Changeset in rtems [96281908]4.115 by Joel Sherrill <joel.sherrill@…>
psignalimpl.h: Remove dead comment
21:10 Changeset in rtems [fa820b9]4.115 by Joel Sherrill <joel.sherrill@…>
pthread.c: Remove XXX and use SIGNAL_ constants
21:04 Changeset in rtems [01d43180]4.115 by Joel Sherrill <joel.sherrill@…>
posix/config.h: Comment clean up
20:37 Changeset in rtems [2b3a648]4.115 by Joel Sherrill <joel.sherrill@…>
signalcatch.c: Remove junk comment
20:22 Changeset in rtems [801a1fc6]4.115 by Joel Sherrill <joel.sherrill@…>
cpukit/configure.ac: Probe for SMP affinity methods
20:22 Changeset in rtems [73184499]4.115 by Joel Sherrill <joel.sherrill@…>
psxtests/configure.ac: Probe for SMP affinity methods
19:46 Changeset in rtems [16b1c350]4.115 by Joel Sherrill <joel.sherrill@…>
timerimpl.h: Comment clean up
19:46 Changeset in rtems [610825b1]4.115 by Joel Sherrill <joel.sherrill@…>
semaphoreimpl.h: Comment clean up
19:37 Changeset in rtems [296c74e6]4.115 by Daniel Ramirez <javamonn@…>
doxygen: refactored doxygen in libbsp to illustrate new rule set
19:29 Changeset in rtems [849b98e8]4.115 by Joel Sherrill <joel.sherrill@…>
mqueueimpl.h: Comment clean up
19:29 Changeset in rtems [07a3aa9d]4.115 by Joel Sherrill <joel.sherrill@…>
condimpl.h: Comment clean up
19:13 Changeset in rtems [71f2a83d]4.115 by Joel Sherrill <joel.sherrill@…>
ptimer.h: Comment clean up
18:53 Changeset in rtems [4600bd7c]4.115 by Joel Sherrill <joel.sherrill@…>
muteximpl.h: Comment clean up
18:52 Changeset in rtems [1de916b4]4.115 by Joel Sherrill <joel.sherrill@…>
pspin.c: Comment clean up
18:52 Changeset in rtems [7bb33391]4.115 by Joel Sherrill <joel.sherrill@…>
pbarrier.c: Comment clean up
17:47 Ticket #2164 (RFS file system : error in rtems_rfs_bitmap_create_search in ...) created by Alan Cudmore
In rtems_rfs_bitmap_create_search, the main loop has a "one off" bug …
16:50 Ticket #2163 (RFS file system : error in rtems_rfs_group_bitmap_alloc group search ...) created by Alan Cudmore
There is a bug in the rtems_rfs_group_bitmap_alloc function in …
16:42 Ticket #2162 (RFS file system : statvfs will report 1 block free when all blocks are used) created by Alan Cudmore
The RTEMS file system ( RFS ) reports free blocks in the statvfs call. …
16:17 Changeset in rtems [651e3aa]4.115 by Joel Sherrill <joel.sherrill@…>
cpukit/rtems: Remove XXX in comments
15:56 Changeset in rtems [583ef3a5]4.115 by Chirayu Desai <cdesai@…>
arm: csb337: Add doxygen

12/08/13:

19:27 References edited by Gedare
/* Published in 2009 */ (diff)
19:27 References edited by Gedare
/* Published in 2009 */ (diff)
07:08 References edited by Ryseff724
/* Published in 2009 */ Added more References [Google Code-in] (diff)
04:53 Changeset in rtems [a0390782]4.115 by Chirayu Desai <cdesai@…>
arm: csb336: Add doxygen
01:49 Changeset in rtems [6d730e91]4.115 by Joel Sherrill <joel.sherrill@…>
tmtests_plan.csv: New planning file
01:45 Changeset in rtems [a98d5fc2]4.115 by Joel Sherrill <joel.sherrill@…>
tmoverhd/testtask.c: Fix output to be consistent
01:44 Changeset in rtems [dab34ec]4.115 by Joel Sherrill <joel.sherrill@…>
tmoverhd/empty.c: formatting
01:39 Changeset in rtems [bcc45a8]4.115 by Joel Sherrill <joel.sherrill@…>
tm19: Clean up output

12/07/13:

18:32 Changeset in rtems [667b2db1]4.115 by Joel Sherrill <joel.sherrill@…>
psxtmtests_plan.csv: Update messages
18:28 Changeset in rtems [2e50dcec]4.115 by Joel Sherrill <joel.sherrill@…>
timesys.h: Benchmark output now includes a dash for easier parsing
18:18 Changeset in rtems [50162e0]4.115 by Joel Sherrill <joel.sherrill@…>
psxtmtests: Make output more uniform
16:38 Changeset in rtems [9410d011]4.115 by Joel Sherrill <joel.sherrill@…>
tmtests: Make output more uniform
14:04 Changeset in rtems [0e8cfdef]4.115 by Chirayu Desai <cdesai@…>
arm: gdbarmsim: Add doxygen
08:31 References edited by Aussiroth
/* Published in 2009 */ (diff)

12/06/13:

22:44 Changeset in rtems [09c33ed]4.115 by Daniel Ramirez <javamonn@…>
virtex5: Move start.S to virtex5/start/start.S
22:42 Changeset in rtems [ab1733b]4.115 by Daniel Ramirez <javamonn@…>
virtex4: Move start.S to virtex4/start/start.S
22:31 Changeset in rtems [a4d6739]4.115 by Daniel Ramirez <javamonn@…>
tqm8xx: Move start.S to tqm8xx/start/start.S
22:13 Changeset in rtems [3096f5c9]4.115 by Daniel Ramirez <javamonn@…>
libtests/termios01: Add tests for cfsetspeed() and cfmakeraw()
21:03 References edited by Flybymysky
/* Published in 2009 */ (diff)
19:11 References edited by Aussiroth
/* Published in 2009 */ (diff)
18:21 Changeset in rtems [35b8f48a]4.115 by Daniel Ramirez <javamonn@…>
libcsupport: Refactor rtems_deviceio_errno Renames rtems_deviceio_errno to rtems_status_code_to_errno and integrates it into the Classic API Status Handler. This function can now be called by including status.h
17:14 Changeset in rtems [e626c60]4.115 by Chirayu Desai <cdesai@…>
libcpu/powerpc/mpc5xx: use THREAD_DISABLE_DISPATCH_LEVEL in asm
16:25 Changeset in rtems [03130cd0]4.115 by Gedare Bloom <gedare@…>
sppagesize: fix copyright
16:17 Changeset in rtems [c6af4585]4.115 by Chirayu Desai <cdesai@…>
powerpc/ss555: move startup/start.S to start/start.S
15:57 Changeset in rtems [1203d38]4.115 by Chirayu Desai <cdesai@…>
powerpc: mbx8xx: move starup/start.S to start/start.S
15:05 Changeset in rtems [54da1243]4.115 by Chirayu Desai <cdesai@…>
sptests: add a test for page size Bug: https://www.rtems.org/bugzilla/show_bug.cgi?id=1216
10:53 References edited by Flybymysky
/* Published in 2009 */ (diff)
08:59 Changeset in rtems-libbsd [6167dca]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add legacy MCF548X FEC interface driver
08:57 Changeset in rtems-libbsd [410e305]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add RTEMS legacy MII support
08:52 Changeset in rtems [1d325e7b]4.115 by Toma Radu <radustoma@…>
sparc BSP shared: Improve Doxygen Add doxygen to the header files in sparc/shared/include directory.
08:52 Changeset in rtems [cfeb191e]4.115 by Toma Radu <radustoma@…>
sparc shared: improve doxygen Add doxygen to the header files in sparc/shared/include directory.
07:40 References edited by Aussiroth
2009 references added (diff)
07:37 Changeset in rtems [6eb1733]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Use bsp_interrupt_vector_enable()
02:21 Changeset in rtems [564ce0f]4.115 by Daniel Ramirez <javamonn@…>
libcsupport: implemented termios functions cfsetspeed and cfmakeraw

12/05/13:

21:17 Ticket #2161 (syslog source port is not syslog) created by Chris Johns
The source port for syslog packets is not the standard syslog port. …
16:27 Changeset in rtems [262e250]4.115 by Chirayu Desai <cdesai@…>
sptest: sp2038: Add a test for leap year Bug test case for PR 1422
16:26 Changeset in rtems [8d292011]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Add initial values for INTC_ICRn According to the manual the application must use unique and non-overlapping level and priority definitions for enabled interrupts.
15:58 Ticket #1422 (TOD_Validate incorrect time processing) closed by Gedare Bloom
fixed: I committed the leap year test and fix. TI think the 2038 problem is addressed elsewhere perhaps. If not a new PR can be filed.
15:42 Changeset in rtems [5df9bf6]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Add interrupt extension support
15:16 Changeset in rtems [98b9a3b]4.115 by Sahil Patnayakuni <sahil.patnayakuni@…>
doc/posix_users: add notes and descriptions for pthread_key functions
13:03 Changeset in rtems-libbsd [1153f0c]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rwlock01: Do not print in the worker task The worker task must not block on the console device shared with the master task.
12:58 Changeset in rtems-libbsd [4b8bc5c]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use floating-point tasks for tests
09:26 Changeset in rtems [6440903c]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/m68k: Add and use linkcmds.base
09:08 Ticket #2154 (a bug : function bsp_interrupt_handler_remove in file ...) closed by Sebastian Huber
invalid: Replying to comment:2: > yes, you are right. > > Sorry, I am kind of carelessness. Maybe I should post my questions to the mail > list. > > And confirm it before I submit it. No problem at all. I am happy for every bug report.
01:52 Changeset in rtems [86364e8]4.115 by Nick Withers <nick.withers@…>
Correct error return mismatches Closes #2139
Note: See TracTimeline for information about the timeline view.