VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @98618   22 月 vboxsync IPRT/pipe-win.cpp: Deal correctly with partial overlapping writes …
(edit) @98104   23 月 vboxsync IPRT/RTTimeZoneGetCurrent-posix.cpp: Skip quoting before uinsg ZONE …
(edit) @98103   23 月 vboxsync Copyright year updates by scm.
(edit) @97955   2 年 vboxsync IPRT: Warnings (add/linux).
(edit) @97908   2 年 vboxsync IPRT: Removed the RTMemExecAlloc interface. [oops]
(edit) @97907   2 年 vboxsync IPRT: Removed the RTMemExecAlloc interface.
(edit) @97904   2 年 vboxsync IPRT/r3/allocex: Implement RTMEMALLOCEX_FLAGS_EXEC using …
(edit) @97894   2 年 vboxsync IPRT/socket,localipc: Map AF_LOCAL to AF_UNIX if the former isn't …
(edit) @97767   2 年 vboxsync IPRT/RTSystemFirmware/solaris: Add a Solaris-specific implementation …
(edit) @97766   2 年 vboxsync IPRT/RTSystemFirmware/solaris: Add a Solaris-specific implementation …
(edit) @97685   2 年 vboxsync IPRT/fs-posix.cpp: Update RTFsQueryType() to use statvfs(2) instead of …
(edit) @97298   2 年 vboxsync IPRT/test.cpp: Provide more info with the sub-test name length assertion.
(edit) @97210   2 年 vboxsync IPRT/alloc-ef: Drop unused DISQPVPARAMVAL stack variable. The type is …
(edit) @96864   2 年 vboxsync Runtime: Implement RTUdpCreateServerSocket(), bugref:9822
(edit) @96820   2 年 vboxsync IPRT/RTProcCreateEx/posix: Do not assume locale order in composite …
(edit) @96710   2 年 vboxsync IPRT/stream: Check that rtStrmGetFile doesn't return NIL_RTFILE before …
(edit) @96609   2 年 vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96606   2 年 vboxsync IPRT: Now the GetVersionExW fallback should be correct. bugref:10261
(edit) @96599   2 年 vboxsync IPRT/localipc-win.cpp: Eliminated need for …
(edit) @96597   2 年 vboxsync IPRT: More correctly fake the extended GetVersionExW/RtlGetVersion …
(edit) @96595   2 年 vboxsync IPRT/nocrt: Corrected main executable entrypoint parameter mixup (no …
(edit) @96588   2 年 vboxsync IPRT/nocrt: Added workaround for NT3.1 not knowing about …
(edit) @96587   2 年 vboxsync IPRT/env-win.cpp: GetEnvironmentVariableW doesn't set …
(edit) @96586   2 年 vboxsync IPRT/nocrt: The pcbWritten parameter of WriteFile must always be …
(edit) @96582   2 年 vboxsync IPRT: Darwin's libpthread doesn't validate pthread_getspecific input, …
(edit) @96573   2 年 vboxsync IPRT/nocrt: Fail fast and safer stack corruption. bugref:10261
(edit) @96519   2 年 vboxsync IPRT/thread-posix.cpp: Try initialize g_SelfKey to a non-valid value …
(edit) @96511   2 年 vboxsync /Config.kmk,VMM,IPRT: Converted all run-at-compile-time tests and more …
(edit) @96507   2 年 vboxsync IPRT/nocrt: The xml.cpp stuff won't ever work without exceptions. …
(edit) @96505   2 年 vboxsync IPRT: Dynamically resolve GetProcessAffinityMask, …
(edit) @96495   2 年 vboxsync IPRT: Switched pipe-win.cpp to use the nt-and-windows.h header and …
(edit) @96476   2 年 vboxsync IPRT: Resolve IsDebuggerPresent and GetSystemTimeAsFileTime …
(edit) @96475   2 年 vboxsync IPRT: Resolve SetHandleInformation and GetHandleInformation …
(edit) @96448   2 年 vboxsync IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static …
(edit) @96442   2 年 vboxsync IPRT: Split out the public init data into separate files and made it …
(edit) @96441   2 年 vboxsync IPRT/nocrt: Mangling fix in nocrt-WinMainCRTStartup-win.asm. bugref:10261
(edit) @96415   2 年 vboxsync IPRT/nocrt: No AssertLogRelMsgFailed in RTErrConvertFromWin32 when in …
(edit) @96407   2 年 vboxsync scm copyright and license note update
(edit) @96388   2 年 vboxsync IPRT/nocrt: Introduced an internal rtNoCrtFatalMsg/Write API to be …
(edit) @96369   2 年 vboxsync IPRT/nocrt: nocrt_atexit alias fix. bugref:10261
(edit) @96354   2 年 vboxsync IPRT/nocrt: Defined cout and cerr; implemented ostream::flush and …
(edit) @96270   2 年 vboxsync IPRT/nocrt: Release build fixes. bugref:10261
(edit) @96235   2 年 vboxsync IPRT/stream.cpp: Better fix, don't let VERR_INVALID_UTF8_ENCODING make …
(edit) @96234   2 年 vboxsync IPRT/stream.cpp: Assert if UTF-8 to UTF-16/current-cp fails during …
(edit) @96124   2 年 vboxsync IPRT: Added a RTFileDup API, only implemented on windows for now as I …
(edit) @96091   2 年 vboxsync IPRT/nocrt: Added clearerr, ferror, fgetc, fileno, fputc, fputs, …
(edit) @96089   2 年 vboxsync IPRT/RTStream: Added RTStrmSeek, RTStrmTell, RTStrmSetBufferingMode …
(edit) @96084   2 年 vboxsync IPRT/nocrt: doxygen fix. bugref:10261
(edit) @96082   2 年 vboxsync IPRT/nocrt: scm fix. bugref:10261
(edit) @96081   2 年 vboxsync IPRT/nocrt: Implemented fopen, fdopen, tmpfile, tmpfile_s, fflush and …
(edit) @96077   2 年 vboxsync IPRT/RTStream: Added a RTStrmOpenFileHandle API for implementing …
(edit) @96076   2 年 vboxsync IPRT/RTFileOpen: Added a RTFILE_O_TEMP_AUTO_DELETE flag for …
(edit) @96073   2 年 vboxsync IPRT/nocrt: strerror; atexit fix. bugref:10261
(edit) @96052   2 年 vboxsync IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. …
(edit) @96051   2 年 vboxsync IPRT/thread-win.cpp: Set the TLS entry to NULL earlier.
(edit) @95980   2 年 vboxsync IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, …
(edit) @95979   2 年 vboxsync IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, …
(edit) @95977   2 年 vboxsync IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, …
(edit) @95971   2 年 vboxsync IPRT/r3/alloc.cpp: gcc 12.1.1 workaround.
(edit) @95943   2 年 vboxsync IPRT/stream.cpp: Fixed copy and paste making standard output go to …
(edit) @95942   2 年 vboxsync IPRT/stream.cpp: Fixed bug in rtStrmWriteLocked on non-windows …
(edit) @95903   2 年 vboxsync IPRT/stream: Flush & cleanup of non-standard streams on exit/unload …
(edit) @95894   2 年 vboxsync IPRT/stream: Flush & cleanup standard streams in the no-CRT setup …
(edit) @95892   2 年 vboxsync IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
(edit) @95888   2 年 vboxsync IPRT/stream.cpp: Added an alternative code configuration for the …
(edit) @95887   2 年 vboxsync IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
(edit) @95886   2 年 vboxsync IPRT/stream.cpp: Added an alternative code configuration for the …
(edit) @95872   2 年 vboxsync IPRT/nocrt: Build fix for VBoxAddInstallNt3x again. bugref:10261
(edit) @95870   2 年 vboxsync IPRT/nocrt: Split up the startup code and added the basic DLL startup …
(edit) @95861   2 年 vboxsync IPRT: nocrt-WinMainCRTStartup-win.asm for windows apps. bugref:10261
(edit) @95858   2 年 vboxsync IPRT/RTSystemQueryOSInfo-win.cpp: Use RTStrCat instead of strcat …
(edit) @95848   2 年 vboxsync IPRT/nocrt-streams-win.cpp: Build kludge for VBoxAddInstallNt3x. Will …
(edit) @95846   2 年 vboxsync IPRT/RTSystemQueryOSInfo-win.cpp: Use RTStrCat instead of strcat …
(edit) @95844   2 年 vboxsync IPRT/nocrt-streams-win.cpp: Fake a little so VBoxService might be …
(edit) @95841   2 年 vboxsync iprt/nt/nt.h,ntdll-mini-implib.def: Prototypes and imports for …
(edit) @95834   2 年 vboxsync IPRT/nocrt: Call C & C++ initializers and terminators. TLS directory …
(edit) @95832   2 年 vboxsync IPRT/nocrt: Moved generic compiler support code for VS 2019 out of the …
(edit) @95831   2 年 vboxsync IPRT/nocrt: More nocrt code needed for VS 2019. Code flow guard works …
(edit) @95820   2 年 vboxsync IPRT: More IPRT_NO_CRT work on windows. [scm fix] bugref:10261
(edit) @95818   2 年 vboxsync IPRT: More IPRT_NO_CRT work on windows. bugref:10261
(edit) @95813   2 年 vboxsync IPRT/RTLogWriteStdErr+Out: Added RTLogWriteStdErr/Out for IPRT_NO_CRT …
(edit) @95806   2 年 vboxsync IPRT/r3/init.cpp: Call GetCurrentProcessId directly instead of …
(edit) @95805   2 年 vboxsync IPRT/r3/process.cpp: Call GetCurrentProcessId directly instead of …
(edit) @95804   2 年 vboxsync IPRT/alloc-win.cpp: Define USE_VIRTUAL_ALLOC in IPRT_NO_CRT mode; …
(edit) @95803   2 年 vboxsync IPRT/errvars-win.cpp: Adjusted for not having errno in IPRT_NO_CRT …
(edit) @95802   2 年 vboxsync IPRT/nocrt-alloc-win.cpp: Added missing RTMemAllocVarTag and …
(edit) @95792   2 年 vboxsync IPRT/env-win.cpp: IPRT_NO_CRT adjustments, rewrote a few bits. bugref:10261
(edit) @95766   2 年 vboxsync IPRT/mp-win.cpp: Must include iprt/alloca.h to use it. bugref:10261
(edit) @95765   2 年 vboxsync IPRT/thread-win.cpp: IPRT_NO_CRT adjustments. bugref:10261
(edit) @95738   2 年 vboxsync IPRT/process-win.cpp: Use the wide-char version of Process32First and …
(edit) @95736   2 年 vboxsync IPRT/process-win.cpp: PSAPI never had an undecorated GetModuleBaseName …
(edit) @95735   2 年 vboxsync IPRT/process-win.cpp: Nocrt adjustments. bugref:10261
(edit) @95698   2 年 vboxsync IPRT: Added RTSystemGetNtProductType. bugref:8691
(edit) @95681   2 年 vboxsync IPRT/RTCrStoreCreateSnapshotById: Added two more store IDs for …
(edit) @95623   2 年 vboxsync IPRT/RTProcCreateEx/posix: Always utilise newlocale(3C) + …
(edit) @95587   2 年 vboxsync IPRT: Added RTStrmWrappedPrintf and RTStrmWrappedPrintfV for some …
(edit) @95586   2 年 vboxsync IPRT: Added RTStrmWrappedPrintf and RTStrmWrappedPrintfV for some …
(edit) @95320   2 年 vboxsync IPRT/RTProcCreateEx/posix: Simplified the TTY name detection code a …
(edit) @95274   2 年 vboxsync FE/VBoxAutostart/adi: Added experimental support for running VBoxSVC …
(edit) @95208   2 年 vboxsync IPRT/RTProcCreateEx/posix: Use PAM when authenticating to Solaris …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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