VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17018   16 years vboxsync RTProcIsRunningByName: spec update.
(edit) @17017   16 years vboxsync Less logging
(edit) @17016   16 years vboxsync RTProcIsRunningByName: Try /proc/N/exe first and /proc/N/cmdline is …
(edit) @17015   16 years vboxsync Remove obsolete logging
(edit) @17014   16 years vboxsync Logging changes
(edit) @17013   16 years vboxsync Main: Select appropriate default audio driver on linux.
(edit) @17012   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: always activate and deactivate mappings …
(edit) @17011   16 years vboxsync RTProcIsRunningByName cleanup.
(edit) @17010   16 years vboxsync iprt: RTLdrIsLoadable for checking if an dynamically library could be …
(edit) @17009   16 years vboxsync loadnetflt.sh: typo.
(edit) @17008   16 years vboxsync IPRT: Expose (and fix) RTStrmOpenF and RTStrmOpenFV.
(edit) @17007   16 years vboxsync Again
(edit) @17006   16 years vboxsync Compile fix
(edit) @17005   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: PGMMapCheck added
(edit) @17004   16 years vboxsync Additions and HostServices/SharedClipboard: removed an XFree() call …
(edit) @17003   16 years vboxsync iprt: Reading the exe link doesn't work on root processes. So use the …
(edit) @17002   16 years vboxsync Config.kmk,Installer/darwin: Enabled web service for darwin.amd64.
(edit) @17001   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: update
(edit) @17000   16 years vboxsync Rewrote pgmPoolMonitorGCPtr2CCPtr. Deal with invalid GC shadow pages …
(edit) @16999   16 years vboxsync iprt: RTProcIsRunningByName implementation for Linux.
(edit) @16998   16 years vboxsync iprt: typo
(edit) @16997   16 years vboxsync iprt: wrong declaration
(edit) @16996   16 years vboxsync update
(edit) @16995   16 years vboxsync Additions/x11: renamed directories to better fit our naming conventions
(edit) @16994   16 years vboxsync configure: Updated/fixed gSOAP detection.
(edit) @16993   16 years vboxsync webservices: Added VBOX_GSOAP_CXX_LIBS for OSE/configure and notes …
(edit) @16992   16 years vboxsync solaris fix.
(edit) @16991   16 years vboxsync tools,webservice: Updated to gSOAP 2.7.12.
(edit) @16990   16 years vboxsync webservice: prep for gSOAP upgrade: getting rid of the checked in …
(edit) @16989   16 years vboxsync NAT: Initialization
(edit) @16988   16 years vboxsync Installer: Merged VBOX_WITH_COMBINED_SOLARIS_PACKAGE and …
(edit) @16987   16 years vboxsync kBuild requirements.
(edit) @16986   16 years vboxsync Makefile.kmk: qt4 fix (darwin)
(edit) @16985   16 years vboxsync darwin/x86: qt4.4.3 changes.
(edit) @16984   16 years vboxsync DrvVD.cpp: doxygen comment in code.
(edit) @16983   16 years vboxsync tools: darwin.x86.qt.v4.4.3 and some cleanup.
(edit) @16982   16 years vboxsync kBuild r2248 -> 2275: tar.bz2 unpacking.
(edit) @16981   16 years vboxsync Main: Fixed the potential deadlock in Machine::openSession() when …
(edit) @16980   16 years vboxsync Additions/x11/vboxvideo: mouse pointer handling cleanup
(edit) @16979   16 years vboxsync tools: Prep for qt 4.4.3 on darwin/x86.
(edit) @16978   16 years vboxsync vboxNetAdpComposeMACAddress: readable code, pleease.
(edit) @16977   16 years vboxsync LOG_ENABLED fix
(edit) @16976   16 years vboxsync VboxNetAdp: Made it build on 10.6.
(edit) @16975   16 years vboxsync VirtualBox/main.cpp: look for -startvm starting with argv[1] not argv[0].
(edit) @16974   16 years vboxsync root/Makefile.kmk: cocoa based Qt needs 3 nib files and the Resources …
(edit) @16973   16 years vboxsync Additions/x11: only use valid resolutions from the X server …
(edit) @16972   16 years vboxsync Main/NetIfList-solaris: Added vboxnet.
(edit) @16971   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @16970   16 years vboxsync crOpenGL: evil tabs sneaked in
(edit) @16969   16 years vboxsync crOpenGL: don't allocate memory for textures on host side (#3461)
(edit) @16968   16 years vboxsync burn fix
(edit) @16967   16 years vboxsync NetAdp: added a Real property to the IHostNetworkInterface, make the …
(edit) @16966   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @16965   16 years vboxsync Additions/Linux/installer: LFS support fixes from Arseny Krautsky
(edit) @16964   16 years vboxsync iprt: typos
(edit) @16963   16 years vboxsync VBoxHDD: Hacked VDCopy so that 'VBoxManage clonehd nt4.vdi nt4.raw …
(edit) @16962   16 years vboxsync VBoxHDD.h/cpp: Fixed VDCFGQueryStringAllocDef inconsistency in the …
(edit) @16961   16 years vboxsync VBoxHDD.h: VBoxHDD.h has been replaced, comment removed.
(edit) @16960   16 years vboxsync #2957: VBoxNetAdp: generic and darwin parts. Not operational yet.
(edit) @16959   16 years vboxsync disable array bounds warning for PGMAllPool
(edit) @16958   16 years vboxsync mp-r0drv-darwin: don't use ml_get_max_cpus, it's obsolete.
(edit) @16957   16 years vboxsync darwin-installer,additions.iso: Hopefully last bits on the installer; …
(edit) @16956   16 years vboxsync FE/Qt4: 3627: Shorten error dialogs - text place-holder's policy …
(edit) @16955   16 years vboxsync FE/Qt4: 1 - Update QILabel to support minimum width setter. 2 - Update …
(edit) @16954   16 years vboxsync VBoxGuest, VBoxService: First stuff for new R3 time synchronization …
(edit) @16953   16 years vboxsync FE/Qt: do not accidentally re-display the host mouse cursor when the …
(edit) @16952   16 years vboxsync NAT: cosmetics
(edit) @16951   16 years vboxsync JAX-WS: provide connect() method letting user to set more of …
(edit) @16950   16 years vboxsync Correct a bunch of typos.
(edit) @16949   16 years vboxsync OVF: implement multiple channels per HD controller
(edit) @16948   16 years vboxsync NAT: logging
(edit) @16947   16 years vboxsync Additions/Linux/installer: patches for ArchLinux and Slackware by Alan …
(edit) @16946   16 years vboxsync NAT: cosmetics
(edit) @16945   16 years vboxsync OVF: use FAILED macro
(edit) @16944   16 years vboxsync OVF: nuke CHECK_ERROR_THROW macro again, go back to throwing HRESULT
(edit) @16943   16 years vboxsync Solaris/VBoxNetAdp: Build fix.
(edit) @16942   16 years vboxsync FE/Qt4: Hide status bar messages when the popup menus are closed.
(edit) @16941   16 years vboxsync Cleaned up + PAE write fix for 2nd PTE
(edit) @16940   16 years vboxsync More logging
(edit) @16939   16 years vboxsync crOpenGL: tabs to spaces
(edit) @16938   16 years vboxsync NAT: non-blocks + socket creation error handling
(edit) @16937   16 years vboxsync NAT: cosmetic
(edit) @16936   16 years vboxsync NAT: old sync mode
(edit) @16935   16 years vboxsync kStuff,IPRT: kStuff r23 -> r26, kLdrModOpenFromRdr got image selection …
(edit) @16934   16 years vboxsync IPRT: Prep for upcoming FAT Mach-O support.
(edit) @16933   16 years vboxsync IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
(edit) @16932   16 years vboxsync OVF: try to fix windows burn
(edit) @16931   16 years vboxsync OVF: make error handling work in IAppliance::importMachines().
(edit) @16930   16 years vboxsync mac compile fix
(edit) @16929   16 years vboxsync compile fix
(edit) @16928   16 years vboxsync Solaris/VBoxNetFlt: fixed panic on debug kernels.
(edit) @16927   16 years vboxsync NetAdp/win: enabled add/remove tap if UI, make the proper adapters to …
(edit) @16926   16 years vboxsync OVF: fix session handling (code failed if machine had more than one …
(edit) @16925   16 years vboxsync qt4-bin: darwin/amd64 updates.
(edit) @16924   16 years vboxsync Fixed wrong string usage
(edit) @16923   16 years vboxsync Update
(edit) @16922   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: compile fix
(edit) @16921   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @16920   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: build fix
(edit) @16919   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: disabled obsolete code
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