Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Timeline



06/09/10:

23:31 Release/4.6 edited by JoelSherrill
Extra period (diff)
21:39 Developer/VirtualMachines/VirtualBox edited by Cdcs
(diff)
21:38 Developer/VirtualMachines/VirtualBox created by Cdcs
Created page with 'You can run RTEMS in the VirtualBox x86 virtualizer. The main advantage of VirtualBox over other virtualizers is that it provides several board/con…'
19:44 Developer/Simulators/QEMU edited by Gedare
/* Using the rtems-testing Module */ (diff)
18:50 References edited by Jcraveiro
/* Published in 2007 */ (diff)
18:42 Developer/Projects/SequencedInitialization edited by Wenjie1984
/* The rule of sort order */ (diff)
12:41 Ticket #1548 (ERC32 console stops working when UART error flags are set) created by Gerardo Puga
Problem: The console works fine when only transmitting data from the …

06/08/10:

20:12 Developer/Projects/SequencedInitialization edited by Wenjie1984
/* The rule of sort order */ (diff)
20:11 Developer/Projects/SequencedInitialization edited by Wenjie1984
/* The rule of sort order */ (diff)
20:09 Developer/Projects/SequencedInitialization edited by Wenjie1984
/* The rule of sort order */ (diff)
20:04 Developer/Projects/SequencedInitialization edited by Wenjie1984
/* The rule of sort order */ (diff)
20:03 Developer/Projects/SequencedInitialization edited by Wenjie1984
/* Open Projects */ (diff)
12:00 Ticket #1524 (fsmount accesses IMFS code) closed by Sebastian Huber
fixed: Added rtems_mkdir() based on the FreeBSD implementation. Fixed in CVS head.
07:10 Ticket #1547 (Status code to errno mapping) created by Sebastian Huber
What is the reasoning behind the status code to errno mapping in …

06/05/10:

21:47 Ticket #1546 (Coverage improvement: fifo_open) created by Bharath Suri
fifo_open @ rtems/cpukit/libfs/src/pipe/fifo.c needs to be covered. As …
16:47 Developer/Simulators/QEMU edited by Gedare
/* Using the rtems-testing Module */ (diff)

06/04/10:

19:36 WikiStart edited by JoelSherrill
/* RTEMS Developer Information */ (diff)
19:36 WikiStart edited by JoelSherrill
/* Release Series Notes */ Add 4.11 (diff)
19:24 TBR/UserManual/RTEMS_Coverage_Analysis edited by JoelSherrill
/* Current Status */ Add initial write up on status. (diff)

06/03/10:

22:45 Ticket #1545 (Race condition in read call with iop->offset) created by Chris Johns
PR 1255 covers the thread safe issues in the file system. This PR is …
22:43 Ticket #1543 (Ticker fails during filesystem initialization on pc386) closed by Chris Johns
fixed
19:24 Ticket #1544 (4.10 BLOCKER -- mpc55xxevb BSP does not build) closed by thomas.doerfler
fixed: removed references to msdos_ops and replaced it with fs identifier string "dosfs". Compiles again.
16:17 Ticket #1544 (4.10 BLOCKER -- mpc55xxevb BSP does not build) created by Joel Sherrill
This broke with the recent mount changes. It is the only issue I know …

06/02/10:

