VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15717   16 years vboxsync iprt/memobj.h: added a @remark concerning RTR0MemObjLockUser on Linux
(edit) @15668   16 years vboxsync iprt/assert.h: AssertMsgReturnVoidStmt AssertMsgReturnStmt.
(edit) @15644   16 years vboxsync IPRT: sysfs review, fixes and cleanup.
(edit) @15640   16 years vboxsync iprt/assert.h: AssertReturnStmt, AssertReturnVoidStmt. cleanup of …
(edit) @15399   16 years vboxsync iprt: new Linux sysfs APIs
(edit) @15398   16 years vboxsync iprt: added some assertions
(edit) @15345   16 years vboxsync iprt/cpuset.h: RTCpuSetDelByIndex.
(edit) @15216   16 years vboxsync iprt/asm.h: Fixed buggy ASMIsIntelCpu and ASMIsIntelCpuEx; the latter …
(edit) @14999   16 years vboxsync IPRT: Extended RTProcCreate with a daemonize flag.
(edit) @14961   16 years vboxsync iprt/types.h: signed current-context register type.
(edit) @14873   16 years vboxsync typos
(edit) @14872   16 years vboxsync typo
(edit) @14824   16 years vboxsync IPRT: RTR0MemObjMapKernelEx for mapping a portion of a memory object …
(edit) @14808   16 years vboxsync iprt/asm.h: GNU C/C++ defined PIC to indicate whether -fPIC …
(edit) @14774   16 years vboxsync IPRT/string: fix lots of comment typos documenting the handling of 0 …
(edit) @14695   16 years vboxsync IntNet: Quick hack to force broadcast flag in DHCP requests on shared MAC.
(edit) @14645   16 years vboxsync SUP, VMM: Moved the max alloc/map page count to VBox/param.h
(edit) @14500   16 years vboxsync IPRT/SUPDrv/VMM: Made RTR0AssertPanicSystem available to VMMR0.r0 on …
(edit) @14494   16 years vboxsync #1865: PGMR0DynMap - retry with smaller segments if one big one is …
(edit) @14326   16 years vboxsync getopt: sample code corrections. (hope they are right)
(edit) @14246   16 years vboxsync ASMAtomicSubS32/U32.
(edit) @14073   16 years vboxsync asm.h: ASMAtomicXchgR3Ptr, ASMAtomicXchgR0Ptr, ASMAtomicXchgRCPtr.
(edit) @14063   16 years vboxsync RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
(edit) @14054   16 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14052   16 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14051   16 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14050   16 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14037   16 years vboxsync compiler/msc.h: shut up warning.
(edit) @14023   16 years vboxsync iprt/compiler/msc.h and use compiler/compiler.h instead of compiler/gcc.h
(edit) @14021   16 years vboxsync The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
(edit) @14013   16 years vboxsync RT_LODWORD/RT_HIDWORD must cast the result to uint32_t.
(edit) @14007   16 years vboxsync IPRT: RTStrNICmp correction - if cch == 0 then return equal regardless …
(edit) @14006   16 years vboxsync VERR_END_OF_STRING/VINF_END_OF_STRING.
(edit) @13931   16 years vboxsync iprt/assert.h: Added AssertGCPtr32.
(edit) @13927   16 years vboxsync Runtime: add RTStrNICmp and RTStrNCmp
(edit) @13926   16 years vboxsync Correct a few minor typos in comments. No content changes.
(edit) @13925   16 years vboxsync Correct 2 typos in comments. No content changes.
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13813   16 years vboxsync #1865: Final VMM cleanups.
(edit) @13775   16 years vboxsync EXPORT_SYMBOL after implementation of the function/variable; fixed warning
(edit) @13718   16 years vboxsync includes: made them 'build' again.
(edit) @13717   16 years vboxsync VMM,IPRT: More GC->RC and similar cleanups.
(edit) @13702   16 years vboxsync VMM++: new EM status code VINF_EM_DBG_RING0_ASSERTION for …
(edit) @13658   16 years vboxsync cosmetical fix
(edit) @13653   16 years vboxsync IPRT: RTThreadPoke for posix.
(edit) @13633   16 years vboxsync #1865: TM.
(edit) @13593   16 years vboxsync iprt/types.h: deprecated some silly types.
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13576   16 years vboxsync iprt/types.h: RTSEL_MAX.
(edit) @13575   16 years vboxsync iprt/types.h: RTSEL_MAX.
(edit) @13549   16 years vboxsync Just RTSTR_MAX.
(edit) @13546   16 years vboxsync iprt: typo in API documentation
(edit) @13511   16 years vboxsync const
(edit) @13478   16 years vboxsync IPRT: set all properties.
(edit) @13472   16 years vboxsync IPRT: Added a couple of function for simple string pattern matching …
(edit) @13468   16 years vboxsync Export
(edit) @13445   16 years vboxsync ntwrap.mac: undid header damange.
(edit) @13437   16 years vboxsync OSE header fixes
(edit) @13435   16 years vboxsync w64 unwind hacking: renamed SUPDRV_WITH_UNWIND_HACK to …
(edit) @13314   16 years vboxsync Created assert-r0drv-linux.c (finally).
(edit) @13311   16 years vboxsync fixed ().
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13254   16 years vboxsync IPRT: Added RTThreadPreemptIsEnabled, RTThreadPreemptDisable and …
(edit) @13211   16 years vboxsync iprt/cdefs.h: typo (LODWORD -> HIDWORD)
(edit) @13210   16 years vboxsync Typo.
(edit) @13209   16 years vboxsync too many f's
(edit) @13208   16 years vboxsync iprt: added RT_LODWORD and RT_HIDWORD.
(edit) @13075   16 years vboxsync more accurate docs. restored the 64-bit warning.
(edit) @13064   16 years vboxsync iprt/req.h: corrected API docs
(edit) @13047   16 years vboxsync AVLROGCPTRNODECORE: alignment adjustment.
(edit) @12975   16 years vboxsync #1865: PDMLdr.
(edit) @12874   16 years vboxsync IPRT: added a testcase for RTSemPingPong and some state inspection methods.
(edit) @12680   16 years vboxsync readdr & writedr aren't 64 bits only in the intrinsic case.
(edit) @12676   16 years vboxsync cdefs.h: Added CTX_MID, CTX_MID_Z and CTX_SUFF_Z. The latte two …
(edit) @12653   16 years vboxsync various files: doxygen fixes.
(edit) @12636   16 years vboxsync iprt/cdefs.h: retired GCTYPE.
(edit) @12547   16 years vboxsync runtime.h: added getopt.h
(edit) @12423   16 years vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @12341   16 years vboxsync iprt/dir.h: RTDIRENTRY clearification
(edit) @12238   16 years vboxsync iprt/asm.h: next try
(edit) @12237   16 years vboxsync fixed r36224
(edit) @12235   16 years vboxsync less input registers
(edit) @12232   16 years vboxsync iprt/asm.h: better fix
(edit) @12223   16 years vboxsync iprt/asm.h: Fixed gnu asm bug in ASMSetDR*(), the input (uDRVal) was …
(edit) @12221   16 years vboxsync iprt/asm.h: Use the intrinsic readdr and writedr introduced in VC …
(edit) @12176   16 years vboxsync ASMAtomicXchgU64 fix
(edit) @12164   16 years vboxsync iprt/asm.h: Forced the darwin build into working. Needs cleanup.
(edit) @12156   16 years vboxsync not necessary
(edit) @12153   16 years vboxsync asm fixes for gcc-4.3, hope this compiles
(edit) @12147   16 years vboxsync IPRT: added RTLOG_REL_DISABLE and RTLOG_REL_ENABLE for disabling …
(edit) @12131   16 years vboxsync Comment added
(edit) @12128   16 years vboxsync Release logging in ring 0 seems to cause problems (memory corruption). …
(edit) @12104   16 years vboxsync iprt: Added RTMpGetPresentSet, RTMpGetPresentCount and …
(edit) @12092   16 years vboxsync Compile fixes
(edit) @12088   16 years vboxsync fix Linux builds
(edit) @12087   16 years vboxsync Functions for setting dr0-3, 6 & 7.
(edit) @12086   16 years vboxsync Functions to fetch dr0-3 & 6.
(edit) @11934   16 years vboxsync minor header update
(edit) @11888   16 years vboxsync IPRT: added RTLdrGetSuff.
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