summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed screen to match actual output.Joel Sherrill1998-04-271-3/+2
|
* Added numerous entries to make the memory calculation more accurate:Joel Sherrill1998-04-272-2/+134
| | | | | | | | | | | | | + POSIX threads + Ada tasks + POSIX threads API support + POSIX condition variables + POSIX keys (still do not account for data fields) + POSIX mutexes + POSIX queued signals + added macro for extra memory for task stacks + default value for CONFIGURE_MAXIMUM_FAKE_ADA_TASKS + extra memory for Ada task stacks
* Moved POSIX_signals_Siginfo_node structure definition to headers/psignal.hJoel Sherrill1998-04-271-5/+1
| | | | so confdefs.h could see it.
* Changed __POSIX_SIGNALS_h to __RTEMS_POSIX_SIGNALS_h to avoid conflict withJoel Sherrill1998-04-272-4/+14
| | | | | | | the system signals.h file. Moved POSIX_signals_Siginfo_node type definition to this file to allow confdefs.h to know the size per queued signal.
* Reset the pthread attributes structure so the proper error would beJoel Sherrill1998-04-271-1/+5
| | | | generated.
* psim now runs in both debug and non-debug mode.Joel Sherrill1998-04-184-9/+17
|
* rtems_libio_number_iops is now defined in confdefs.h so the maximumJoel Sherrill1998-04-182-2/+2
| | | | file descriptors is user configurable.
* Changed to account for libio's maximum_semaphores as well as itsJoel Sherrill1998-04-182-2/+10
| | | | | | memory requirements. Also added variable to tell libio how many file descriptors to allocate.
* Changed version number so script will work.Joel Sherrill1998-04-182-2/+2
|
* Fixed so this would compile without warning.Joel Sherrill1998-04-152-0/+4
|
* Added bh, ch, dh, bl, cl, and dl register macros.Joel Sherrill1998-04-151-0/+7
|
* Updated.Joel Sherrill1998-04-151-0/+2
|
* update from Eric NorumJoel Sherrill1998-04-152-16/+15
|
* New file created by extracting common initialization from every BSP'sJoel Sherrill1998-04-151-0/+38
| | | | bspstart.c file.
* Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill1998-04-1556-873/+90
| | | | | | | | | | | | code in each BSP's bspstart.c. These changes were: + confdefs.h now knows libio's semaphore requirements + shared/main.c now copies Configuration to BSP_Configuration + shared/main.c fills in the Cpu_table with default values This removed the need for rtems_libio_config() and the constant BSP_LIBIO_MAX_FDS in every BSP. Plus now the maximum number of open files can now be set on the gcc command line.
* Transitioned to shared bsp_libc_init() and cleaned up comments.Joel Sherrill1998-04-1563-1435/+604
|
* Initial sets of user extensions now have memory allocated on the flyJoel Sherrill1998-04-151-2/+1
| | | | for them.
* Stack check now initialized as part of initial extension set.Joel Sherrill1998-04-156-0/+130
|
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-1527-351/+13
| | | | | | to multiple. This lets the stack check extension be installed at system initialization time and avoids the BSP having to even know about its existence.
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-159-28/+83
| | | | | | to multiple. This lets the stack check extension be installed at system initialization time and avoids the BSP having to even know about its existence.
* changed version to ralf-980414Joel Sherrill1998-04-142-2/+2
|
* Account for interrupt stack spaceJoel Sherrill1998-04-142-2/+24
|
* Ralf Corsepius suggested a way to get rid of UNIX compiler files and use ↵Joel Sherrill1998-04-143-3/+2
| | | | gcc-target-default.cfg
* Stack checker extension now accounted for in confdefs.hJoel Sherrill1998-04-1427-201/+3
|
* Added stack checker extensionJoel Sherrill1998-04-142-4/+28
|
* Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill1998-04-1428-408/+32
| | | | by newlib.
* Removed recursive call to exitJoel Sherrill1998-04-141-2/+0
|
* Moved bspclean from assembly to C and made exit act properly.Joel Sherrill1998-04-142-2/+19
|
* new fileJoel Sherrill1998-04-143-6/+54
|
* Removed delay macroJoel Sherrill1998-04-141-16/+0
|
* Refreshing effort from Avenger.Joel Sherrill1998-04-148-322/+1046
|
* removed shmsuppJoel Sherrill1998-04-141-1/+1
|
* Corrected commentJoel Sherrill1998-04-141-3/+2
|
* new filesJoel Sherrill1998-04-1435-0/+3397
|
* Increased stack space of the monitor task.Joel Sherrill1998-04-062-2/+2
|
* Increased stack size so test would run in debug mode.Joel Sherrill1998-04-065-5/+6
|
* More stuff removed as a result of using newlib's isatty() implementation.Joel Sherrill1998-04-063-26/+0
| | | | These were noticed by Eric Norum.
* Added stanzas for debug_tests and profile_tests.Joel Sherrill1998-04-061-0/+6
|
* Added test so the build procedure would stop if a directory did not exist.Joel Sherrill1998-04-031-0/+2
| | | | | This typically indicates a bug in a directory level Makefile or a configure scrip bug.
* Removed isatty() since we are now using newlib's implementation asJoel Sherrill1998-04-035-22/+0
| | | | a result of enabling the newlib POSIX directory.
* Made these have real constants.Joel Sherrill1998-04-034-44/+52
|
* changed version to 4.0.0-beta2Joel Sherrill1998-03-312-2/+2
|
* Added "sigemptyset()" call to insure that the memcmp() would work.Joel Sherrill1998-03-311-0/+4
| | | | | It appears that the new glibc does not clear all the bits of the signal set with a sigprocmask.
* Were looking at the wrong C++ variable.Joel Sherrill1998-03-301-1/+1
|
* Moved bsp_postdriver_hook() to a shared file and made it a commonJoel Sherrill1998-03-3047-666/+118
| | | | component.
* Renamed crt0.o to crt0_go32.o to avoid build problems.Joel Sherrill1998-03-301-1/+1
|
* Update from "erik.ivanenko" <erik.ivanenko@utoronto.ca>.Joel Sherrill1998-03-3012-130/+1432
| | | | | Also removed bsp_postdriver_hook() from every bsp possible and moved to shared version.
* GO32 does not have sockets.Joel Sherrill1998-03-271-0/+2
|
* Changed int to unsigned32 to match cpu.h.Joel Sherrill1998-03-271-1/+1
|
* Should have included <rtems.h> before checking for ifdef RTEMS_UNIX.Joel Sherrill1998-03-272-4/+4
| | | | Bug report from Olivier Hainque <hainque@inf.enst.fr> on SPARC Solaris 2.6.