summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Cleaned up to behave properly -- does not make a directory in theJoel Sherrill1999-07-011-2/+1
| | | | install tree and does not "cd wrapup."
* Now preinstalls header files.Joel Sherrill1999-07-011-4/+8
|
* Removed mkdir of libcpu. This should have been at the top of the tree.Joel Sherrill1999-07-011-1/+0
|
* Remove mkdir command. It should be at the top level of the tree.Joel Sherrill1999-07-011-1/+0
|
* Modified to provide symbols with and without leading underscore in orderJoel Sherrill1999-07-011-0/+2
| | | | to support a.out and ELF.
* Modified to support ELF. Before SYM() macro was not used consistently.Joel Sherrill1999-07-012-10/+10
|
* Modified to ignore console interrupts. Otherwise console interrupts wereJoel Sherrill1999-07-011-2/+3
| | | | Ada exceptions. Fixed by Joel with advice from Jiri.
* Removed hack to set __USER_LABEL_PREFIX__ since late model gcc's andJoel Sherrill1999-07-013-3/+0
| | | | | egcs source tree handle this correctly. No one should be using gcc 2.7.2 anymore.
* Added include/libcpu to list of directories made.Joel Sherrill1999-07-011-1/+1
|
* Patch from Ralf Corsepius to enhance autogen's behavior.Joel Sherrill1999-07-011-1/+6
|
* Regenerated.Joel Sherrill1999-07-012-464/+294
|
* Added dummy gnatinstallhandler code for all BSPs. This lets Ada programsJoel Sherrill1999-06-2434-33/+50
| | | | link even if they do not actually support Ada interrupts.
* Corrected and fleshed out.Joel Sherrill1999-06-181-43/+2
|
* Patch from Eric Valette <valette@crf.canon.fr> based on bug report fromJoel Sherrill1999-06-181-1/+0
| | | | | David.Decotigny@irisa.fr and discussion with Joel. Basically interrupts were enabled too early in this BSP.
* Removed pc386 specific command.Joel Sherrill1999-06-181-3/+0
|