summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/r0drv/os2
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-1720-20/+20
* scm copyright and license note updatevboxsync2022-08-2220-200/+400
* scm --update-copyright-yearvboxsync2022-01-0120-20/+20
* IPRT/RTR0MemObj: Added RTR0MemObjWasZeroInitialized and a couple of flags wit...vboxsync2021-11-061-95/+107
* IPRT/memobj: Passing pszTag around...vboxsync2021-09-301-6/+7
* IPRT/memobj: Passing pszTag around...vboxsync2021-09-301-4/+4
* IPRT/memobj: Passing pszTag around...vboxsync2021-09-301-5/+7
* IPRT/memobj: Passing pszTag around...vboxsync2021-09-291-6/+9
* IPRT/memobj: Passing pszTag around...vboxsync2021-09-291-4/+4
* IPRT/memobj: Added pszTag to rtR0MemObjNew.vboxsync2021-09-291-9/+9
* IPRT/memobj: Adding RTR0MemObjAllocLarge for speeding up large page allocatio...vboxsync2021-09-281-0/+7
* *: More VALID_PTR -> RT_VALID_PTR/AssertPtr.vboxsync2021-08-231-1/+1
* IPRT: Added RTSemEventIsSignalSafe and RTSemEventMultiIsSignalSafe - ring-0 o...vboxsync2021-08-032-0/+12
* Copyright year updates by scm.vboxsync2020-02-0420-39/+20
* IPRT/memobj-r0drv-os2.cpp: Implemented sub-mappings in kernel space. bugref:...vboxsync2019-11-011-3/+3
* IPRT: Started adding a RTR0MemObjMapUserEx function that takes offSub and cbS...vboxsync2019-04-121-1/+3
* IPRT: Some license header cleanups.vboxsync2019-02-0119-0/+475
* initterm-r0drv-os2.cpp: drop RT_STRICT.vboxsync2019-01-081-2/+0
* *: scm --fix-header-guard-endifvboxsync2019-01-011-1/+1
* IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around the sour...vboxsync2019-01-011-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* IPRT: scm --fix-header-guards. bugref:9344vboxsync2018-12-301-1/+3
* IPRT: Ran scm --fix-err-h. bugref:9344vboxsync2018-12-256-6/+6
* IPRT/drv/os2: leave a hint regarding too early logging.vboxsync2018-11-182-2/+2
* IPRT: Shut up some warnings.vboxsync2018-10-285-5/+13
* IPRT: Make Watcom C an alterntive for compiling the OS/2 kernel code (GA main...vboxsync2018-10-283-1/+6
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-9/+15
* (C) yearvboxsync2017-10-171-1/+1
* Global: replace fall-through comments with RT_FALL_THRU().vboxsync2017-10-111-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* *: scm cleanup run.vboxsync2015-08-1414-81/+86
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* IPRT/R0Drv: Fix (windows & solaris) / kludge (the rest) for thread terminatio...vboxsync2015-02-221-0/+5
* HostDrivers, Runtime, Devices, Additions: TSC delta measurement and other cha...vboxsync2014-09-052-20/+8
* Runtime: Whitespace and svn:keyword cleanups by scm.vboxsync2013-10-072-4/+4
* header (C) fixesvboxsync2013-02-041-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* debug build fixvboxsync2012-10-091-0/+3
* IPRT,SUPDrv: RTR0MemKernelCopyFrom/To for safe kernel memory access in debug ...vboxsync2012-05-041-0/+12
* build fixvboxsync2012-04-111-1/+0
* RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a spinlo...vboxsync2012-04-062-63/+53
* IPRT: fixed OS/2 'bitrot'.vboxsync2012-02-293-27/+87
* rtr0memobj: Status code adjustments.vboxsync2012-01-101-1/+2
* Introduced RTThreadSleepNoLog for spinlocking in the electric fence heap. (Ca...vboxsync2011-11-281-1/+13
* Use DECLHIDDEN, especially in IPRT.vboxsync2011-04-055-27/+29
* IPRT: Must clear the TLS entry holding RTTHREAD before freeing the structure ...vboxsync2010-11-221-0/+6
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-2/+2
* IPRT: Some old OS/2 build fixes.vboxsync2010-10-241-0/+1
* IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on posix. (Tu...vboxsync2010-10-201-1/+2
* IPRT: Added RTSemEventGetResolution and RTSemEventMultiGetResolution to r0drv.vboxsync2010-10-152-0/+12