|
|
@83426
|
5 years |
vboxsync |
Runtime/RTFuzzCfg: Initial implementation of API for configuring a …
|
|
|
@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.
|
|
|
@82744
|
5 years |
vboxsync |
VMM,IPRT,VBoxDTrace: More cleanup fixes.
|
|
|
@82741
|
5 years |
vboxsync |
Main,IPRT,SUP,SharedClipboard: Cleanup fixes.
|
|
|
@82738
|
5 years |
vboxsync |
Runtime/Makefile.kmk: Cleanup fixes.
|
|
|
@82665
|
5 years |
vboxsync |
IPRT: First commit of FTP server code, along with a tool to run a …
|
|
|
@82601
|
5 years |
vboxsync |
IPRT: Added an assembly implementation of ASMAddFlags. bugref:9627
|
|
|
@81934
|
5 years |
vboxsync |
Runtime: Sparc build fix
|
|
|
@81927
|
5 years |
vboxsync |
IPRT: Added 32-bit memchr variant. Prepared 16 and 64 bit ones too.
|
|
|
@81281
|
5 years |
vboxsync |
IPRT/RuntimeR0Drv: darwin memcpy workaround adjustment. kxld gets …
|
|
|
@81280
|
5 years |
vboxsync |
IPRT/Makefile.kmk: Drop strlen.asm and memcmp.asm for a tiny bit…
|
|
|
@81276
|
5 years |
vboxsync |
IPRT/Makefile.kmk: three more CRT functions for which we probably have …
|
|
|
@81275
|
5 years |
vboxsync |
IPRT/Makefile.kmk: Use our own memcpy.asm for 64-bit darwin as the …
|
|
|
@81137
|
5 years |
vboxsync |
IPRT/RTSystem*Firmware: Simplified the interface and made it follow …
|
|
|
@81079
|
5 years |
vboxsync |
IPRT: Include ASMCpuIdExSlow.asm for everyone in the r0drv library. …
|
|
|
@81065
|
5 years |
vboxsync |
IPRT: Added simple RTSystemFirmware* implementation for linux.
|
|
|
@80715
|
5 years |
vboxsync |
Runtime: Add generic/RTPathGetCurrentOnDrive-generic.cpp for NetBSD too.
|
|
|
@80710
|
5 years |
vboxsync |
IPRT: Added RTSystemFirmwareXXX API to query the firmware type / UEFI …
|
|
|
@80708
|
5 years |
vboxsync |
IPRT: Added RTSystemFirmwareXXX API to query the firmware type / UEFI …
|
|
|
@80204
|
5 years |
vboxsync |
Runtime/aiomgr.cpp: Get rid of the RTFileAioMgr* API because it was …
|
|
|
@80035
|
5 years |
vboxsync |
Runtime: Build fix for OS/2
|
|
|
@80028
|
5 years |
vboxsync |
Runtime/Makefile.kmk: Need the fileaio-* and ioqueue-* implementations …
|
|
|
@80002
|
5 years |
vboxsync |
Runtime/Makefile.kmk: VBOX_WITH_RAW_MODE fix for extpack builds. …
|
|
|
@80001
|
5 years |
vboxsync |
Runtime/Makefile.kmk: VBOX_WITH_RAW_MODE fix for extpack builds. …
|
|
|
@79949
|
5 years |
vboxsync |
Runtime: bugref:8231 Starting on defining and implementing a new …
|
|
|
@79891
|
5 years |
vboxsync |
*.kmk: Preparing for dropping 32-bit host support. Introducing a …
|
|
|
@79570
|
5 years |
vboxsync |
IPRT: Added RTPathPurgeFilename for making valid filenames out of …
|
|
|
@79019
|
6 years |
vboxsync |
*.kmk: Don't link against libcrypt on linux, we resolve crypt_r …
|
|
|
@78947
|
6 years |
vboxsync |
SharedFolderSvc,IPRT: Implemented changing attributes/mode via a …
|
|
|
@78732
|
6 years |
vboxsync |
IPRT/string: Implemented RTUtf16CopyEx.
|
|
|
@78702
|
6 years |
vboxsync |
IPRT/path: Added RTPathParentLength and RTPathParentLengthEx. bugref:9172
|
|
|
@78607
|
6 years |
vboxsync |
Runtime/RTSerialPort,ValidationKit/SerialTest: Add implementation for …
|
|
|
@78426
|
6 years |
vboxsync |
iprt/asm-amd64-x86.h: Don't use readeflags & writeeflags as they …
|
|
|
@78098
|
6 years |
vboxsync |
IPRT,*: Cleaning up RTPathAbsExEx, renaming it to RTPathAbsEx and …
|
|
|
@78096
|
6 years |
vboxsync |
IPRT/Makefile.kmk: darwin build fix (RTPathAbsExEx). bugref:9172
|
|
|
@78091
|
6 years |
vboxsync |
*,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. [build …
|
|
|
@78048
|
6 years |
vboxsync |
IPRT: Working on new RTPathAbsEx implementation, temporarily called …
|
|
|
@77910
|
6 years |
vboxsync |
Main: bugref:7929: Added ability to change the priority of the VM process
|
|
|
@77835
|
6 years |
vboxsync |
IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup functions …
|
|
|
@77832
|
6 years |
vboxsync |
IPRT: Spealiced RTFileCopyPartEx and associated prep/cleanup functions …
|
|
|
@77830
|
6 years |
vboxsync |
IPRT: Reimplemented RTFileCopyByHandlesEx against RTFileCopyPartEx, …
|
|
|
@77825
|
6 years |
vboxsync |
IPRT: Split RTFileCopyEx and RTFileCopyByHandlesEx out of …
|
|
|
@77816
|
6 years |
vboxsync |
SupHardNt: Made RTNtPathExpand8dot3Path() work correctly in kernel …
|
|
|
@77797
|
6 years |
vboxsync |
IPRT: Adding RTFileCopyRange and RTFileCopyRangEx for optimizing file …
|
|
|
@77632
|
6 years |
vboxsync |
IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). bugref:9172
|
|
|
@77545
|
6 years |
vboxsync |
build fix
|
|
|
@77235
|
6 years |
vboxsync |
IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
|
|
|
@77211
|
6 years |
vboxsync |
IPRT: Specialized RTFileWriteAt and RTFileReadAt for windows. bugref:9172
|
|
|
@77210
|
6 years |
vboxsync |
IPRT: Added r3/posix/fileio-at-posix.cpp for more efficient and safer …
|
|
|
@77209
|
6 years |
vboxsync |
IPRT: Split RTFileWriteAt & RTFileReadAt out of fileio.cpp and into …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76216
|
6 years |
vboxsync |
Runtime/fs: Started restructurin the ext2 filesystem code to indicate …
|
|
|
@76115
|
6 years |
vboxsync |
IPRT: OS/2 shared folders need RTUtf16CmpAscii.cpp. (forgot to commit)
|
|
|
@76096
|
6 years |
vboxsync |
IPRT: Added RTUtf16Chr.
|
|
|
@76094
|
6 years |
vboxsync |
IPRT: Added RTPathFilenameUtf16[Ex].
|
|
|
@75879
|
6 years |
vboxsync |
Runtime: Introduce RTShMem* API for accessing shared memory objects …
|
|
|
@75315
|
6 years |
vboxsync |
IPRT/Makefile.kmk: Enable using RTTimeSet-os2.cpp. [2nd try]
|
|
|
@75299
|
6 years |
vboxsync |
IPRT/Makefile.kmk: Enable using RTTimeSet-os2.cpp.
|
|
|
@75237
|
6 years |
vboxsync |
IPRT: Added support for reading MAPSYM output.
|
|
|
@75129
|
6 years |
vboxsync |
IPRT: Make Watcom C an alterntive for compiling the OS/2 kernel code …
|
|
|
@75053
|
6 years |
vboxsync |
IPRT,SUPDrv: Made the verification code link, fixed a couple of …
|
|
|
@75039
|
6 years |
vboxsync |
IPRT/r0drv/darwin: Split out RTFile* from dbgkrnlinfo. Added …
|
|
|
@74742
|
6 years |
vboxsync |
IPRT: Dropped openssl from the static RuntimR3.lib/a build. bugref:9232
|
|
|
@74741
|
6 years |
vboxsync |
reverted r125671 to fix commit msg
|
|
|
@74739
|
6 years |
vboxsync |
IPRT: Dropped openssl from the static RuntimR3.lib/a build.
|
|
|
@74654
|
6 years |
vboxsync |
IPRT: More kStuff cleanup. bugref:9232
|
|
|
@74653
|
6 years |
vboxsync |
IPRT: Try shut up xmlFree linker warning.
|
|
|
@74652
|
6 years |
vboxsync |
iprt: Use imported Mach-O code; removed kStuff entirely. bugref:9232
|
|
|
@74643
|
6 years |
vboxsync |
IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
|
|
|
@74638
|
6 years |
vboxsync |
IPRT: Initial adaption of the kstuff loader code. bugref:9232
|
|
|
@74460
|
6 years |
vboxsync |
IPRT: Implemented long filename support for windows (except for …
|
|
|
@74425
|
6 years |
vboxsync |
IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding …
|
|
|
@74414
|
6 years |
vboxsync |
IPRT/rest: Reworked the JSON output classes a little, adding a pretty …
|
|
|
@74372
|
6 years |
vboxsync |
IPRT/VBoxRTStableChecker: Made it work for x86 Visual C++ too. bugref:9246
|
|
|
@74334
|
6 years |
vboxsync |
IPRT/VBoxRTStableCheck: Disabled on win.x86 as there are issues with …
|
|
|
@74328
|
6 years |
vboxsync |
IPRT/Makefile.kmk: VBoxRTStableCheck on darwin. bugref:9246
|
|
|
@74327
|
6 years |
vboxsync |
IRPT: Added build target to check that VBoxRTImp.def and friends …
|
|
|
@74323
|
6 years |
vboxsync |
IPRT/Makefile.kmk: Drop OpenSSL from RuntimeBldProg.
|
|
|
@74313
|
6 years |
vboxsync |
IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
|
|
|
@74312
|
6 years |
vboxsync |
IPRT/crypto: Added RTCrRandBytes and RTCrPkcs5Pbkdf2Hmac. The latter …
|
|
|
@74295
|
6 years |
vboxsync |
IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
|
|
|
@74293
|
6 years |
vboxsync |
IPRT/Makefile.kmk: RuntimeBldProg build fix for OS/2, 3rd try.
|
|
|
@74292
|
6 years |
vboxsync |
IPRT/Makefile.kmk: RuntimeBldProg build fix for OS/2. [oops]
|
|
|
@74291
|
6 years |
vboxsync |
IPRT/Makefile.kmk: RuntimeBldProg build fix for OS/2.
|
|
|
@74285
|
6 years |
vboxsync |
IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg (win). …
|
|
|
@74284
|
6 years |
vboxsync |
IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg (win). …
|
|
|
@74283
|
6 years |
vboxsync |
IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg …
|
|
|
@74269
|
6 years |
vboxsync |
IPRT: Added .def files for gcc compilers listing the RTCString and …
|
|
|
@74220
|
6 years |
vboxsync |
IPRT: Updated stable exports. bugref:9152
|
|
|
@74142
|
6 years |
vboxsync |
IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type …
|
|
|
@74117
|
6 years |
vboxsync |
IPRT/rest: Started implemented more flexible handling of binary …
|
|
|
@74093
|
6 years |
vboxsync |
IPRT/rest: Implemented the hybrid RTCRestAnyObject chameleon. bugref:9167
|
|
|
@74052
|
6 years |
vboxsync |
IPRT/rest: Started implementing http-signatures for oci. bugref:9167
|
|
|
@73956
|
6 years |
vboxsync |
IPRT/rest: Added RTJsonIteratorBeginArray and …
|
|
|
@73949
|
6 years |
vboxsync |
IPRT/rest: Basic string map implementation, sans enumeration. bugref:9167
|
|
|
@73920
|
6 years |
vboxsync |
iprt/rest: More work on the API code generation. bugref:9167
|
|
|
@73918
|
6 years |
vboxsync |
iprt/rest: More work on the API code generation. bugref:9167
|
|
|
@73905
|
6 years |
vboxsync |
IPRT/rest: build fix. bugref:9167
|
|
|
@73895
|
6 years |
vboxsync |
IPRT/rest: Wrap primitive types to unify serializing, deserializing, …
|
|
|