Timeline



04/29/09:

08:51 Changeset in rtems [57aa979]4.104.115 by Chris Johns <chrisj@…>
2009-04-29 Sebastian Huber <sebastian.huber@…> * sapi/include/confdefs.h, libblock/include/rtems/bdbuf.h: Changed type of rtems_bdbuf_pool_configuration_size to size_t. * libblock/include/rtems/bdbuf.h, libblock/include/rtems/blkdev.h, libblock/include/rtems/diskdevs.h, libblock/src/bdbuf.c, libblock/src/blkdev.c, libblock/src/diskdevs.c: Buffer pool allocation is now cache aligned. The cache functions are currently not available on all platforms so the cache line size is fixed to 32 bytes for now. Changed various integer types which refer to block sizes, numbers and indexes. Fixed logical block indexes in buffer get and read function. It is now possible to delete logical disks. Modified documentation
08:36 Changeset in rtems [92c70b9]4.104.115 by Chris Johns <chrisj@…>
2009-04-29 Chris Johns <chrisj@…> * libchip/ide/ata.c: Remove a detection test that fails in qemu. * libchip/ide/ide_controller.c: Change the status detection and add a message if the transfer fails. There is currently no error handle at the IDE drvier level.
08:33 Changeset in rtems [164adec]4.104.115 by Chris Johns <chrisj@…>
2009-04-29 Chris Johns <chrisj@…> * libcsupport/include/rtems/libio.h: Add rtems_off64_t for internal use. Update the internal off_t to the 64bit offset. * libnetworking/lib/ftpfs.c, libnetworking/lib/tftpDriver.c, libfs/src/nfsclient/src/nfs.c, libfs/src/imfs/imfs_fifo.c, libfs/src/imfs/memfile.c, libfs/src/imfs/imfs_directory.c, libfs/src/imfs/imfs.h, libfs/src/imfs/deviceio.c: Change off_t to rtems_off64_t. * libmisc/shell/main_msdosfmt.c: Add an info level so the format code can tell the user what is happening. Add more options to control the format configuration. * libfs/src/dosfs/msdos_format.c: Add a print function to display the format progress and print statements. Select a better default cluster size depending on the size of the disk. This lowers the size of the FAT on large disks. Read and maintain the MRB partition information. * libfs/src/dosfs/dosfs.h, libfs/src/dosfs/fat.h, libfs/src/dosfs/fat_file.c, libfs/src/dosfs/fat_file.h, libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_conv.c, libfs/src/dosfs/msdos_create.c, libfs/src/dosfs/msdos_file.c, libfs/src/dosfs/msdos_handlers_dir.c, libfs/src/dosfs/msdos_handlers_file.c, libfs/src/dosfs/msdos_init.c, libfs/src/dosfs/msdos_initsupp.c, libfs/src/dosfs/msdos_misc.c, libfs/src/dosfs/msdos_mknod.c: Add long file name support. Change off_t to rtems_off64_t. * libblock/include/rtems/ide_part_table.h: Add MRB partition table size.
08:31 Changeset in rtems [07d6fd5]4.104.115 by Chris Johns <chrisj@…>
2009-04-29 Chris Johns <chrisj@…> * libcsupport/include/rtems/libio.h: Add rtems_off64_t for internal use. Update the internal off_t to the 64bit offset. * libnetworking/lib/ftpfs.c, libnetworking/lib/tftpDriver.c, libfs/src/nfsclient/src/nfs.c, libfs/src/imfs/imfs_fifo.c, libfs/src/imfs/memfile.c, libfs/src/imfs/imfs_directory.c, libfs/src/imfs/imfs.h, libfs/src/imfs/deviceio.c: Change off_t to rtems_off64_t. * libmisc/shell/main_msdosfmt.c: Add an info level so the format code can tell the user what is happening. Add more options to control the format configuration. * libfs/src/dosfs/msdos_format.c: Add a print function to display the format progress and print statements. Select a better default cluster size depending on the size of the disk. This lowers the size of the FAT on large disks. Read and maintain the MRB partition information. * libfs/src/dosfs/dosfs.h, libfs/src/dosfs/fat.h, libfs/src/dosfs/fat_file.c, libfs/src/dosfs/fat_file.h, libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_conv.c, libfs/src/dosfs/msdos_create.c, libfs/src/dosfs/msdos_file.c, libfs/src/dosfs/msdos_handlers_dir.c, libfs/src/dosfs/msdos_handlers_file.c, libfs/src/dosfs/msdos_init.c, libfs/src/dosfs/msdos_initsupp.c, libfs/src/dosfs/msdos_misc.c, libfs/src/dosfs/msdos_mknod.c: Add long file name support. Change off_t to rtems_off64_t.

