VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60612   9 years vboxsync IPRT/dir-posix.cpp: custom errno mapping for fsync in RTDirFlush, …
(edit) @60481   9 years vboxsync IPRT: Added testcase for RTNtPathExpand8dot3Path and …
(edit) @60427   9 years vboxsync Runtime/linux/sysfs.cpp: Fixes for the tstRTSystemQueryDmi testcase, …
(edit) @60424   9 years vboxsync Runtime/linux/sysfs: RTLinuxSysFsReadStr() has to be return …
(edit) @60393   9 years vboxsync Runtime/linux/sysfs: Fixes, implement two forgotten methods
(edit) @60390   9 years vboxsync Runtime/linux/sysfs: Correct format string attributes and introduce …
(edit) @60373   9 years vboxsync Runtime/linux/sysfs.cpp: Convert RTLinuxSysFs* API to always use IPRT …
(edit) @60371   9 years vboxsync Runtime/posix/symlink-posix.cpp: Fix guessing the initial buffer size, …
(edit) @60370   9 years vboxsync Runtime/posix/symlink-posix.cpp: Fix guessing the initial buffer size, …
(edit) @60244   9 years vboxsync Runtime/test: typos
(edit) @60054   9 years vboxsync never use AssertStmt(..., continue) but use AssertContinue(...) (look …
(edit) @60035   9 years vboxsync Runtime/VerSetConditionMask: fixed type (thanks PVS)
(edit) @59917   9 years vboxsync build fix
(edit) @59817   9 years vboxsync IPRT/r3/win/process-win.cpp: re-applied the process-win.cpp changes …
(edit) @59781   9 years vboxsync IPRT/r3/win/process-win.cpp: temporary back out the most recent LSA …
(edit) @59770   9 years vboxsync IPRT: s/TARGET_NT4/IPRT_TARGET_NT4/
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59594   9 years vboxsync IPRT: r3/win/process-win.cpp: Disabled LSA cache handling for NT4.
(edit) @59546   9 years vboxsync Documentation build fix.
(edit) @59544   9 years vboxsync IPRT: r3/win/process-win.cpp: Removed debug output.
(edit) @59543   9 years vboxsync Build fix.
(edit) @59542   9 years vboxsync IPRT: r3/win/process-win.cpp: Try to use the LSA cache for the domain …
(edit) @59519   9 years vboxsync IPRT: r3/win/process-win.cpp: Error checking.
(edit) @59513   9 years vboxsync Fix for the cleanup
(edit) @59512   9 years vboxsync IPRT: Smaller cleanups to the Linux and Posix specific …
(edit) @59511   9 years vboxsync IPRT: RTFileSetAllocationSize() implementation for POSIX compatible …
(edit) @59461   9 years vboxsync IPRT: Linux specific implementation for RTFileSetAllocationSize()
(edit) @59404   9 years vboxsync Forward-ported r104938, r104943, r104950, r104952, r104953, r104987, …
(edit) @59396   9 years vboxsync ldrNative-win.cpp: Implemented loading system dlls from WinSxS.
(edit) @59394   9 years vboxsync http-curlt.cpp,rtLdrNativeLoadSystem: added todo regarding loading …
(edit) @59366   9 years vboxsync iprt/nt/nt.h: Added NtQueryKey and NtEnumerateKey.
(edit) @59306   9 years vboxsync Runtime: actually use rtMpDarwinOnlinePhysicalCpus() when determining …
(edit) @59289   9 years vboxsync IPRT: Init order check.
(edit) @59278   9 years vboxsync Runtime: gcc 6 detects if both sides of logical || contain the same …
(edit) @59273   9 years vboxsync Runtime/alloc-ef-cpp: provide C++14 deallocator
(edit) @59158   9 years vboxsync Runtime/linux,posix: pthread_join() does not set errno! Thanks …
(edit) @59133   9 years vboxsync IPRT/process-win.cpp: Emphasize UPN (User Principal Name) handling on …
(edit) @58952   9 years vboxsync build fix
(edit) @58949   9 years vboxsync Runtime: when reporting the OS version, explicitly distinguish between …
(edit) @58826   9 years vboxsync rtFileRecalcAndValidateFlags: Correct windows access mask assertion.
(edit) @58825   9 years vboxsync RTFileOpen: fix for r104213
(edit) @58769   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @58768   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @58767   9 years vboxsync revered r104210, got unfinished asm.h changes mixed into it.
(edit) @58766   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @58440   9 years vboxsync Runtime: pathint-nt.cpp Win32 to NT path prefix conversion fix
(edit) @58389   9 years vboxsync IPRT: Added RTSocketWriteToNB for non-blocking writes to UDP sockets …
(edit) @58322   9 years vboxsync localipc-posix.cpp: Darwin does the POLLIN+POLLHUB thing too.
(edit) @58320   9 years vboxsync localipc-posix.cpp: OS/2 build fix.
(edit) @58319   9 years vboxsync localipc-posix.cpp: Turns out Linux also returns POLLIN+POLLHUP. …
(edit) @58318   9 years vboxsync localipc-posix.cpp: Must disable SIGPIPE as there is no way to supress …
(edit) @58305   9 years vboxsync RTLocalIpcServerCreate: Dropped the RTLOCALIPC_FLAGS_MULTI_SESSION as …
(edit) @58303   9 years vboxsync RTTestCreateChild: Added new method for creating a test instance in a …
(edit) @58302   9 years vboxsync localipc-posix.cpp: rtSocketListen should be done when creating the …
(edit) @58301   9 years vboxsync RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
(edit) @58300   9 years vboxsync RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
(edit) @58299   9 years vboxsync localipc-win.cpp: Implemented RTLocalIpcSessionReadNB.
(edit) @58298   9 years vboxsync localipc-win.cpp: Fixes, improvments and cleanups. Highlights: - Added …
(edit) @58297   9 years vboxsync RTLocalIpc: Added flag to the server and connection creation functions …
(edit) @58295   9 years vboxsync iprt: Added RTLocalIpcSessionReadNB on posix systems.
(edit) @58294   9 years vboxsync localipc-posix.cpp: Adjust cMillies on interrupt in …
(edit) @58293   9 years vboxsync localipc.h: Correct read/write parameter names.
(edit) @58292   9 years vboxsync localipc-posix.cpp: VERR_BROKEN_PIPE fixes for RTLocalIpcSessionRead.
(edit) @58290   9 years vboxsync RTLocalIpc fixes.
(edit) @58288   9 years vboxsync localipc-win.cpp: The RTLocalIpcSessionRead pcbRead parameter is a …
(edit) @58282   9 years vboxsync localipc-posix.cpp: Partly debugged code.
(edit) @58171   9 years vboxsync doxygen: fixes.
(edit) @58169   9 years vboxsync Runtime: fixed another XML version check
(edit) @58168   9 years vboxsync Runtime: fixed XML version check
(edit) @58155   9 years vboxsync check the index first
(edit) @58135   9 years vboxsync Runtime: explicitly pass XML_PARSE_HUGE to lift the limit of 256 nodes …
(edit) @57978   9 years vboxsync IPRT: Doxygen warning fixes (last ones, hopefully).
(edit) @57974   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57970   9 years vboxsync Runtime: fixed parameters for RTUdpCreateClientSocket
(edit) @57958   9 years vboxsync Runtime/udp: use default connect.
(edit) @57957   9 years vboxsync Runtime: Allow specifying the default destination address on the UDP …
(edit) @57955   9 years vboxsync IPRT: Add RTUdpCreateClientSocket.
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57928   9 years vboxsync nits.
(edit) @57926   9 years vboxsync IPRT: Doxygen clenaups (mostly).
(edit) @57919   9 years vboxsync direnum-r3-nt.cpp: Don't try FileIdBothDirectoryInformation on W2K and …
(edit) @57918   9 years vboxsync process-posix.cpp: build fix.
(edit) @57916   9 years vboxsync IPRT: More windows process creation hacking and cleaning up. Cleaned …
(edit) @57906   9 years vboxsync RTProc/win,RTErr: Avoid doing LogonUserW when we don't need to get the …
(edit) @57905   9 years vboxsync IPRT: More build for NT4 fun, but the VBoxRT.dll we build when …
(edit) @57872   9 years vboxsync process-creation-posix.cpp: solaris build fix.
(edit) @57871   9 years vboxsync process-creation-posix.cpp: darwin build fix.
(edit) @57869   9 years vboxsync process-creation-posix.cpp: Hacked up support for RTPROC_FLAGS_PROFILE …
(edit) @57865   9 years vboxsync IPRT,libs: Hacks for building IPRT testcases that can run on NT4. …
(edit) @57864   9 years vboxsync IPRT: Hacks for building IPRT testcases that can run on NT4.
(edit) @57845   9 years vboxsync RTProcCreateEx/win: uninitialized rc fix and made the …
(edit) @57843   9 years vboxsync RTProcCreateEx/win: Implemented RTPROC_FLAGS_PROFILE and …
(edit) @57835   9 years vboxsync RTProc,RTEnv: First pass over the windows process creation code, …
(edit) @57824   9 years vboxsync IPRT/process-win.cpp: Also clone the handed-in environment block.
(edit) @57820   9 years vboxsync IPRT/process-win.cpp: User profile environment handling, take 2: …
(edit) @57799   9 years vboxsync IPRT/process: Introduced flag RTPROC_FLAGS_OVERWRITE_WITH_PROFILE …
(edit) @57758   9 years vboxsync IPRT/process-win.cpp: Overwrite existing env vars if …
(edit) @57753   9 years vboxsync IPRT: Renamed RTPROC_FLAGS_NO_PROFILE to RTPROC_FLAGS_PROFILE.
(edit) @57656   9 years vboxsync IPRT/process-win.cpp: Don't unset env variables from parent in …
(edit) @57646   9 years vboxsync IPRT/pipe: build fix
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette