VirtualBox

source: vbox/trunk/src/VBox/Runtime

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @57415   9 年 vboxsync More DECLCALLBACK fixes.
(edit) @57409   9 年 vboxsync thread-r0drv-nt.cpp: Remove unused function RTThreadSleepCommon.
(edit) @57405   9 年 vboxsync build fix
(edit) @57387   9 年 vboxsync manifest.cpp: build fix
(edit) @57372   9 年 vboxsync scm: fixes in previous cleanup run.
(edit) @57368   9 年 vboxsync fix
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @57330   9 年 vboxsync spinlock-r0drv-linux.c: warning.
(edit) @57325   9 年 vboxsync ldrPE.cpp: Added kludge for windows 10's 32-bit imagehlp.dll which has …
(edit) @57323   9 年 vboxsync the-linux-kernel.h: Use ASMChangeFlags for IPRT_LINUX_RESTORE_EFL_ONLY_AC.
(edit) @57322   9 年 vboxsync spinlock-r0drv-linux.c: Fixed saving and restoring EFLAGS.AC, must do …
(edit) @57318   9 年 vboxsync build fix
(edit) @57313   9 年 vboxsync IPRT,SUPDrv: More work on preserving certain EFLAGS for CONFIG_X86_SMAP.
(edit) @57311   9 年 vboxsync testcase/tstRTFileAio: actually it's VERR_ACCESS_DENIED not …
(edit) @57300   9 年 vboxsync fix
(edit) @57294   9 年 vboxsync typo
(edit) @57284   9 年 vboxsync actually evaluated fAsyncMayFail
(edit) @57282   9 年 vboxsync O_DIRECT seems to be not supported on tmpfs
(edit) @57281   9 年 vboxsync iprt/r0drv/linux: addendum to r102031
(edit) @57276   9 年 vboxsync iprt/r0drv/linux: Preserve EFLAGS/AC where ever it may possibly be …
(edit) @57274   9 年 vboxsync iprt/r0drv/darwin: The remaining (hopefully) places where we might …
(edit) @57252   9 年 vboxsync SUPDrv,VBoxNetFlt,VBoxNetAdp: Include the-darwin-kernel.h to avoid …
(edit) @57246   9 年 vboxsync iprt/darwin/r0drv: More saving of EFLAGS/AC, seems anything that may …
(edit) @57237   9 年 vboxsync Fix doxygen bugref w/ comments to use the URL format.
(edit) @57230   9 年 vboxsync spinlock-r0drv-darwin.cpp: Fix leak.
(edit) @57228   9 年 vboxsync IPRT/r0drv/darwin: More EFLAGS.AC paranoia.
(edit) @57206   9 年 vboxsync typo
(edit) @57189   9 年 vboxsync Runtime/RTUtf16Copy: Fix implementation, would only copy half of the …
(edit) @57157   9 年 vboxsync Runtime/win: Windows 10
(edit) @57122   9 年 vboxsync symdbdata.h,ntBldSymDb.cpp: Quick updates for W10/10240.
(edit) @57078   9 年 vboxsync sup,iprt: SUPIsHostVirtualized belongs in IPRT and does not need to be …
(edit) @57077   9 年 vboxsync Fixed copy & past burn (from the-linux-kernel.h).
(edit) @57074   9 年 vboxsync r0drv/darwin: Added a whole bunch of EFLAGS.AC save and restores when …
(edit) @57070   9 年 vboxsync testcase/tstRTR0ThreadPreemption: check for failures for …
(edit) @57069   9 年 vboxsync testcase/tstRTR0ThreadPreemption: old constants in strings renamed to …
(edit) @57049   9 年 vboxsync direnum-r3-nt.cpp: Just use 64KB buffers with remote directories, …
(edit) @57020   9 年 vboxsync direnum-r3-nt.cpp: Workaround for windows CIFS servers with …
(edit) @57017   9 年 vboxsync Reverted r101732
(edit) @57014   9 年 vboxsync For one Windows test build without VBOX_WITH_NT_DIRENUM
(edit) @57004   9 年 vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @57001   9 年 vboxsync tstTimer: Error printing formatting fix.
(edit) @56978   9 年 vboxsync Runtime: Formatting fixes, time.cpp being the most significant.
(edit) @56955   9 年 vboxsync Runtime/r0drv/threadctxhooks: Call preempt_notifier_inc/dec() for …
(edit) @56951   9 年 vboxsync Runtime/r0drv: comment.
(edit) @56940   9 年 vboxsync testcast/tstRTR0ThreadPreemption: destroy hooks in the error paths …
(edit) @56863   9 年 vboxsync Runtime/manifest: Always free the hash states, found by Fortify
(edit) @56775   9 年 vboxsync tstRTR0Timer: Do the skipping in ring-0 so it won't get out of wack …
(edit) @56770   9 年 vboxsync tstRTR0DbgKrnlInfo: don't leak the stuff and don't panic the host with …
(edit) @56768   9 年 vboxsync tstRTR0Timer.cpp: Fixed 'Unknown test #16' problem on windows and solaris.
(edit) @56767   9 年 vboxsync tstRTR0Timer.cpp: Fudge bogus RTTimerStop behavior for now.
(edit) @56759   9 年 vboxsync tstRTR0Timer: windows fix
(edit) @56753   9 年 vboxsync timer-r0drv-nt.cpp: Fixed bug in RTTimerStart which would cause the …
(edit) @56747   9 年 vboxsync Fix two small memory leaks found by Parfait
(edit) @56743   9 年 vboxsync Runtime/RTPathRmCmd: Fix for the fix
(edit) @56742   9 年 vboxsync Runtime/RTPathRmCmd: Fix incorrect format string, found by Parfait
(edit) @56733   9 年 vboxsync SUPHardNt: Allow hardened exectuable binaries in the 'testcase' …
(edit) @56700   9 年 vboxsync RTGetOptPrintError: Don't crash on VERR_GETOP_TINVALID_ARGUMENT_FORMAT …
(edit) @56699   9 年 vboxsync dbgkrnlinfo-r0drv-darwin.cpp: Replaced vm_map_wire with vm_map_unwire …
(edit) @56680   9 年 vboxsync env-generic.cpp: The environment is case sensitive, not insensitive. duh.
(edit) @56648   9 年 vboxsync Audio: Remove DEV_AUDIO logging group and split it up into per device …
(edit) @56569   9 年 vboxsync fixed variable name
(edit) @56389   9 年 vboxsync log.cpp: try fix warning.
(edit) @56362   9 年 vboxsync threadpreempt-r0drv-darwin.cpp: Account for two new AST values in …
(edit) @56361   9 年 vboxsync dbgkernelinfo-r0drv-darwin.cpp: Don't use sysctlbyname as a standard …
(edit) @56355   9 年 vboxsync dbgkrnlinfo-r0drv-darwin.cpp: Kernel location changed in 10.10, it seems.
(edit) @56335   9 年 vboxsync *.def,*.sed,*.m,*.mm: whitespace and svn properties
(edit) @56313   9 年 vboxsync whitespace
(edit) @56309   9 年 vboxsync RTLdrLoad[Ex]/NT: Reimplemented backend with proper unicode conversion …
(edit) @56290   9 年 vboxsync IPRT: Updated (C) year.
(edit) @56279   9 年 vboxsync va_end(), warning
(edit) @56254   10 年 vboxsync Runtime: fixed typo in RTTimeFromString()
(edit) @56222   10 年 vboxsync warnings
(edit) @56221   10 年 vboxsync warnings
(edit) @56004   10 年 vboxsync warning
(edit) @56002   10 年 vboxsync RTGetOptArgvFromString/MS_CRT: Implemented undocumented doubledouble …
(edit) @55988   10 年 vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55980   10 年 vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55976   10 年 vboxsync Runtime/r0drv: Fix typo in assertion in thread context hooks.
(edit) @55911   10 年 vboxsync build fix
(edit) @55863   10 年 vboxsync IPRT,SUPDrv,VMM: Revised the context switching hook interface. Do …
(edit) @55861   10 年 vboxsync build fix
(edit) @55860   10 年 vboxsync threadctxhooks-r0drv-solaris.c: disabled strict build code accessing …
(edit) @55859   10 年 vboxsync SMAP paranoia.
(edit) @55812   10 年 vboxsync space
(edit) @55801   10 年 vboxsync fixed offline check while busy waiting in RTMpOnPair.
(edit) @55794   10 年 vboxsync Runtime: Replaced .rc file.
(edit) @55784   10 年 vboxsync Restored lost ProductVersion.
(edit) @55782   10 年 vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 年 vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55772   10 年 vboxsync Two more RC defines.
(edit) @55771   10 年 vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @55729   10 年 vboxsync Fixed ASMXSave and ASMXRstor windows only bugs.
(edit) @55703   10 年 vboxsync ldrPE.cpp: Fixed debug-loading regression introduced when adding …
(edit) @55700   10 年 vboxsync pwd todo
(edit) @55699   10 年 vboxsync dbgcfg.cpp: Must fix the slashes before invoking expand.exe, it …
(edit) @55673   10 年 vboxsync duh
(edit) @55671   10 年 vboxsync RTGetOptArgvFromString: Added fFlags parameter for selecting the …
(edit) @55646   10 年 vboxsync tarvfs.cpp: Set enmPrevType to enmType on the first file so that the …
(edit) @55597   10 年 vboxsync RTEnvSetEx fix for change records.
(edit) @55596   10 年 vboxsync RTFileQueryInfo/win: Inverted check in error case, causing failure on …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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