source: rtems/cpukit/posix/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @03acc59   08/14/13 00:21:41 Chris Johns posix: Change pthread_once to be SMP safe. Change pthread_once from … 4.115
(edit) @40398c4   08/13/13 23:29:56 Chris Johns posix: Handle recursive attributes correctly. The recursive field in … 4.115
(edit) @c9b784f   08/06/13 13:28:59 Sebastian Huber posix: Delete POSIX_Keys_Freechain type Use the POSIX configuration … 4.115
(edit) @b45b0ff7   08/06/13 13:41:44 Sebastian Huber posix: Use _Objects_Put() for POSIX keys 4.115
(edit) @2ad250e   08/06/13 12:46:24 Sebastian Huber posix: Create key implementation header Move implementation specific … 4.115
(edit) @b5c9064   08/05/13 13:20:45 ashi08104 Unlimited objects support for POSIX keys This patch enables unlimited … 4.115
(edit) @ffa2defc   08/06/13 08:58:58 rdiezmail-rtems Fix compiler warnings 4.115
(edit) @f031df0e   07/31/13 11:42:07 Sebastian Huber score: Rename tod.h to todimpl.h 4.115
(edit) @06288247   07/29/13 12:44:28 Sebastian Huber posix: Simplify pthread_kill() Delete _Thread_Signal_notification() … 4.115
(edit) @6c0e43d   07/29/13 10:46:40 Sebastian Huber score: Add and use _Thread_Signal_notification() 4.115
(edit) @88c74ab   07/25/13 13:10:11 Sebastian Huber score: Merge tod implementation into one file Delete … 4.115
(edit) @a2e3f33   07/24/13 11:50:54 Sebastian Huber score: Create object implementation header Move implementation … 4.115
(edit) @0c3edbf   07/25/13 08:46:15 Sebastian Huber Include missing <rtems/score/threaddispatch.h> 4.115
(edit) @7f04cb18   07/25/13 07:10:38 Sebastian Huber score: Create mpci implementation header Move implementation specific … 4.115
(edit) @a112364   07/24/13 15:30:26 Sebastian Huber score: Create threadq implementation header Move implementation … 4.115
(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) @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) @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) @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) @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) @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) @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) @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) @5cb175bb   01/10/13 19:22:31 Joel Sherrill cpukit/posix: Doxygen group is POSIXAPI 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) @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) @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
(edit) @f05af6b7   07/31/11 22:40:23 Joel Sherrill 2011-07-31 Joel Sherrill <joel.sherrilL@…> PR 1855/cpukit … 4.115
(edit) @25715ecc   07/31/11 16:16:00 Joel Sherrill 2011-07-31 Joel Sherrill <joel.sherrilL@…> PR 1867/cpukit … 4.115
(edit) @f2dd10b   07/27/11 17:17:49 Joel Sherrill 2011-07-27 Joel Sherrill <joel.sherrilL@…> * … 4.115
(edit) @558ef341   07/27/11 13:27:48 Joel Sherrill 2011-07-27 Petr Benes <benesp16@…> PR 1856/cpukit * … 4.115
Note: See TracRevisionLog for help on using the revision log.