|
|
@83233
|
5 years |
vboxsync |
IPRT: New gsoap version needs 4 more openssl functions.
|
|
|
@83124
|
5 years |
vboxsync |
IPRT: Merged the two tls files, with the sideeffect that destructors …
|
|
|
@83101
|
5 years |
vboxsync |
IPRT: Simple TLS destructor implementation for windows.
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@82837
|
5 years |
vboxsync |
IPRT/file: Added some more thoughts and @todo regarding the …
|
|
|
@82836
|
5 years |
vboxsync |
IPRT/win: Enabled new RTFileSetSize implementation that works like …
|
|
|
@82835
|
5 years |
vboxsync |
IPRT/win: Finished the RTFileSetSize reimplementation, still disabled. …
|
|
|
@82834
|
5 years |
vboxsync |
IPRT/win: Reimplemented RTFileSetSize to support truncating files …
|
|
|
@82726
|
5 years |
vboxsync |
Runtime/serialport-win.cpp: Initialize more DCB members to avoid using …
|
|
|
@81927
|
5 years |
vboxsync |
IPRT: Added 32-bit memchr variant. Prepared 16 and 64 bit ones too.
|
|
|
@81500
|
5 years |
vboxsync |
IPRT/win: Added comment about usefulness of RTSystemQueryFirmwareBoolean.
|
|
|
@81499
|
5 years |
vboxsync |
IPRT/win: RTSystemQueryFirmwareBoolean should return success on …
|
|
|
@81147
|
5 years |
vboxsync |
IPRT/process-win.cpp: Don't try open the thread token when …
|
|
|
@81140
|
5 years |
vboxsync |
IPRT/system: RTSYSFWPROP -> RTSYSFWBOOL.
|
|
|
@81137
|
5 years |
vboxsync |
IPRT/RTSystem*Firmware: Simplified the interface and made it follow …
|
|
|
@81114
|
5 years |
vboxsync |
IPRT/mp-win.cpp: A couple of fixes wrt lots of processors and groups. …
|
|
|
@81106
|
5 years |
vboxsync |
IPRT,SUP,*: Some GIP related fixes for supporting APIC IDs over 256 …
|
|
|
@81096
|
5 years |
vboxsync |
IPRT,SUP,*: Increased RTCPUSET_MAX_CPUS to 1024 for AMD64, except for …
|
|
|
@81063
|
5 years |
vboxsync |
iprt/win: Fixed method for determining firmware type on win 8.0 and …
|
|
|
@81062
|
5 years |
vboxsync |
iprt/system: Fixing the firmware stuff a little.
|
|
|
@80860
|
5 years |
vboxsync |
IPRT: Renamed RTSystemFirmwareValueGet() -> RTSystemFirmwareValueQuery().
|
|
|
@80764
|
5 years |
vboxsync |
IPRT: Optimized RTEnvPutEx. bugref:9341
|
|
|
@80708
|
5 years |
vboxsync |
IPRT: Added RTSystemFirmwareXXX API to query the firmware type / UEFI …
|
|
|
@80585
|
5 years |
vboxsync |
Runtime: Some renaming to stay consistent (*Get* always returns what …
|
|
|
@80569
|
5 years |
vboxsync |
Main: bugref:9341: Added VM autostart during boot support for windows host
|
|
|
@80503
|
5 years |
vboxsync |
IPRT/process-win.cpp: More pszUser == NULL + RTPROC_FLAGS_SERVICE …
|
|
|
@80492
|
5 years |
vboxsync |
IPRT/process-win.cpp: Adding RTPROC_FLAGS_AS_IMPERSONATED_TOKEN and …
|
|
|
@80485
|
5 years |
vboxsync |
IPRT/process-win.cpp: Adding RTPROC_FLAGS_AS_IMPERSONATED_TOKEN and …
|
|
|
@80484
|
5 years |
vboxsync |
IPRT/pipe-win.cpp: Don't reject PIPE_TYPE_MESSAGE pipes in …
|
|
|
@80481
|
5 years |
vboxsync |
IPRT/process-win.cpp: Adding RTPROC_FLAGS_AS_IMPERSONATED_TOKEN and …
|
|
|
@80033
|
5 years |
vboxsync |
Runtime/r3/win/vcc100-kernel32-fakes.cpp: Include …
|
|
|
@80031
|
5 years |
vboxsync |
Runtime/r3/win/vcc100-kernel32-fakes.cpp: Include …
|
|
|
@79496
|
5 years |
vboxsync |
IPRT/DllMain: Don't put a 8KB buffer on the stack that we only need …
|
|
|
@79495
|
5 years |
vboxsync |
IPRT/thread-win.cpp: Don't give windows a 64KB aligned stack size, …
|
|
|
@79155
|
5 years |
vboxsync |
IPRT/rtFsModeFromDos: Pass desired object type when normalizing mode …
|
|
|
@79020
|
6 years |
vboxsync |
RTMemPageAllocExTag/win: Shut up VirtualLock assertion for now.
|
|
|
@78561
|
6 years |
vboxsync |
Runtime/RTShMem,tstRTShMem: Add API to delete a named shared memory …
|
|
|
@78334
|
6 years |
vboxsync |
IPRT/mem: Added RTMemPageAllocEx so we can try lock memory and try …
|
|
|
@78184
|
6 years |
vboxsync |
IPRT/RTPathGetCurrent/win: Upper case the drive letter so it is …
|
|
|
@78153
|
6 years |
vboxsync |
IPRT: Added RTPATHABS_F_ENSURE_TRAILING_SLASH to RTPathAbsEx and fixed …
|
|
|
@78050
|
6 years |
vboxsync |
IPRT/dir: Lifting RTPATH_MAX restriction on RTDirOpen*. bugref:9172
|
|
|
@77910
|
6 years |
vboxsync |
Main: bugref:7929: Added ability to change the priority of the VM process
|
|
|
@77681
|
6 years |
vboxsync |
IPRT: Adding an extended file open API that returns the action taken …
|
|
|
@77641
|
6 years |
vboxsync |
IPRT/fileio-win.cpp: Corrected RTFileReadAt so it does not return …
|
|
|
@77323
|
6 years |
vboxsync |
Runtime/serialport-win.cpp: Don't keep dwEventMask on the stack for …
|
|
|
@77231
|
6 years |
vboxsync |
IPRT: Return VERR_FILE_TOO_BIG if we exceed the FAT file limit while …
|
|
|
@77211
|
6 years |
vboxsync |
IPRT: Specialized RTFileWriteAt and RTFileReadAt for windows. bugref:9172
|
|
|
@76902
|
6 years |
vboxsync |
IPRT/RTFileRead: Set pcbRead when returning immediately on a zero byte …
|
|
|
@76634
|
6 years |
vboxsync |
IPRT/rtProcNativeSetPriority: Must update g_pProcessPriority on …
|
|
|
@76585
|
6 years |
vboxsync |
*: scm --fix-header-guard-endif
|
|
|
@76560
|
6 years |
vboxsync |
IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around …
|
|
|
@76557
|
6 years |
vboxsync |
include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76513
|
6 years |
vboxsync |
IPRT: scm --fix-header-guards. bugref:9344
|
|
|
@76452
|
6 years |
vboxsync |
IPRT: Ran scm --fix-err-h. bugref:9344
|
|
|
@76409
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@76362
|
6 years |
vboxsync |
*: string.h sans err.h fix. bugref:9344
|
|
|
@76359
|
6 years |
vboxsync |
*: string.h sans err.h fix. bugref:9344
|
|
|
@76357
|
6 years |
vboxsync |
*: string.h sans err.h fix. bugref:9344
|
|
|
@76090
|
6 years |
vboxsync |
IPRT: Corrected RTSystemGetNtVersion return value type, must be 64-bit.
|
|
|
@76073
|
6 years |
vboxsync |
IPRT: Added RTSystemGetNtVersion.
|
|
|
@75883
|
6 years |
vboxsync |
IPRT/shmem: Make doxygen and scm happy.
|
|
|
@75882
|
6 years |
vboxsync |
thread-win.cpp: Use RTErrConvertFromNtStatus instead of …
|
|
|
@75879
|
6 years |
vboxsync |
Runtime: Introduce RTShMem* API for accessing shared memory objects …
|
|
|
@75878
|
6 years |
vboxsync |
Runtime/r3/win: Made NtQuerySection accessible
|
|
|
@75797
|
6 years |
vboxsync |
VBoxRT-openssl-1.1plus.def: Need a one more API for the new gsoap. Now …
|
|
|
@75795
|
6 years |
vboxsync |
VBoxRT-openssl-pre-1.1.def: Need a one more API for the new gsoap.
|
|
|
@75651
|
6 years |
vboxsync |
IPRT/fileio-win.cpp: Fixed console handle regression from previous …
|
|
|
@75544
|
6 years |
vboxsync |
IPRT/fileio-win.cpp: Use rtPathNtQueryInfoFromHandle instead of …
|
|
|
@75536
|
6 years |
vboxsync |
IPRT/fileio-win.cpp: added todo on RTFileQueryInfo.
|
|
|
@74638
|
6 years |
vboxsync |
IPRT: Initial adaption of the kstuff loader code. bugref:9232
|
|
|
@74462
|
6 years |
vboxsync |
IPRT: Implemented long filename support for windows (except for …
|
|
|
@74461
|
6 years |
vboxsync |
IPRT: Implemented long filename support for windows (except for …
|
|
|
@74460
|
6 years |
vboxsync |
IPRT: Implemented long filename support for windows (except for …
|
|
|
@74458
|
6 years |
vboxsync |
IPRT/ldrNative-win: Implemented RTLDRLOAD_FLAGS_NO_SUFFIX.
|
|
|
@74368
|
6 years |
vboxsync |
IPRT/fileio-win.cpp: Disabled long filename code from r125172. See todo.
|
|
|
@74358
|
6 years |
vboxsync |
IPRT/win/fileio-win.cpp: Added support for longer file names (> 260 …
|
|
|
@73720
|
6 years |
vboxsync |
Runtime/serialport-win.cpp: Fixes, can't use CancelIo because it …
|
|
|
@73635
|
6 years |
vboxsync |
Runtime/serialport-win.cpp: Fixes for I/O
|
|
|
@73630
|
6 years |
vboxsync |
Runtime/serialport-win.cpp: Fixes for RTSerialPortOpen()
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@72845
|
6 years |
vboxsync |
fileio-win.cpp: g/c duplicate break;
|
|
|
@72285
|
7 years |
vboxsync |
IPRT: Adding RTTimeLocalDeltaNanoFor.
|
|
|
@72163
|
7 years |
vboxsync |
IPRT: s/LocalUTCOffset/cNsUtcOffset/
|
|
|
@72162
|
7 years |
vboxsync |
RTTimeLocalExplode/win: explain why.
|
|
|
@72161
|
7 years |
vboxsync |
IPRT: Win32 FileTimeToSystemTime works with milliseconds, need to keep …
|
|
|
@72142
|
7 years |
vboxsync |
build fix
|
|
|
@72140
|
7 years |
vboxsync |
IPRT/time: misc fixes (incorrect offUTC conversion sign, forgotten …
|
|
|
@71950
|
7 years |
vboxsync |
socket.cpp: Windows polling fixes for problem where we got stuck …
|
|
|
@71294
|
7 years |
vboxsync |
IPRT: Added RTSystemGetNtBuildNo. bugref:9044
|
|
|
@71150
|
7 years |
vboxsync |
IPRT: Added a RTThreadPoke implementation for windows that uses …
|
|
|
@71128
|
7 years |
vboxsync |
iprt/nt/nt.h: Added NtAlertThread and ZwAlertThread prototypes.
|
|
|
@71127
|
7 years |
vboxsync |
IPRT: Added RTThreadGetNativeHandle for windows.
|
|
|
@71028
|
7 years |
vboxsync |
Runtime/RTSerialPort: Implement synchronous read/write methods for …
|
|
|
@70920
|
7 years |
vboxsync |
IPRT/vcc100-fakes*: Some lib that VBoxNine.dll uses doesn't go thru …
|
|
|
@70615
|
7 years |
vboxsync |
RTSystemShutdown/win: More reliable power off, I hope.
|
|
|
@70486
|
7 years |
vboxsync |
IPRT/process-win.cpp: Make inheritance work on NT 3.1 too.
|
|
|
@70480
|
7 years |
vboxsync |
iprt/FakeCancelIo: comment update.
|
|
|
@70479
|
7 years |
vboxsync |
iprt/pipe-win.cpp: Added RTPipeGetCreationInheritability for use in …
|
|
|
@70456
|
7 years |
vboxsync |
IPRT/RTUuidCreate: More tweaks for old NT 3.1.
|
|
|