VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @41549   12 年 vboxsync VFS/Filesystem: Convert the filesystem specific code to the VFS …
(edit) @41493   12 年 vboxsync RTDbg*SymbolByAddr*: Added a flag parameter.
(edit) @41050   13 年 vboxsync Made dbgkrnlinfo-r0drv-darwin.cpp work with 10.8 preview 3.
(edit) @40855   13 年 vboxsync RTR0DbgKrnlInfo: Release shall accept NIL handle. Made QuerySymbol …
(edit) @40752   13 年 vboxsync ldrELFCommon.h: Added STT_NUM.
(edit) @40304   13 年 vboxsync IPRT: fixed OS/2 'bitrot'.
(edit) @40137   13 年 vboxsync Runtime/Dvm: Use uint64_t instead of size_t for the number of …
(edit) @40052   13 年 vboxsync IPRT: Added string hashing API (RTStrHash1*).
(edit) @40029   13 年 vboxsync Runtime: Add filesystem API to detect which ranges of a medium are in …
(edit) @40028   13 年 vboxsync Missing file
(edit) @39801   13 年 vboxsync IPRT: socket / address resolving fixes.
(edit) @39627   13 年 vboxsync backed out previous changeset
(edit) @39626   13 年 vboxsync more symlink stuff
(edit) @39550   13 年 vboxsync Request thread pool hancking. Some RTReq refactoring as always…
(edit) @39545   13 年 vboxsync laptop -> workstation.
(edit) @39517   13 年 vboxsync Some request thread pool musings.
(edit) @39510   13 年 vboxsync laptop -> workstation.
(edit) @39504   13 年 vboxsync RTReq: A bit more.
(edit) @39500   13 年 vboxsync RTReq: More refactoring.
(edit) @39499   13 年 vboxsync forgot this…
(edit) @39456   13 年 vboxsync rtThreadMain: Try prevent gcc from hiding arguments in optimized …
(edit) @38581   13 年 vboxsync IPRT: More debug info & ldr stuff.
(edit) @38547   13 年 vboxsync IPRT: More debug info hacking.
(edit) @38531   13 年 vboxsync iprt: debug info coding…
(edit) @38515   13 年 vboxsync IPRT: Working on debug info again.
(edit) @37596   13 年 vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37560   13 年 vboxsync IPRT: Darwin symbol hacking in progress.
(edit) @37396   13 年 vboxsync iprt/trace.h: Mostly done, but untested and undocumented.
(edit) @37270   13 年 vboxsync IPRT/Dvm: Commit BSD disklabel support.
(edit) @37233   13 年 vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37196   14 年 vboxsync Runtime/socket+udp: new socket functions needed to provide UDP as part …
(edit) @37184   14 年 vboxsync Corrected magic value... Sorry Jan.
(edit) @37024   14 年 vboxsync iprt/dvm: use static, changed prefix of internal functions.
(edit) @36816   14 年 vboxsync IPRT: Initial commit of the disk volume management API. Supports …
(edit) @36597   14 年 vboxsync IPRT: Implemented the memory tracker.
(edit) @36555   14 年 vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36549   14 年 vboxsync IPRT: hide stuff…
(edit) @36363   14 年 vboxsync IPRT: Added g_frtAtExitCalled.
(edit) @35662   14 年 vboxsync fix for r69559
(edit) @35647   14 年 vboxsync Linux 2.6.38-rc1 autoconf.h mess
(edit) @35499   14 年 vboxsync Doppelmoppel
(edit) @35213   14 年 vboxsync Assigned real values to the RTVFS*_MAGIC[_DEAD] constants.
(edit) @35183   14 年 vboxsync RTLdrLoadEx use RTERRINFO.
(edit) @35152   14 年 vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @34959   14 年 vboxsync Added RTLdrLoadEx for exposing dlerror info.
(edit) @34256   14 年 vboxsync IPRT: Must clear the TLS entry holding RTTHREAD before freeing the …
(edit) @34002   14 年 vboxsync iprt: Working on tar vfs.
(edit) @33676   14 年 vboxsync scm cleanup run.
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33426   14 年 vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @33269   14 年 vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @32751   14 年 vboxsync Runtime: initial VFS support for tar
(edit) @32253   14 年 vboxsync VMM/DBGF: Added CoreDescriptor.
(edit) @32223   14 年 vboxsync OSE headers fixes
(edit) @32220   14 年 vboxsync spaces.
(edit) @32219   14 年 vboxsync VMM/DBGFCoreWrite: bits.
(edit) @32210   14 年 vboxsync remove obsolete file
(edit) @32204   14 年 vboxsync Runtime: re-added ldrELF.h
(edit) @32203   14 年 vboxsync Runtime: remove ldfELF.h to fix svn on Windows hosts
(edit) @32197   14 年 vboxsync Runtime: Our own ldrELF32,64.h headers. Renamed ldrElf.h->ldrELF.h.
(edit) @32131   14 年 vboxsync Runtime/poll: New attempt to save received events to prevent losing them
(edit) @32119   14 年 vboxsync ldrElf.h: Test on ARCH_BITS instead of RT_ARCH_XXX.
(edit) @32048   14 年 vboxsync coredumper: bits.
(edit) @32019   14 年 vboxsync OSE header fix
(edit) @31980   14 年 vboxsync coredumper: Use our own ELF defines, added OS specific defines to …
(edit) @31965   14 年 vboxsync Runtime/include: ldrElf copy/paste error.
(edit) @31964   14 年 vboxsync Runtime/include: ldrElf additions.
(edit) @30935   14 年 vboxsync IPRT/RTSEMEVENT_MAGIC_DEAD: Undid the accidental killing of Gaiman! :-)
(edit) @30712   14 年 vboxsync Build fix.
(edit) @30578   14 年 vboxsync semeventmulti-r0drv-solaris.c: The atomic+volatile mess isn't needed …
(edit) @29451   15 年 vboxsync Missing change
(edit) @29250   15 年 vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29027   15 年 vboxsync RTR0MemObjEnterPhys/rtR0MemObjNativeEnterPhys: Validate the cache …
(edit) @28918   15 年 vboxsync iprt: dropped RT_DONT_CONVERT_FILENAMES, we've never needed it so far…
(edit) @28917   15 年 vboxsync build fix.
(edit) @28915   15 年 vboxsync iprt: More path conversion avoidance.
(edit) @28903   15 年 vboxsync IPRT: iconv cache.
(edit) @28877   15 年 vboxsync IPRT: pathhost changes.
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28777   15 年 vboxsync iprt: added CachePolicy parameter to RTR0MemObjEnterPhys()
(edit) @27549   15 年 vboxsync iprt/socket.cpp: relaxed the locking for accept and shutdown.
(edit) @27509   15 年 vboxsync iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
(edit) @27503   15 年 vboxsync iprt/socket.h: RTSocket API.
(edit) @27497   15 年 vboxsync iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
(edit) @27432   15 年 vboxsync missing internal/pipe.h
(edit) @26985   15 年 vboxsync internal/memobj.h: comment typo.
(edit) @26847   15 年 vboxsync Don't pass uAlignment=0 to rtR0MemObjNativeAllocPhys, resolve the …
(edit) @26801   15 年 vboxsync poll-posix.cpp: initial untested code.
(edit) @26774   15 年 vboxsync RTPipe: Implemented the posix variant.
(edit) @26476   15 年 vboxsync iprt: Added RTPathCountComponents, RTPathCopyComponents, …
(edit) @26433   15 年 vboxsync Missing header update
(edit) @26344   15 年 vboxsync Runtime: white space cleanup.
(edit) @26180   15 年 vboxsync *: The rest of the %V* format specifiers are history.
(edit) @25748   15 年 vboxsync iprt/cdefs,*: Use RT_LOCK_STRICT and RT_LOCK_STRICT_ORDER for …
(edit) @25690   15 年 vboxsync iprt/lockvalidator: Record recursion on the lock stack.
(edit) @25689   15 年 vboxsync iprt/lockvalidator: Implement the lock stack (not recording recursion yet).
(edit) @25682   15 年 vboxsync iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related …
(edit) @25648   15 年 vboxsync iprt: Instrumented semeventmulti-linux.cpp and hacked more on the …
(edit) @25645   15 年 vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @25642   15 年 vboxsync DOXYGEN -> DOXYGEN_RUNNING.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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