Timeline



05/03/09:

23:57 Changeset in rtems [6aa8b51]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-05-03 Joel Sherrill <joel.sherrill@…> * libmisc/shell/shell.c, libmisc/stackchk/check.c: Eliminate warnings.
23:10 Changeset in rtems [1e3940d]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-05-03 Joel Sherrill <joel.sherrill@…> * posix/src/condtimedwait.c, posix/src/mutextimedlock.c, posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, posix/src/semopen.c: Silence warnings.

05/02/09:

00:55 TBR/Website/APT/Yum_Repository edited by JoelSherrill
add toc (diff)

05/01/09:

21:45 Ticket #1368 (DOSFS/FAT file creation date is incorrect.) closed by Chris Johns
fixed: Fixed in 4.10.
21:44 Ticket #1273 ([libfs, dosfs] readdir confused by long filenames) closed by Chris Johns
fixed: LFN as been added,
21:43 Ticket #1383 (filesystem off_t is limited to 32bits) closed by Chris Johns
fixed: Added rtems_off64_t and updated the internal file system handlers to support it.
21:42 Ticket #1397 (DOSFS format write MRB every time and clear partition data) closed by Chris Johns
fixed: The format command does not change the partition information.

04/30/09:

16:38 Changeset in rtems [e1be2b3]4.8 by Ralf Corsepius <ralf.corsepius@…>
Merge changes from CVS-HEAD addressing Fedora 11 rpm regressions.
12:53 Ticket #1389 (Refactor login code) closed by Sebastian Huber
fixed: Fixed in 4.10.
12:52 Ticket #1356 (Add support for High Capacity SD and MMC cards to RTEMS) closed by Sebastian Huber
fixed: Fixed in 4.10.
12:47 Ticket #1408 (Universally Unique Identifiers) created by Sebastian Huber
We should add a library for UUIDs. UUIDs are used for example in the …
08:44 Ticket #1407 (Thread dispatch after interrupt processing) created by Sebastian Huber
A common task of interrupt handlers is to do a thread dispatch after …
05:08 Changeset in rtems [56e12a17]4.9 by Ralf Corsepius <ralf.corsepius@…>
Merge changes from CVS-HEAD addressing Fedora 11 rpm regressions.
03:47 Changeset in rtems [16bde857]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use versioned gpg keys to work around Fedora 11's rpms having broken backward compatibility on checksums.
03:46 Changeset in rtems [b1a2a4ba]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add OS_VERS.
03:29 Changeset in rtems [7965488]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump version.
03:26 Changeset in rtems [24cdb7d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Strip / off from @OS_SUBDIR@.

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.
Note: See TracTimeline for information about the timeline view.