summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Expand)Author
1999-11-23Miscellaneous patches from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
1999-11-23Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
1999-11-23Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
1999-11-22Fixed dispatching and cleaned up code.Jennifer Averett
1999-11-22+ Corrected enable/disable of dispatch.Jennifer Averett
1999-11-22+ Updated comments.Jennifer Averett
1999-11-22+ Corrected bug in error check.Jennifer Averett
1999-11-22+ Added description of routine to comment.Jennifer Averett
1999-11-22+ Corrected error processing code.Jennifer Averett
1999-11-22+ Added checks for NULL and NULL string names (for sem_open & sem_unlink).Jennifer Averett
1999-11-22+ Cleaned up comments.Jennifer Averett
1999-11-22Changed name of W, X, and Y macros for fields in the ClockJoel Sherrill
1999-11-22Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill
1999-11-22Small patch (rtems-rc-19991117-5.diff) from Ralf CorsepiusJoel Sherrill
1999-11-18Minor cleanup to reduce the code space.Joel Sherrill
1999-11-18Patch from "John M. Mills" <jmills@tga.com> with subsequent cleanup fromJoel Sherrill
1999-11-18Added EINVAL for passing a NULL pointer in.Jennifer Averett
1999-11-18Added routine to remove an object from the namespace. It just clearsJennifer Averett
1999-11-18+ Debuged to the point that you could open, unlink and close a semaphore.Jennifer Averett
1999-11-18Added a routine to remove a semaphore name from its namespace.Jennifer Averett
1999-11-17Comment added.Jennifer Averett
1999-11-17Updated copyright notice.Joel Sherrill
1999-11-17+ Updated copyright information.Jennifer Averett
1999-11-17Conditionally take out the offensive pragma pack when on RTEMS in additionJoel Sherrill
1999-11-17Updated Mailbox Manager submitted and split into multiple files.Joel Sherrill
1999-11-17Update from Andrew D. McDowell <amcdowel@cs.uah.edu> with modificationsJoel Sherrill
1999-11-16Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill
1999-11-16Added check to return passed if task is not suspended.Jennifer Averett
1999-11-16Added code to catch the error of suspend count exceding the counter value.Jennifer Averett
1999-11-16Fixed bug.Jennifer Averett
1999-11-16Added handler for fsync. For the memfile it is the same as the data sync.Jennifer Averett
1999-11-16Web server uses the POSIX API. Therefor, it must be disabled when theJoel Sherrill
1999-11-16Removed start subdirectory and distributed contents to the appropriateJoel Sherrill
1999-11-16Added comments.Joel Sherrill
1999-11-16Now use _Thread_Reset().Joel Sherrill
1999-11-16Added prototype for _Thread_Reset() and numerous comments.Joel Sherrill
1999-11-16Only check for System V IPC if multiprocessing is enabled. The unixJoel Sherrill
1999-11-16Fixed so can be included multiple times in the executive source.Joel Sherrill
1999-11-16Works now.Joel Sherrill
1999-11-16Return a reasonable error other than ENOSYS.Joel Sherrill
1999-11-16Added call to _Watchdog_Remove to remove the sporadic timer. It wasJoel Sherrill
1999-11-16Comment fixed when adding prototype forJoel Sherrill
1999-11-16New file.Joel Sherrill
1999-11-16New file.Joel Sherrill
1999-11-16Added.Joel Sherrill
1999-11-16Source and destination arguments to strncpy were swapped. This mistakeJoel Sherrill
1999-11-15Removed nanosleep() since it is now in its own file.Joel Sherrill
1999-11-15Returned third parameter for a NULL name to the objects open call.Jennifer Averett
1999-11-15+ Fixed files to consistantly use a case of the location after callsJennifer Averett
1999-11-15+ Modified to use new Thread_Reset routine instead of the restart method.Jennifer Averett