|
|
@28912
|
15 年 |
vboxsync |
generic/pathhost-generic.cpp -> r3/posix/pathhost-posix.cpp; rewrote …
|
|
|
@28903
|
15 年 |
vboxsync |
IPRT: iconv cache.
|
|
|
@28892
|
15 年 |
vboxsync |
Reduce the size of RuntimeR0 for Windows hosts
|
|
|
@28877
|
15 年 |
vboxsync |
IPRT: pathhost changes.
|
|
|
@28800
|
15 年 |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28532
|
15 年 |
vboxsync |
Solaris/r0drv: RTSemMutex implementation.
|
|
|
@28503
|
15 年 |
vboxsync |
IPRT: Split up r0drv/darwin/semaphore-r0drv-darwin.cpp.
|
|
|
@28476
|
15 年 |
vboxsync |
semmutex-r0drv-freebsd.c: A quick sketch, very incomplete though and …
|
|
|
@28317
|
15 年 |
vboxsync |
RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
|
|
|
@28303
|
15 年 |
vboxsync |
Misc: made it possible to do: DEFS += RTMEM_WRAP_TO_EF_APIS …
|
|
|
@28271
|
15 年 |
vboxsync |
IPRT: Some efence adjustments, adding RTMemAllocVar and RTMemAllocZVar …
|
|
|
@28053
|
15 年 |
vboxsync |
Runtime: Generic S/G buffer handling. For VBoxHDD but might become …
|
|
|
@28024
|
15 年 |
vboxsync |
iprt: ipv6 header and pseudo checksumming; tcp flags; tcp/udp …
|
|
|
@27800
|
15 年 |
vboxsync |
iprt: applying sparc patch (selectively).
|
|
|
@27743
|
15 年 |
vboxsync |
IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
|
|
|
@27618
|
15 年 |
vboxsync |
iprt: Enabled RTSystemQueryDmiString-win.cpp. Fixed the header from …
|
|
|
@27576
|
15 年 |
vboxsync |
IPRT/testcase: Added logon failure error, test some more stuff.
|
|
|
@27503
|
15 年 |
vboxsync |
iprt/socket.h: RTSocket API.
|
|
|
@27473
|
15 年 |
vboxsync |
IPRT/process-win: Attempt to impersonate started processes.
|
|
|
@27345
|
15 年 |
vboxsync |
iprt: Added RTSort with one simple algorithm implemented.
|
|
|
@27302
|
15 年 |
vboxsync |
IPRT: RIP RTCache*, RTMemCache* is way better…
|
|
|
@27033
|
15 年 |
vboxsync |
Runtime/Makefile.kmk: The testsuite needs RuntimeR0Stub.
|
|
|
@27014
|
15 年 |
vboxsync |
makefiles: Preps for building the test suite.
|
|
|
@26803
|
15 年 |
vboxsync |
Runtime/r3/darwin: Implemented RTSystemQueryDmiString
|
|
|
@26786
|
15 年 |
vboxsync |
Runtime: Stubbed the polling API.
|
|
|
@26762
|
15 年 |
vboxsync |
iprt: Added RTHandleClose and pipe stubs.
|
|
|
@26757
|
15 年 |
vboxsync |
Runtime: Don't use crc32-zlib.cpp for the static runtime versions.
|
|
|
@26659
|
15 年 |
vboxsync |
IPRT: Added RTStrCopy and RTStrCopyEx for strcpy with overflow handling.
|
|
|
@26645
|
15 年 |
vboxsync |
IPRT: Update for RTSystemQueryDmiString-win. Now passes testcase, but …
|
|
|
@26626
|
15 年 |
vboxsync |
Implemented RTSystemQueryDmiString on Solaris.
|
|
|
@26608
|
15 年 |
vboxsync |
IPRT: linux implementation of RTSystemQueryDmiString.
|
|
|
@26600
|
15 年 |
vboxsync |
iprt: Added RTSystemQueryDmiString.
|
|
|
@26524
|
15 年 |
vboxsync |
Only build RuntimeR?Stub on windows.
|
|
|
@26523
|
15 年 |
vboxsync |
VBoxRc,VBoxR0: Added RuntimeR?Stub libraries for the stub entrypoint …
|
|
|
@26520
|
15 年 |
vboxsync |
iprt: Added RTPathChangeToUnixSlashes and RTPathChangeToDosSlashes.
|
|
|
@26519
|
15 年 |
vboxsync |
build fix
|
|
|
@26518
|
15 年 |
vboxsync |
build fix
|
|
|
@26480
|
15 年 |
vboxsync |
IPRT: common/string/string.cpp -> stringalloc.cpp.
|
|
|
@26476
|
15 年 |
vboxsync |
iprt: Added RTPathCountComponents, RTPathCopyComponents, …
|
|
|
@26416
|
15 年 |
vboxsync |
RTMemCache: Initial coding (completely untested).
|
|
|
@26224
|
15 年 |
vboxsync |
s/IN_RT_GC/IN_RT_RC/g
|
|
|
@26223
|
15 年 |
vboxsync |
s/RuntimeGC/RuntimeRC/; s/DisasmGC/DisasmRC/; s/tstMicroGC/tstMicroRC/g
|
|
|
@26222
|
15 年 |
vboxsync |
*.kmk: s/VBOXGC/VBoxRc/g; s/VBOXGCEXE/VBoxRcExe/g; +WERR
|
|
|
@26218
|
15 年 |
vboxsync |
*.kmk: Started renaming templated from all caps to CamelCase. At the …
|
|
|
@26209
|
15 年 |
vboxsync |
IPRT: Added RTTimeSet.
|
|
|
@26180
|
15 年 |
vboxsync |
*: The rest of the %V* format specifiers are history.
|
|
|
@26133
|
15 年 |
vboxsync |
IPRT: Added RTPathJoin.
|
|
|
@26116
|
15 年 |
vboxsync |
Runtime/Makefile.kmk: RuntimeGuestR3 must include target arch sources …
|
|
|
@26060
|
15 年 |
vboxsync |
IPRT: Added RTFileOpenF/V.
|
|
|
@25946
|
15 年 |
vboxsync |
*: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
|
|
|
@25942
|
15 年 |
vboxsync |
*: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
|
|
|
@25794
|
15 年 |
vboxsync |
Runtime/Makefile.kmk: Install VBoxRT.dll into bin/testcase on windows …
|
|
|
@25714
|
15 年 |
vboxsync |
iprt: Adjuested the remaining RTSemMutex implementations.
|
|
|
@25666
|
15 年 |
vboxsync |
semrw-lockless-generic.cpp: bugfix, made it configurable by defining …
|
|
|
@25665
|
15 年 |
vboxsync |
iprt/asm.h,ASMAtomic*.asm: the darwin x86 gcc also has trouble with …
|
|
|
@25645
|
15 年 |
vboxsync |
IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
|
|
|
@25638
|
15 年 |
vboxsync |
iprt,pdmcritsect: Added RTSemEvent[Set|Add|Remove]Signaller so that we …
|
|
|
@25536
|
15 年 |
vboxsync |
iprt/assert.h: Added RTAssertMsg2Add[Weak][V] for dumping the lock …
|
|
|
@25528
|
15 年 |
vboxsync |
IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
|
|
|
@25512
|
15 年 |
vboxsync |
Runtime/Makefile.kmk: Use the generic RTSemRW implemention instead of …
|
|
|
@25511
|
15 年 |
vboxsync |
Runtime/Makefile.kmk: backed out 56183 as it deserves its own message
|
|
|
@25510
|
15 年 |
vboxsync |
r3/stream.cpp: serialize RTStrmPrintf on all platforms, not just the …
|
|
|
@25494
|
15 年 |
vboxsync |
build fix.
|
|
|
@25490
|
15 年 |
vboxsync |
iprt/asm.h: Adding ASMAtomicCmpXchgU8, ASMAtomicCmpXchgS8 and …
|
|
|
@25438
|
15 年 |
vboxsync |
semsrw-generic.cpp -> semrw-generic.cpp.
|
|
|
@25426
|
15 年 |
vboxsync |
RTSemXRoads: API + testcase.
|
|
|
@25406
|
15 年 |
vboxsync |
IPRT,PDMCritSect: Lock validation can only be performed in ring-3; …
|
|
|
@25381
|
15 年 |
vboxsync |
IPRT: Split up sems-win.cpp and semnoint-generic.cpp
|
|
|
@25368
|
15 年 |
vboxsync |
RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
|
|
|
@25296
|
15 年 |
vboxsync |
IPRT: splitting up utf-8.cpp
|
|
|
@25076
|
15 年 |
vboxsync |
RTFileQueryFsSizes: Moving it to a separate file so we can select …
|
|
|
@25059
|
15 年 |
vboxsync |
RTHeapOffset: Initial conversion of RTHeapSimple.
|
|
|
@24825
|
15 年 |
vboxsync |
IPRT: Added RTMsgError, RTMsgErrorV and RTGetOptPrintError.
|
|
|
@24662
|
15 年 |
vboxsync |
Moved RTStrVersionToUInt32 out of strtonum.cpp.
|
|
|
@24386
|
15 年 |
vboxsync |
Solaris/r0drv: Merge VBI into IPRT.
|
|
|
@24189
|
15 年 |
vboxsync |
IPRT: Added RTFileQuerySize.
|
|
|
@23852
|
15 年 |
vboxsync |
Main/D-Bus: Build fixes.
|
|
|
@23849
|
15 年 |
vboxsync |
Main/D-Bus: Include D-Bus module.
|
|
|
@23845
|
15 年 |
vboxsync |
VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.
|
|
|
@23824
|
15 年 |
vboxsync |
VBox Runtime: Also include D-BUS handling on other *x* platforms.
|
|
|
@23819
|
15 年 |
vboxsync |
VBoxClient:
|
|
|
@23507
|
15 年 |
vboxsync |
IPRT: Added APIs for convering digests to/from strings.
|
|
|
@23501
|
15 年 |
vboxsync |
IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
|
|
|
@23452
|
15 年 |
vboxsync |
Makefiles: Corrected properties.
|
|
|
@23302
|
15 年 |
vboxsync |
IPRT: r52791 repated for RTFileExists.
|
|
|
@23298
|
15 年 |
vboxsync |
RTDirExists: Added a generic implementation for use on Window because …
|
|
|
@22959
|
15 年 |
vboxsync |
sem*-linux.cpp,Makefile.kmk: Added check for cMillies==0 in RTSemEvent …
|
|
|
@22777
|
15 年 |
vboxsync |
Config.kmk,Makefiles,liblzf-1.51: Removed src/lib/liblzf-1.51 and …
|
|
|
@22683
|
15 年 |
vboxsync |
Makefiles: Just test for VBOX_WITH_ADDITIONS_DRIVERS.
|
|
|
@22573
|
15 年 |
vboxsync |
Generated FreeBSD kernel headers, take 5. *click*
|
|
|
@22572
|
15 年 |
vboxsync |
Fixed pci_if.h/m
|
|
|
@22571
|
15 年 |
vboxsync |
Generated FreeBSD kernel headers, take 4. *click*
|
|
|
@22570
|
15 年 |
vboxsync |
Generated FreeBSD kernel headers, take 3. *click*
|
|
|
@22569
|
15 年 |
vboxsync |
Generated FreeBSD kernel headers, take 2. *click*
|
|
|
@22568
|
15 年 |
vboxsync |
Runtime/Makefile.kmk: try fix warnings + trouble on FreeBSD when …
|
|
|
@22561
|
15 年 |
vboxsync |
IPRT: Added a RTBldCfg API group for stuffing away the SVN_REV and …
|
|
|
@22556
|
15 年 |
vboxsync |
RTLogWriteDebugger-r0drv-solaris.c: Don't call cmn_err if interrupts …
|
|
|
@22308
|
15 年 |
vboxsync |
Runtime: Add RTFOFF Avl tree variant for the I/O cache
|
|
|
@22109
|
15 年 |
vboxsync |
IPRT: Added RTPathTraverseList.
|
|
|
@21920
|
15 年 |
vboxsync |
IPRT: Added a RTCrc32 that uses crc32() from zlib since we already …
|
|
|