VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @53081   11 years vboxsync Runtime/r3: do not use a hard-coded stack size in rtSchedRunThread(), …
(edit) @53009   11 years vboxsync IPRT: Windows 10 OS type.
(edit) @52964   11 years vboxsync Runtime/memsafer-r3.cpp: argh
(edit) @52963   11 years vboxsync Runtime/memsafer-r3.cpp: Refine previous fix, don't ignore …
(edit) @52960   11 years vboxsync Runtime/memsafer-r3: Ignore calls to SUPR3PageProtect failing with …
(edit) @52953   11 years vboxsync SUP: Use LdrRegisterDllNotification when available to make sure we see …
(edit) @52947   11 years vboxsync SUP: Implemented early VM process vboxdrv initialization.
(edit) @52944   11 years vboxsync IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
(edit) @52943   11 years vboxsync SUP: The child side of early VM process init.
(edit) @52942   11 years vboxsync duh
(edit) @52941   11 years vboxsync Use our own heap in the hope that we can use it before ntdll is really …
(edit) @52940   11 years vboxsync Eliminating some more kernel32.dll dependencies, marking APIs we like …
(edit) @52877   11 years vboxsync Import NtQuerySystemInformation.
(edit) @52823   11 years vboxsync Runtime: Fix typo in r96224.
(edit) @52822   11 years vboxsync Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units …
(edit) @52759   11 years vboxsync timer-posix.cpp: timer_settime returns 0 or -1 + errno, not errno as …
(edit) @52627   11 years vboxsync SUP: Fixed comctl32.dll resolving (generic winsxs) and fixed a crash …
(edit) @52457   11 years vboxsync IPRT: Tell the windows debugger the name of our threads.
(edit) @52399   11 years vboxsync Runtime/memsafer-r3: fix
(edit) @52380   11 years vboxsync Runtime: comment nit.
(edit) @52364   11 years vboxsync nt.h: NtOpenKey, NtQuerySecurityObject, NtQueryValueKey, RtlEqualSid, …
(edit) @52334   11 years vboxsync alloc-win.cpp: Two more PAGE_OFFSET_MASK cases missing uintptr_t cast …
(edit) @52333   11 years vboxsync alloc-ef.cpp: s/~PAGE_OFFSET_MASK/~(uintptr_t)PAGE_OFFSET_MASK/g
(edit) @52332   11 years vboxsync memsafer-r3.cpp: Fixed bug in the SUP allocator that caused memory …
(edit) @52163   11 years vboxsync SUP: Make the middle respawn process wait on both parent and child. …
(edit) @52139   11 years vboxsync SUP: child-process purification to avoid sysfer.dll.
(edit) @52105   11 years vboxsync shut up gcc
(edit) @52094   11 years vboxsync Runtime: Fix VBoxRT-openssl-ose.def, there is no EVP_aes_192_xts method
(edit) @52092   11 years vboxsync SUP: Disable hard error popups from NtCreateSection failures.
(edit) @52051   11 years vboxsync build fix
(edit) @52050   11 years vboxsync RTMemSafer: Split generic from ring-3 specific page based …
(edit) @52021   11 years vboxsync IPRT/RTMemLocked*: Ditch API, was only implemented on POSIX and there …
(edit) @51770   11 years vboxsync Merged in iprt++ dev branch.
(edit) @51763   11 years vboxsync build fix
(edit) @51437   11 years vboxsync Runtime/r3/win/VBoxRT-openssl.def: properly update for openssl 1.0.1, …
(edit) @51428   11 years vboxsync Runtime/r3/win/VBoxRT-openssl.def: update for openssl 1.0.1
(edit) @51343   11 years vboxsync Runtime: Quick RTMemLocked* implementation using RTMemAlloc. Only to …
(edit) @51192   11 years vboxsync Runtime/r3/linux: better handle user accounts with empty passwords -- fix
(edit) @51180   11 years vboxsync Runtime/r3/Linux: better handle user accounts with empty passwords
(edit) @51076   11 years vboxsync Another build fix
(edit) @51075   11 years vboxsync Build fix for darwin
(edit) @51074   11 years vboxsync Runtime: Add RTMemLocked* API to allocate locked memory
(edit) @51037   11 years vboxsync Runtime: init-win.cpp: OSVERSIONINFO typos.
(edit) @50976   11 years vboxsync RTSystemQueryOSInfo-win.cpp,init-win.cpp: Detect windows 8.1 …
(edit) @50853   11 years vboxsync Runtime/r3/win/RTSystemQueryDmiString: don't fail if the COM lib was …
(edit) @50783   11 years vboxsync Main and Runtime/Linux: rip out all code for recursively walking /dev, …
(edit) @50745   11 years vboxsync IPRT/process-win: Fixed overwriting of existing environment variables …
(edit) @50705   11 years vboxsync Runtime/r3/linux: rewrite device node walking code to use less stack.
(edit) @50457   11 years vboxsync RTSocketQueryAddressStr: don't reinvent %RTnaipv4 and %RTnaipv6. This …
(edit) @50408   11 years vboxsync RTEnv: Use the unicode CRT APIs on windows to avoid …
(edit) @50292   11 years vboxsync r3/process-creation-posix: snprintf format-specifier warning.
(edit) @50226   11 years vboxsync Runtime/r3/darwin/rtProcInitExePath: use realpath when determining the …
(edit) @50062   11 years vboxsync IPRT/process-win.cpp: Fixed environment creation for RTProcCreateEx(), …
(edit) @50059   11 years vboxsync Runtime/r3/linux: when determining the number of physical cores, also …
(edit) @49530   11 years vboxsync Runtime/posix/process-creation: handle supplemental groups properly
(edit) @49229   12 years vboxsync win.x86 build fix
(edit) @49150   12 years vboxsync SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid …
(edit) @49078   12 years vboxsync dir-win.cpp/RTDirCreate: Aaaaaaaaaaaaaaaaarg!!!!!!!!!!
(edit) @49043   12 years vboxsync symlink-win.cpp: Fixed bug in RTSymlinkCreate on windows, seems …
(edit) @49039   12 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @49037   12 years vboxsync typo
(edit) @49036   12 years vboxsync duh3!
(edit) @49035   12 years vboxsync duh. copy & paste
(edit) @49033   12 years vboxsync IPRT: Added RTFileCompare* methods a la RTFileCopy*.
(edit) @49030   12 years vboxsync Runtime/r3/win/process-win: typo
(edit) @49028   12 years vboxsync iprt/cpp/xml: Fixed attribute lookup with namespace by doing the same …
(edit) @48935   12 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48834   12 years vboxsync iprt/xml: Added more convenience methods and did more cleanup work, …
(edit) @48813   12 years vboxsync Runtime/solaris: nit.
(edit) @48812   12 years vboxsync Runtime/Solaris: RTMpGetCoreCount, RTMpGetOnlineCoreCount implementations.
(edit) @48797   12 years vboxsync A bit more XAR hacking.
(edit) @48785   12 years vboxsync warning
(edit) @48781   12 years vboxsync iprt/list.h,xml.h: Because of gcc, we need a C++ version of a bunch of …
(edit) @48779   12 years vboxsync iprt/xml.h: Replaced std::list<shared_ptr<>> with RTList both to safe …
(edit) @48768   12 years vboxsync Runtime: solaris build fix
(edit) @48681   12 years vboxsync Main,IPRT: Added RTR3INIT_FLAGS_UTF8_ARGV so VBoxExtPackHelperApp can …
(edit) @48304   12 years vboxsync Runtime/r3/init: disable this for Vista 64 as well
(edit) @47976   12 years vboxsync Spaces.
(edit) @47969   12 years vboxsync Move comment to the right place.
(edit) @47968   12 years vboxsync Runtime/r3/solaris/mp-solaris: Explicit cast to char*, Solaris need to …
(edit) @47596   12 years vboxsync IPRT: Determin windows version on init and skip the …
(edit) @47535   12 years vboxsync IPRT: Wrote native NT directory enumeration - not enabled by default. …
(edit) @47534   12 years vboxsync split the directory open/enum/close code out of dir-win.cpp and into …
(edit) @47533   12 years vboxsync Rewrote fs-win.cpp into a pure native NT version, this fixes the …
(edit) @47194   12 years vboxsync IPRT/localipc-win.cpp: Some SDDL hacking fun.
(edit) @47185   12 years vboxsync IPRT/localipc-win.cpp: Update; enhanced testcase, now is passing …
(edit) @47168   12 years vboxsync IPRT/localipc-win.cpp: Update.
(edit) @47126   12 years vboxsync Runtime: RTSystemShutdown for Solaris (untested)
(edit) @47122   12 years vboxsync IPRT/localipc-win.cpp: Update (waiting on data now is properly getting …
(edit) @47104   12 years vboxsync build fix
(edit) @47102   12 years vboxsync Runtime: Missing checks for RTPROC_FLAGS_SAME_CONTRACT in the process …
(edit) @47096   12 years vboxsync Runtime/darwin: implemented RTMpGetCoreCount()
(edit) @47083   12 years vboxsync IPRT/localipc-win.cpp: Update, added testcase (work in progress).
(edit) @47071   12 years vboxsync Runtime: btrfs
(edit) @47052   12 years vboxsync Comment typos.
(edit) @47051   12 years vboxsync IPRT/localipc-win.cpp: Update on implementation (untested so far), …
(edit) @47011   12 years vboxsync IPRT/RTSystemQueryOSInfo-win.cpp: Must be sizeof(OSVERSIONINFOEX).
(edit) @47010   12 years vboxsync IPRT/RTSystemQueryOSInfo-win.cpp: Warning.
(edit) @46987   12 years vboxsync RTSystemShutdown: Don't use the long parameters on Linux but the short …
(edit) @46876   12 years vboxsync added Win8.1 OS type
Note: See TracRevisionLog for help on using the revision log.

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