VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50745   11 years vboxsync IPRT/process-win: Fixed overwriting of existing environment variables …
(edit) @50408   11 years vboxsync RTEnv: Use the unicode CRT APIs on windows to avoid …
(edit) @50062   11 years vboxsync IPRT/process-win.cpp: Fixed environment creation for RTProcCreateEx(), …
(edit) @49229   11 years vboxsync win.x86 build fix
(edit) @49150   11 years vboxsync SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid …
(edit) @49078   11 years vboxsync dir-win.cpp/RTDirCreate: Aaaaaaaaaaaaaaaaarg!!!!!!!!!!
(edit) @49043   11 years vboxsync symlink-win.cpp: Fixed bug in RTSymlinkCreate on windows, seems …
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @49030   11 years vboxsync Runtime/r3/win/process-win: typo
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48304   11 years vboxsync Runtime/r3/init: disable this for Vista 64 as well
(edit) @47976   11 years vboxsync Spaces.
(edit) @47596   11 years vboxsync IPRT: Determin windows version on init and skip the …
(edit) @47535   11 years vboxsync IPRT: Wrote native NT directory enumeration - not enabled by default. …
(edit) @47534   11 years vboxsync split the directory open/enum/close code out of dir-win.cpp and into …
(edit) @47533   11 years vboxsync Rewrote fs-win.cpp into a pure native NT version, this fixes the …
(edit) @47194   11 years vboxsync IPRT/localipc-win.cpp: Some SDDL hacking fun.
(edit) @47185   11 years vboxsync IPRT/localipc-win.cpp: Update; enhanced testcase, now is passing …
(edit) @47168   11 years vboxsync IPRT/localipc-win.cpp: Update.
(edit) @47122   11 years vboxsync IPRT/localipc-win.cpp: Update (waiting on data now is properly getting …
(edit) @47083   11 years vboxsync IPRT/localipc-win.cpp: Update, added testcase (work in progress).
(edit) @47052   11 years vboxsync Comment typos.
(edit) @47051   11 years vboxsync IPRT/localipc-win.cpp: Update on implementation (untested so far), …
(edit) @47011   11 years vboxsync IPRT/RTSystemQueryOSInfo-win.cpp: Must be sizeof(OSVERSIONINFOEX).
(edit) @47010   11 years vboxsync IPRT/RTSystemQueryOSInfo-win.cpp: Warning.
(edit) @46876   11 years vboxsync added Win8.1 OS type
(edit) @46739   11 years vboxsync reorged the allocex bits in ring3.
(edit) @46702   11 years vboxsync release build fix
(edit) @46701   11 years vboxsync mid air collision.
(edit) @46700   11 years vboxsync ldrNative-win.cpp: Assert on relative paths.
(edit) @46697   11 years vboxsync additional check
(edit) @46639   11 years vboxsync Added RTMpGetOnlineCoreCount and RTMpGetPresentCoreCount.
(edit) @46637   11 years vboxsync remove test /16.
(edit) @46635   11 years vboxsync RTMpGetCoreCount: Very complicated way of walking an array, I'd say, …
(edit) @46625   11 years vboxsync unify casing
(edit) @46624   11 years vboxsync use RTLdrLoadSystem here as well
(edit) @46619   11 years vboxsync typo
(edit) @46618   11 years vboxsync Runtime/r3/mp-win: coding style
(edit) @46617   11 years vboxsync Runtime/r3/mp-win, Runtime/Makefile: build fix.
(edit) @46616   11 years vboxsync Runtime/r3/mp-win, Runtime/Makefile: Support for getting physical core …
(edit) @46593   11 years vboxsync updates
(edit) @46561   11 years vboxsync Runtime/r3/win: rtldrNative restriction
(edit) @46404   12 years vboxsync Forward ported r86229, r86230 + r86234 (IPRT/process-win.cpp: If …
(edit) @46231   12 years vboxsync GetTickCount isn't usable, bit the bullet and read interrupt time from …
(edit) @46223   12 years vboxsync Must use same time source in user and kernel land otherwise we might …
(edit) @46008   12 years vboxsync iprt/dir.h,++: Added RTDirQueryUnknownType, RTDirQueryUnknownTypeEx, …
(edit) @45678   12 years vboxsync Runtime/aio: Add flags parameter to RTFileAioCtxCreate
(edit) @45593   12 years vboxsync VBoxRT-openssl-ose.def: Build fix from Sander.
(edit) @44817   12 years vboxsync win build fix
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44494   12 years vboxsync needs checking up…
(edit) @44469   12 years vboxsync IPRT: Merging poll-win.cpp and poll-posix.cpp, part 1.
(edit) @44231   12 years vboxsync dir-win.cpp: supposed to return success even if no matches were found, …
(edit) @43879   12 years vboxsync Extended RTOnce with termination cleanups. (Changes existing …
(edit) @43574   12 years vboxsync src/libs/openssl: retired VBOX_OPENSSL_ALL
(edit) @43386   12 years vboxsync exploring nt.
(edit) @43129   12 years vboxsync fix EOL style mess
(edit) @42239   12 years vboxsync More Visual C++ 2010 adjustments and hacks.
(edit) @42077   12 years vboxsync Runtime/Process: Missing changes, relax the parameter checks for …
(edit) @41919   12 years vboxsync Runtime/process: Add RTProcQueryUsername to query the username of the …
(edit) @41182   13 years vboxsync IPRT/process-win: Added ERROR_BAD_DEVICE translation.
(edit) @41056   13 years vboxsync IPRT/process-win: Added ERROR_FILE_CORRUPT translation.
(edit) @41055   13 years vboxsync IPRT/process-win: Added ERROR_FILE_CORRUPT translation.
(edit) @40825   13 years vboxsync Implemented RTPROC_FLAGS_SEARCH_PATH on windows.
(edit) @40751   13 years vboxsync removed posix comment from win source
(edit) @40497   13 years vboxsync Typo.
(edit) @40132   13 years vboxsync Runtime/win: minor .def update for the updated OpenSSL library
(edit) @40131   13 years vboxsync Runtime/win: update .def file to reflect additional functions
(edit) @39987   13 years vboxsync Runtime/r3/fileio-win: also properly handle the unlikely case
(edit) @39867   13 years vboxsync process-win.cpp: Splitting monster function.
(edit) @39866   13 years vboxsync process-win.cpp: Addressing todos, fixed a potential heap corruption …
(edit) @39865   13 years vboxsync build fix.
(edit) @39864   13 years vboxsync process-win.cpp: address previous todo, added new ones, some clean up.
(edit) @39863   13 years vboxsync process-win.cpp: Do not return failure because UnloadUserProfile …
(edit) @39846   13 years vboxsync %ld -> %u + %#x.
(edit) @39842   13 years vboxsync IPRT/process-win: Fixed handle leak on legacy APIs; check rc when …
(edit) @39801   13 years vboxsync IPRT: socket / address resolving fixes.
(edit) @39729   13 years vboxsync Acquire the necessary privileges to perform shutdown if need too. …
(edit) @39728   13 years vboxsync nit
(edit) @39727   13 years vboxsync VINF_SYS_MAY_POWER_OFF
(edit) @39726   13 years vboxsync RTSystemShutdown/win: Initial implementation.
(edit) @39691   13 years vboxsync pipe-win.cpp: build fix.
(edit) @39690   13 years vboxsync IPRT: Added RTPipeQueryReadable.
(edit) @39627   13 years vboxsync backed out previous changeset
(edit) @39626   13 years vboxsync more symlink stuff
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39443   13 years vboxsync Introduced RTThreadSleepNoLog for spinlocking in the electric fence …
(edit) @39327   13 years vboxsync scm whitespace cleanups.
(edit) @39027   13 years vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(edit) @39025   13 years vboxsync fileio-win.cpp: hacking in progress…
(edit) @38758   13 years vboxsync IPRT: Added Windows 8 OS detection
(edit) @38618   13 years vboxsync VBoxHeadless/win: dont create console window for console VBoxHeadless app
(edit) @38036   13 years vboxsync VBoxRT: add SSL_get_certificate.
(edit) @37733   13 years vboxsync gcc 4.4.4 build fix for VBOX_WITH_EF_WRAPS=1.
(edit) @37607   13 years vboxsync build fix
(edit) @37600   13 years vboxsync build fix
(edit) @37598   13 years vboxsync build fix
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37448   13 years vboxsync process-creation/*: Adjusted assertions for RTPROC_FLAGS_SAME_CONTRACT …
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