15:33 Ticket #1543 (Ticker fails during filesystem initialization on pc386) created by Gedare Bloom
The ticker sample hangs during initialization. The apparent cause is …
05:26 Release/4.10 edited by ChrisJohns
FIle system configuration. (diff)
05:24 Release/4.10 edited by ChrisJohns
Mount changes (diff)
00:30 Ticket #1533 (TFTP File system open does not set errno) closed by Chris Johns
fixed
00:17 Ticket #1536 (TFTP file system does not handle relative paths) closed by Chris Johns
fixed: The TFTP file system code has been updated so you can have more than one instance active at once. The mount command for the TFTP file system is: mount -t tftpfs host:/dir /target Where the host can be an IP address or host name. Currently the code uses gethostbyname which is not reenterant. TFTP servers may allow an absolute path, how-ever for security this is often rejected. You can handle both absolute and relative paths. For an absolute path where all accesses must be under /tftpboot on a server called 'server' use: $ mount -t tftpfs server:/tftpboot /boot To read a file called 'one' under /tftpboot on 'server' do: $ cat /boot/one For a relative path on 'rtems.org' of 'ftp' use: $ mount -t tftpfs rtems.org:ftp /rtemsftp To read a file called 'Welcome' you would: $ cat /rtemsftp/Welcome You can also reference the top of the TFTP path on a relative server with: $ mount -t tftpfs server: /server Note, no need for the path component.
00:08 Ticket #1517 (mount does not use the provided filesystem handler table functions) closed by Chris Johns
fixed
00:04 Ticket #1540 (fileio and psxmount broken by recent changes) closed by Chris Johns
fixed

06/01/10:

07:52 Ticket #1542 (pipe_control_t is not deallocated if fifo_open is attempted with ...) created by Bharath Suri
With open(<any-fifo-file-with-no-readers>, O_WRONLY, O_NONBLOCK), - …
07:18 Ticket #1541 (filesystem macros in libio_.h to be converted to functions) created by Bharath Suri
The below mentioned macros seem big enough and worthy to be converted …
04:11 Projects/GNUJavaCompiler edited by JoelSherrill
Reverted edits by CherryvonGreen? (Talk?) to last revision by JoelSherrill? (diff)

05/31/10:

19:23 Ticket #1540 (fileio and psxmount broken by recent changes) created by Joel Sherrill
./../../../../../rtems/c/src/../../testsuites/samples/fileio/init.c …

05/30/10:

14:25 Ticket #1539 (ods68302: array subscript is above array bounds) created by Ralf Corsepius
Building to ods68302 BSP currently raises this warning: ... …

05/29/10:

22:28 Ticket #1537 (lm32: _CPU_virtual_to_physical) closed by Joel Sherrill
fixed: This port currently either has no caching to manage or has no cache management support. I added shared/src/no_cache.c and am switching ports which have to stub implementation to use that.
22:28 Ticket #1538 (nios: _CPU_virtual_to_physical missing) closed by Joel Sherrill
fixed: This port currently either has no caching to manage or has no cache management support. I added shared/src/no_cache.c and am switching ports which have to stub implementation to use that.
05:26 Ticket #1538 (nios: _CPU_virtual_to_physical missing) created by Ralf Corsepius
The nios port tries to use _CPU_virtual_to_physical but doesn't have …
05:05 Ticket #1537 (lm32: _CPU_virtual_to_physical) created by Ralf Corsepius
This warning occurs while building the lm32_evr: …
03:45 Ticket #1536 (TFTP file system does not handle relative paths) created by Chris Johns
The TFTP file system does not handle relative paths. Mount the TFTP …
02:54 Ticket #1535 (doubts on test_posix_memalign) created by Ralf Corsepius
I am having several doubts on test_posix_memalign-test in …

05/28/10:

21:17 Ticket #1534 (TFTP file system mount configuration) created by Chris Johns
Currently the TFTP file system is fixed to /TFTP and under that is the …
21:07 Ticket #1533 (TFTP File system open does not set errno) created by Chris Johns
The TFTP file system code does not set errno in open. It returns the …

05/27/10:

20:45 Ticket #1532 (Review Request -- First Test of Loading tarfile info IMFS) created by Joel Sherrill
This is the first addition of a test to exercise initializing the …
18:27 Projects/Parrot edited by Bubaflub
/* References */ (diff)
16:49 Projects/GNUJavaCompiler edited by CherryvonGreen
(diff)
10:57 Ticket #1531 (ALIGN() should use uintptr_t) created by Joel Sherrill
I got this failure on m32c/m32csim. …
Note: See TracTimeline for information about the timeline view.