summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tools moved to top-level directory per patch from Ralf Corsepius ↵Joel Sherrill1999-07-2330-9146/+0
| | | | <corsepiu@faw.uni-ulm.de>.
* Patch to ease building MCP750 BSP.Joel Sherrill1999-07-231-1/+4
|
* Added shell of information on resources for embedded information.Joel Sherrill1999-07-153-1/+44
|
* Corrections from Chris Johns <ccj@acm.org>.Joel Sherrill1999-07-151-4/+4
|
* Added information on hardware to aid in debugging. Primarily this isJoel Sherrill1999-07-155-4/+95
| | | | information on gdb and bdm for the MPC8xx, MC683xx, and ColdFire.
* New file.Joel Sherrill1999-07-141-0/+19
|
* Added comment on where this manager came from.Joel Sherrill1999-07-131-1/+2
|
* Update from Jeff Mayes, Jennifer Averett, and Suzie Provitt.Joel Sherrill1999-07-131-17/+160
|
* Update including fixes for my comments from Xiangyang Wu <wux@cspar.uah.edu>Joel Sherrill1999-07-131-734/+858
| | | | and xing@ebs330.eb.uah.edu.
* Added section on Free Software that Supports RTEMS.Joel Sherrill1999-07-133-1/+79
|
* Patch from Rosimildo DaSilva <rdasilva@connecttel.com> to readd calls toJoel Sherrill1999-07-131-0/+10
| | | | init() and fini() routines.
* Patch from Eric Norum <eric@cls.usask.ca>:Joel Sherrill1999-07-124-80/+60
| | | | | | | | | | | | | | 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.
* changed version to 19990709Joel Sherrill1999-07-091-1/+1
|
* Updated versionJoel Sherrill1999-07-093-11/+11
|
* Added information on the workspace versus heap.Joel Sherrill1999-07-091-0/+5
|
* changed version to 19990709Joel Sherrill1999-07-092-2/+2
|
* New files from Jiri Gaisler <jgais@ws.estec.esa.nl>.Joel Sherrill1999-07-093-0/+153
|
* New file from Jake Janovetz <janovetz@tempest.ece.uiuc.edu>.Joel Sherrill1999-07-093-0/+78
|
* Patch from Eric Valette <valette@crf.canon.fr>:Joel Sherrill1999-07-0930-226/+108
| | | | | | | | | | | | | | | - 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...
* Patch from Jiri Gaisler <jgais@ws.estec.esa.nl>:Joel Sherrill1999-07-0919-66/+285
| | | | | | + interrupt masking correction + FPU rev.B workaround + minor erc32 related fixes
* Make sure pthread init stack size is always set.Joel Sherrill1999-07-092-0/+10
|
* Moved definitions to a more logical place.Joel Sherrill1999-07-082-8/+8
|
* Some cleanup to make it format better. Compensated for multiple servicesJoel Sherrill1999-07-081-31/+142
| | | | on a single page.
* First draft from Xiangyang Wu <wux@cspar.uah.edu>.Joel Sherrill1999-07-081-12/+351
|
* From Fei Ling <fling@cs.uah.edu>.Joel Sherrill1999-07-061-19/+524
|
* Added a lot of information on confdefs.tJoel Sherrill1999-07-031-16/+367
|
* Added documentation on "two new SOL_SOCKET level options for setsockopt andJoel Sherrill1999-07-032-4/+68
| | | | | getsockopt: SO_SNDWAKEUP and SO_RCVWAKEUP" from Ian Lance Taylor <ian@airs.com>.
* Removed concept of distribution level.Joel Sherrill1999-07-0327-35/+10
|
* Changed System Database routines to implemented.Joel Sherrill1999-07-031-10/+10
|
* New file.Joel Sherrill1999-07-031-0/+56
|
* New files missed in previous addition.Joel Sherrill1999-07-034-0/+1896
|
* Added some C++/GNU sections.Joel Sherrill1999-07-031-1/+8
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> that splitsJoel Sherrill1999-07-0236-121/+131
| | | | | | 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.
* Added code to initialize the /etc/group and /etc/passwd files.Joel Sherrill1999-07-026-0/+273
|
* Fixed format strings and warnings.Joel Sherrill1999-07-026-27/+27
|
* Reentrant versions added by Joel. Signficant formatting cleanup.Joel Sherrill1999-07-027-346/+529
|
* Password and group routines added by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1999-07-027-1/+749
|
* Patch from Eric Valette <valette@crf.canon.fr> to clean up theJoel Sherrill1999-07-0177-709/+751
| | | | previous submission.
* Added error status for bad return pointer argument on rtems_task_set_priority.Joel Sherrill1999-07-011-0/+1
|
* Corrected formatting so argument was in code font.Joel Sherrill1999-07-011-1/+1
|
* Fixed reference to initialize_executive to use the current name.Joel Sherrill1999-07-011-1/+2
|
* Filled in.Joel Sherrill1999-07-011-10/+30
|
* Cleaned up and much neater.Joel Sherrill1999-07-011-19/+33
|
* Honor 0 as PID of caller.Joel Sherrill1999-07-012-2/+2
|
* Another attempt at getting everything to build with the new powerpcJoel Sherrill1999-07-011-1/+1
| | | | libcpu.
* Fixed typo.Joel Sherrill1999-07-011-2/+2
|
* Added signal_2 file to contain signal(2).Joel Sherrill1999-07-011-1/+1
|
* New file to implement signal(2).Joel Sherrill1999-07-012-0/+100
|
* Modified to reflect change in calling sequence of mount().Joel Sherrill1999-07-012-2/+2
|
* Test modified to reflect change in calling sequence of mount().Joel Sherrill1999-07-012-20/+20
|