VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/testcase

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @48952   11 years vboxsync HostDrivers: Whitespace and svn:keywords cleanups by scm.
(edit) @45399   12 years vboxsync HostDrivers/Support/testcase/tstGIP-2.cpp: handle the CPU count …
(edit) @45182   12 years vboxsync tstSupSem.cpp: VERR_INTERRUPT is a valid return code for the …
(edit) @45161   12 years vboxsync tstNtQueryStuff.cpp: Ignore ProcessImageFileNameWin32 and …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43876   12 years vboxsync fixed a few format specifier bugs
(edit) @43417   12 years vboxsync More hacking.
(edit) @43386   12 years vboxsync exploring nt.
(edit) @41774   13 years vboxsync bugref..
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41429   13 years vboxsync tstInt: use absolute path because of hardening
(edit) @41172   13 years vboxsync tstPage: verbose error output
(edit) @41171   13 years vboxsync tstInit: verbose error output
(edit) @40812   13 years vboxsync SUPDrv: Corrected supdrvTracerCommonDeregisterImpl so the tracer …
(edit) @40810   13 years vboxsync tstSupLoadModule: new trick
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35188   14 years vboxsync Use RTERRINFO in SUPLib for hardening APIs and such.
(edit) @34241   14 years vboxsync PDM: Added search paths to the device and driver DLL CFGM nodes so …
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33383   14 years vboxsync tstSupSem: Fix return code check
(edit) @33167   14 years vboxsync SUPDrv,SUPLib: Expose the high resolution event semaphore APIs.
(edit) @33033   14 years vboxsync IPRT: Implemented RTSemEventWaitEx[Debug] for ring-0 linux.
(edit) @33032   14 years vboxsync tstSupSem.cpp: Some more tests.
(edit) @33011   14 years vboxsync IPRT,SUPDrv,VBoxGuest: Reimplemented RTSemEventWait* so that it can …
(edit) @32431   14 years vboxsync scm cleanup
(edit) @30489   15 years vboxsync Support/testcase/tstSupSem: Process spawn testing for multi release …
(edit) @30471   15 years vboxsync Support/testcase/tstSupSem: Added fork test for RTSemEvent*
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26498   15 years vboxsync lots under src/VBox: whitespace cleanup.
(edit) @25321   15 years vboxsync tstSupLoadModule: stripped off some more code.
(edit) @25320   15 years vboxsync tstSupLoadModule: new suplib testcase.
(edit) @25003   15 years vboxsync tstInt,tstPin: -Wshadow warnings.
(edit) @22077   15 years vboxsync HostDrivers/Support: header and svn props cleanup.
(edit) @20905   16 years vboxsync tstSupSem-Zombie: minor adjustments.
(edit) @20904   16 years vboxsync build fix.
(edit) @20903   16 years vboxsync SUP: Added a testcase to make sure threads exit when the process exits.
(edit) @20864   16 years vboxsync SUP,*: API cleanup.
(edit) @20862   16 years vboxsync SUP: Made SUPPageLock and SUPPageUnlock internal to SUP.
(edit) @20602   16 years vboxsync fixed tstInt
(edit) @19923   16 years vboxsync tstSupSem.cpp: Extended the interruptibility test with a time wait …
(edit) @19895   16 years vboxsync tstSupSem.cpp: Extended it to cover interruptibility.
(edit) @19892   16 years vboxsync SUPLib: Implemented ring-3 version of the semaphore API and created a …
(edit) @19257   16 years vboxsync Reapplied 46658 + fix
(edit) @19255   16 years vboxsync Backed out 46655-57 for now
(edit) @19252   16 years vboxsync SUPCallVMMR0(Ex) arguments must include the VCPU id. Note: support …
(edit) @18246   16 years vboxsync license header updates from filemuncher
(edit) @18191   16 years vboxsync SUPLoggerCtl: program for controlling the ring-0 logging.
(edit) @17091   16 years vboxsync RTGetOpt interface changes.
(edit) @14831   16 years vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14515   16 years vboxsync SUPDrv,SUPLib,VMM: Kicked out the dead VBOX_WITH_IDT_PATCHING code.
(edit) @13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
(edit) @13839   16 years vboxsync And yet more %V* -> %R* changes…
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13830   16 years vboxsync VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.
(edit) @12252   16 years vboxsync HostDrivers/Makefiles: Eliminated (most) PATH_TARGET usage and pushed …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11794   16 years vboxsync SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
(edit) @10724   16 years vboxsync Bumped the SUPDRV_IOC_VERSION major as the changes to the fast path on …
(edit) @10049   17 years vboxsync VBOX_KBUILD_HACKING
(edit) @9961   17 years vboxsync Extended the testcase.
(edit) @9478   17 years vboxsync warning.
(edit) @9469   17 years vboxsync Added an option: -i <iterations>
(edit) @9334   17 years vboxsync Extended the testcase a bit.
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5606   17 years vboxsync ALIGNP SIZEOFMEMB
(edit) @4829   17 years vboxsync inverted VBOX_WITHOUT_IDT_PATCHING.
(edit) @4825   17 years vboxsync warning
(edit) @4820   17 years vboxsync blanks.
(edit) @4818   17 years vboxsync IOC_VOID fixes.
(edit) @4811   17 years vboxsync Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2516   18 years vboxsync Drop the Config.kmk and the abspath macros (kBuild fixes the latter …
(edit) @2478   18 years vboxsync [Mm]akefile -> Makefile.kmk
(edit) @2372   18 years vboxsync watch all cpus.
(edit) @2371   18 years vboxsync watch all cpus.
(edit) @2370   18 years vboxsync watch all cpus.
(edit) @2369   18 years vboxsync watch all cpus.
(edit) @2014   18 years vboxsync r=bird: some cleanup of the cPages change.
(edit) @1890   18 years vboxsync Attempt to fix ALSA on Linux kernels <= 2.6.17: use mmap not memalign …
(edit) @1850   18 years vboxsync Corrected the heuristics for detecing async GIP mode, fixed GIP layout …
(edit) @1841   18 years vboxsync warning.
(edit) @1486   18 years vboxsync build fix.
(edit) @1480   18 years vboxsync No longer require contiguous memory for the VM structure. Did long …
(edit) @1193   18 years vboxsync Ported the support driver to OS/2.
(edit) @1027   18 years vboxsync Initial GIP change. Missing detection of SMP systems with TSC drift.
(edit) @914   18 years vboxsync PVMR0 changes for darwin.
(edit) @913   18 years vboxsync Made it work on darwin and implemented the profiling.
(edit) @406   18 years vboxsync Fail the testcase if SUPCallVMMR0 fails.
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