source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65a38bc   11/16/99 16:14:37 Joel Sherrill Web server uses the POSIX API. Therefor, it must be disabled when the … 4.104.114.84.95
(edit) @ce18601a   11/16/99 16:13:26 Joel Sherrill Removed start subdirectory and distributed contents to the appropriate … 4.104.114.84.95
(edit) @0cb7cb9   11/16/99 16:10:39 Joel Sherrill Added comments. 4.104.114.84.95
(edit) @d3fdf459   11/16/99 16:09:50 Joel Sherrill Now use _Thread_Reset(). 4.104.114.84.95
(edit) @f6d0821   11/16/99 16:07:52 Joel Sherrill Added prototype for _Thread_Reset() and numerous comments. 4.104.114.84.95
(edit) @c094542   11/16/99 16:07:17 Joel Sherrill Only check for System V IPC if multiprocessing is enabled. The unix … 4.104.114.84.95
(edit) @f4b76ab5   11/16/99 16:04:51 Joel Sherrill Fixed so can be included multiple times in the executive source. 4.104.114.84.95
(edit) @31473b7   11/16/99 16:03:21 Joel Sherrill Works now. Removed times() since the version in the C Library support … 4.104.114.84.95
(edit) @165fe39   11/16/99 16:01:54 Joel Sherrill Return a reasonable error other than ENOSYS. 4.104.114.84.95
(edit) @7fec3b7a   11/16/99 16:01:32 Joel Sherrill Added call to _Watchdog_Remove to remove the sporadic timer. It was … 4.104.114.84.95
(edit) @d280ce18   11/16/99 15:58:21 Joel Sherrill Comment fixed when adding prototype for … 4.104.114.84.95
(edit) @bd462d1   11/16/99 15:52:49 Joel Sherrill New file. 4.104.114.84.95
(edit) @817031f   11/16/99 15:28:03 Joel Sherrill New file. 4.104.114.84.95
(edit) @c7016198   11/16/99 15:27:52 Joel Sherrill Added. 4.104.114.84.95
(edit) @b88691c   11/16/99 15:26:29 Joel Sherrill Source and destination arguments to strncpy were swapped. This … 4.104.114.84.95
(edit) @80fd699   11/15/99 22:19:51 Joel Sherrill Removed nanosleep() since it is now in its own file. 4.104.114.84.95
(edit) @40aac29   11/15/99 21:37:56 Jennifer.Averett Returned third parameter for a NULL name to the objects open call. 4.104.114.84.95
(edit) @25789705   11/15/99 21:35:14 Jennifer.Averett + Fixed files to consistantly use a case of the location after calls … 4.104.114.84.95
(edit) @1ae60eb4   11/15/99 21:31:28 Jennifer.Averett + Modified to use new Thread_Reset routine instead of the restart method. 4.104.114.84.95
(edit) @9da0994   11/15/99 17:15:58 Joel Sherrill Split ITRON Message Buffer Manager into multiple files. 4.104.114.84.95
(edit) @fb27af76   11/15/99 16:39:01 Joel Sherrill Split ITRON semaphore manager into multiple files. 4.104.114.84.95
(edit) @d8f3f65b   11/12/99 21:23:34 Joel Sherrill + Changed validation of the_thread to validation of location. + … 4.104.114.84.95
(edit) @2979c28   11/12/99 21:21:09 Joel Sherrill + Changed validation of the_thread to validation of location. + … 4.104.114.84.95
(edit) @3971537   11/12/99 21:20:04 Joel Sherrill + Changed validation of the_thread to validation of location. 4.104.114.84.95
(edit) @037a7b1   11/12/99 21:18:36 Joel Sherrill + Moved error checks to before the disable dispatch where possible. 4.104.114.84.95
(edit) @0c5ab522   11/12/99 21:16:45 Joel Sherrill Added comment about the E_CTX error condition (Implementation dependent). 4.104.114.84.95
(edit) @c257429f   11/12/99 21:15:12 Joel Sherrill + Moved error checks to before the dispatch disable where possible. + … 4.104.114.84.95
(edit) @2183b65   11/12/99 21:13:52 Joel Sherrill + Modified correct return path to call _ITRON_return_errorno( E_OK ) … 4.104.114.84.95
(edit) @ea6bfcb   11/12/99 21:12:27 Joel Sherrill + Modified correct return path to call _ITRON_return_errorno( E_OK ) … 4.104.114.84.95
(edit) @6af81435   11/12/99 15:54:48 Joel Sherrill Corrected so now actually indexes into the allocation block. 4.104.114.84.95
(edit) @1925ec9b   11/12/99 15:54:07 Joel Sherrill Corrected remaining references to struct rtems_task_variable_t since … 4.104.114.84.95
(edit) @a8d72dea   11/12/99 15:53:29 Joel Sherrill Removed unnecessary 3rd parameter. 4.104.114.84.95
(edit) @6bd132e5   11/12/99 15:37:09 Joel Sherrill New file. 4.104.114.84.95
(edit) @95bb279   11/12/99 14:54:13 Joel Sherrill Used typedef so all "struct rtems_task_variable_t" uses are now just … 4.104.114.84.95
(edit) @884b460   11/12/99 14:52:36 Joel Sherrill Added per-task variable data stucture (rtems_task_variable_t), … 4.104.114.84.95
(edit) @5aa5560   11/12/99 14:38:19 Joel Sherrill Added per task variables based on patch from Eric Norum … 4.104.114.84.95
(edit) @3c49a508   11/12/99 14:15:50 Joel Sherrill Cleaned up style. 4.104.114.84.95
(edit) @3ad17f5   11/12/99 13:46:04 Joel Sherrill Removed redundant line. 4.104.114.84.95
(edit) @59d1127   11/10/99 22:14:26 Joel Sherrill Corrected to account for the way memory is divided up in … 4.104.114.84.95
(edit) @72719d2   11/10/99 20:37:01 Joel Sherrill Added call to _Thread_Enable_dispatch() and did some cleanup. 4.104.114.84.95
(edit) @cbccd37   11/10/99 14:31:11 Joel Sherrill Patch from Eric Norum <eric@…> which includes: Patches … 4.104.114.84.95
(edit) @eb02f47   11/10/99 13:48:27 Joel Sherrill Committed modifications from ITRON Task and Task Dependendent … 4.104.114.84.95
(edit) @e18ba7f   11/09/99 22:25:55 Joel Sherrill Commented out single letter type names since they conflict with … 4.104.114.84.95
(edit) @352c9b2   11/09/99 22:07:23 Joel Sherrill This patch adds the basic framework for the ITRON 3.0 API … 4.104.114.84.95
(edit) @1007c3c   11/09/99 19:54:40 Joel Sherrill Fixed warning where initialized default POSIX API structure did have … 4.104.114.84.95
(edit) @bd0b378   11/09/99 19:45:23 Joel Sherrill Removed unused variable warning. 4.104.114.84.95
(edit) @b440e57b   11/09/99 13:40:30 Joel Sherrill Added imfs_unixstub.c to satisfy linker problems on UNIX port. 4.104.114.84.95
(edit) @3fb8909a   11/09/99 13:39:42 Joel Sherrill sem_close was accidentally lost in the split. 4.104.114.84.95
(edit) @a0af97d   11/09/99 03:43:47 Joel Sherrill Patch from Eric Norum <eric@…> to add NTP BOOTP support … 4.104.114.84.95
(edit) @f758f810   11/05/99 22:26:12 Jennifer.Averett Correctly set and called handlers table for the link. 4.104.114.84.95
(edit) @089ad91d   11/05/99 22:25:16 Jennifer.Averett Fixed comment 4.104.114.84.95
(edit) @7f6a0750   11/05/99 22:24:56 Jennifer.Averett Moved imfs set handlers prototype to the imfs.h file. 4.104.114.84.95
(edit) @378fe02   11/05/99 21:11:09 Joel Sherrill New file. 4.104.114.84.95
(edit) @94b357c2   11/05/99 21:10:54 Joel Sherrill Unmount was failing as a side-effect of splitting the rmnod handler … 4.104.114.84.95
(edit) @1c55d2e8   11/05/99 19:38:37 Joel Sherrill Split unistd.c file into sysconf.c and sleep.c. 4.104.114.84.95
(edit) @7edb9281   11/05/99 19:02:03 Joel Sherrill Following comments from Eric Norum <eric@…>, a fairly … 4.104.114.84.95
(edit) @968f7742   11/05/99 17:45:55 Joel Sherrill Fixed typo. 4.104.114.84.95
(edit) @458bd34   11/05/99 16:44:02 Joel Sherrill This is another pass at making sure that nothing outside the BSP … 4.104.114.84.95
(edit) @f817b02   11/04/99 18:05:09 Joel Sherrill The files in libcpu should not be directly dependent on any BSP. In … 4.104.114.84.95
(edit) @2b2ab1c   11/03/99 12:51:09 Joel Sherrill Renamed POSIX_Thread_cancel_run to _POSIX_Thread_cancel_run since … 4.104.114.84.95
(edit) @86ed4f0   11/03/99 12:48:41 Joel Sherrill Added CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM as a configuration … 4.104.114.84.95
(edit) @2b295183   11/03/99 12:47:16 Joel Sherrill Added prototype of _POSIX_Semaphore_Delete to avoid warnings. 4.104.114.84.95
(edit) @0a3946f   11/03/99 12:46:58 Joel Sherrill Added prototype of POSIX_Thread_cancel_run to avoid warnings. 4.104.114.84.95
(edit) @7cc8d6c   11/02/99 21:48:15 Joel Sherrill Split core mutex and semaphore handlers into separate files. 4.104.114.84.95
(edit) @82cb78d8   11/02/99 21:45:15 Joel Sherrill Split core message queue and watchdog handler objects into separate files. 4.104.114.84.95
(edit) @93b4e6ef   11/02/99 21:05:17 Joel Sherrill Split Heap and Time of Day Handlers. 4.104.114.84.95
(edit) @dfbfa2b0   11/02/99 20:36:11 Joel Sherrill Split threadq.c into multiple files. 4.104.114.84.95
(edit) @b568ccb   11/02/99 20:20:13 Joel Sherrill The object memfile.o was being included in the miniIMFS even though it … 4.104.114.84.95
(edit) @317a5b5   11/02/99 19:43:52 Joel Sherrill Split object.c into multiple files. 4.104.114.84.95
(edit) @811fae1   11/02/99 19:24:38 Joel Sherrill Split types.s into individual files. 4.104.114.84.95
(edit) @07e0743   11/02/99 19:11:16 Joel Sherrill Final tuning required to drop out POSIX timers. 4.104.114.84.95
(edit) @68003979   11/02/99 19:04:51 Joel Sherrill * empty log message * 4.104.114.84.95
(edit) @db7f70a   11/02/99 18:47:06 Joel Sherrill Split cancel.c into multiple files. 4.104.114.84.95
(edit) @43ed935   11/02/99 18:46:30 Joel Sherrill Missed these in the initial split up. 4.104.114.84.95
(edit) @63edcf24   11/02/99 18:40:30 Joel Sherrill Split key.c into multiple files. 4.104.114.84.95
(edit) @cec0371   11/02/99 18:39:52 Joel Sherrill Wrong routine was initially cut into this file. 4.104.114.84.95
(edit) @9f95a19   11/02/99 18:35:52 Joel Sherrill Split time.c into multiple files. 4.104.114.84.95
(edit) @98dca75   11/02/99 18:25:26 Joel Sherrill Split condition variables into multiple files. 4.104.114.84.95
(edit) @799c767   11/02/99 18:00:15 Joel Sherrill Split the POSIX semaphore manager into multiple files. 4.104.114.84.95
(edit) @ee979cd   11/02/99 17:36:20 Joel Sherrill Split some more stuff out of psignal.c. 4.104.114.84.95
(edit) @96c041c   11/02/99 17:19:23 Joel Sherrill Split mutex.c into multiple files. 4.104.114.84.95
(edit) @8a5f2ca   11/02/99 17:18:58 Joel Sherrill Split mqueue into multiple files. 4.104.114.84.95
(edit) @b95e303f   11/02/99 17:14:40 Joel Sherrill Removed warnings. 4.104.114.84.95
(edit) @4dc89814   11/02/99 17:00:35 Joel Sherrill Split mqueue.c into a variety of files. 4.104.114.84.95
(edit) @5f2566b   11/02/99 16:27:53 Joel Sherrill Fixed F_SETFL to properly convert between internal libio flags and … 4.104.114.84.95
(edit) @063e4950   11/02/99 16:27:05 Joel Sherrill Added support for configuring base filesystem. First attempt at a … 4.104.114.84.95
(edit) @19b74f31   11/02/99 16:25:05 Joel Sherrill Check for NULL being passed in. 4.104.114.84.95
(edit) @3fb2a8da   11/02/99 16:23:50 Joel Sherrill Fixed typo where memfile_handlers set twice and directory_handlers was … 4.104.114.84.95
(edit) @ac8adcf   11/02/99 16:22:58 Joel Sherrill Properly initialize location variable. 4.104.114.84.95
(edit) @5d36b344   11/02/99 16:01:52 Joel Sherrill Fixed bug which resulted in misaligned object control structures being … 4.104.114.84.95
(edit) @32441ab7   11/02/99 16:00:37 Joel Sherrill Added a comment to indicate that if a task blocked on a priority based … 4.104.114.84.95
(edit) @2cd5444   11/02/99 15:58:39 Joel Sherrill Added code to allocate by index. This is the object ID style used by … 4.104.114.84.95
(edit) @8f0529f   11/02/99 15:58:09 Joel Sherrill Added maximum count detection logic. 4.104.114.84.95
(edit) @9693fdac   11/02/99 15:57:58 Joel Sherrill Added support for message priority as required by POSIX. 4.104.114.84.95
(edit) @af10d3ef   11/02/99 15:57:43 Joel Sherrill Corrected spacing. 4.104.114.84.95
(edit) @3f421dab   11/02/99 15:56:10 Joel Sherrill Added message queues and semaphores. 4.104.114.84.95
(edit) @be0fc099   11/02/99 15:55:34 Joel Sherrill Added CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES and … 4.104.114.84.95
(edit) @861e94d9   11/02/99 15:35:58 Joel Sherrill Added comment to make sure Classic API priority to Core priority is … 4.104.114.84.95
(edit) @3ba754e1   11/02/99 15:34:40 Joel Sherrill Added comments for _RTEMS_tasks_Create_extension, … 4.104.114.84.95
(edit) @b970c48   11/02/99 15:33:14 Joel Sherrill Added a case to support the core semaphore error returned when the … 4.104.114.84.95
Note: See TracRevisionLog for help on using the revision log.