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

Timeline



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. …

05/25/10:

22:07 Ticket #1528 (malloc_boundary.c:88: error: cast to pointer from integer of different size) closed by Joel Sherrill
fixed: Looks good to me.

05/24/10:

14:21 Ticket #1498 (csb337 BSP doesn't build) closed by Joel Sherrill
fixed: Builds on head now.
14:20 Ticket #1530 (Recent utility.h changes broke MPC55XX edma.c) closed by Joel Sherrill
fixed: Patch applied. Thanks.
10:49 Ticket #1530 (Recent utility.h changes broke MPC55XX edma.c) created by dufault
The removal of some trivial macros broke the MPC55XX edma.c. I assume …

05/23/10:

11:07 Ticket #1529 (utime implementation not fully following the POSIX spec) created by Vinu Rajashekhar
The utime implementation in cpukit/libcsupport/src/utime.c is not …

05/22/10:

14:54 Ticket #1528 (malloc_boundary.c:88: error: cast to pointer from integer of different size) created by Joel Sherrill
h8300/h8sxsim m32c/m32csim …
14:53 Ticket #1527 (nvdisk.c: pointer to integer of different size) created by Joel Sherrill
avr/avrtest …
00:05 Ticket #1526 (4.10 head has warnings we consider as errors.) created by Chris Johns
The build bot has been updated to report the following warnings as …

05/21/10:

23:59 Ticket #1525 (block dev ioctl calls use incorrect types) created by Chris Johns
The flash driver does not have the correct types for the ioctl call. …
06:19 Ticket #1524 (fsmount accesses IMFS code) created by Chris Johns
The fsmount code in libmisc accesses IMFS internal functions. This is …

05/20/10:

18:27 TBR/UserApp/RTEMSApplications edited by WorthBurruss
/* Industrial */ Added Linear servo amplifier application and Link (diff)
02:35 Ticket #1523 (gethostbyname is not reenterant.) created by Chris Johns
The gethostbyname call uses global static data and therefore is not …

05/19/10:

22:15 Ticket #1522 (_rename_r overwrites the actual errno, instead sets the errno to -1) created by Bharath Suri
The function _rename_r overwrites the errno at two circumstances and …
07:00 Ticket #1521 (Change mount to be like the Linux mount.) created by Chris Johns
The mount function is not covered by any standard and varies between …
Note: See TracTimeline for information about the timeline view.