VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17848   16 years vboxsync comment
(edit) @17817   16 years vboxsync Correct some typos in comments; adjust some line lengths to fit in 80 cols.
(edit) @17771   16 years vboxsync iprt/net.h: More DCHP constants.
(edit) @17523   16 years vboxsync *: Changed NIL_RTHCPHYS from 0xffffffff to 0xffffffffffffffff. …
(edit) @17441   16 years vboxsync IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR.
(edit) @17319   16 years vboxsync IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
(edit) @17141   16 years vboxsync IPRT: Added support for short option lists (ls -latrT4). This fixes a …
(edit) @17096   16 years vboxsync typo
(edit) @17094   16 years vboxsync RTGetOpt docs.
(edit) @17092   16 years vboxsync RTGetOpt interface changes.
(edit) @17091   16 years vboxsync RTGetOpt interface changes.
(edit) @17088   16 years vboxsync RTGetOpt: uShort -> iShort and int.
(edit) @17078   16 years vboxsync IPRT: make RTGetOpt accept non-'--' parameters; use RTGetOpt for …
(edit) @17019   16 years vboxsync RTLdrIsLoadable: docs, leave validation to RTLdrLoad.
(edit) @17018   16 years vboxsync RTProcIsRunningByName: spec update.
(edit) @17010   16 years vboxsync iprt: RTLdrIsLoadable for checking if an dynamically library could be …
(edit) @17008   16 years vboxsync IPRT: Expose (and fix) RTStrmOpenF and RTStrmOpenFV.
(edit) @16999   16 years vboxsync iprt: RTProcIsRunningByName implementation for Linux.
(edit) @16997   16 years vboxsync iprt: wrong declaration
(edit) @16964   16 years vboxsync iprt: typos
(edit) @16933   16 years vboxsync IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
(edit) @16765   16 years vboxsync RTBase64Encode* testcase and adjustments.
(edit) @16761   16 years vboxsync RTBase64: The decoding part (untested).
(edit) @16760   16 years vboxsync RTBase64: The decoding part (untested).
(edit) @16545   16 years vboxsync assert.h/AssertForEach: -lisp, -name, +indent, +typecast, +hex print, …
(edit) @16542   16 years vboxsync iprt/assert.h: added AssertForEach
(edit) @16516   16 years vboxsync IPRT: documentation.
(edit) @16432   16 years vboxsync iprt/cdefs.h: Added RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD to work …
(edit) @16345   16 years vboxsync iprt/stdint.h: [U]INT32_C() is wrong in the 10a222 kernel header …
(edit) @16338   16 years vboxsync iprt/asmdefs.mac: Darwin decorates symbols on AMD64 just like on x86 …
(edit) @16323   16 years vboxsync typo
(edit) @16314   16 years vboxsync iprt/asmdefs.mac: copy & past fun.
(edit) @16312   16 years vboxsync iprt/asmdefs.mac: Added xWrtRIP to avoid having to ifdef label …
(edit) @16311   16 years vboxsync IPRT: Changed the RTTLS type and corrected RTTLSAlloc defintions.
(edit) @16252   16 years vboxsync iprt: typos
(edit) @16029   16 years vboxsync iprt/string.h: Reverted previous FreeBSD and moved it to SUPDrvInternal.h
(edit) @16027   16 years vboxsync iprt/string.h: More ring-0 freebsd hacks.
(edit) @16019   16 years vboxsync tstVMStructGC,Config.kmk,iprt/stdint.h: FreeBSD/amd64 hacks.
(edit) @15958   16 years vboxsync "namespace" declarations don't end with ";". Spotted by: FlexeLint
(edit) @15932   16 years vboxsync Correct a dozen typos, some in #error directives, the other in …
(edit) @15843   16 years vboxsync RTMpIsCpuWorkPending() -> RTMpIsCpuWorkPending(void), corrected …
(edit) @15841   16 years vboxsync SUPDrv,SUPLib: SUPR0ObjRelease returns VINF_OBJECT_DESTROYED if it …
(edit) @15837   16 years vboxsync Added RTMpIsCpuWorkPending stub.
(edit) @15834   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15754   16 years vboxsync Runtime/POSIX: RTPathAbs: Don't access file system when calculating …
(edit) @15721   16 years vboxsync typo
(edit) @15718   16 years vboxsync RTR0MemObjLockUser: Replaced the warnings with more useful information.
(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
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