VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21290   15 years vboxsync gcc warning
(edit) @21287   15 years vboxsync tstRTR0MemUserKernel: Test that it doesn't allow kernel addresses.
(edit) @21286   15 years vboxsync tstRTR0MemUserKernel: Testcase for the RTR0MemUser/Kernel API.
(edit) @21284   15 years vboxsync RTR0MemAreKernelAndUserRangesDifferent -> …
(edit) @21283   15 years vboxsync memuserkernel-r0drv-nt.cpp: build fix.
(edit) @21282   15 years vboxsync iprt/mem.h: Added RTR0MemAreKernelAndUserRangesDifferent.
(edit) @21281   15 years vboxsync RTR0MemUser/Kernel implementation for OS/2 while I'm at it. (untested)
(edit) @21280   15 years vboxsync RTR0MemUser/Kernel implementation for FreeBSD. (also completely untested)
(edit) @21279   15 years vboxsync RTR0MemUser/Kernel implementation for NT. (also completely untested)
(edit) @21278   15 years vboxsync RTR0MemUser/Kernel implementation for linux. (hope it compiles most places)
(edit) @21277   15 years vboxsync I'm not paying attention here…
(edit) @21276   15 years vboxsync runtime/makefile.kmk: build the two memuserkernel files.
(edit) @21275   15 years vboxsync RTR0MemUser/Kernel implementation for solaris.
(edit) @21274   15 years vboxsync RTR0MemUser/Kernel implementation for darwin.
(edit) @21273   15 years vboxsync RTR0MemUser/Kernel implementation for darwin.
(edit) @21266   15 years vboxsync the-linux-kernel.h: fixed PAGE_SIZE warnings.
(edit) @21227   15 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21197   15 years vboxsync log-vbox.cpp: guest r0drv fixes.
(edit) @21135   15 years vboxsync log.cpp: Fixed assertion if RTLogDestroy is called during linux module …
(edit) @21110   15 years vboxsync RTDbg: Some adjustments and fixes.
(edit) @21107   15 years vboxsync dbgmodnm.cpp: the module mangling didn't quite work out, redid it.
(edit) @21099   15 years vboxsync removed darwin debug flags
(edit) @21089   15 years vboxsync debug mac build error.
(edit) @21088   15 years vboxsync debug mac build error.
(edit) @21087   15 years vboxsync Only build r3/xml.cpp as part of VBoxRT for now, to not upset the …
(edit) @21086   15 years vboxsync debug mac build error.
(edit) @21082   15 years vboxsync Missed one VBOX_WITH_LIBXML2_IN_VBOXRT.
(edit) @21080   15 years vboxsync fix burns after r49339: needs BOOST SDK
(edit) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   15 years vboxsync back out r49329, r49331, will start over
(edit) @21073   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21047   15 years vboxsync IPRT: Added a reader of NM-style map files. (Mainly for linux …
(edit) @21046   15 years vboxsync IPRT: Added a reader of NM-style map files. (Mainly for linux …
(edit) @21045   15 years vboxsync IPRT: Fixed RTStrmClearError so that it clears the error on the stream …
(edit) @21005   15 years vboxsync dbgmodcontainer.cpp: Added the missing file header.
(edit) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20933   15 years vboxsync Runtime: add missing (lazy) symbols in the X11 Additions
(edit) @20929   15 years vboxsync semevent-r0drv-nt.cpp: s/pEventInt/pThis/g
(edit) @20923   15 years vboxsync semevent*-r0drv-nt.cpp: we've agreed that only the object is subject …
(edit) @20913   15 years vboxsync semevent*-r0drv-nt.cpp: Removed left over WaitReason bits.
(edit) @20912   15 years vboxsync semeventmulti-r0drv-nt.cpp,semevent-r0drv-nt.cpp: Seems it's ok to …
(edit) @20911   15 years vboxsync IPRT: better fix.
(edit) @20910   15 years vboxsync IPRT: fixed debug additions build.
(edit) @20909   15 years vboxsync initterm-r0drv.cpp: Must call rtThreadTerm on Windows or we'll be …
(edit) @20884   15 years vboxsync More comments
(edit) @20883   15 years vboxsync Call KeWaitForSingleObject with UserMode for event semaphores
(edit) @20878   15 years vboxsync gcc warning
(edit) @20862   15 years vboxsync SUP: Made SUPPageLock and SUPPageUnlock internal to SUP.
(edit) @20859   15 years vboxsync IPRT: Increased the logger buffer and replaced a bunch RTUINT with …
(edit) @20853   15 years vboxsync IPRT: Added custom prefix callback to the logger.
(edit) @20848   15 years vboxsync alignmentchecks.h: wrong fix.
(edit) @20839   15 years vboxsync darwin build fix.
(edit) @20837   15 years vboxsync IPRT: fixed Darwin
(edit) @20823   15 years vboxsync iprt/stream.cpp: alignment hacks.
(edit) @20822   15 years vboxsync utf8-posix.cpp: Fixed allocation bug in rtstrConvert where we would …
(edit) @20821   15 years vboxsync IPRT: alignment check hacking.
(edit) @20819   15 years vboxsync getenv -> RTEnvGet.
(edit) @20809   15 years vboxsync Runtime/getopt: new parameter value type 'UUID'
(edit) @20801   15 years vboxsync IPRT: The rest of the basic RTDbgMod code.
(edit) @20800   15 years vboxsync IPRT: More RTDbgMod code.
(edit) @20799   15 years vboxsync IPRT: More RTDbgMod code.
(edit) @20793   15 years vboxsync semevent*-r0drv-solaris.c(+spinlock-r0drv-solaris.c+the-solaris-kernel. …
(edit) @20756   15 years vboxsync IPRT: More RTDbg coding - generic container is mostly done now.
(edit) @20744   15 years vboxsync IPRT: RTDbg coding.
(edit) @20741   15 years vboxsync iprt/dbg.cpp/h: the RTDbgLine* methods as well.
(edit) @20740   15 years vboxsync iprt: More RTDbg coding; added a new AVL tree for RTUINPTR.
(edit) @20739   15 years vboxsync iprt: RTDbgMod coding in progress.
(edit) @20736   15 years vboxsync typo.
(edit) @20647   15 years vboxsync IPRT: Added simple testcase for the RTStrCache API (just to smoke it out).
(edit) @20606   15 years vboxsync IPRT/testcase: Use RTTestInitAndCreate.
(edit) @20605   15 years vboxsync IPRT: Added RTTestInitAndCreate - a combination of RTR3Init and …
(edit) @20603   15 years vboxsync Runtime/generic SemRW: fix return values
(edit) @20601   15 years vboxsync Runtime: generic SemRW code, removed old implementation
(edit) @20600   15 years vboxsync fixed tstStrFormat
(edit) @20597   15 years vboxsync Runtime: improve SemRW testcase to also do recursion testing
(edit) @20575   15 years vboxsync IPRT: Wrote the body for tstRTMemPool and fixed two isseus in …
(edit) @20573   15 years vboxsync iprt/test.h: Added RTTestSetDefault.
(edit) @20563   15 years vboxsync IPRT/testcase: corrections.
(edit) @20562   15 years vboxsync iprt: started on tstRTMemPool.cpp.
(edit) @20561   15 years vboxsync iprt: Implemented RTMemPoolDestroy
(edit) @20554   15 years vboxsync thread-r0drv-freebsd.c: changed (C) to Sun.
(edit) @20553   15 years vboxsync blank lines.
(edit) @20526   15 years vboxsync rtR0MemObjNativeAllocLow/solaris: removed misplaced assertion (it …
(edit) @20525   15 years vboxsync iprt/memobj.h: Added RTR0MemObjProtect, only implemented for darwin.
(edit) @20513   15 years vboxsync OSE header fixes
(edit) @20507   15 years vboxsync memobj-r0drv-darwin.cpp: Failed attempt at fixing …
(edit) @20498   15 years vboxsync process-posix.cpp: papszArgs must not be NULL (see the notes in the …
(edit) @20497   15 years vboxsync process-win.cpp: too quick.
(edit) @20496   15 years vboxsync process-win.cpp: Corrected assertion.
(edit) @20480   15 years vboxsync warning
(edit) @20477   15 years vboxsync fix stupid cut and paste
(edit) @20471   15 years vboxsync xtracker 3945 - allow lowmem allocs to be non-contig
(edit) @20449   15 years vboxsync FreeBSD: Implement preemption API for guest SMP and enable it …
(edit) @20448   15 years vboxsync Runtime/semevent-r0drv-freebsd: Use a sleeping mutex instead of a …
(edit) @20443   15 years vboxsync Runtime: testcase for RW semaphores
(edit) @20442   15 years vboxsync more typos
(edit) @20440   15 years vboxsync comment/typo fix
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20364   16 years vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20360   16 years vboxsync IPRT: Memory pool (untested) and string pool stub implementation.
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