VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3111   18 years vboxsync Added some missing assert macros
(edit) @3092   18 years vboxsync Work in the linux kernel env. too.
(edit) @3086   18 years vboxsync introduced RTLogCreateEx and RTLogCreateExV to be able to pass an …
(edit) @3022   18 years vboxsync Check that there is a symbol table in the ELF relocatable image we're …
(edit) @3008   18 years vboxsync export it.
(edit) @3007   18 years vboxsync Moved the template code out of cdefs.h, partly because it didn't …
(edit) @3004   18 years vboxsync Moved the declarations up to the top so changes to the #defines can be …
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2911   18 years vboxsync Backed out 21577 as it was the wrong fix for log.cpp asserting on …
(edit) @2906   18 years vboxsync Changed VALID_PTR check for Win64.
(edit) @2778   18 years vboxsync updated comments
(edit) @2769   18 years vboxsync for discussion of #1856 (Knut, Dmitry pls)
(edit) @2748   18 years vboxsync typo
(edit) @2669   18 years vboxsync IPRT: Added <iprt/memory> C++ extension.
(edit) @2660   18 years vboxsync Runtime: Added missing 'const' to DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP.
(edit) @2623   18 years vboxsync Fixed UTC typo.
(edit) @2612   18 years vboxsync Implemented local time functions. (not properly tested yet)
(edit) @2604   18 years vboxsync Added RTErrConvertFromDarwin[COM|IO|Kern].
(edit) @2443   18 years vboxsync fix visibility for incompatible gcc-3.4 compilers
(edit) @2439   18 years vboxsync part3 of gcc-3 fix
(edit) @2437   18 years vboxsync partly fixed my last commit for gcc-3
(edit) @2435   18 years vboxsync with gcc, mark all ELF symbols with visibility=hidden by default and …
(edit) @2358   18 years vboxsync New VMDK code.
(edit) @2305   18 years vboxsync We're using 2002 not 2003 it seems. too bad.
(edit) @2304   18 years vboxsync ASMMemoryClobber -> ASMCompilerBarrier + MSC (untested)
(edit) @2291   18 years vboxsync More ring-0/ring-3 type safety (callbacks and PDM symbol resolving).
(edit) @2252   18 years vboxsync killed MSC warning.
(edit) @2247   18 years vboxsync r=bird: ASMMemoryClobber questions.
(edit) @2245   18 years vboxsync ASMAtomicXchgBool.
(edit) @2207   18 years vboxsync Remove some more executable properties.
(edit) @2144   18 years vboxsync added ASMMemoryClobber()
(edit) @2083   18 years vboxsync Made AssertCompile work more reliably on gcc. (only tested with 4.1.1, …
(edit) @1905   18 years vboxsync renamed variables to make Knut happy
(edit) @1903   18 years vboxsync use pure assembler for ASMMultU64ByU32DivByU32 to prevent spurious …
(edit) @1888   18 years vboxsync ASMMultU64ByU32DivByU32 (for TSC calculation).
(edit) @1848   18 years vboxsync solaris.
(edit) @1703   18 years vboxsync Added case-insensitive UTF-8 string compare (implemented via C library …
(edit) @1548   18 years vboxsync stdbool.h workaround for darwin.
(edit) @1532   18 years vboxsync Handle EFBIG on Linux correctly (and try to detect the same situation …
(edit) @1494   18 years vboxsync two new RTEnv APIs.
(edit) @1454   18 years vboxsync another try…
(edit) @1452   18 years vboxsync g++ v4.1.1. on AMD64 has trouble with AssertCompileMemberAlignment, …
(edit) @1451   18 years vboxsync grr
(edit) @1448   18 years vboxsync AssertCompileMemberAlignment didn't work in C++ code on with gcc 4.1.1 …
(edit) @1401   18 years vboxsync Mach-O/Yasm .bss section fix (it must be last, so declare everything …
(edit) @1228   18 years vboxsync ASMIntDisableFlags.
(edit) @1208   18 years vboxsync gcc-4.1.2 of Mandriva2007.1 complains about mixed C/C++ declarations …
(edit) @1190   18 years vboxsync Ported IPRT to ring-0 OS/2.
(edit) @1188   18 years vboxsync fixed typo in RTStrFormatV prototype.
(edit) @1174   18 years vboxsync memcmp, strchr, strcmp.
(edit) @1030   18 years vboxsync just let the compiler decide
(edit) @1029   18 years vboxsync no need to do push/pop here
(edit) @1027   18 years vboxsync Initial GIP change. Missing detection of SMP systems with TSC drift.
(edit) @938   18 years vboxsync Use RTAssertDoBreakpoint everywhere. (part II)
(edit) @937   18 years vboxsync RTPathExists.
(edit) @936   18 years vboxsync RTEnv (incomplete).
(edit) @932   18 years vboxsync Added RTTcpServerDisconnectClient, this fixed the assertion mentioned …
(edit) @889   18 years vboxsync RTRand API.
(edit) @829   18 years vboxsync No-CRT limits.h
(edit) @761   18 years vboxsync Regenerated the err.mac files.
(edit) @696   18 years vboxsync export to OSE
(edit) @692   18 years vboxsync 32-bit gcc packs AVLOHCPHYSNODECORE a little bit different, pad it to …
(edit) @666   18 years vboxsync Messing with the nocrt setup…
(edit) @661   18 years vboxsync export
(edit) @660   18 years vboxsync make up for lacking stddef.h
(edit) @659   18 years vboxsync Freebsd keep count of spinlock enter/exits on a per thread basis, so …
(edit) @658   18 years vboxsync Moved the *ARCH_BITS stuff to cdefs.h.
(edit) @654   18 years vboxsync Fixed two issues when using intrin.h.
(edit) @653   18 years vboxsync fixed MSC 64-bit detection.
(edit) @647   18 years vboxsync VALID_PTR update: when running 32-bit in compatability mode, there …
(edit) @639   18 years vboxsync Be careful with 32-bit types and registers. (it seems like it was …
(edit) @633   18 years vboxsync Good job!
(edit) @629   18 years vboxsync Changed RTPROCESS back to 32-bit int.
(edit) @628   18 years vboxsync Implement log flag usecrlf, which translates LF line ending to CR/LF. …
(edit) @623   18 years vboxsync export to OSE
(edit) @590   18 years vboxsync Generic request packets (port of of the EMT specific VM request packet …
(edit) @539   18 years vboxsync Port IPRT to FreeBSD
(edit) @529   18 years vboxsync Fixed bug in LogRelIt in C99/AMD64 mode.
(edit) @467   18 years vboxsync ETIMEDOUT is actually NET. Try "telnet 2.2.2.2" and wait a while…
(edit) @460   18 years vboxsync Fixed string to number function documentation.
(edit) @449   18 years vboxsync RTAvlrGCPtr*
(edit) @434   18 years vboxsync fixed imul/idiv for msc
(edit) @403   18 years vboxsync Need RTThreadWait in ring-0 too when using the generic timers, so …
(edit) @392   18 years vboxsync Added a process specifier to the APIs dealing with user addresses.
(edit) @385   18 years vboxsync RTProcSelf, RTR0ProcHandleSelf, RTR0PROCESS.
(edit) @353   18 years vboxsync added ASMMult2xS32RetS64() and ASMDivS64ByS32RetS32()
(edit) @331   18 years vboxsync Bool and AMD64 hacking.
(edit) @311   18 years vboxsync Moved the simple heap type.
(edit) @310   18 years vboxsync Moved the simple heap type.
(edit) @309   18 years vboxsync DECLINLINE is supposed to be static of course.
(edit) @288   18 years vboxsync debugged the heap.
(edit) @283   18 years vboxsync more simple heap stuff.
(edit) @249   18 years vboxsync Removed RTThreadExit again (sigh)
(edit) @243   18 years vboxsync Added RTThreadExit
(edit) @231   18 years vboxsync RTPROCESS must be pointer sized (HC).
(edit) @217   18 years vboxsync hacking darwin memory objects.
(edit) @204   18 years vboxsync runtime.h now includes everything. Created a new header, initterm.h, …
(edit) @197   18 years vboxsync A stab at generic timers (untested).
(edit) @129   18 years vboxsync Generic Uuid. Corrected Gen.u16TimeMin to Gen.u16TimeMid.
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