04/28/09:

11:37 Ticket #1406 (Invariant dhcp transaction ID can confuse dhcp state machine.) created by Tim Cussins
The dhcp code in rtems uses an unchanging transaction id (xid) in the …
11:17 Changeset in rtems [8c44190a]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * libblock/src/bdbuf.c: Flush the transfer sync event before blocking in a read.
11:12 Changeset in rtems [046fe12b]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * libnetworking/nfs/bootp_subr.c: Fixed PR1384. The route set in the initialise pass is not deleted so an exists error is returned. Ignore the error. Print the server address as an IP address not hex digits. * libnetworking/rtems/rtems_dhcp.c: Fixed PR1338. Close the socket, handle the returned event flags.
10:48 Release/4.10 edited by ChrisJohns
Boot command line changes. (diff)
10:44 Release/4.10 edited by ChrisJohns
BSP Command line. (diff)
10:13 Ticket #1384 (dhcp/bootp initialise failure) closed by Chris Johns
fixed: Fixed and committed to CVS.
10:12 Ticket #1338 (Check return value on rtems_event_receive in rtems_dhcp.c) closed by Chris Johns
fixed: Fix committed to CVS.
06:39 Changeset in rtems [d8b74dbe]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * sapi/include/confdefs.h: Add a prototype for Init with C linkage and define Init task command line arguments if confdefs.h provides an Init entry point.
06:39 Changeset in rtems [bb04179]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * iostream/system.h: Remove the Init prototype. Provide in confdefs.h.
06:36 Changeset in rtems [2881465]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * Makefile.am: Add bspinit.c, a common Init task that manages command line arguments from a BSP.
06:35 Changeset in rtems [a4ed6b1]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * startup/main.c: Update for boot_card command line change.
06:35 Changeset in rtems [68e27077]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * shared/start/start.S: Update for boot_card command line change.
06:34 Changeset in rtems [2549b4d]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * bootcard.c, include/bootcard.h: Remove argc/argv/envp and replace with a single BSP boot command line a BSP can optionally support.
06:34 Changeset in rtems [820d1ab0]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * start/start.S: Update for boot_card command line change.
06:33 Changeset in rtems [976b159]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * startup/start.S: Update for boot_card command line change.
06:32 Changeset in rtems [0aa4b0f]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * dlentry/dlentry.S: Update for boot_card command line change.
06:28 Changeset in rtems [c5612edf]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * start/start.S, startup/start_c.c: Update for boot_card command line change.
06:28 Changeset in rtems [6d3245b6]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * startup/cpuboot.c: Update for boot_card command line change.
06:27 Changeset in rtems [90819e8]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * startup/init5329.c: Update for boot_card command line change.
06:27 Changeset in rtems [bcd1228]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * startup/init52235.c: Update for boot_card command line change.
06:23 Changeset in rtems [010e9336]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * shared/start/start.S: Update for boot_card command line change.
06:20 Changeset in rtems [1c5ebc5]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * Makefile.am: Add bspcmdline.c. * include/bsp.h: Add boot command line interfaces. * start/start.c: Save the multiboot command line. Pass the command line to boot_card. * start/start.S: Update for boot_card command line change. * startup/bspstart.c: Initialise the command line. * startup/bspcmdline.c: New. * console/console.c, ide/idecfg.c: Add boot command line support.
05:04 Changeset in rtems [c0ec0d82]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * fileio/init.c, fileio/system.h, iostream/init.cc, loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if BSP_SMALL_MEMORY is defined. Remove this code once a better way is supported by the build system.
04:56 Changeset in rtems [a263aa72]4.104.115 by Chris Johns <chrisj@…>
2009-04-28 Chris Johns <chrisj@…> * startup/linkcmds: Add .data.* for the C++ test. * include/bsp.c: Add BSP_SMALL_MEMORY.

