|
|
@105786
|
4 months |
vboxsync |
IPRT: Added RTSystemQueryNtFeatureEnabled() API to query Windows (NT) …
|
|
|
@105631
|
4 months |
vboxsync |
IPRT/RTPathUnlink: Implemented NT and posix versions w/ simple testcase.
|
|
|
@104795
|
7 months |
vboxsync |
iprt/asm.h: Added ASMAtomic[Uo]WriteU128[U|v2] and …
|
|
|
@104671
|
7 months |
vboxsync |
Runtime/testcase/tstTime-2.cpp: win.arm64 build fix, bugref:10392
|
|
|
@104025
|
9 months |
vboxsync |
Runtime/testcase/tstTime-2: Make it build on linux.arm64, bugref:10391
|
|
|
@103493
|
10 months |
vboxsync |
Runtime/testcase/tstRTCircBuf: Just return if creation of the circular …
|
|
|
@103441
|
10 months |
vboxsync |
IPRT/tstRTR0CommonDriver.h: Unconfuse the szPath code, it can …
|
|
|
@103440
|
10 months |
vboxsync |
IPRT/tstRTR0CommonDriver.h: Buffer overflow for szSrvReqHandler is not …
|
|
|
@103358
|
10 months |
vboxsync |
IPRT/tstRTEnv: Shut up parfait warning about using a potential …
|
|
|
@103357
|
10 months |
vboxsync |
IPRT/tstRTEnv: Shut up parfait warning about using a potential …
|
|
|
@103354
|
10 months |
vboxsync |
IPRT/tstRTInlineAsm: Fix harmless parfait warning. bugref:3409
|
|
|
@103292
|
10 months |
vboxsync |
Runtime/testcase/tstRTProcCreateEx: Fix a potential buffer overrun …
|
|
|
@103285
|
10 months |
vboxsync |
Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
|
|
|
@103275
|
10 months |
vboxsync |
Backed out r161549 again (not wanted / bloat).
|
|
|
@103260
|
10 months |
vboxsync |
Got rid of a lot of deprecated strcpy / strcat calls; now using the …
|
|
|
@103141
|
10 months |
vboxsync |
Runtime: Some warning fixes about externally visible functions which …
|
|
|
@103017
|
11 months |
vboxsync |
iprt/asm-mem.h: Eliminated the unused ASMProbeReadBuffer.
|
|
|
@103014
|
11 months |
vboxsync |
iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
|
|
|
@103013
|
11 months |
vboxsync |
iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused …
|
|
|
@103005
|
11 months |
vboxsync |
iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
|
|
|
@102985
|
11 months |
vboxsync |
tstRTStrFormat: Added an overflow test.
|
|
|
@102886
|
11 months |
vboxsync |
Runtime/tstRTSg: Ensure that u64First <= u64Last when passed to …
|
|
|
@102885
|
11 months |
vboxsync |
Runtime/tstRTSg: Ensure that u64First <= u64Last when passed to …
|
|
|
@102884
|
11 months |
vboxsync |
Runtime/tstRTSg: Use a deterministic random number generator and print …
|
|
|
@102647
|
12 months |
vboxsync |
IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
|
|
|
@102489
|
12 months |
vboxsync |
tstRTCrShaCrypt name fix. bugref:10551
|
|
|
@102488
|
12 months |
vboxsync |
IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
|
|
|
@102483
|
12 months |
vboxsync |
IPRT/tstRTShaCrypt: Added Korean key testing. bugref:10551
|
|
|
@102376
|
13 months |
vboxsync |
IPRT/crypto: Testcase logging nit. bugref:10551
|
|
|
@102375
|
13 months |
vboxsync |
IPRT/crypto: Implemented handing-in crypt password strings as the salt …
|
|
|
@102360
|
13 months |
vboxsync |
IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this …
|
|
|
@102356
|
13 months |
vboxsync |
IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can …
|
|
|
@102335
|
13 months |
vboxsync |
IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
|
|
|
@102297
|
13 months |
vboxsync |
IPRT/crypto/shacrypt: Better string length checks for …
|
|
|
@102296
|
13 months |
vboxsync |
IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
|
|
|
@102289
|
13 months |
vboxsync |
IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
|
|
|
@102287
|
13 months |
vboxsync |
IPRT/RTExprEval: Added md5, sha1, sha256 and sha512 has functions …
|
|
|
@101753
|
13 months |
vboxsync |
added more detailed logging, tstRTSg.cpp testcase
|
|
|
@101613
|
14 months |
vboxsync |
tstRTArmv8: Do random check of 64-bit range of masks. bugref:10371
|
|
|
@101612
|
14 months |
vboxsync |
tstRTArmv8: Check the full 32-bit range of masks. bugref:10371
|
|
|
@101609
|
14 months |
vboxsync |
iprt/armv8.h: Worked out the two immediates for logical instructions …
|
|
|
@101539
|
14 months |
vboxsync |
DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly …
|
|
|
@101346
|
14 months |
vboxsync |
IPRT/ministring: More complete set of endsWith[I] and startsWith[I] …
|
|
|
@101343
|
14 months |
vboxsync |
IPRT/ministring: Added C-style endsWith methods.
|
|
|
@100678
|
17 months |
vboxsync |
Logging nit.
|
|
|
@100530
|
17 months |
vboxsync |
IPRT/PKCS8: Testcase fix. oops. bugref:10299
|
|
|
@100528
|
17 months |
vboxsync |
IPRT/PKCS8: Added the ability to load PKCS\#8 EncryptedPrivateKey …
|
|
|
@100421
|
17 months |
vboxsync |
IPRT/PKCS8: add key format for PKCS #8 bugref:10299
|
|
|
@100108
|
18 months |
vboxsync |
*: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
|
|
|
@99961
|
19 months |
vboxsync |
IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
|
|
|
@99960
|
19 months |
vboxsync |
IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
|
|
|
@99901
|
19 months |
vboxsync |
IPRT: Cleaned up RTThreadGetExecutionTimeMilli and associated testcase.
|
|
|
@99801
|
19 months |
vboxsync |
Runtime/testcase/{Makefile.kmk,tstRTCRest-1}: Address two …
|
|
|
@99792
|
19 months |
vboxsync |
Runtime: Disable some stuff for now when running under parfait, bugref:3409
|
|
|
@99776
|
19 months |
vboxsync |
*: Mark functions as static if not used outside of a given compilation …
|
|
|
@99775
|
19 months |
vboxsync |
*: Mark functions as static if not used outside of a given compilation …
|
|
|
@99704
|
19 months |
vboxsync |
Runtime/testcase/tstRTSemEvent: test1() queues up two threads behind a …
|
|
|
@99560
|
20 months |
vboxsync |
IPRT/testcase: Improved range check for tstLdrObjR0.
|
|
|
@99486
|
20 months |
vboxsync |
IPRT/testcase: Fixed a leak in tstRTProcCreateEx found by ASAN.
|
|
|
@99483
|
20 months |
vboxsync |
IPRT/RTProcCreateEx: More fixes for the initial patch supplied; also …
|
|
|
@99246
|
21 months |
vboxsync |
IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
|
|
|
@99229
|
21 months |
vboxsync |
Disassember,*: Start separating the disassembler into a architecture …
|
|
|
@99227
|
21 months |
vboxsync |
Disassember,*: Start separating the disassembler into a architecture …
|
|
|
@99221
|
21 months |
vboxsync |
Disassember,*: Start separating the disassembler into a architecture …
|
|
|
@99208
|
21 months |
vboxsync |
Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
|
|
|
@99151
|
21 months |
vboxsync |
IPRT/testcase: Always resolve the real paths before passing them to …
|
|
|
@99145
|
21 months |
vboxsync |
IPRT/process: Bugfixes for testcases for RTPROC_FLAGS_CWD. bugref:8053
|
|
|
@99110
|
21 months |
vboxsync |
IPRT/process: Added testcases for RTPROC_FLAGS_CWD. bugref:8053
|
|
|
@99007
|
21 months |
vboxsync |
Runtime/testcase/tstRTMemCache: Fix alignment and object count mixup …
|
|
|
@98640
|
22 months |
vboxsync |
IPRT/tstStrToNum: Fixed RTStrToDoubleEx testcase bugs. bugref:10261
|
|
|
@98637
|
22 months |
vboxsync |
IPRT/tstRTTime: Try avoid false failures due to preemption between …
|
|
|
@98619
|
22 months |
vboxsync |
IPRT/tstRTPipe: Tweaked the test to no fail on some old windows …
|
|
|
@98512
|
22 months |
vboxsync |
IPRT/vcc: Some scm fixes for tstRTNoCrt-5.cpp. bugref:10261
|
|
|
@98510
|
22 months |
vboxsync |
IPRT/vcc: Cover some more corner cases in tstRTNoCrt-5.cpp udiv. …
|
|
|
@98496
|
22 months |
vboxsync |
IPRT/vcc: Working on 64-bit integer support routines for the 32-bit …
|
|
|
@98484
|
22 months |
vboxsync |
IPRT/tstRTNoCrt-3: Corrected testcase name string. bugref:10261
|
|
|
@98483
|
22 months |
vboxsync |
IPRT/tstRTNoCrt-4: Wrong comment type. bugref:10261
|
|
|
@98409
|
23 months |
vboxsync |
IPRT/*.kmk: Automatic scm cleanups. bugref:10348
|
|
|
@98307
|
23 months |
vboxsync |
Runtime/RTS3: Retire unused implementation, can be resurrected if required
|
|
|
@98256
|
23 months |
vboxsync |
*.kmk: s/VBOX_NTDLL/VBoxNtDll/ (sdk) bugref:10348
|
|
|
@98249
|
23 months |
vboxsync |
/*.kmk,configure*: …
|
|
|
@98241
|
23 months |
vboxsync |
*.kmk,configure*: s/VBOX_OPENSSL2/VBoxOpenSsl/ …
|
|
|
@98238
|
23 months |
vboxsync |
*.kmk,configure*: s/VBOX_LIBCURL/VBoxLibCurl/ (SDK) bugref:10348
|
|
|
@98169
|
23 months |
vboxsync |
*.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
|
|
|
@98103
|
2 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@98004
|
2 years |
vboxsync |
IPRT: VBOX_ONLY_VALIDATIONKIT warnings.
|
|
|
@97948
|
2 years |
vboxsync |
IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector …
|
|
|
@97947
|
2 years |
vboxsync |
IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector …
|
|
|
@97874
|
2 years |
vboxsync |
IPRT/tstLdr-4: Switch from RTMemExecAlloc to RTMemPageAlloc + …
|
|
|
@97862
|
2 years |
vboxsync |
IPRT/nocrt: Added a simple structured exception handling (SEH) …
|
|
|
@97825
|
2 years |
vboxsync |
IPRT: Added RTCListBase::filter() + testcases.
|
|
|
@97823
|
2 years |
vboxsync |
IPRT: Added RTCListBase == and != operator support + testcases.
|
|
|
@97646
|
2 years |
vboxsync |
IPRT: Added RTProcSignalName and a generic implementation of it.
|
|
|
@96729
|
2 years |
vboxsync |
IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ …
|
|
|
@96622
|
2 years |
vboxsync |
IPRT: Added RTTimeFormatDuration[Ex] for duration/interval formatting.
|
|
|
@96609
|
2 years |
vboxsync |
IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
|
|
|
@96549
|
2 years |
vboxsync |
IPRT: Fixes for tstRTErr-1.cpp after windows error info reduction.
|
|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@96373
|
2 years |
vboxsync |
IPRT/nocrt: Implemented wcslen. bugref:10261
|
|
|
@96338
|
2 years |
vboxsync |
IPRT/nocrt: Implemented powf. bugref:10261
|
|
|