summaryrefslogtreecommitdiffstats
path: root/c/src/exec (unfollow)
Commit message (Expand)AuthorFilesLines
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 Sherrill2-2/+1
1998-04-14Added stack checker extensionJoel Sherrill2-4/+28
1998-04-14Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill2-8/+32
1998-04-14Refreshing effort from Avenger.Joel Sherrill8-322/+1046
1998-04-06More stuff removed as a result of using newlib's isatty() implementation.Joel Sherrill1-11/+0
1998-04-03Removed isatty() since we are now using newlib's implementation asJoel Sherrill1-1/+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-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 Sherrill1-2/+2
1998-03-25m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill3-32/+36
1998-03-24Added _XOPEN_SOURCE definition to allow use of UNIX IPC.Joel Sherrill1-0/+1
1998-03-24changed version to 4.0.0-beta1Joel Sherrill2-2/+2
1998-03-24Real definition for the beginning of the data section per Eric Norum'sJoel Sherrill1-2/+2
1998-03-24Corrected register constraints per suggestion from Thomas Doerfler, IMDJoel Sherrill2-6/+6
1998-03-24More cpu model flags converted to using cpp predefines.Joel Sherrill1-2/+2
1998-03-24Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill2-14/+14
1998-03-23Renamed hppa1_1 to hppa1.1Joel Sherrill1-4/+1
1998-03-23renamed ppc to powerpcJoel Sherrill1-1/+0
1998-03-21Fixed spacing to be consistent with other CPUs.Joel Sherrill1-1/+1
1998-03-21POSIX not properly conditionalizedJoel Sherrill2-2/+2
1998-03-20Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-81/+75
1998-03-20SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill13-0/+2869
1998-02-27Removed use of dc. David Fiddes reported that this is part of theJoel Sherrill1-1/+17
1998-02-20Modified to make it possible for an ISR to return a mutex which didJoel Sherrill1-2/+20
1998-02-20Added misisng line continuation.Joel Sherrill2-2/+2
1998-02-19changed version to 980219Joel Sherrill2-2/+2
1998-02-19Accounted for fixed system overhead.Joel Sherrill2-4/+20
1998-02-18changed version to 980218Joel Sherrill2-2/+2
1998-02-18Ralf Corsepius noted that there was a dead path in _Thread_Initialize.Joel Sherrill1-6/+2
1998-02-17updated copyright to 1998Joel Sherrill475-479/+479
1998-02-17Renamed init.o to exinit.o to avoid naming conflicts with tests.Joel Sherrill1-2/+2
1998-02-17Installing sptables with version information.Joel Sherrill2-6/+6
1998-02-17renamed init.c exinit.cJoel Sherrill1-1/+1
1998-02-17First cut at automatic insertion of version information.Joel Sherrill4-6/+28
1998-02-17Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-2/+5
1998-02-17Swapped C++ and ASM "endifs"Joel Sherrill1-2/+2
1998-02-11Install size info using "standard" suffix.Joel Sherrill1-8/+1
1998-02-07Fixed to correctly operate on target variants like debug and profile.Joel Sherrill2-12/+33
1998-02-04Patch from Ralf Corsepius to reduce the amount of memory consumed byJoel Sherrill2-4/+12
1998-02-04Ralf Corsepius noticed that generally was spelled incorrectly.Joel Sherrill11-11/+11
1998-02-03Added call to libc_wrapup() in _exit. This fixes a problem whereJoel Sherrill1-0/+1
1998-01-30Big patch form Ralf Corsepius described in this email:Joel Sherrill58-232/+116
1998-01-30Corrected Linux port for glibc2Joel Sherrill2-1/+3
1998-01-28Change to remove warning on glibc2 systems per Ralf Corsepius'sJoel Sherrill1-1/+6
1998-01-23Solaris port updates from Chris JohnsJoel Sherrill4-17/+9