VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @43876   12 years vboxsync fixed a few format specifier bugs
(edit) @43485   12 years vboxsync Support/Makefile.kmk: dtrace -> drv/dtrace.
(edit) @43482   12 years vboxsync Support/Makefile.kmk: misc/dtrace -> dtrace.
(edit) @43457   12 years vboxsync SUPLib: add VBoxHostChannel library.
(edit) @43435   12 years vboxsync Support/FreeBSD: Add SUPDRV_WITH_RELEASE_LOGGER and change RTR0Term to …
(edit) @43417   12 years vboxsync More hacking.
(edit) @43400   12 years vboxsync duh, forgot to update the other number. :/
(edit) @43394   12 years vboxsync VMM: HM cleanup.
(edit) @43389   12 years vboxsync VMM: HM cleanup
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43386   12 years vboxsync exploring nt.
(edit) @43380   12 years vboxsync SUPDrv/darwin: Set VBOX_WITH_HOST_VMX and start using the native VT-x …
(edit) @43379   12 years vboxsync SUPDrv,VMM: Prepared for SUPR0EnableVTx on darwin.
(edit) @43358   12 years vboxsync Build fix.
(edit) @43356   12 years vboxsync HostDrivers/SUPLib: error logging.
(edit) @43315   12 years vboxsync VBoxDrv/darwin: Don't use host_vmxon, break rawmode.
(edit) @43308   12 years vboxsync SUPDrv-darwin.cpp: Re-enabled the SUPR0EnableVTx code since it seems …
(edit) @42962   12 years vboxsync build fix wrt signing.
(edit) @42905   12 years vboxsync Linux/dkms.conf: use LF eol-style and remove superfluous files
(edit) @42784   12 years vboxsync Linux 3.6-rc1 compile fix, spaces
(edit) @42596   12 years vboxsync FreeBSD: Fix debug build of kernel module (thanks to Bernhard Froehlich)
(edit) @42477   12 years vboxsync typo
(edit) @42473   12 years vboxsync VBoxHeadless/VideoCapture: fixed the testbox failure issue observed in …
(edit) @42331   12 years vboxsync SUPR3: fixed dnd
(edit) @42154   13 years vboxsync VS2010 preps.
(edit) @42024   13 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @42011   13 years vboxsync SUPDrvTracer: c90 warning.
(edit) @41783   13 years vboxsync Doxygen, comment typos.
(edit) @41774   13 years vboxsync bugref..
(edit) @41755   13 years vboxsync HostDrivers/SUPDrv: comment.
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41454   13 years vboxsync SUPR3LoadServiceModule: Use the plug-in verification method instead of …
(edit) @41429   13 years vboxsync tstInt: use absolute path because of hardening
(edit) @41357   13 years vboxsync SUPDrv-dtrace.cpp: sigh.
(edit) @41354   13 years vboxsync SUPDrv: An DTrace on UEK experiments.
(edit) @41338   13 years vboxsync Pass ring-0 address to the tracer when possible (makes accessing much …
(edit) @41311   13 years vboxsync Work around 10.6.x or ld64-97.17 issue with relocations in the VTGObj.
(edit) @41254   13 years vboxsync SUPDrv: Change SUPR0Printf to debug Log statement.
(edit) @41172   13 years vboxsync tstPage: verbose error output
(edit) @41171   13 years vboxsync tstInit: verbose error output
(edit) @41169   13 years vboxsync IPRT,SUPDrv: RTR0MemKernelCopyFrom/To for safe kernel memory access in …
(edit) @41164   13 years vboxsync dtrace: copy'n'paste
(edit) @41156   13 years vboxsync supdrvTracerUmodProbeFire: Disabled check that won't work for RC modules.
(edit) @41147   13 years vboxsync SUPDrv,VMM: Tracepoints in raw-mode.
(edit) @41144   13 years vboxsync mac build fix
(edit) @41135   13 years vboxsync warning
(edit) @41133   13 years vboxsync SUPDrv: tracing bugfixes.
(edit) @41130   13 years vboxsync SUPDrv-dtrace.cpp: Made it build again.
(edit) @41127   13 years vboxsync Do a direct call.
(edit) @41126   13 years vboxsync attempt at solaris build fix.
(edit) @41125   13 years vboxsync build fix
(edit) @41124   13 years vboxsync build fix
(edit) @41118   13 years vboxsync build fix.
(edit) @41117   13 years vboxsync SUP,VBoxTpG,++: Initial implementation of generic user module …
(edit) @41092   13 years vboxsync VBoxDrv.kext.dSYM/
(edit) @41091   13 years vboxsync SUPDrv-win.cpp: how to write to the NVRAM…
(edit) @41068   13 years vboxsync SUPDrv.c: Fixed read beyond allocation in supdrvIOCtl_LdrOpen. Kudos …
(edit) @41067   13 years vboxsync supdrvOSLdrNotifyOpened so we can record the load address in NVRAM if …
(edit) @40982   13 years vboxsync build fix
(edit) @40981   13 years vboxsync SUPLib,SUPDrv: Working on the user mode tracer interface.
(edit) @40975   13 years vboxsync VBoxTpG,SUPDrv,VBoxVMM: Working on static user land probes for the …
(edit) @40917   13 years vboxsync FreeBSD: Fix building the kernel module
(edit) @40904   13 years vboxsync supdrvIOCtl: Reduce the number of return probes.
(edit) @40899   13 years vboxsync Always print the module load addresses.
(edit) @40898   13 years vboxsync SUPDrv-dtrace.cpp: Don't access pHdr before consulting fZombie, duh.
(edit) @40894   13 years vboxsync IPRT/SUPDrv: Don't create a fixed sized heap if we don't have to, use …
(edit) @40893   13 years vboxsync nits
(edit) @40892   13 years vboxsync 64-bit probe arguments (on mac)
(edit) @40889   13 years vboxsync dtrace: fix build on darwin SDK 10.7.
(edit) @40886   13 years vboxsync SUPDrvTracing: display more info on argument list bugs.
(edit) @40885   13 years vboxsync SUPDrv-dtrace.cpp: dtps_getargdesc bugfix
(edit) @40881   13 years vboxsync duh, again.
(edit) @40880   13 years vboxsync duh
(edit) @40879   13 years vboxsync build fixes
(edit) @40878   13 years vboxsync Working on the 64-bit probe argument issue for 32-bit hosts…
(edit) @40867   13 years vboxsync A couple of tracing bug fixes.
(edit) @40865   13 years vboxsync SUPDrv-dtrace.cpp: Fixed an issue with dtrace_register calling us back …
(edit) @40861   13 years vboxsync drop verbose VBoxTpG
(edit) @40857   13 years vboxsync Make VBoxTpG work on 64-bit darwin. (Still need to check 32-bit.)
(edit) @40851   13 years vboxsync SUPDrv,VBoxTpG: Redid the solaris(/darwin) DTrace support to use the …
(edit) @40839   13 years vboxsync VBoxTpG: Drop the file name in the probe location, it isn't useful to …
(edit) @40833   13 years vboxsync vboxdrv/linux: iprt/errno.h missed
(edit) @40831   13 years vboxsync SUPDrvTracing.cpp: Must set g_pfnSupdrvProbeFireKernel.
(edit) @40823   13 years vboxsync Always clear the *piRetVal.
(edit) @40822   13 years vboxsync Session cleanup bug fix wrt the tracer.
(edit) @40820   13 years vboxsync The ring-3 SUPLib APIs for talking to the tracer.
(edit) @40819   13 years vboxsync SUPDrv: Added three new IOCtls for talking to the tracer.
(edit) @40813   13 years vboxsync logging adjustments
(edit) @40812   13 years vboxsync SUPDrv: Corrected supdrvTracerCommonDeregisterImpl so the tracer …
(edit) @40811   13 years vboxsync Oops. committed too much.
(edit) @40810   13 years vboxsync tstSupLoadModule: new trick
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @40804   13 years vboxsync SUPDrv.c: More exports.
(edit) @40802   13 years vboxsync lx version.
(edit) @40801   13 years vboxsync SUPDrv: sort exports.
(edit) @40800   13 years vboxsync SUPDrv: More exports.
(edit) @40798   13 years vboxsync SUPDrv: More exports.
(edit) @40796   13 years vboxsync SUPDrv: Export RTTimeNow.
(edit) @40795   13 years vboxsync Generate SUPR0.def from SUPDrv.c.
(edit) @40792   13 years vboxsync Windows build fix
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