VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32284   14 years vboxsync Pointer based GCPhys AVL tree
(edit) @32276   14 years vboxsync IPRT/Socket: Add extended select API where the events to wait for can …
(edit) @32125   14 years vboxsync iprt/memtracker: hacking in progress.
(edit) @32036   14 years vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @32035   14 years vboxsync Changing the remaining X86_PTE_PAE_PG_MASK uses to …
(edit) @32032   14 years vboxsync iprt/string.h: use 80 colums, r=xxxx is for writing nasty review …
(edit) @31950   14 years vboxsync iprt: explicitly document that all RTStr* functions return the number …
(edit) @31860   14 years vboxsync RTCoreDumper: integration into IPRT, cleanup.
(edit) @31853   14 years vboxsync two Makefile.kup to OSE
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @31843   14 years vboxsync FreeBSD: build fix
(edit) @31788   14 years vboxsync Moved RTTCPSERVER to types.h
(edit) @31623   14 years vboxsync Runtime: add progress callback support to the tar backend
(edit) @31590   14 years vboxsync iprt/err.h: VINF_INTERRUPTED and VINF_TIMEOUT.
(edit) @31583   14 years vboxsync Runtime/Sg: Extend RTSgBufSegArrayCreate to allow just counting the …
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31526   14 years vboxsync iprt/sg.h: Made RTSgBufMapToNative a bit safer and fixed some left …
(edit) @31453   14 years vboxsync Runtime/poll: Add a method to change the events to poll for without …
(edit) @31452   14 years vboxsync Fix Windows burn, second try
(edit) @31451   14 years vboxsync Fix Windows burn
(edit) @31449   14 years vboxsync Correct declaration
(edit) @31448   14 years vboxsync Runtime/Sg: Add a method to convert a S/G buffer to a native S/G array …
(edit) @31427   14 years vboxsync mac build fix
(edit) @31419   14 years vboxsync iprt/string.h: Fixed RTSTR_GET_BIT_FLAG. Affects RTStrFormatV and all …
(edit) @31418   14 years vboxsync iprt/string.h,utf-8.cpp: avoid including uni.h; misc nits.
(edit) @31413   14 years vboxsync iprt: ASMCpuId() and ASMGetApicId() return different data on …
(edit) @31404   14 years vboxsync RTPathGetMode: Can simplify this now that we've got RTPathQueryInfoEx.
(edit) @31399   14 years vboxsync iprt/log.h: Added RTLOG_[COMMA]_SRC_POS* defines for function call tracing.
(edit) @31397   14 years vboxsync iprt/getopt.h: docs.
(edit) @31289   14 years vboxsync iprt/err.h: VERR_NS_SYMLINK_CHANGE_OWNER
(edit) @31252   14 years vboxsync Made 'DEFS += RTMEM_WRAP_TO_EF_APIS' work better.
(edit) @31246   14 years vboxsync Runtime/string: clean up the UTF-8 <-> Latin1 APIs a bit more
(edit) @31221   14 years vboxsync Runtime/string: more Utf-8 <-> Latin-1 fixes
(edit) @31199   14 years vboxsync Runtime/string: add Latin-1 <-> Utf-8 conversion APIs - tests and …
(edit) @31157   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @31155   14 years vboxsync iprt/condvar.h: condition variable spec.
(edit) @31154   14 years vboxsync iprt/condvar.h: condition variable spec.
(edit) @31103   14 years vboxsync IPRT/Socket: Add non blocking versions of the read/write methods. The …
(edit) @31088   14 years vboxsync warnings
(edit) @30995   14 years vboxsync cdefs.h: docs
(edit) @30949   14 years vboxsync cpp/exception.h: cleanups.
(edit) @30943   14 years vboxsync iprt/asmdefs.mac: added constants.
(edit) @30877   14 years vboxsync iprt/process.h: RTProcGetExecutableName clearification.
(edit) @30873   14 years vboxsync IPRT: add MiniString::operator+=()
(edit) @30859   14 years vboxsync iprt/string.h: added RTStrPurgeEncoding.
(edit) @30833   14 years vboxsync iprt: add a missing header file to OSE
(edit) @30827   14 years vboxsync iprt/mem.h: Added RTMemWipeThoroughly().
(edit) @30803   14 years vboxsync Trying to fix burning windows builds
(edit) @30802   14 years vboxsync Trying to fix burning windows builds
(edit) @30801   14 years vboxsync iprt/asm-amd64-x86.h: Added the missing ASMCpuId_<reg>() variants.
(edit) @30788   14 years vboxsync include,Config.kmk: Made the headers syntax check cleanly on …
(edit) @30749   14 years vboxsync IPRT: minor string fixes (use RTStrAlloc and friends instead of RTMemAlloc)
(edit) @30746   14 years vboxsync Main: clean up spaghetti code in Console::configConstructor(): remove …
(edit) @30736   14 years vboxsync bootsector2-test1.asm,++: real mode tests.
(edit) @30724   14 years vboxsync Recommitted r63480 - VMMDev: Adding an optional (disabled by default) …
(edit) @30718   14 years vboxsync back out r63480 (burns windows)
(edit) @30715   14 years vboxsync VMMDev: Adding an optional (disabled by default) testing side to the …
(edit) @30681   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   14 years vboxsync Main: back out r63429
(edit) @30670   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @30470   14 years vboxsync RTSgBufInit: cSegs must be size_t so RT_ELEMENTS and similar will work …
(edit) @30468   14 years vboxsync IPRT: - Corrected RTSGBUF member names. - Corrected RTSgBufInit …
(edit) @30365   14 years vboxsync RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30318   14 years vboxsync iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
(edit) @30281   15 years vboxsync Runtime: added Darwin support to RTFsQueryType
(edit) @30278   15 years vboxsync RTFsQueryType: clarification
(edit) @30270   15 years vboxsync Runtime/tcp+socket: Add function to write to a socket using a …
(edit) @30254   15 years vboxsync iprt: introduced RTFsQueryType()
(edit) @30253   15 years vboxsync iprt/assert.h: Use static_assert with g++ when available. Added …
(edit) @30246   15 years vboxsync comment
(edit) @30244   15 years vboxsync iprt/assert.h: copy & past…
(edit) @30240   15 years vboxsync iprt/assert.h: Added AssertCompileMembersAtSameOffset, …
(edit) @30112   15 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   15 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @30093   15 years vboxsync IPRT: Removed VERR_LOGON_FAILURE in favor of …
(edit) @30079   15 years vboxsync IPRT: Use PFNRTPROGRESS.
(edit) @30068   15 years vboxsync iprt/types.h: Added missing RTINTPTR_MAX and RTINTPTR_MIN defines.
(edit) @29977   15 years vboxsync iprt/err.h: Added VERR_NO_EXEC_MEMORY.
(edit) @29901   15 years vboxsync IPRT: added progress callback support to SHA1 digest calculation and …
(edit) @29821   15 years vboxsync iprt/sha.h: Corrected RTSHA1_DIGEST_LEN so it doesn't include the …
(edit) @29560   15 years vboxsync RTSystemQueryDmiString: Added RTSYSDMISTR_MANUFACTURER and implemented …
(edit) @29289   15 years vboxsync IPRT: Added RTPROC_FLAGS_SERVICE for code path handling when used with …
(edit) @29286   15 years vboxsync iprt/asm.h: Create annoyance in DEBUG builds, but continue to play …
(edit) @29282   15 years vboxsync iprt/asm.h: play safe.
(edit) @29276   15 years vboxsync iprt/asm.h: cleaned up the hardcoded page size mess so we can deal …
(edit) @29275   15 years vboxsync iprt/param.h: sparc64 uses 8KB pages (on solaris at least).
(edit) @29274   15 years vboxsync iprt/cdefs.h: Adjusted RT_VALID_PTR for solaris.sparc64, seems the …
(edit) @29273   15 years vboxsync iprt/asm.h: ASMMemIsAll8/32 - current inlined C code, so drop the …
(edit) @29270   15 years vboxsync iprt/asm-amd64-x86.h: Don't allow this header to be included on other arch.
(edit) @29266   15 years vboxsync fix 64-bit sparc detection and correct the break instruction for same.
(edit) @29263   15 years vboxsync sparc adjustments.
(edit) @29257   15 years vboxsync asm-math.h: opps (ASMMultU64ByU32DivByU32)
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29245   15 years vboxsync include/iprt/asm.h: split out the bits which are obviously x86 and/or …
(edit) @29045   15 years vboxsync err.h: Fixed VINF_NO_CHANGE.
(edit) @29040   15 years vboxsync VBoxService/PropCache: Finished some todos, IPRT: Added VINF_NO_CHANGE.
(edit) @29027   15 years vboxsync RTR0MemObjEnterPhys/rtR0MemObjNativeEnterPhys: Validate the cache …
(edit) @28878   15 years vboxsync uniread.cpp: Updated to cope with version 5.2 of the spec. Preparing …
(edit) @28828   15 years vboxsync sync .mac headers
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