VirtualBox

source: vbox/trunk/src/VBox/Runtime/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20513   15 years vboxsync OSE header fixes
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20364   15 years vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20360   15 years vboxsync IPRT: Memory pool (untested) and string pool stub implementation.
(edit) @20356   15 years vboxsync iprt: some more dbgmod bits.
(edit) @20355   15 years vboxsync IPRT: some dbgmod bits.
(edit) @20008   16 years vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @19562   16 years vboxsync Runtime/Aio: Change API again * pcReqs in RTFileAioCtxSubmit is …
(edit) @19559   16 years vboxsync IPRT: Coded up the debug address space, adding a RTUINTPTR AVL range …
(edit) @19509   16 years vboxsync IPRT: Started on debug support, RTDbg*.
(edit) @19368   16 years vboxsync IPRT: initial check in of the runtime S3 interface (not used yet)
(edit) @19166   16 years vboxsync IPRT/include/internal/fileaio.h: export; (C) year.
(edit) @19040   16 years vboxsync IPRT/fileaio-linux.cpp: A quick code review and cleanup: * …
(edit) @18364   16 years vboxsync RTTest: kick-off for testcase helpers.
(edit) @16998   16 years vboxsync iprt: typo
(edit) @16933   16 years vboxsync IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
(edit) @14824   16 years vboxsync IPRT: RTR0MemObjMapKernelEx for mapping a portion of a memory object …
(edit) @14059   16 years vboxsync IPRT: internal/dir.h: some unsigned -> size_t to keep MSC silent.
(edit) @14058   16 years vboxsync iprt: More 64-bit MSC warnings.
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @12287   16 years vboxsync Fixed Tolkien birthdate.
(edit) @11836   16 years vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11523   16 years vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11347   16 years vboxsync iprt/rand: Added a generic RTRandAdv API for use with any random …
(edit) @11019   16 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @10944   16 years vboxsync iprt: RTTimerLR - low resolution timer API (< 10 Hz).
(edit) @10767   16 years vboxsync RTOBJCACHE_MAGIC -> RTMEMCACHE_MAGIC, added RTMEMCACHE_MAGIC_DEAD. …
(edit) @10766   16 years vboxsync handle table magic.
(edit) @10708   16 years vboxsync Runtime: add cache implementation
(edit) @9355   17 years vboxsync d_name can be defined as <= MAX_PATH (solaris does this). Clearified …
(edit) @8651   17 years vboxsync Moved the strictness indicators into internal/strict.h.
(edit) @8645   17 years vboxsync Added lock counts to the threads.
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7183   17 years vboxsync Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
(edit) @7169   17 years vboxsync Doxygen fixes.
(edit) @6961   17 years vboxsync Generic implementation (in case it's needed).
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @4475   17 years vboxsync Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
(edit) @4229   17 years vboxsync Ported thread2-r0drv to Nt (completely untested).
(edit) @4218   17 years vboxsync docs.
(edit) @4159   17 years vboxsync Changed from $ to $.
(edit) @4155   17 years vboxsync RTR0MemGetAddressR3 & RTR0MemObjLockUser. Linux memobj impl.
(edit) @4136   17 years vboxsync Added RTR0MemObjAllocPhysNC. Changed the two APIs taking ring-3 …
(edit) @4135   17 years vboxsync Use size_t for the page index. Added API for querying the ring-3 address.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3977   17 years vboxsync Implemented the timer and time apis for freebsd, stubbed the memobj ones.
(edit) @3699   17 years vboxsync double underscore cleanup.
(edit) @3672   17 years vboxsync RT_OS_* and RT_ARCH_* for Runtime/ and Support/
(edit) @3123   17 years vboxsync Made VBOX_LOG_FLAGS=msprog work in GC.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2933   18 years vboxsync Make '.' mean hidden when converting from unix to dos file mode.
(edit) @1816   18 years vboxsync moved magics to a common header to avoid duplicating the same defines …
(edit) @1815   18 years vboxsync export it.
(edit) @1766   18 years vboxsync Introduce a dummy thread name parameter to rtThreadMain to allow …
(edit) @1300   18 years vboxsync Fix eol style properties for header files
(edit) @1190   18 years vboxsync Ported IPRT to ring-0 OS/2.
(edit) @890   18 years vboxsync RTRand API (feel free to improve the fallback code).
(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) @331   18 years vboxsync Bool and AMD64 hacking.
(edit) @217   18 years vboxsync hacking darwin memory objects.
(edit) @207   18 years vboxsync cleaning up some header stuff.
(edit) @197   18 years vboxsync A stab at generic timers (untested).
(add) @1   55 years vboxsync import
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