summaryrefslogtreecommitdiffstats
path: root/c/src/exec (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-02Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@crf.canon.fr>.Joel Sherrill4-1500/+0
1999-12-02Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@crf.canon.fr>.Joel Sherrill10-3503/+0
1999-12-01Removed debugging printfs.Joel Sherrill1-2/+0
1999-12-01Patch from Eric Norum <eric@cls.usask.ca> to fix a spot in the tftp fileJoel Sherrill1-1/+0
1999-12-01 Patch rtems-rc-19991123-rc-2.diff from Ralf CorsepiusJoel Sherrill33-629/+534
1999-12-01 Patch rtems-rc-19991123-rc-2.diff from Ralf CorsepiusJoel Sherrill10-361/+240
1999-12-01 Patch rtems-rc-19991123-rc-2.diff from Ralf CorsepiusJoel Sherrill1-90/+0
1999-12-01Patch rtems-rc-19991123-rc-1.diff from Ralf CorsepiusJoel Sherrill36-629/+651
1999-12-01Patch rtems-rc-19991123-rc-1.diff from Ralf CorsepiusJoel Sherrill2-180/+0
1999-11-30Added missing files from PPP port.Joel Sherrill2-0/+297
1999-11-30Added port of ppp-2.3.5 from Tomasz Domin <dot@comarch.pl> of ComArch SA.Joel Sherrill3-3/+187
1999-11-30Removed duplicate definition of rtems_filesystem_umask.Joel Sherrill1-6/+0
1999-11-30Corrected so they would compile with POSIX disabled.Joel Sherrill2-2/+3
1999-11-29Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-7/+34
1999-11-29Made sure POSIX would build with MP enabled.Joel Sherrill7-10/+127
1999-11-29Fixed spacing.Joel Sherrill1-1/+1
1999-11-23Readding files mistakenly removed.Joel Sherrill40-0/+2289
1999-11-23Patch rtems-rc-19991117-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill3-3/+3
1999-11-23Readding Makefile.in's accidentally removed.Joel Sherrill1-0/+33
1999-11-23Missed in previous automake conversion patches from Ralf CorsepiusJoel Sherrill1-0/+36
1999-11-23Miscellaneous patches from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-2/+2
1999-11-23Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill74-3216/+676
1999-11-22Patch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+127
1999-11-22Fixed dispatching and cleaned up code.Jennifer Averett2-30/+14
1999-11-22+ Corrected enable/disable of dispatch.Jennifer Averett1-23/+31
1999-11-22+ Updated comments.Jennifer Averett1-9/+20
1999-11-22+ Corrected bug in error check.Jennifer Averett1-2/+1
1999-11-22+ Added description of routine to comment.Jennifer Averett1-0/+4
1999-11-22+ Corrected error processing code.Jennifer Averett1-14/+15
1999-11-22+ Added checks for NULL and NULL string names (for sem_open & sem_unlink).Jennifer Averett1-1/+7
1999-11-22+ Cleaned up comments.Jennifer Averett1-6/+16
1999-11-22Changed name of W, X, and Y macros for fields in the ClockJoel Sherrill1-9/+9
1999-11-22Adding files not added as part of merger of SH2 port.Joel Sherrill3-0/+853
1999-11-22Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill45-168/+173
1999-11-22Small patch (rtems-rc-19991117-5.diff) from Ralf CorsepiusJoel Sherrill1-1/+1
1999-11-18Minor cleanup to reduce the code space.Joel Sherrill1-14/+9
1999-11-18Patch from "John M. Mills" <jmills@tga.com> with subsequent cleanup fromJoel Sherrill10-651/+35
1999-11-18Added EINVAL for passing a NULL pointer in.Jennifer Averett1-0/+4
1999-11-18Added routine to remove an object from the namespace. It just clearsJennifer Averett1-0/+17
1999-11-18+ Debuged to the point that you could open, unlink and close a semaphore.Jennifer Averett4-30/+29
1999-11-18Added a routine to remove a semaphore name from its namespace.Jennifer Averett1-0/+15
1999-11-17Comment added.Jennifer Averett1-1/+2
1999-11-17Updated copyright notice.Joel Sherrill618-1230/+620
1999-11-17+ Updated copyright information.Jennifer Averett99-2/+295
1999-11-17Updated Mailbox Manager submitted and split into multiple files.Joel Sherrill11-344/+470
1999-11-17Update from Andrew D. McDowell <amcdowel@cs.uah.edu> with modificationsJoel Sherrill1-7/+257
1999-11-16Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill5-38/+26
1999-11-16Added check to return passed if task is not suspended.Jennifer Averett2-1/+7
1999-11-16Added code to catch the error of suspend count exceding the counter value.Jennifer Averett1-0/+4
1999-11-16Fixed bug.Jennifer Averett1-3/+3