VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16565   16 years vboxsync NAT: fdset referenced in Unix compilation
(edit) @16564   16 years vboxsync NAT: warnings
(edit) @16563   16 years vboxsync NAT: slirp_get_nsock introduced returns number of sockets
(edit) @16562   16 years vboxsync NAT:NSOK_INC/DEC added to count sockets number for allocation enough …
(edit) @16561   16 years vboxsync XPCOM/Unix: try getpwuid() first to get the user name for the IPC socket
(edit) @16560   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16559   16 years vboxsync initial EFI code
(edit) @16558   16 years vboxsync Main: back out r42503
(edit) @16557   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16556   16 years vboxsync export
(edit) @16555   16 years vboxsync export
(edit) @16554   16 years vboxsync export
(edit) @16553   16 years vboxsync SCSI: Add missing WRITE(6) command. Needed for FreeBSD
(edit) @16552   16 years vboxsync Ignore patch writes that don't change anything
(edit) @16551   16 years vboxsync typecast to prevent warnings
(edit) @16550   16 years vboxsync - Removed unused reference to $(PATH_VBOX_SVN)/include - Refactor …
(edit) @16549   16 years vboxsync iprt/Makefile: Moved the subfooter.kmk include down after the doxygen …
(edit) @16548   16 years vboxsync Return early when the machine count is zero.
(edit) @16547   16 years vboxsync cbinding.h was moved from sample directory to include directory as it …
(edit) @16546   16 years vboxsync Solaris/vboxdrv/vboxflt: Fixed incorrect return value on failure on _init.
(edit) @16545   16 years vboxsync assert.h/AssertForEach: -lisp, -name, +indent, +typecast, +hex print, …
(edit) @16544   16 years vboxsync FE/Qt4: 3366: Add virtualization LED into VM status bar: better …
(edit) @16543   16 years vboxsync Main/HostHardwareLinux: assertions
(edit) @16542   16 years vboxsync iprt/assert.h: added AssertForEach
(edit) @16541   16 years vboxsync prevent typecasts
(edit) @16540   16 years vboxsync NAT:decoupling of drvNATSend
(edit) @16539   16 years vboxsync Main: remove special string class in XML exceptions
(edit) @16538   16 years vboxsync Main: replace redundant xml::FmtStr with com::Utf8StrFmt
(edit) @16537   16 years vboxsync BIOS part to make Vista boot from the LsiLogic controller and boot speedup
(edit) @16536   16 years vboxsync tstIntNet-1.cpp: spaces.
(edit) @16535   16 years vboxsync tstLinuxC.c: More cryptic '_' -> Utf16 changes.
(edit) @16534   16 years vboxsync VBoxXPCOMC.cpp: fixed the LOG_GROUP definition (must be first …
(edit) @16533   16 years vboxsync tstLinuxC.c: Do not attempt to free output arguments on failure. Using …
(edit) @16532   16 years vboxsync root/Makefile.kmk: Moved the subheader.kmk include down so the BLDDIRS …
(edit) @16531   16 years vboxsync NAT: cosmetics
(edit) @16530   16 years vboxsync Main: rework error macros everywhere; make error messages much more …
(edit) @16529   16 years vboxsync NAT:port-forwarding: Default value for SND/RCV buffers increased 4x
(edit) @16528   16 years vboxsync Main/HostHardwareLinux: fixed some uncaught exceptions and added two …
(edit) @16527   16 years vboxsync Linux HostSerial: typo
(edit) @16526   16 years vboxsync IMO better for the unsetenv() prototype on Darwin
(edit) @16525   16 years vboxsync some comments
(edit) @16524   16 years vboxsync Nasty darwin burn fix. Review required
(edit) @16523   16 years vboxsync back 42448
(edit) @16522   16 years vboxsync typo, fix mac burn
(edit) @16521   16 years vboxsync Installer/Additions/Linux: fix support for openSUSE 11.1
(edit) @16520   16 years vboxsync FE/Qt4: 3225: Disable ACPI actions if ACPI is not supported atm: …
(edit) @16519   16 years vboxsync Changed the string formatter to those in iprt.
(edit) @16518   16 years vboxsync OVF: fix path delimiters
(edit) @16517   16 years vboxsync OVF: add IVirtualSystemDescription::disableItem(), fix disk import
(edit) @16516   16 years vboxsync IPRT: documentation.
(edit) @16515   16 years vboxsync OVF: bring back string references; look up controllers by array item …
(edit) @16514   16 years vboxsync No need for LD_LIBRARY_PATH because we link with -rpath $(PATH_BIN).
(edit) @16513   16 years vboxsync Converted cout,cerr to use iprt Log functions.
(edit) @16512   16 years vboxsync typo
(edit) @16511   16 years vboxsync NAT: cosmetics
(edit) @16510   16 years vboxsync OVF: use dir=return in xidl for IProgress object to un-break Java bindings
(edit) @16509   16 years vboxsync #2954 & #3569: Linux TAP driver is embedded to vboxnetflt. API, …
(edit) @16508   16 years vboxsync fixed RTEnvUnset for Windows hosts
(edit) @16507   16 years vboxsync OVF: changed test case as well
(edit) @16506   16 years vboxsync Adjusted assertion slightly
(edit) @16505   16 years vboxsync REM: safer fix for 3588
(edit) @16504   16 years vboxsync NAT:typo
(edit) @16503   16 years vboxsync OVF: last local changes; make import multi threaded; return IProgress …
(edit) @16502   16 years vboxsync RTEnvUnset(): Use unsetenv() if available
(edit) @16501   16 years vboxsync NAT: soread aware of reading from closing socket
(edit) @16500   16 years vboxsync Cosmetic changes (tabs to spaces).
(edit) @16499   16 years vboxsync REM: fixed 3588, segments selector wasn't loaded sometimes
(edit) @16498   16 years vboxsync NAT:noisy
(edit) @16497   16 years vboxsync Fixed the String Conversion Functions and removed the ones not …
(edit) @16496   16 years vboxsync NAT: cosmetic
(edit) @16495   16 years vboxsync OVF: VBoxManage import implementation (to be continued), back-end …
(edit) @16494   16 years vboxsync configure: todo
(edit) @16493   16 years vboxsync FE/Qt4: 3225: Disable ACPI actions if ACPI is not supported atm: …
(edit) @16492   16 years vboxsync Grammo corrected.
(edit) @16491   16 years vboxsync export, keywords
(edit) @16490   16 years vboxsync FE/Qt4: 3353: Clicking once starts VM: a hack made to prevent this.
(edit) @16489   16 years vboxsync Improved comments.
(edit) @16488   16 years vboxsync libXPCOMtoC.cpp: The VBOXXPCOMC_DECL stuff is required on the …
(edit) @16487   16 years vboxsync cbinding: No $Id$ keywords in samples, just $Revision$. The keyword …
(edit) @16486   16 years vboxsync shared folders: log if the limit for open files is exceeded
(edit) @16485   16 years vboxsync VBoxManage: split out modifyvm into separate file, add import command …
(edit) @16484   16 years vboxsync one more copy and past thing.
(edit) @16483   16 years vboxsync - Renamed tstLinuxC.h to cbinding.h - added doxygen @file tags and …
(edit) @16482   16 years vboxsync VBoxUtils.h: include order here is sooo fun.
(edit) @16481   16 years vboxsync spaces
(edit) @16480   16 years vboxsync crOpenGL: track visible regions on linux guests + some more exports
(edit) @16479   16 years vboxsync VBoxUtils.h: mac burn fix.
(edit) @16478   16 years vboxsync Disable usage of the 0x80 idt gate on 32 bits Windows too. (raw mode only)
(edit) @16477   16 years vboxsync LGPL disclaimer by filemuncher
(edit) @16476   16 years vboxsync VMM/SELM.cpp: privately disabled two assertions
(edit) @16475   16 years vboxsync Config.kmk: darwin/amd64 update.
(edit) @16474   16 years vboxsync build fix.
(edit) @16473   16 years vboxsync Qt4Gui: Carbon -> Coca; make it build. (darwin/amd64)
(edit) @16472   16 years vboxsync Qt4Gui: Carbon -> Coca; make it build. (darwin/amd64)
(edit) @16471   16 years vboxsync QIHotKeyEdit: darwin/amd64 fixes.
(edit) @16470   16 years vboxsync Darn.
(edit) @16469   16 years vboxsync Qt4Gui: Carbon -> Coca; make it build. (darwin/amd64)
(edit) @16468   16 years vboxsync obsolete stuff
(edit) @16467   16 years vboxsync warnings
(edit) @16466   16 years vboxsync Linux additions: fixed file corruption when writing in append mode
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