Changeset 57358 in vbox for trunk/src/VBox/Runtime/r0drv/haiku
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/haiku
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/haiku/RTLogWriteDebugger-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 #include "internal/iprt.h" -
trunk/src/VBox/Runtime/r0drv/haiku/RTLogWriteStdOut-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 #include "internal/iprt.h" -
trunk/src/VBox/Runtime/r0drv/haiku/alloc-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 #include "internal/iprt.h" -
trunk/src/VBox/Runtime/r0drv/haiku/assert-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 #include "internal/iprt.h" -
trunk/src/VBox/Runtime/r0drv/haiku/initterm-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 #include "internal/iprt.h" -
trunk/src/VBox/Runtime/r0drv/haiku/memobj-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 … … 40 40 #include "internal/memobj.h" 41 41 42 /******************************************************************************* 43 * Structures and Typedefs * 44 *******************************************************************************/ 42 43 /********************************************************************************************************************************* 44 * Structures and Typedefs * 45 *********************************************************************************************************************************/ 45 46 /** 46 47 * The Haiku version of the memory object structure. -
trunk/src/VBox/Runtime/r0drv/haiku/mp-r0drv-haiku.c
r54415 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 -
trunk/src/VBox/Runtime/r0drv/haiku/process-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 #include "internal/iprt.h" -
trunk/src/VBox/Runtime/r0drv/haiku/semevent-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 #include "internal/iprt.h" … … 42 42 43 43 44 /******************************************************************************* 45 * Structures and Typedefs *46 ******************************************************************************* /44 /********************************************************************************************************************************* 45 * Structures and Typedefs * 46 *********************************************************************************************************************************/ 47 47 /** 48 48 * Haiku event semaphore. -
trunk/src/VBox/Runtime/r0drv/haiku/semeventmulti-r0drv-haiku.c
r56290 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include "the-haiku-kernel.h" 31 32 #include "internal/iprt.h" … … 41 42 42 43 43 /******************************************************************************* 44 * Structures and Typedefs *45 ******************************************************************************* /44 /********************************************************************************************************************************* 45 * Structures and Typedefs * 46 *********************************************************************************************************************************/ 46 47 /** 47 48 * Haiku multiple release event semaphore. -
trunk/src/VBox/Runtime/r0drv/haiku/semfastmutex-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 … … 40 40 41 41 42 /******************************************************************************* 43 * Structures and Typedefs *44 ******************************************************************************* /42 /********************************************************************************************************************************* 43 * Structures and Typedefs * 44 *********************************************************************************************************************************/ 45 45 /** 46 46 * Wrapper for the Haiku (sleep) mutex. -
trunk/src/VBox/Runtime/r0drv/haiku/semmutex-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 #include "internal/iprt.h" … … 43 43 44 44 45 /******************************************************************************* 46 * Structures and Typedefs *47 ******************************************************************************* /45 /********************************************************************************************************************************* 46 * Structures and Typedefs * 47 *********************************************************************************************************************************/ 48 48 /** 49 49 * Wrapper for the Haiku (sleep) mutex. -
trunk/src/VBox/Runtime/r0drv/haiku/spinlock-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 #include "internal/iprt.h" … … 45 45 46 46 47 /******************************************************************************* 48 * Structures and Typedefs *49 ******************************************************************************* /47 /********************************************************************************************************************************* 48 * Structures and Typedefs * 49 *********************************************************************************************************************************/ 50 50 /** 51 51 * Wrapper for the KSPIN_LOCK type. -
trunk/src/VBox/Runtime/r0drv/haiku/thread-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 #include "internal/iprt.h" -
trunk/src/VBox/Runtime/r0drv/haiku/thread2-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "the-haiku-kernel.h" 32 32 #include "internal/iprt.h" -
trunk/src/VBox/Runtime/r0drv/haiku/time-r0drv-haiku.c
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_TIME 32 32 #include "the-haiku-kernel.h"
Note:
See TracChangeset
for help on using the changeset viewer.