VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19989   16 years vboxsync critsect-generic.cpp: Xchg*32 -> Write*32.
(edit) @19988   16 years vboxsync VRDP: fix burn
(edit) @19986   16 years vboxsync Removed test code
(edit) @19985   16 years vboxsync Some APIC access updates (disabled)
(edit) @19983   16 years vboxsync initterm-r0drv-nt.cpp: Some more data.
(edit) @19982   16 years vboxsync crOpenGL: d3d8/9 wine/native switcher dll
(edit) @19981   16 years vboxsync NAT: warnings and style
(edit) @19980   16 years vboxsync NAT: unix build fix
(edit) @19979   16 years vboxsync NAT: fix of vbox.org/4091 change list to queue to feed dhcp client …
(edit) @19978   16 years vboxsync NAT: Rule to compile libalias with Slirp, switchable with …
(edit) @19977   16 years vboxsync NAT: some glue code and experiments with default NAT rule
(edit) @19976   16 years vboxsync HWSVMR0.cpp: Inverted check in assertion?
(edit) @19975   16 years vboxsync initterm-r0drv-nt.cpp: Proper Vista64 test.
(edit) @19974   16 years vboxsync HostDVD/FreeBSD: Take the 64kb limit into account when reading from …
(edit) @19973   16 years vboxsync Host/DVD: Fix non passthrough access on FreeBSD on probably Darwin too.
(edit) @19972   16 years vboxsync SemEvent/FreeBSD: Use tsleep instead of msleep_spin. Looks like tlseep …
(edit) @19971   16 years vboxsync initterm-r0drv-nt.cpp: XP64 (untested).
(edit) @19970   16 years vboxsync tstR0ThreadPreemption: Some adjustments.
(edit) @19969   16 years vboxsync IPRT/r0drv-nt: Cleaning up the preemption hacks; XP SP2 is done.
(edit) @19968   16 years vboxsync HostDVD: Add basic support for FreeBSD. Passthrough is working quite …
(edit) @19967   16 years vboxsync ACPI: Add support for FreeBSD
(edit) @19966   16 years vboxsync tstR0ThreadPreemption.cpp: Don't loop forever.
(edit) @19965   16 years vboxsync tstR0ThreadPreemption.cpp: Don't loop forever.
(edit) @19964   16 years vboxsync WINNT/Graphics/Makefile.kmk: nitpicking
(edit) @19963   16 years vboxsync Frontends/Makefile.kmk: nitpicking.
(edit) @19962   16 years vboxsync VBoxShell/Makefile.kmk: Id keyword is mandatory, as is the use of tabs …
(edit) @19961   16 years vboxsync VirtualBox/Makefile.kmk: ditto.
(edit) @19960   16 years vboxsync Main/Makefile.kmk: moved VBoxC_DEFS to the right place.
(edit) @19958   16 years vboxsync oops
(edit) @19957   16 years vboxsync VMM,SUPDrv-win,Config.kmk: VBOX_WITH_VMMR0_DISABLE_PREEMPTION
(edit) @19956   16 years vboxsync memobj-r0drv-darwin.cpp: Added an ugly hack in …
(edit) @19954   16 years vboxsync tstCritSect -> tstRTCritSect
(edit) @19953   16 years vboxsync tstCritSect: Converted to RTTest and disable the distribution test by …
(edit) @19952   16 years vboxsync RTTest: More macros. Made RTTestFailure check for trailing new line to …
(edit) @19950   16 years vboxsync tstCidr -> tstRTCidr.
(edit) @19949   16 years vboxsync tstCidr: Converted to RTTest.
(edit) @19948   16 years vboxsync tstBitOperations -> tstRTBitOperations
(edit) @19947   16 years vboxsync tstBase64 -> tstRTBase64.
(edit) @19946   16 years vboxsync tstBase64: Converted to RTTest.
(edit) @19945   16 years vboxsync tstAvl -> tstRTAvl; use RTTest.
(edit) @19944   16 years vboxsync iprt: Some more RTTest stuff.
(edit) @19943   16 years vboxsync tstR0ThreadPreemption.cpp: use thousand separators to make the ns and …
(edit) @19942   16 years vboxsync IPRT: Implemented thousand separators for the string formatting code …
(edit) @19941   16 years vboxsync iprt/linux: Fixed RTThreadPreemptIsEnabled, only tested without …
(edit) @19940   16 years vboxsync tstR0ThreadPreemption: fixes.
(edit) @19939   16 years vboxsync IPRT/test.cpp: Always report subtest results on a new line.
(edit) @19938   16 years vboxsync HostDrivers/*/linux/Makefile: Added --no-print-directory to the …
(edit) @19937   16 years vboxsync IPRT: Merge RTThreadPreemptDisable-r0drv-linux.c & …
(edit) @19936   16 years vboxsync tstR0ThreadPreemption: Improved the RTThreadPreemptIsPending test.
(edit) @19935   16 years vboxsync tstR0ThreadPreemption: Test nesting and fix enum.
(edit) @19934   16 years vboxsync oops
(edit) @19933   16 years vboxsync IPRT: RTThreadPreempt* testcase.
(edit) @19932   16 years vboxsync SUPDrv: Expose the RTThreadPreempt API to modules.
(edit) @19931   16 years vboxsync NtProcessStartup-stub.cpp: cdecl not stdcall.
(edit) @19930   16 years vboxsync IPRT: Added a dummy NtProcessStartup stub to RuntimeR0 to avoid having …
(edit) @19929   16 years vboxsync RTPathAppend: bugfix.
(edit) @19928   16 years vboxsync IPRT: More RTPathAppend docs updates.
(edit) @19926   16 years vboxsync IPRT: Added RTPathAppend.
(edit) @19925   16 years vboxsync tstPath.cpp: Converted to RTTest.
(edit) @19924   16 years vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
(edit) @19923   16 years vboxsync tstSupSem.cpp: Extended the interruptibility test with a time wait …
(edit) @19922   16 years vboxsync iprt/semaphore-r0drv-darwin.cpp: Fixed interruptable waits, they …
(edit) @19921   16 years vboxsync Storage/VMDK: avoid overlapping reads for streamOptimized files
(edit) @19920   16 years vboxsync iprt/os2: Implemented RTThreadPreempt*.
(edit) @19919   16 years vboxsync iprt/r0drv: Darwin implementation of RTThreadPreempt*. Stub …
(edit) @19918   16 years vboxsync iprt/r0drv-generic: RTThreadPreemptIsPending stub.
(edit) @19917   16 years vboxsync iprt/solaris: A quick shot at RTThreadPreemptIsPending.
(edit) @19916   16 years vboxsync Removed assertion
(edit) @19915   16 years vboxsync iprt/nt: RTThreadPreemptIsPending (untested).
(edit) @19914   16 years vboxsync iprt/nt: RTThreadPreemptIsPending sketch.
(edit) @19913   16 years vboxsync Noisy logging
(edit) @19912   16 years vboxsync iprt/linux: RTThreadPreemptIsPending update.
(edit) @19911   16 years vboxsync Don't assert. KeInsertQueueDPC returns FALSE if it's already in the queue.
(edit) @19910   16 years vboxsync More TBL shootdown work
(edit) @19909   16 years vboxsync crOpenGL: disable wine for 64bit targets
(edit) @19908   16 years vboxsync VMM/HWACCM: amd-v exit reasons for debugger description.
(edit) @19907   16 years vboxsync IPRT: RTThreadPreemptIsPending for linux
(edit) @19905   16 years vboxsync crOpenGL: enable building of wine
(edit) @19904   16 years vboxsync FE/Qt4: 3837: New registration method - restricting auto-run for …
(edit) @19903   16 years vboxsync Invalidation cleanup
(edit) @19902   16 years vboxsync Python: per-thread COM initialization in glue
(edit) @19901   16 years vboxsync VBoxShell: typos
(edit) @19900   16 years vboxsync Python: constant works everywhere with glue (note that …
(edit) @19899   16 years vboxsync NAT: attempt to fix (workaround) #3894.
(edit) @19898   16 years vboxsync IPRT: Termination callback framework - missing file. (not hooked up to …
(edit) @19897   16 years vboxsync IPRT: Termination callback framework. (not hooked up to anything yet)
(edit) @19896   16 years vboxsync IPRT: Added a RTOnceReset method (needed it for a testcase).
(edit) @19895   16 years vboxsync tstSupSem.cpp: Extended it to cover interruptibility.
(edit) @19894   16 years vboxsync SUPLibSem.cpp: Set cMillies.
(edit) @19893   16 years vboxsync SUPDrvIOC.h: Incremented the minor IOCtl interface version.
(edit) @19892   16 years vboxsync SUPLib: Implemented ring-3 version of the semaphore API and created a …
(edit) @19890   16 years vboxsync SUPDrv.c: Corrected wrong arguments.
(edit) @19889   16 years vboxsync SUPDrvIOC.h: More natural member order in SUPSEMOP.
(edit) @19888   16 years vboxsync semevent-r0drv-linux.c: Use ASMAtomicWriteU32 instead of XchgU32.
(edit) @19887   16 years vboxsync semevent-r0drv-linux.c: Fixed missing initialization of the fState …
(edit) @19886   16 years vboxsync semevetnmulti-r0drv-linux.c: Fixed missing initialization of the …
(edit) @19885   16 years vboxsync keywords
(edit) @19884   16 years vboxsync Solaris/USB: bits.
(edit) @19883   16 years vboxsync Python: generate constants, instead of relying on (*)COM mechanisms (WIP)
(edit) @19881   16 years vboxsync SUPDrv.c: Implemented the SEM_CREATE and SEM_OP IOCtls.
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