04/26/09:

01:42 Projects/MMU_Support created by Aanjhan
New page: Student : Aanjhan Ranganathan Mentor : Thomas Doerfler == Abstract == Most modern processors have Memory Management Unit Hardware built into the…

04/24/09:

12:02 Ticket #1405 (dhcp request includes host name option even if hostname is zero length.) created by Tim Cussins
DHCP requests add the hostname option in dhcp_request_req() - this is …

04/23/09:

21:52 Ticket #1404 (The Haleakala BSP lacks a network driver) created by Michael Hamel
The enclosed driver has been tested and seems to work reliably

04/21/09:

16:45 Changeset in rtems [3bbe1b1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
16:44 Changeset in rtems [2d5910f5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use ftp.gnu.org Source0-URL.
16:40 Changeset in rtems [1dc2a94]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
16:39 Changeset in rtems [6c2c098]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
16:38 Changeset in rtems [556bc15]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
gcc-core-4.4.0-rtems4.10-20090421.diff
16:33 Changeset in rtems [ea31afaa]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
gcc-4.4.0.
05:24 Changeset in rtems [3521985b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
05:24 Changeset in rtems [d9e2c20]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add cygwin/mingw hack.
05:22 Changeset in rtems [8c40f6e1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
03:13 Changeset in rtems [28f05e19]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
mpfr-2.4.1-1

04/20/09:

15:47 Changeset in rtems [c8633f1]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-04-20 Santosh G Vattam <vattam.santosh@…> * sp37/init.c, sp37/sp37.scn: Add test case for rtems_interrupt_level_attribute body.
09:28 Changeset in rtems [5faedff]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
09:28 Changeset in rtems [b77b3672]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
09:27 Changeset in rtems [a7951dc0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
rework mpfr handling.
07:02 Ticket #1403 (TRUE and FALSE are not defined) created by Sebastian Huber
The CPU definition files for the super core use TRUE and FALSE heavily …
06:06 Changeset in rtems [3f7a06d2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Experimental changes.
03:26 Developer/GSoC/ProjectManagement edited by JoelSherrill
update pending new melange capabilities which debut tomorrow (diff)
00:25 Developer/GSoC/ProjectManagement edited by JoelSherrill
/* Q&A */ Answer mentor disappearing question (diff)
00:19 Developer/GSoC/ProjectManagement edited by Vattam
(diff)

04/19/09:

19:03 Developer/GSoC/ProjectManagement created by JoelSherrill
New page
15:49 Changeset in rtems [967eceb]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-04-19 Joel Sherrill <joel.sherrill@…> * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Add shell for Atmel AVR chapter. * cpu_supplement/avr.t: New file.

04/17/09:

16:54 Changeset in rtems [77aa429]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gdb-6.8.50.20090329.
16:51 Changeset in rtems [ca8cbc4e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add avr-sim.
02:23 Changeset in rtems [1bb1f322]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
02:21 Changeset in rtems [b68a3f1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
GCC_RPMREL = 2.
02:09 Changeset in rtems [d41660f9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
gcc-core-4.4.0-RC-20090414-rtems4.10-20090415.diff

04/15/09:

08:36 Changeset in rtems [89ddf516]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-04-15 Ralf Corsepius <ralf.corsepius@…> * configure.ac: Disable LIBSHELL for unix targets.
08:34 Changeset in rtems [8a024240]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-04-15 Wei-Tsun Sun <wsun013@…> * libcsupport/src/malloc_initialize.c: Add dummy RTEMS_Malloc_Initialize.
08:31 Changeset in rtems [1cb06710]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-04-15 Ralf Corsépius <ralf.corsepius@…> * leaf.cfg: Remove hard-coded .exe.
03:52 Ticket #1402 (possible memory leak in cpukit\libblock\src\ide_part_table.c) created by Dmitriy
possible memory leak in cpukit\libblock\src\ide_part_table.c in …
03:44 Changeset in rtems [db93c2f]4.104.115 by Till Straumann <strauman@…>
2009-04-14 Till Straumann <strauman@…> * libnetworking/rtems/rtems_mii_ioctl_kern.c: poll BMSR twice to clear latched link-status low.
Note: See TracTimeline for information about the timeline view.