Timeline
07/13/99:
- 18:05 Changeset in rtems [75c45f2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added comment on where this manager came from.
- 18:05 Changeset in rtems [56634c5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Update from Jeff Mayes, Jennifer Averett, and Suzie Provitt.
- 18:04 Changeset in rtems [d2633470]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Update including fixes for my comments from Xiangyang Wu <wux@…> and xing@….
- 17:16 Changeset in rtems [49a90508]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added section on Free Software that Supports RTEMS.
- 14:54 Changeset in rtems [38e4a916]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Rosimildo DaSilva? <rdasilva@…> to readd calls to init() and fini() routines.
07/12/99:
- 15:52 Changeset in rtems [09ea257c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Norum <eric@…>: I get the following warning when compiling the latest snapshot. I had a quick look at the source -- it certainly looks to me like this is a real bug. ../../../../src/rtems-19990709/c/src/lib/libc/mount.c:97: warning: `options' might be used uninitialized in this function Also, I changed the TFTP test program and TFTP driver to reflect the changes in the way paths are passed to the TFTP driver. The TFTP driver now needs a proper `dotted-decimal' hostname as the second component of the path name.
- 15:49 Changeset in network-demos [bd4cda0]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Norum <eric@…>: I changed the TFTP test program and TFTP driver to reflect the changes in the way paths are passed to the TFTP driver. The TFTP driver now needs a proper `dotted-decimal' hostname as the second component of the path name.
07/09/99:
- 19:58 Changeset in rtems [8e4b4bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed version to 19990709
- 19:52 Changeset in rtems [3de63d9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Updated version
- 19:36 Changeset in rtems [4b57d272]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added information on the workspace versus heap.
- 19:27 Changeset in rtems [1377bb1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed version to 19990709
- 19:06 Changeset in network-demos [078c46f]netdemos-199900709 by cvs2git <rtems-devel@…>
- This commit was manufactured by cvs2svn to create tag 'netdemos-199900709'. Sprout from master 1999-07-09 19:06:18 UTC Joel Sherrill <joel.sherrill@…> 'Changed version to 199900709.' Cherrypick from ERIC-NORUM 1998-07-30 14:42:29 UTC Joel Sherrill <joel.sherrill@…> 'base from Eric Norum -- Demos.30May1998.tar.gz': ttcp/ttcp_orig/ttcp.1
- 19:06 Changeset in network-demos [45c129b]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
- Changed version to 199900709.
- 18:23 Changeset in rtems [f421132]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- New files from Jiri Gaisler <jgais@…>.
- 17:23 Changeset in rtems [2728b074]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- New file from Jake Janovetz <janovetz@…>.
- 17:16 Changeset in rtems [93180ea2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Valette <valette@…>: - The same bug fix that was done on pc386 to prevent interrupt from occuring (never experienced it but who knows as I have 8259 emulation :() - Removed every compiler warning (except wrong ones and ones I can't do anything). - Removed any libc available code in code linked with mcp750 rtems executbale. Unfortunately using newlib functions for linking the bootloader does not work as the compilation options in bootloader (-mrelocatable -fixed-r13) are not compatible with newlib options. => I have put any libc external reference in one single new file (lib.c) that is linked only with the boot loader. Removing the file from ${OBJ} and using -lc crash the bootloader. Added big warning…
- 17:08 Changeset in rtems [b73e57b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Jiri Gaisler <jgais@…>: + interrupt masking correction + FPU rev.B workaround + minor erc32 related fixes
- 16:56 Changeset in rtems [cc17eba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Make sure pthread init stack size is always set.
07/08/99:
- 22:45 Changeset in rtems [adbb578]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Moved definitions to a more logical place.
- 15:35 Changeset in rtems [0f8a69e7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Some cleanup to make it format better. Compensated for multiple services on a single page.
- 15:28 Changeset in rtems [e74dc82]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- First draft from Xiangyang Wu <wux@…>.
07/06/99:
- 14:52 Changeset in rtems [2aab33e5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- From Fei Ling <fling@…>.
07/03/99:
- 19:06 Changeset in rtems [bae90e1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added a lot of information on confdefs.t
- 17:33 Changeset in rtems [f3482e3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added documentation on "two new SOL_SOCKET level options for setsockopt and getsockopt: SO_SNDWAKEUP and SO_RCVWAKEUP" from Ian Lance Taylor <ian@…>.
- 17:13 Changeset in rtems [28807e7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed concept of distribution level.
- 17:12 Changeset in rtems [462648b9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Changed System Database routines to implemented.
- 16:08 Changeset in rtems [1cf469f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- New file.
- 15:38 Changeset in rtems [771c1479]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- New files missed in previous addition.
- 15:33 Changeset in rtems [a381e6e4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added some C++/GNU sections.
07/02/99:
- 18:57 Changeset in rtems [c8d9183]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Ralf Corsepius <corsepiu@…> that splits boot_card() and main() into separate files to ease configuration of other packages. This was a big step in the way to build TCL, ncurses, and zlib for RTEMS.
- 18:50 Changeset in rtems [a0a225f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added code to initialize the /etc/group and /etc/passwd files.
- 18:09 Changeset in rtems [c51917f3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Fixed format strings and warnings.
- 18:03 Changeset in rtems [c3d20eb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Reentrant versions added by Joel. Signficant formatting cleanup.
- 17:13 Changeset in rtems [258fd79]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Password and group routines added by Ralf Corsepius <corsepiu@…>.
07/01/99:
- 23:39 Changeset in rtems [fcee56c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Eric Valette <valette@…> to clean up the previous submission.
- 23:06 Changeset in rtems [2a6a029f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added error status for bad return pointer argument on rtems_task_set_priority.
- 23:05 Changeset in rtems [c85b8f2f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Corrected formatting so argument was in code font.
- 23:05 Changeset in rtems [68f54e1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Fixed reference to initialize_executive to use the current name.
- 23:05 Changeset in rtems [e2c8e2c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Filled in.
- 23:04 Changeset in rtems [1c4d8f0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Cleaned up and much neater.
- 22:57 Changeset in rtems [ed1a0e51]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Honor 0 as PID of caller.
- 22:43 Changeset in rtems [78b78e2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Another attempt at getting everything to build with the new powerpc libcpu.
- 22:42 Changeset in rtems [2a85368d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Fixed typo.
- 22:42 Changeset in rtems [bb224a97]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added signal_2 file to contain signal(2).
- 22:28 Changeset in rtems [51e04a2c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- New file to implement signal(2).
- 22:08 Changeset in rtems [10794a7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Modified to reflect change in calling sequence of mount().
- 22:08 Changeset in rtems [dbf969e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Test modified to reflect change in calling sequence of mount().
- 22:07 Changeset in rtems [e7792b25]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Cleaned up to behave properly -- does not make a directory in the install tree and does not "cd wrapup."
- 22:06 Changeset in rtems [6be1238]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Now preinstalls header files.
- 22:05 Changeset in rtems [9519bf4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed mkdir of libcpu. This should have been at the top of the tree.
- 22:05 Changeset in rtems [28861e8d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Remove mkdir command. It should be at the top level of the tree.
- 21:53 Changeset in rtems [7782f9fc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Modified to provide symbols with and without leading underscore in order to support a.out and ELF.
- 21:52 Changeset in rtems [e2ba0af6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Modified to support ELF. Before SYM() macro was not used consistently.
- 21:52 Changeset in rtems [4e556493]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Modified to ignore console interrupts. Otherwise console interrupts were Ada exceptions. Fixed by Joel with advice from Jiri.
- 18:57 Changeset in rtems [64b29600]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed hack to set USER_LABEL_PREFIX since late model gcc's and egcs source tree handle this correctly. No one should be using gcc 2.7.2 anymore.
- 18:56 Changeset in rtems [a8b90ee]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Added include/libcpu to list of directories made.
- 18:55 Changeset in rtems [76ee648c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Patch from Ralf Corsepius to enhance autogen's behavior.
- 18:47 Changeset in rtems [b0b84ad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Regenerated.
Note: See TracTimeline
for information about the timeline view.