VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @43974   12 years vboxsync VMM: Fix MSR range values for X2APIC, add in the X2APIC TPR MSR.
(edit) @43902   12 years vboxsync IPRT/xml: Add getPrefix() method to get a prefix a xml node (pref:name …
(edit) @43884   12 years vboxsync VMM: bits.
(edit) @43879   12 years vboxsync Extended RTOnce with termination cleanups. (Changes existing …
(edit) @43803   12 years vboxsync VMM/VMMR0: bits.
(edit) @43713   12 years vboxsync iprt/http: added support for custom headers
(edit) @43698   12 years vboxsync ioprt/err: fix doxygen comment
(edit) @43679   12 years vboxsync iprt/http: introduced RTHttpSetProxy()
(edit) @43645   12 years vboxsync IPRT: simple HTTP interface
(edit) @43416   12 years vboxsync Network/e1000: Separate error code for TX cache error …
(edit) @43363   12 years vboxsync Haiku Additions.
(edit) @43291   12 years vboxsync mangling.h: typo.
(edit) @43214   12 years vboxsync RTStrIsIpAddr[46] -> RTNetIsIpv\1AddrStr; made the buggers return bool …
(edit) @43213   12 years vboxsync RTSocketGetAddrInfo -> RTSocketQueryAddressStr
(edit) @43206   12 years vboxsync More cleanups.
(edit) @43203   12 years vboxsync cleanup.
(edit) @43171   12 years vboxsync Runtime: add IPv6 parsing/resolving functions (contributed by Oliver …
(edit) @43124   12 years vboxsync CDDL cleanup
(edit) @43046   12 years vboxsync iprt: detect ocfs2
(edit) @43043   12 years vboxsync iprt/assert.h: Added ifndef RTASSERT_DONT_PANIC check around …
(edit) @42956   12 years vboxsync iprt/net.h: Careful using IPv6 in RTNETADDRU, it might be a define …
(edit) @42712   12 years vboxsync Runtime: add RTFileCreateTemp, RTFileCreateTempSecure and …
(edit) @42708   12 years vboxsync Runtime: add an fMode parameter to RTDirCreateTemp() and adjust callers.
(edit) @42599   12 years vboxsync log.h/log.cpp: s/pszVar/pszValue/g
(edit) @42588   12 years vboxsync More test execute only + not-accessed + short CS wrt return to real mode.
(edit) @42585   12 years vboxsync Hidden registry exploration.
(edit) @42427   12 years vboxsync VMM: Fixed some selector arithmetic, introducing a new constand and …
(edit) @42407   12 years vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @42396   12 years vboxsync fixed duplicate error codes and regenerated .mac incs
(edit) @42377   12 years vboxsync typo
(edit) @42346   12 years vboxsync semaphores.h: Added fast mutex warning wrt IRQL.
(edit) @42337   12 years vboxsync CPUM: Save and restore the internal selector fields.
(edit) @42333   12 years vboxsync typo
(edit) @42157   12 years vboxsync VMM: Detect VIA Cpus for VT-x support.
(edit) @42067   12 years vboxsync Runtime: New variant for RTProcQueryUsername which allocates the …
(edit) @42056   12 years vboxsync VMM/HWVMXR0: Save/restore IA32_TSC_AUX MSR across VMX non-root ops.
(edit) @42024   12 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @41976   13 years vboxsync VMM: Switcher and TRPM fixes wrt hypervisor traps and tstVMM.
(edit) @41920   13 years vboxsync Build fix
(edit) @41919   13 years vboxsync Runtime/process: Add RTProcQueryUsername to query the username of the …
(edit) @41911   13 years vboxsync backed out r78763 and r78763
(edit) @41909   13 years vboxsync re-applied r78740 (Runtime: introduced RTRandAdvCreateOpenssl())
(edit) @41889   13 years vboxsync backed out r78740
(edit) @41887   13 years vboxsync Runtime: introduced RTRandAdvCreateOpenssl()
(edit) @41723   13 years vboxsync RTEnvClone: VWRN_NO_TRANSLATION -> VWRN_ENV_NOT_FULLY_TRANSLATED.
(edit) @41715   13 years vboxsync Made _EndProc zero-sized functions; fixed tstDisasm.
(edit) @41696   13 years vboxsync Additions/solaris/VBoxGuest: make the kernel module dependency …
(edit) @41670   13 years vboxsync RTEnvClone: don't return an error if we found elements without a …
(edit) @41648   13 years vboxsync asmdefs.mac: Make _EndProc hidden.
(edit) @41646   13 years vboxsync asmdefs.mac: Set the type and size of procedures when targeting ELF.
(edit) @41551   13 years vboxsync Fix build
(edit) @41549   13 years vboxsync VFS/Filesystem: Convert the filesystem specific code to the VFS …
(edit) @41504   13 years vboxsync RTStrmGetLine: Deal with correctly with \r\n, current handling is …
(edit) @41493   13 years vboxsync RTDbg*SymbolByAddr*: Added a flag parameter.
(edit) @41307   13 years vboxsync Runtime/common/log/log: make g_Logger weak which is the better solution
(edit) @41300   13 years vboxsync regenerated .mac files.
(edit) @41270   13 years vboxsync cleanups
(edit) @41268   13 years vboxsync Working on making DTrace grok VM+CPUM and VMCPU+CPUMCPU.
(edit) @41267   13 years vboxsync Hacking my way around D's lack of pragma pack.
(edit) @41259   13 years vboxsync Working on DTrace lib files.
(edit) @41251   13 years vboxsync log: Shortcut for LogFlowFunc(("LEAVE: %Rrc")).
(edit) @41247   13 years vboxsync More dtrace library stuff. On 64-bit solaris dtrace can now grok the …
(edit) @41169   13 years vboxsync IPRT,SUPDrv: RTR0MemKernelCopyFrom/To for safe kernel memory access in …
(edit) @41094   13 years vboxsync Runtime/Dvm: Glue for VFS
(edit) @41006   13 years vboxsync iprt/cdefs.h: _2K, _8K and _16K.
(edit) @40980   13 years vboxsync Corrected two really old sins.
(edit) @40979   13 years vboxsync Corrected two really old sins.
(edit) @40966   13 years vboxsync Runtime/r0drv/solaris: Dissolve VBI into IPRT.
(edit) @40946   13 years vboxsync iprt: build fix.
(edit) @40945   13 years vboxsync iprt: dance with NULL.
(edit) @40943   13 years vboxsync better fix for the NULL problem
(edit) @40942   13 years vboxsync iprt: comment fix.
(edit) @40941   13 years vboxsync runtime: smaller linux 3.4-rc3 build fix.
(edit) @40938   13 years vboxsync runtime: backed out r77481,r77482,r77483,r77484,r77485
(edit) @40931   13 years vboxsync linux: 3.4-rc3 build fix [-fpermissive]
(edit) @40915   13 years vboxsync FreeBSD: Fix build on 10-CURRENT (Thanks to Daichi Goto and Bernhard …
(edit) @40914   13 years vboxsync FreeBSD: Fix build on 10-CURRENT (Thanks to Tijl Coosemans and …
(edit) @40894   13 years vboxsync IPRT/SUPDrv: Don't create a fixed sized heap if we don't have to, use …
(edit) @40874   13 years vboxsync Apply cdecl/regparm for RTCALL only on x86, like below for DECLASM.
(edit) @40873   13 years vboxsync iprt/cdefs.h: the regparm(0) addition in DECLASM caused a lot of …
(edit) @40869   13 years vboxsync MSC v7.1 build fix.
(edit) @40856   13 years vboxsync IPRT: Transformed the RTR0MachKernel API into RTR0DbgKrnlInfo.
(edit) @40855   13 years vboxsync RTR0DbgKrnlInfo: Release shall accept NIL handle. Made QuerySymbol …
(edit) @40838   13 years vboxsync iprt/cdefs.h: The MSC equivalent of PRETTY_FUNCTION is FUNCSIG.
(edit) @40826   13 years vboxsync VBoxTpG.cpp: Microsoft Visual C++ support.
(edit) @40824   13 years vboxsync errno.h wrapper.
(edit) @40807   13 years vboxsync build fix
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @40775   13 years vboxsync iprt/timer.h: comment fix.
(edit) @40771   13 years vboxsync iprt/string.h: comment fixes
(edit) @40705   13 years vboxsync dbg.h: RING_0 separation.
(edit) @40668   13 years vboxsync Runtime/r0drv: RTR0DbgKrnl implementation for Solaris.
(edit) @40663   13 years vboxsync 2nd proposal.
(edit) @40661   13 years vboxsync RTR0DbgKrnl: CTF API proposal (mostly solaris).
(edit) @40630   13 years vboxsync include/iprt: asm.h comment fixes.
(edit) @40598   13 years vboxsync getopt: Added RTGETOPT_REQ_BOOL.
(edit) @40571   13 years vboxsync ARTProcExec: dded RTPROC_FLAGS_SEARCH_PATH and implemented for posix.
(edit) @40557   13 years vboxsync RT_STR_TUPLE: Switch the length and string so it'll work with …
(edit) @40510   13 years vboxsync iprt/stdarg.h: Forgot to clean some debug bits.
(edit) @40508   13 years vboxsync iprt/stdarg.h: Workaround for 3.4.x biased system headers in solaris …
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