Timeline



03/12/10:

19:58 WikiStart edited by JoelSherrill
Add link to general RTEMS Summer of Code page. (diff)
17:56 Changeset in rtems [f749e7b2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Import from zlib-1.2.4
16:35 Changeset in rtems [00d17034]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-12 Joel Sherrill <joel.sherrill@…> * libblock/src/ide_part_table.c: Functionality of rtems_ide_part_table_get() and rtems_ide_part_table_free() was needed internally but those routines are deprecated from the public API. So move their contents to private static routines. Using the private routines in this file avoids deprecation warnings and leaves functional, although deprecated, versions for potential use by applications.
16:27 Changeset in rtems [8c53580]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-12 Joel Sherrill <joel.sherrill@…> * libchip/network/i82586.c: Readdress use of ctype methods per recommendation from D.J. Delorie on the newlib mailing list. We should pass an unsigned char into these methods.
16:27 Changeset in rtems [438997f6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-12 Joel Sherrill <joel.sherrill@…> * eolstrip.c: Readdress use of ctype methods per recommendation from D.J. Delorie on the newlib mailing list. We should pass an unsigned char into these methods.
16:26 Changeset in rtems [88353c4]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-12 Joel Sherrill <joel.sherrill@…> * sp43/init.c: Readdress use of ctype methods per recommendation from D.J. Delorie on the newlib mailing list. We should pass an unsigned char into these methods.
16:26 Changeset in rtems [bab5c5fa]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-12 Joel Sherrill <joel.sherrill@…> * ftpd/ftpd.c, httpd/asp.c, httpd/ejparse.c, httpd/emfdb.c, httpd/misc.c, httpd/um.c, httpd/webs.c, httpd/websuemf.c, libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_format.c, libfs/src/dosfs/msdos_misc.c, libfs/src/nfsclient/src/nfs.c, libmisc/capture/capture-cli.c, libmisc/monitor/mon-network.c, libmisc/shell/hexdump-odsyntax.c, libmisc/shell/main_ifconfig.c, libmisc/shell/shell.c, libmisc/shell/shell_makeargs.c, libmisc/uuid/parse.c, libnetworking/libc/gethostbydns.c, libnetworking/libc/gethostbyht.c, libnetworking/libc/gethostnamadr.c, libnetworking/libc/getnetnamadr.c, libnetworking/libc/inet_addr.c, libnetworking/libc/inet_network.c, libnetworking/libc/res_debug.c, libnetworking/libc/res_init.c, libnetworking/libc/res_query.c, libnetworking/rtems/rtems_mii_ioctl.c, score/src/objectgetnameasstring.c: Readdress use of ctype methods per recommendation from D.J. Delorie on the newlib mailing list. We should pass an unsigned char into these methods.
16:00 Changeset in rtems [3c02c9dd]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-12 Sebastian Huber <Sebastian.Huber@…> * fileio/init.c: Remove deprecation warnings.
08:31 Changeset in rtems [6982ed78]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Do not overwrite errno in case fat_file_write() returns with an error status.
08:26 Changeset in rtems [33785342]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
various changes
08:25 Changeset in rtems [1d11028]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Fixed IO configurations
08:25 Changeset in rtems [171090c]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Fixed _CPU_cache_disable_data()
03:47 Changeset in rtems [7b96f4b8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
This commit was generated by cvs2svn to compensate for changes in r22730, which included commits to RCS files with non-trunk default branches.
03:47 Changeset in rtems [fa21416a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Import from zlib-1.2.4
00:23 Developer/Eclipse/Plugin edited by JoelSherrill
/* Eclipse Installation */ (diff)

03/11/10:

19:56 TBR/UserManual/USBStack edited by Sh
/* Embedded Brains FreeBSD */ (diff)
19:17 Changeset in rtems [39b8611]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-11 Joel Sherrill <joel.sherrill@…> * libchip/ide/ide_controller.c: Fix warnings for uninitialized variable.
19:14 Changeset in rtems [e137f0e]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-11 Ken Peters <kptrs@…> PR 1456/cpukit * libcsupport/src/ttyname.c: ttyname_r() when called directly (not via ttyname()) does not prefix the caller provided buffer with the predefined _PATH_DEV string (/dev/). Thus the directory search fails and no tty name is returned to the caller.
19:13 Changeset in rtems [8c8e3e0]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-11 Joel Sherrill <joel.sherrill@…> * fileio/init.c: Fix warnings for ctype methods.
19:13 Changeset in rtems [8a3a92d]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-11 Joel Sherrill <joel.sherrill@…> * libchip/network/i82586.c: Fix warnings for ctype methods.
19:12 Changeset in rtems [391b4dd]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-11 Joel Sherrill <joel.sherrill@…> * ftpd/ftpd.c, httpd/uemf.c, httpd/um.c, httpd/webs.c, httpd/websuemf.c, libblock/src/diskdevs.c, libmisc/capture/capture-cli.c, libmisc/monitor/mon-network.c, libmisc/shell/hexdump-odsyntax.c, libmisc/shell/main_ifconfig.c, libmisc/uuid/parse.c, libnetworking/lib/ftpfs.c, libnetworking/libc/gethostbyht.c, libnetworking/libc/getnetnamadr.c, libnetworking/libc/inet_network.c, libnetworking/rtems/rtems_mii_ioctl.c, score/src/objectgetnameasstring.c: Fix warnings for ctype methods.
18:14 Ticket #1456 (ttyname_r() does not prefix caller provided buffer with _PATH_DEV string) closed by Joel Sherrill
fixed: Committed my version of the patch to CVS head.
15:53 Changeset in rtems [06443cf]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-11 Joel Sherrill <joel.sherrill@…> * libmisc/shell/shell_makeargs.c: Fix warnings.
15:40 Changeset in rtems [7209b4c5]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-11 Joel Sherrill <joel.sherrill@…> PR 1458/cpukit * rtems/inline/rtems/rtems/asr.inl: Do not enable signals by default. Wait for a signal handler to be installed.
15:35 Changeset in rtems [1fe7324]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-11 Andrei Mozzhuhin <nopscmn@…> PR 1496/shell * libmisc/shell/shell_makeargs.c: Add support for quoted arguments.
15:07 Changeset in rtems [fb9b445]4.8 by Ralf Corsepius <ralf.corsepius@…>
Remove.
15:05 Changeset in rtems [ea56621a]4.9 by Ralf Corsepius <ralf.corsepius@…>
Remove.
15:02 Changeset in rtems [355a836]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.
14:40 Ticket #1458 (removing an ASR with rtems_signal_catch() effectively changes task ...) closed by Joel Sherrill
fixed: Patch applied to head. Thanks for spotting this.
14:35 Ticket #1496 (Add support for quoted parameters in shell) closed by Joel Sherrill
fixed: Thanks. Patch applied to CVS head.

03/10/10:

22:13 Release/4.9 edited by JoelSherrill
/* Release 4.9.4 Changes */ Add 1495 (diff)
21:20 Release/4.9 edited by JoelSherrill
/* Release 4.9.1 Changes */ Add Bugzilla links (diff)
21:14 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ (diff)
21:13 Release/4.9 edited by JoelSherrill
/* Release 4.9.2 Changes */ Add links to Bugzilla (diff)
21:10 Release/4.9 edited by JoelSherrill
/* Release 4.9.3 Changes */ Add URLs to Bugzilla (diff)
21:09 Release/4.9 edited by JoelSherrill
/* Release 4.9.4 Changes */ Add 1497 gen5200 do not enable interrupts during reset and add links to bugzilla (diff)
18:15 Changeset in rtems [eabaf58]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-10 Joel Sherrill <joel.sherrill@…> * score/include/rtems/score/interr.h, score/src/objectinitializeinformation.c: Add new fatal error for configuring unlimited and maximum of 0.
18:15 Changeset in rtems [05f7e55c]4.104.115 by Joel Sherrill <joel.sherrill@…>
Changed year.
18:14 Changeset in rtems [1f51923]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-10 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new fatal error for configuring unlimited and maximum of 0. * spfatal13/.cvsignore, spfatal13/Makefile.am, spfatal13/spfatal13.doc, spfatal13/spfatal13.scn, spfatal13/testcase.h: New files.
18:09 TBR/Website/Board_Support_Packages edited by JoelSherrill
(diff)
18:04 Developer/Projects/Obsolete/RosettaOSDeviceDriverAPI edited by JoelSherrill
(diff)
17:31 Changeset in ada-examples [e5636e3]ada-examples-4-10-branchSIGAda2010 by Thomas Doerfler <Thomas.Doerfler@…>
pass RTS option to linker, add COBRA5475 options
17:22 Changeset in rtems [543f17b3]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-10 Marc Pignat <marc.pignat@…> PR 1488/bsps * start/start.S: Micromon on bf537 uses DMA for UART reception. This prevents the UART driver in RTEMS from working (and also causes received characters to be stored in a buffer that RTEMS doesn't know about, so it's potentially dangerous, but in practice the risk is small since an RTEMS app intended to be booted from Micromon would normally be configured to leave the RAM Micromon uses reserved). The attached patch corrects this by disabling all DMA channels at startup.
17:16 Changeset in rtems [f1c5a522]4.9 by Joel Sherrill <joel.sherrill@…>
2010-03-10 Gedare Bloom <gedare@…> PR 1495/bsp * clock/ckinit.c: Calling rtems_clock_get_uptime() in a tight loop sometimes showed time moving backwards.
17:16 Changeset in rtems [ee07b997]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-10 Gedare Bloom <gedare@…> PR 1495/bsp * clock/ckinit.c, make/custom/pc386.cfg: Calling rtems_clock_get_uptime() in a tight loop sometimes showed time moving backwards.
16:39 Changeset in rtems [5deb608]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-10 Joel Sherrill <joel.sherrill@…> PR 1497/bsps * startup/bspreset.c: Do not enable interrupts while waiting for board to reset.
16:39 Changeset in rtems [4f112b82]4.9 by Joel Sherrill <joel.sherrill@…>
2010-03-10 Joel Sherrill <joel.sherrill@…> PR 1497/bsps * startup/bspclean.c: Do not enable interrupts while waiting for board to reset.
16:22 Ticket #1488 (when started by Micromon and CONSOLE_USE_INTERRUPTS is 1, console does ...) closed by Joel Sherrill
fixed: Patch applied to CVS head. Thanks.
16:18 Ticket #1490 (CLOCK_GET_TICKS_PER_SECOND wrong prototype) closed by Joel Sherrill
fixed: This was committed to the 4.9 branch and CVS head on Jan 11. Closing. Thank you for the report.
16:16 Ticket #1495 (calling rtems_clock_get_uptime in a tight loop on pc386/QEMU leads to ...) closed by Joel Sherrill
fixed
15:41 Ticket #1497 (gen5200 enables interrupts while waiting for reset) closed by Joel Sherrill
fixed: Patch applied to 4.10 and 4.9. Not applicable to 4.8 since gen5200 did not support resetting the board then.
15:04 Ticket #1497 (gen5200 enables interrupts while waiting for reset) created by Joel Sherrill
If an interrupt occurs while waiting for the hardware watchdog to …
07:09 Changeset in rtems [c7c1f3b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
07:09 Changeset in rtems [4ad7a69]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
07:07 Changeset in rtems [0ea222f5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add binutils-patch.
07:07 Changeset in rtems [84b257de]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump BINUTILS_RPMREL.

03/09/10:

21:42 Changeset in rtems [81ced0e]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-09 Joel Sherrill <joel.sherrilL@…> * libmisc/Makefile.am: Remove duplicate file from list.
07:53 Developer/Projects/Obsolete/RPM_Packages edited by ChrisJohns
Fix links. (diff)
00:43 References edited by JoelSherrill
Add TOC (diff)

03/08/10:

18:42 Developer/Projects/Open/Mono edited by Aanjhan
Mediawiki upgrade changed ways links are represented. Corrections done! (diff)
18:37 Projects/Parrot edited by Aanjhan
Mediawiki upgrade changed representation of links. Corrected them for this page. (diff)

03/07/10:

06:30 Changeset in rtems [2789347]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Import from zlib-1.2.4

03/05/10:

06:28 TBR/Website/RTEMSReleases edited by ChrisJohns
Point to the build server (diff)
04:02 Changeset in rtems [e13daed]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update to binutils-2.20.1
03:44 Changeset in rtems [c12ebd7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
03:42 Changeset in rtems [f5671f76]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update to binutils-2.20.1
03:36 Changeset in rtems [6ac9461]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update to binutils-2.20.1

03/04/10:

14:41 Changeset in rtems [3080a7c7]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-04 Joel Sherrill <joel.sherrill@…> * README: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
14:41 Changeset in rtems [c9a4a9a5]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-04 Joel Sherrill <joel.sherrill@…> * libblock/src/ramdisk-config.c: Revert accidental commit.
14:40 Changeset in rtems [7a09a7a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-04 Joel Sherrill <joel.sherrill@…> * libblock/src/ramdisk-config.c, sapi/include/confdefs.h: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
14:40 Changeset in rtems [a16a7949]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-04 Joel Sherrill <joel.sherrill@…> * user/conf.t: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
11:56 Release/4.10 edited by ChrisJohns
/* General */ (diff)
11:55 Release/4.9 edited by ChrisJohns
/* General */ (diff)
11:55 Release/4.9 edited by ChrisJohns
/* API Changes */ (diff)
11:54 Release/4.10 edited by ChrisJohns
/* API Changes */ (diff)
11:53 Release/4.9 edited by ChrisJohns
/* General */ (diff)
11:49 Release/4.9 edited by ChrisJohns
/* API Changes */ (diff)
06:55 Ticket #1236 (How I move two files?) closed by Chris Johns
fixed: A rename handler has been added to file ops struct in 4.10 (CVS). Handlers have been added to the IMFS, DOSFS and RFS file systems. These have been tested using the mv command in the shell.
06:36 Changeset in rtems [8ec7abb]4.104.115 by Chris Johns <chrisj@…>
010-03-04 Chris Johns <chrisj@…> * libcsupport/include/rtems/libio.h, libcsupport/src/_rename_r.c: Add a rename file op and have rename use it. * libfs/Makefile.am, libfs/src/dosfs/msdos_rename.c, libfs/src/imfs/imfs_rename.c: New files to support the rename file op. * libfs/src/imfs/imfs.h: Add rename interface. * libfs/src/imfs/imfs_init.c: Add rename handler. * libfs/src/imfs/miniimfs_init.c: Fix up ops struct. * libfs/src/dosfs/msdos.h: Add msdos_rename and remove msdos_file_link. * libfs/src/dosfs/msdos_create.c: Remove the link call. * libfs/src/dosfs/msdos_eval.c: Fix a path parsing bug. * libfs/src/dosfs/msdos_init.c: Add rename handler and clean up the struct naming. * libfs/src/rfs/rtems-rfs-link.c, libfs/src/rfs/rtems-rfs-link.h: Change the link call to allow linking of directories if told to and change the unlink to handle unlink directories that are not empty so rename can be supported. * libfs/src/rfs/rtems-rfs-rtems-dir.c: Fix the link/unlink calls. * libfs/src/rfs/rtems-rfs-rtems.c: Add a rename handler. Fix the link/unlink calls. * libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_format.c, libfs/src/dosfs/msdos_misc.c, httpd/asp.c, libfs/src/nfsclient/src/nfs.c: Work around a newlib warning when using the is*() family of calls.

03/03/10:

10:22 Changeset in rtems [3fc1c8db]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
This commit was generated by cvs2svn to compensate for changes in r22694, which included commits to RCS files with non-trunk default branches.
10:22 Changeset in rtems [bd88f7a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Import from zlib-1.2.4

03/02/10:

19:21 Changeset in rtems [724702b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Import from zlib-1.2.4
19:06 Changeset in rtems [98de184b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Import from zlib-1.2.4
18:55 Changeset in rtems [c9df21a4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
This commit was generated by cvs2svn to compensate for changes in r22690, which included commits to RCS files with non-trunk default branches.
18:55 Changeset in rtems [89e2f550]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Import from zlib-1.2.4
18:15 Changeset in rtems [eb3c34fc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Import from zlib-1.2.4
16:25 Changeset in rtems [daa0add]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-03-02 Michael Walle <michael@…> * cpu.c: Provide body for CPU specific Idle thread. This halts on qemu but is just a nop on a real cpu.

02/28/10:

22:36 Changeset in rtems [d3cfd63]4.104.115 by Chris Johns <chrisj@…>
2010-03-01 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-buffer.h: Add `rtems_rfs_buffer_handle_reset'.
20:14 Changeset in rtems [db2c804a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-02-28 Joel Sherrill <joel.sherrill@…> * libmisc/shell/shell_script.c: Fix typo.
18:06 TBR/Website/Board_Support_Packages edited by Seventhguardian
/* Reneas H8 BSPs */ Fixed typo (diff)

02/26/10:

14:57 Changeset in rtems [bb30ffd3]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-02-26 Joel Sherrill <joel.sherrill@…> * block10/.cvsignore: New file.
14:23 Changeset in rtems [965dc55]4.104.115 by Joel Sherrill <joel.sherrill@…>
2010-02-26 Joel Sherrill <joel.sherrill@…> * smc/smc.c: Replace EBADRQC with EINVAL.
05:54 Changeset in rtems [3cfa636]4.104.115 by Chris Johns <chrisj@…>
010-02-26 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-block.c: Reset a buffer handle after moving down an indirection level. * libfs/src/rfs/rtems-rfs-dir.c: Move directory entry validation into a macro and use the macro. Fix the range check on the ino so all inodes can be used. * libfs/src/rfs/rtems-rfs-file-system.c, libfs/src/rfs/rtems-rfs-file-system.h:: Add a version number to the superblock. Use RTEMS_RFS_INODE_SIZE. * libfs/src/rfs/rtems-rfs-file.c: Fix the size offset on partial block lengths. Set the size in the file handle on a truncate to 0. * libfs/src/rfs/rtems-rfs-format.c: Add a version number to the superblock. Use RTEMS_RFS_INODE_SIZE. A better set of defaults for small disks. * libfs/src/rfs/rtems-rfs-inode.c: Use RTEMS_RFS_INODE_SIZE. Free the allocated inode if it cannot be opened. * libfs/src/rfs/rtems-rfs-inode.h: Add RTEMS_RFS_INODE_SIZE. * libfs/src/rfs/rtems-rfs-rtems-file.c: Move some of the iop acceses inside the fs lock. * libfs/src/rfs/rtems-rfs-shell.c: Use RTEMS_RFS_INODE_SIZE.
Note: See TracTimeline for information about the timeline view.