source: rtems/cpukit/posix

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @fe6c170c   07/24/13 14:19:52 Sebastian Huber score: Create states implementation header Move implementation … 4.115
(edit) @5618c37a   07/24/13 13:14:48 Sebastian Huber score: Create thread implementation header Move implementation … 4.115
(edit) @c6e21ee1   07/24/13 11:12:38 Sebastian Huber score: Create scheduler implementation header Move implementation … 4.115
(edit) @cc86fe1   07/24/13 18:10:02 sahilp POSIX Semaphore: Add restrict keyword per Single UNIX Specification 4.115
(edit) @4343f5b4   07/24/13 18:09:27 sahilp POSIX AIO: Add restrict keyword per Single UNIX Specification 4.115
(edit) @f74a492c   07/24/13 18:08:37 sahilp POSIX mqueue.h: Add restrict keyword per Single UNIX Specification 4.115
(edit) @218286bc   07/23/13 15:17:05 Sebastian Huber score: Create stack implementation header Move implementation … 4.115
(edit) @f41eeb0   07/23/13 15:11:17 Sebastian Huber posix: Include missing <stdint.h> 4.115
(edit) @be1b8a7   07/23/13 07:15:12 Sebastian Huber posix: Include proper header file 4.115
(edit) @c2d6447   07/22/13 08:01:37 Sebastian Huber posix: Protect ualarm() Use thread dispatch disable/enable to ensure … 4.115
(edit) @43f97f1   07/22/13 13:03:04 Sebastian Huber posix: Statically init _POSIX_signals_Ualarm_timer 4.115
(edit) @a9cc1beb   07/19/13 15:18:42 Sebastian Huber posix: Protect alarm() Use thread dispatch disable/enable to ensure … 4.115
(edit) @e2005af6   07/22/13 11:48:51 Sebastian Huber posix: Statically init _POSIX_signals_Alarm_timer 4.115
(edit) @4b48ece0   07/22/13 08:21:03 Sebastian Huber score: Create watchdog implementation header Move implementation … 4.115
(edit) @47ac81f   07/22/13 07:15:04 Sebastian Huber posix: Obtain _Thread_Executing in proper context 4.115
(edit) @768c5cee   07/19/13 15:18:15 Sebastian Huber posix: Obtain _Thread_Executing in proper context 4.115
(edit) @c71b596   07/19/13 13:24:04 Sebastian Huber score: Create spinlock implementation header Move implementation … 4.115
(edit) @eb448eec   07/19/13 13:18:08 Sebastian Huber posix: Create spinlock implementation header Move implementation … 4.115
(edit) @f17c779   07/19/13 13:08:53 Sebastian Huber posix: Create timer implementation header Move implementation … 4.115
(edit) @982e9746   07/19/13 13:00:11 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @cbdabc8   07/19/13 12:48:57 Sebastian Huber score: Create rwlock implementation header Move implementation … 4.115
(edit) @0e8656b4   07/19/13 12:39:45 Sebastian Huber posix: Create rwlock implementation header Move implementation … 4.115
(edit) @0c5317d   07/19/13 12:33:56 Sebastian Huber posix: Create pthread implementation header Move implementation … 4.115
(edit) @97552c98   07/19/13 12:15:59 Sebastian Huber posix: Create priority implementation header Move implementation … 4.115
(edit) @4cb8e597   07/19/13 14:20:49 Sebastian Huber score: Obtain _Thread_Executing in proper context 4.115
(edit) @35210b12   07/19/13 10:08:02 Sebastian Huber posix: Create condition variable impl header Move implementation … 4.115
(edit) @0444947e   07/19/13 09:07:37 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @bb2d9f9   07/19/13 09:00:19 Sebastian Huber score: Create barrier implementation header Move implementation … 4.115
(edit) @6b4a3770   07/19/13 08:51:44 Sebastian Huber posix: Create barrier implementation header Move implementation … 4.115
(edit) @33a4a56   07/18/13 14:00:54 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @b5d514f   07/18/13 13:35:23 Sebastian Huber score: Create message queue implementation header Move implementation … 4.115
(edit) @972a5c5f   07/18/13 13:12:05 Sebastian Huber posix: Create message queue implementation header Move implementation … 4.115
(edit) @e36f2b8   07/18/13 12:27:30 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @c4f58558   07/18/13 12:14:04 Sebastian Huber score: Create semaphore implementation header Move implementation … 4.115
(edit) @c624c0e9   07/18/13 11:55:12 Sebastian Huber posix: Convert to inline function 4.115
(edit) @9c743e8e   07/18/13 11:50:25 Sebastian Huber posix: Create semaphore implementation header Move implementation … 4.115
(edit) @5f7757b   07/18/13 14:22:54 Sebastian Huber posix: Use _Thread_Get_executing() 4.115
(edit) @a1b47528   07/18/13 12:13:24 Sebastian Huber posix: Include missing header files 4.115
(edit) @401f1b9d   07/17/13 14:12:19 Sebastian Huber rtems, posix: Use _Thread_Get_executing() 4.115
(edit) @95e09afa   07/17/13 13:53:17 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @9728ef3   07/17/13 13:05:56 Sebastian Huber posix: Convert to inline function 4.115
(edit) @20e239c2   07/17/13 12:23:14 Sebastian Huber score: Create mutex implementation header Move implementation … 4.115
(edit) @f9d533a5   07/17/13 12:34:05 Sebastian Huber posix: Create mutex implementation header Move implementation … 4.115
(edit) @7a7f071   07/16/13 15:34:51 Sebastian Huber posix: Delete unused functions 4.115
(edit) @6009da1   07/05/13 12:56:23 Sebastian Huber posix: Add comment 4.115
(edit) @6eba7c85   06/10/13 14:15:46 Sebastian Huber scheduler: Specify thread of yield operation The yielding thread of … 4.115
(edit) @1ccb64e1   06/06/13 13:28:41 Sebastian Huber scheduler: Add start idle thread operation Add and use … 4.115
(edit) @2d2352b   06/05/13 09:48:57 Sebastian Huber score: Add and use _Objects_Put() Add and use … 4.115
(edit) @54e9216   06/05/13 09:48:28 Sebastian Huber score: Add _Objects_Put_for_get_isr_disable() Provide SMP support. … 4.115
(edit) @b697bc6   01/10/13 21:06:42 Joel Sherrill cpukit: Use Consistent Beginning of Doxygen Group Notation This is … 4.115
(edit) @5cb175bb   01/10/13 19:22:31 Joel Sherrill cpukit/posix: Doxygen group is POSIXAPI 4.115
(edit) @a15eaaf   01/10/13 19:20:34 Joel Sherrill cpukit: Doxygen group fixes and many warnings addressed The output of … 4.115
(edit) @cf301c9   01/07/13 14:53:43 alexivanov97 posix: Doxygen Clean Up Task #1 4.115
(edit) @436f86e   01/04/13 15:36:01 alexivanov97 posix: Doxygen Clean Up Task #2 4.115
(edit) @3cf4031   12/28/12 23:48:12 alexivanov97 Header File Doxygen Enhancement Task #1 4.115
(edit) @f3255a6   12/28/12 17:30:27 matkallada Header File Doxygen Enhancement Task #11 4.115
(edit) @4ce0d45a   12/28/12 16:45:53 Joel Sherrill barrier.h: Use POSIX API Doxygen group 4.115
(edit) @1ccbfe2d   12/28/12 16:45:30 Joel Sherrill posixapi.h: Add POSIX API Doxygen group 4.115
(edit) @b8fc260f   12/28/12 15:48:37 Joel Sherrill Miscellaneous Doxygen clean-up 4.115
(edit) @1be3fad   12/20/12 03:23:52 kolaveridi87 posix: Doxygen Enhancement Task #64.115
(edit) @65f6d3c   12/19/12 14:57:03 kolaveridi87 posix: Doxygen Enhancement Task #94.115
(edit) @ab87219   12/19/12 14:53:08 alexivanov97 posix: Doxygen Enhancement Task #104.115
(edit) @9889d51   12/19/12 14:49:08 kolaveridi87 posix: Doxygen Enhancement Task #34.115
(edit) @d527562e   12/18/12 20:42:30 kolaveridi87 posix: Doxygen Enhancement Task #114.115
(edit) @f0bd30c   12/18/12 16:55:40 kolaveridi87 posix: Doxygen Enhancement Task #124.115
(edit) @810ecf0   12/16/12 13:38:02 matkallada posix: Doxygen Enhancement Task #74.115
(edit) @d86308b   12/15/12 21:03:12 alexivanov97 posix: Doxygen Enhancement Task #24.115
(edit) @eb08acf   12/15/12 20:41:05 matkallada posix: Doxygen Enhancement Task #84.115
(edit) @e49a36cb   12/15/12 14:54:10 alexivanov97 posix: Doxygen Enhancement Task #54.115
(edit) @e43f4758   12/15/12 12:25:05 alexivanov97 posix: Doxygen Enhancement Task #14.115
(edit) @a0e6c73   12/14/12 01:51:15 matkallada posix: Doxygen enhancement task #44.115
(edit) @9465fca   12/03/12 10:59:08 Sebastian Huber posix: Add signal post switch extension on the fly 4.115
(edit) @f9340ed7   12/03/12 10:35:43 Sebastian Huber posix: Add and use <rtems/posix/psignalimpl.h> This file contains the … 4.115
(edit) @04b5d17   11/28/12 09:45:38 Sebastian Huber score: Add API extensions post switch list Move post switch hook from … 4.115
(edit) @3be0c9a   11/22/12 13:51:25 Sebastian Huber score: Add and use <rtems/score/userextimpl.h> This file contains the … 4.115
(edit) @1c554014   07/19/12 14:14:53 Ralf Corsepius Remove CVS-Ids. 4.115
(edit) @9b4422a2   05/03/12 15:09:24 Joel Sherrill Remove All CVS Id Strings Possible Using a Script Script does what is … 4.115
(edit) @33a105fb   05/07/12 16:08:48 Joel Sherrill Revert: Remove CVS Ids See … 4.115
(edit) @ee32f67a   05/04/12 06:55:28 Ralf Corsepius Remove CVS-Ids. 4.115
(edit) @3b7c123   03/13/12 10:33:51 Sebastian Huber Filesystem: Reference counting for locations o A new data structure … 4.115
(edit) @61250b4   02/01/12 16:59:44 Joel Sherrill Remove all .cvsignore files. 4.115
(edit) @01808064   01/11/12 13:15:25 Sebastian Huber Update due to API changes. 4.115
(edit) @b98d399f   12/13/11 12:56:53 Sebastian Huber 2011-12-13 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @4172953c   12/10/11 05:34:15 Ralf Corsepius 2011-12-10 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @0a752f4e   12/10/11 03:56:16 Ralf Corsepius 2011-12-10 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @58451f1c   12/08/11 08:57:57 Ralf Corsepius 2011-12-08 Ralf Corsépius <ralf.corsepius@…> PR 1981/cpukit … 4.115
(edit) @e2bcb32   12/06/11 07:08:45 Ralf Corsepius 2011-12-06 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @b929b39e   12/05/11 13:51:06 Ralf Corsepius 2011-12-05 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @76f1677   12/05/11 08:52:07 Ralf Corsepius 2011-12-05 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @e42e069   12/05/11 08:50:56 Ralf Corsepius 2011-12-05 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @98c1e0d   12/05/11 05:17:45 Ralf Corsepius 2011-12-05 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @e511f6d0   12/05/11 05:15:38 Ralf Corsepius 2011-12-05 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @7729910   12/05/11 05:11:21 Ralf Corsepius 2011-12-05 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @c4a9f3f   12/03/11 05:39:47 Ralf Corsepius 2011-12-03 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @29aed671   12/03/11 03:54:30 Ralf Corsepius 2011-12-03 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @6940c382   12/01/11 03:46:36 Ralf Corsepius 2011-12-01 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @e2e9d95   12/01/11 03:05:17 Ralf Corsepius 2011-12-01 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @596cbc56   10/17/11 13:32:54 Ralf Corsepius 2011-10-17 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @8fd5081a   10/17/11 12:25:35 Ralf Corsepius 2011-10-17 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @e5ca6593   08/21/11 19:59:03 Joel Sherrill 2011-08-21 Joel Sherrill <joel.sherrilL@…> PR 1890/cpukit … 4.115
Note: See TracRevisionLog for help on using the revision log.