summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
1998-04-27Fixed screen to match actual output.Joel Sherrill1-3/+2
1998-04-27Added numerous entries to make the memory calculation more accurate:Joel Sherrill2-2/+134
1998-04-27Moved POSIX_signals_Siginfo_node structure definition to headers/psignal.hJoel Sherrill1-5/+1
1998-04-27Changed __POSIX_SIGNALS_h to __RTEMS_POSIX_SIGNALS_h to avoid conflict withJoel Sherrill2-4/+14
1998-04-27Reset the pthread attributes structure so the proper error would beJoel Sherrill1-1/+5
1998-04-18psim now runs in both debug and non-debug mode.Joel Sherrill4-9/+17
1998-04-18rtems_libio_number_iops is now defined in confdefs.h so the maximumJoel Sherrill2-2/+2
1998-04-18Changed to account for libio's maximum_semaphores as well as itsJoel Sherrill2-2/+10
1998-04-18Changed version number so script will work.Joel Sherrill2-2/+2
1998-04-15Fixed so this would compile without warning.Joel Sherrill2-0/+4
1998-04-15Added bh, ch, dh, bl, cl, and dl register macros.Joel Sherrill1-0/+7
1998-04-15Updated.Joel Sherrill1-0/+2
1998-04-15update from Eric NorumJoel Sherrill2-16/+15
1998-04-15New file created by extracting common initialization from every BSP'sJoel Sherrill1-0/+38
1998-04-15Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill56-873/+90
1998-04-15Transitioned to shared bsp_libc_init() and cleaned up comments.Joel Sherrill63-1435/+604
1998-04-15Initial sets of user extensions now have memory allocated on the flyJoel Sherrill1-2/+1
1998-04-15Stack check now initialized as part of initial extension set.Joel Sherrill6-0/+130
1998-04-15Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill27-351/+13
1998-04-15Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill9-28/+83
1998-04-14changed version to ralf-980414Joel Sherrill2-2/+2
1998-04-14Account for interrupt stack spaceJoel Sherrill2-2/+24
1998-04-14Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-...Joel Sherrill3-3/+2
1998-04-14Stack checker extension now accounted for in confdefs.hJoel Sherrill27-201/+3
1998-04-14Added stack checker extensionJoel Sherrill2-4/+28
1998-04-14Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill28-408/+32
1998-04-14Removed recursive call to exitJoel Sherrill1-2/+0
1998-04-14Moved bspclean from assembly to C and made exit act properly.Joel Sherrill2-2/+19
1998-04-14new fileJoel Sherrill3-6/+54
1998-04-14Removed delay macroJoel Sherrill1-16/+0
1998-04-14Refreshing effort from Avenger.Joel Sherrill8-322/+1046
1998-04-14removed shmsuppJoel Sherrill1-1/+1
1998-04-14Corrected commentJoel Sherrill1-3/+2
1998-04-14new filesJoel Sherrill35-0/+3397
1998-04-06Increased stack space of the monitor task.Joel Sherrill2-2/+2
1998-04-06Increased stack size so test would run in debug mode.Joel Sherrill5-5/+6
1998-04-06More stuff removed as a result of using newlib's isatty() implementation.Joel Sherrill3-26/+0
1998-04-06Added stanzas for debug_tests and profile_tests.Joel Sherrill1-0/+6
1998-04-03Added test so the build procedure would stop if a directory did not exist.Joel Sherrill1-0/+2
1998-04-03Removed isatty() since we are now using newlib's implementation asJoel Sherrill5-22/+0
1998-04-03Made these have real constants.Joel Sherrill4-44/+52
1998-03-31changed version to 4.0.0-beta2Joel Sherrill2-2/+2
1998-03-31Added "sigemptyset()" call to insure that the memcmp() would work.Joel Sherrill1-0/+4
1998-03-30Were looking at the wrong C++ variable.Joel Sherrill1-1/+1
1998-03-30Moved bsp_postdriver_hook() to a shared file and made it a commonJoel Sherrill47-666/+118
1998-03-30Renamed crt0.o to crt0_go32.o to avoid build problems.Joel Sherrill1-1/+1
1998-03-30Update from "erik.ivanenko" <erik.ivanenko@utoronto.ca>.Joel Sherrill12-130/+1432
1998-03-27GO32 does not have sockets.Joel Sherrill1-0/+2
1998-03-27Changed int to unsigned32 to match cpu.h.Joel Sherrill1-1/+1
1998-03-27Should have included <rtems.h> before checking for ifdef RTEMS_UNIX.Joel Sherrill2-4/+4