|
|
@64640
|
8 年 |
vboxsync |
IPRT: Implemented native NT version of RTPathQueryInfoEx that provides …
|
|
|
@64619
|
8 年 |
vboxsync |
IPRT: Reshuffled RTFsQuerySizes from fs-nt.cpp to implement …
|
|
|
@64340
|
8 年 |
vboxsync |
IPRT: Introducing RTStrPrintf2, RTStrPrintf2V, RTStrPrintf2Ex, and …
|
|
|
@64291
|
8 年 |
vboxsync |
Reverted r111300 and subsequent changes since the fix is to use …
|
|
|
@64285
|
8 年 |
vboxsync |
Additions: bugref:8622: Use crc of user name in name of ipc pipe
|
|
|
@64281
|
8 年 |
vboxsync |
IPRT,SUP: Major vboxdrv and GIP version change; more flexible …
|
|
|
@64148
|
8 年 |
vboxsync |
drop openssl 1.0.1, replaced VBOX_WITH_OPENSSL_1_1_0 with …
|
|
|
@64017
|
8 年 |
vboxsync |
Runtime/Main/webservice: don't warn about deprecated function …
|
|
|
@63983
|
8 年 |
vboxsync |
IPRT: Created a minimal openssl linker definition file for 1.0.1 too.
|
|
|
@63981
|
8 年 |
vboxsync |
Runtime: OpenSSL 1.1.0 preps
|
|
|
@63451
|
8 年 |
vboxsync |
Runtime: warnings
|
|
|
@63407
|
8 年 |
vboxsync |
r0drv/netbsd: RTLogWriteStdOut that just uses kernel printf.
|
|
|
@63337
|
8 年 |
vboxsync |
Runtime: define the lists of R0 and R3 sources for NetBSD.
From Haomai …
|
|
|
@63236
|
8 年 |
vboxsync |
iptr/string.h: All supported releases of FreeBSD have memrchr(3) in …
|
|
|
@61693
|
8 年 |
vboxsync |
Runtime: Add RTJson* API to parse the JavaScript Object Notation …
|
|
|
@61080
|
9 年 |
vboxsync |
allow to compile with gcc configured with --enable-default-pie …
|
|
|
@60986
|
9 年 |
vboxsync |
build fix
|
|
|
@60983
|
9 年 |
vboxsync |
IPRT: Added (_)bzero implementation for clang compiled VMMR0.
|
|
|
@60739
|
9 年 |
vboxsync |
RuntimeBldProg: Removed common/misc/buildconfig.cpp from the library …
|
|
|
@60480
|
9 年 |
vboxsync |
SUPNtHard,IPRT: Moved supHardNtVpFix8dot3Path & …
|
|
|
@59754
|
9 年 |
vboxsync |
vfsreadahead.cpp: Completed and debugged.
|
|
|
@59751
|
9 年 |
vboxsync |
IPRT: More build fixing.
|
|
|
@59747
|
9 年 |
vboxsync |
iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
|
|
|
@59729
|
9 年 |
vboxsync |
didn't mean to enable building common/vfs/vfsreadahead.cpp yet.
|
|
|
@59728
|
9 年 |
vboxsync |
asn1-dump: Made it a lot less painful to add new OID to the asn.1 …
|
|
|
@59672
|
9 年 |
vboxsync |
iprt: Retired RTX509PrepareOpenSSL, RTRSAVerify, …
|
|
|
@59670
|
9 年 |
vboxsync |
IPRT: Added RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts.
|
|
|
@59620
|
9 年 |
vboxsync |
IPRT: Added 'off' parameter to RTVfsIoStrmSgWrite and …
|
|
|
@59527
|
9 年 |
vboxsync |
iprt/asm.h: Experimented with alternative serializating instructions …
|
|
|
@59511
|
9 年 |
vboxsync |
IPRT: RTFileSetAllocationSize() implementation for POSIX compatible …
|
|
|
@59461
|
9 年 |
vboxsync |
IPRT: Linux specific implementation for RTFileSetAllocationSize()
|
|
|
@59459
|
9 年 |
vboxsync |
IPRT: Add RTFileSetAllocationSize() to enforce block allocation on the …
|
|
|
@59306
|
9 年 |
vboxsync |
Runtime: actually use rtMpDarwinOnlinePhysicalCpus() when determining …
|
|
|
@59243
|
9 年 |
vboxsync |
Several fixes to get RuntimeR3 building on SPARC again (required for …
|
|
|
@59067
|
9 年 |
vboxsync |
IPRT: Added RTStrStartsWith and RTStrIStartsWith.
|
|
|
@59057
|
9 年 |
vboxsync |
IPRT: Duplicate ASMAtomicXchgU16, add ASMAtomic[Cmp]XchgU16 to 32-bit …
|
|
|
@59055
|
9 年 |
vboxsync |
IPRT: Provided ASMAtomicCmpXchgU16 and ASMAtomicXchgU16 external …
|
|
|
@59047
|
9 年 |
vboxsync |
build fix for the validation kit
|
|
|
@59040
|
9 年 |
vboxsync |
IPRT: trace point build fix.
|
|
|
@59039
|
9 年 |
vboxsync |
IPRT: trace point build fix.
|
|
|
@59038
|
9 年 |
vboxsync |
IPRT: trace point build fix attempt.
|
|
|
@59036
|
9 年 |
vboxsync |
IPRT,VMMR0: Added trace points to both the IPRT critical section types.
|
|
|
@58829
|
9 年 |
vboxsync |
IPRT: Make read-write critical sections available to ring-0 code.
|
|
|
@58758
|
9 年 |
vboxsync |
IPRT: Implemented ASMBitNextClear in assembly.
|
|
|
@58757
|
9 年 |
vboxsync |
IPRT: Implemented ASMBitNextSet in assembly.
|
|
|
@58754
|
9 年 |
vboxsync |
IPRT: Use common/asm/ASMBitFirstSet.asm instead of the win/amd64/ version.
|
|
|
@58751
|
9 年 |
vboxsync |
IPRT: Use common/asm/ASMBitFirstClear.asm instead of the win/amd64/ …
|
|
|
@58748
|
9 年 |
vboxsync |
IPRT: mangling.run fix.
|
|
|
@58287
|
9 年 |
vboxsync |
Runtime/Makefile.kmk: Duh, forgot to add localipc-posix.cpp to the …
|
|
|
@58282
|
9 年 |
vboxsync |
localipc-posix.cpp: Partly debugged code.
|
|
|
@58269
|
9 年 |
vboxsync |
iprt/r0drv: untested electrical heap alloc functions.
|
|
|
@58139
|
9 年 |
vboxsync |
Runtime/Makefile.kmk: Build fix attempt
|
|
|
@58137
|
9 年 |
vboxsync |
Runtime/Makefile.kmk: Build fix attempt
|
|
|
@58136
|
9 年 |
vboxsync |
Runtime/Makefile.kmk: Made doxygen warnings and errors stop the build.
|
|
|
@57974
|
9 年 |
vboxsync |
IPRT: Some more doxygen fixes.
|
|
|
@57949
|
9 年 |
vboxsync |
VBOX_WITH_MORE_NT4_COMPAT_BINARIES fix.
|
|
|
@57944
|
9 年 |
vboxsync |
iprt: More doxygen corrections.
|
|
|
@57916
|
9 年 |
vboxsync |
IPRT: More windows process creation hacking and cleaning up. Cleaned …
|
|
|
@57905
|
9 年 |
vboxsync |
IPRT: More build for NT4 fun, but the VBoxRT.dll we build when …
|
|
|
@57865
|
9 年 |
vboxsync |
IPRT,libs: Hacks for building IPRT testcases that can run on NT4. …
|
|
|
@57813
|
9 年 |
vboxsync |
http-curl.cpp: Implemented system proxy config for OS X and fixed …
|
|
|
@57737
|
9 年 |
vboxsync |
common/misc/http.cpp -> generic/http-curl.cpp
|
|
|
@57722
|
9 年 |
vboxsync |
iprt/string.h: Provide memrchr on platforms which doesn't have it.
|
|
|
@57643
|
9 年 |
vboxsync |
IPRT: Added RTVfsIoStrmFromRTPipe (and RTPipeQueryInfo) for the …
|
|
|
@57613
|
9 年 |
vboxsync |
IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
|
|
|
@57586
|
9 年 |
vboxsync |
IPRT: Implemented reading lib/Security/cacerts from JRE.
|
|
|
@57580
|
9 年 |
vboxsync |
IPRT: Implemented RTCrStoreCreateSnapshotById for darwin.
|
|
|
@57572
|
9 年 |
vboxsync |
IPRT: Started on accessing system certificate stores to get SSL roots …
|
|
|
@57078
|
9 年 |
vboxsync |
sup,iprt: SUPIsHostVirtualized belongs in IPRT and does not need to be …
|
|
|
@57017
|
9 年 |
vboxsync |
Reverted r101732
|
|
|
@57014
|
9 年 |
vboxsync |
For one Windows test build without VBOX_WITH_NT_DIRENUM
|
|
|
@56290
|
9 年 |
vboxsync |
IPRT: Updated (C) year.
|
|
|
@55794
|
10 年 |
vboxsync |
Runtime: Replaced .rc file.
|
|
|
@55321
|
10 年 |
vboxsync |
wrong fix
|
|
|
@55320
|
10 年 |
vboxsync |
RuntimeGuestR3: filter out a few unused functions which make some GA …
|
|
|
@55311
|
10 年 |
vboxsync |
Need XSave/XRstor in RC too.
|
|
|
@55308
|
10 年 |
vboxsync |
asm-amd64-x86.h: Added ASMXSave and ASMXRstor.
|
|
|
@55107
|
10 年 |
vboxsync |
asm-amd64-x86.h: Added ASMGetXcr0 & ASMSetXcr0.
|
|
|
@55095
|
10 年 |
vboxsync |
Assorted fixes for FreeBSD hosts, VBox compiles and runs again without …
|
|
|
@55047
|
10 年 |
vboxsync |
build fix
|
|
|
@55046
|
10 年 |
vboxsync |
s/nm/VBOX_NM/
|
|
|
@54484
|
10 年 |
vboxsync |
Runtime/VBoxRTImp: Don't export openssl methods in the import library. …
|
|
|
@54457
|
10 年 |
vboxsync |
Runtime/r0drv: RTMpOnPair implementation for solaris.
|
|
|
@54446
|
10 年 |
vboxsync |
RTMpOnPair implementation for linux.
|
|
|
@54410
|
10 年 |
vboxsync |
IPRT/r0drv: Implemented RTMpOnPair for NT (windows).
|
|
|
@54408
|
10 年 |
vboxsync |
IPRT/r0drv: Added RTMpOnPair and RTMpOnPairIsConcurrentExecSupported, …
|
|
|
@54319
|
10 年 |
vboxsync |
duh
|
|
|
@54308
|
10 年 |
vboxsync |
VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
|
|
|
@54254
|
10 年 |
vboxsync |
Added ASMGetIdtrLimit.
|
|
|
@53993
|
10 年 |
vboxsync |
VBoxDTrace needs RuntimeR0.
|
|
|
@53805
|
10 年 |
vboxsync |
added more missing Windows resource files
|
|
|
@53492
|
10 年 |
vboxsync |
Some fixes for windows cross build using wine.
|
|
|
@53471
|
10 年 |
vboxsync |
IPRT/r3/nt&win: Precision time APIs for NT (not enabled).
|
|
|
@53278
|
10 年 |
vboxsync |
IPRT: Added experimental malloc replacement feature, add …
|
|
|
@53010
|
10 年 |
vboxsync |
IPRT: Added electric fence allocator for ASN.1.
|
|
|
@52944
|
10 年 |
vboxsync |
IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
|
|
|
@52600
|
10 年 |
vboxsync |
IPRT: Added support for microsoft timestamp counter signatures. This …
|
|
|
@52443
|
10 年 |
vboxsync |
Runtime: added ASMMultU32ByU32DivByU32() and fixed early clobber …
|
|
|
@52345
|
10 年 |
vboxsync |
Runtime: Implemented ASMAtomicUo[Inc|Dec]U32() with updated testcase. …
|
|
|
@52335
|
10 年 |
vboxsync |
RTBigNum: Added shift APIs, implemented a faster division algorithm, …
|
|
|