VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36562   14 years vboxsync PCI: better logging, try to play nice with MSI
(edit) @36561   14 years vboxsync RTCString::join: Optimization.
(edit) @36560   14 years vboxsync IPRT: Perform the mangling check when building.
(edit) @36559   14 years vboxsync Main/Console: Use the device instance when detaching/attaching a …
(edit) @36558   14 years vboxsync FE/Qt: Spelling fix for r70984.
(edit) @36557   14 years vboxsync build fix
(edit) @36556   14 years vboxsync pgm.h: build fix
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36554   14 years vboxsync deb/rpm: VBOX_WITHOUT_EXTPACK_PUEL_PACKING=1
(edit) @36553   14 years vboxsync FE/Qt: Better warning for situations when user tries to create new VM …
(edit) @36552   14 years vboxsync PCI: device reset logic, cleanups, read MSI regs from the device
(edit) @36551   14 years vboxsync FE/Qt: Fixing hung in QIFileDialog while searching first available …
(edit) @36550   14 years vboxsync Burn fix.
(edit) @36549   14 years vboxsync IPRT: hide stuff…
(edit) @36548   14 years vboxsync VBoxService/GuestCopy: Fixed copying of small and 0-byte files. …
(edit) @36547   14 years vboxsync VBoxService/Toolbox: Abort cat'ing when all data is read and/or an …
(edit) @36546   14 years vboxsync Added some missing symbols.
(edit) @36545   14 years vboxsync indent adj.
(edit) @36544   14 years vboxsync iprt-cpp: fix RTCString::join when the list contains just one item
(edit) @36543   14 years vboxsync Main/webservice: must use a recv/send timeout, otherwise connection …
(edit) @36542   14 years vboxsync tag
(edit) @36541   14 years vboxsync LOG_GROUP_USB_CAM -> LOG_GROUP_USB_WEBCAM.
(edit) @36540   14 years vboxsync memuserkernel-r0drv-darwin.cpp needs iprt/assert.h
(edit) @36539   14 years vboxsync iprt-cpp: docu update
(edit) @36538   14 years vboxsync wrong fix
(edit) @36537   14 years vboxsync iprt: no mangling when doxygen is running
(edit) @36536   14 years vboxsync include/*: Made the headers build on linux again (kmk -C include).
(edit) @36535   14 years vboxsync iprt: try to fix osx builds
(edit) @36534   14 years vboxsync FE/Qt4-OSX: build fix
(edit) @36533   14 years vboxsync IPRT-C++: try to fix ose
(edit) @36532   14 years vboxsync IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTList
(edit) @36531   14 years vboxsync Main/GuestCtrl: Take empty files into account when checking for write …
(edit) @36530   14 years vboxsync Corrected doc reference to ministring.
(edit) @36529   14 years vboxsync iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
(edit) @36528   14 years vboxsync PCI: fully reworked interrupts, now HDA audio device can be reasonably …
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(edit) @36526   14 years vboxsync IPRT-C++: try to fix win build boxes
(edit) @36525   14 years vboxsync IPRT-C++: fix rel build boxes
(edit) @36524   14 years vboxsync IPRT-C++: add a thread-safe variant of the generic list class
(edit) @36523   14 years vboxsync Renamed iprt::Error to RTCError.
(edit) @36522   14 years vboxsync lock.h: nit.
(edit) @36521   14 years vboxsync iprt/cpp/lock.h: RTLock, RTLockMtx -> RTCLock, RTClockMtx. 'RTC' is …
(edit) @36520   14 years vboxsync Installer/solaris: make the SMF webservice again contract based, makes …
(edit) @36519   14 years vboxsync FE/Qt4: 3887: Make certain settings editable during runtime: Added …
(edit) @36518   14 years vboxsync Additions/linux/installer: expand auto-run somewhat
(edit) @36517   14 years vboxsync Installer/linux: added a shell script helper for starting applications …
(edit) @36516   14 years vboxsync log: USB CAM log group.
(edit) @36515   14 years vboxsync ExtPacks/UsbWebCam: Initial implementation of UsbWebCam (not finished, …
(edit) @36514   14 years vboxsync VMDK: Reject VD_OPEN_FLAGS_ASYNC_IO for stream optimized images
(edit) @36513   14 years vboxsync DMG: Reject VD_OPEN_FLAGS_ASYNC_IO, correct fix
(edit) @36512   14 years vboxsync DMG: Reject VD_OPEN_FLAGS_ASYNC_IO
(edit) @36511   14 years vboxsync doxygen nits.
(edit) @36510   14 years vboxsync Additions/linux: make vboxguest.ko makefile use generic header and footer
(edit) @36509   14 years vboxsync Additions/linux: adjustments to kernel module makefile split footer
(edit) @36508   14 years vboxsync iprt/C++: some cleanup.
(edit) @36507   14 years vboxsync Doxyfile.*: Fixed ALIASES.
(edit) @36506   14 years vboxsync virtualbox.desktop: missing trailing semicolon
(edit) @36505   14 years vboxsync Runtime/r0drv/solaris/vbi: log.
(edit) @36504   14 years vboxsync FE/Qt4: 5327: Don't change checked/unchecked action-text on …
(edit) @36503   14 years vboxsync DrvCfg/win: stdcall -> VBOXCALL
(edit) @36502   14 years vboxsync DevE1000: Two incorrect PDMBOTHCBDECL uses.
(edit) @36501   14 years vboxsync IPRT: add join/split and + operators to the string class
(edit) @36500   14 years vboxsync IPRT: add a generic list class
(edit) @36499   14 years vboxsync Doc-IPRT: add a RT C++ group to the docu
(edit) @36498   14 years vboxsync PCI: sync
(edit) @36497   14 years vboxsync InstallHelper/Makefile.kmk: Re r70893: TARGET_xxx -> xxx_1_TARGET. The …
(edit) @36496   14 years vboxsync VBoxNetFlt/Makefile.kmk: Re r70893: TARGET_xxx -> xxx_1_TARGET. The …
(edit) @36495   14 years vboxsync Main/Makefile.kmk: Re r70893: TARGET_xxx -> xxx_1_TARGET. The former …
(edit) @36494   14 years vboxsync Main: fixed against compilation of libpng15
(edit) @36493   14 years vboxsync Additions/Solaris: Added Xorg 1.9 and 1.8 support.
(edit) @36492   14 years vboxsync iprt: CRITSECT_WITHOUT_REMAPPING -> RTCRITSECT_WITHOUT_REMAPPING.
(edit) @36491   14 years vboxsync 'c' means 'count of' not 'const', 'pcSomething' = pointer to a count …
(edit) @36490   14 years vboxsync rem: Use cpu_register_physical_memory_offset instead of …
(edit) @36489   14 years vboxsync comment typos.
(edit) @36488   14 years vboxsync iprt/Makefile.kmk: Added a test-mangling rule.
(edit) @36487   14 years vboxsync netflt/adp/win: switch to new VBoxDrvCfg lib
(edit) @36486   14 years vboxsync tooling lib for driver configuration on win
(edit) @36485   14 years vboxsync PCI: sync of interrupts rework
(edit) @36484   14 years vboxsync PCI: fix building on some setups
(edit) @36483   14 years vboxsync Webservice: changelog
(edit) @36482   14 years vboxsync doc/manual: point at the zerofree utility for Linux to give users a …
(edit) @36481   14 years vboxsync Main: Sanitize incoming VRDP USB descriptor strings.
(edit) @36480   14 years vboxsync Installer/linux+solaris: add parameters to webservice start scripts …
(edit) @36479   14 years vboxsync Deleted no longer relevant comments.
(edit) @36478   14 years vboxsync Main/src-server/xpcom: build fix for some gcc versions
(edit) @36477   14 years vboxsync USB: Also find extra vendor/class descriptor data.
(edit) @36476   14 years vboxsync Forgot to commit.
(edit) @36475   14 years vboxsync USB: Store original config descriptor and refer to it for some …
(edit) @36474   14 years vboxsync Runtime/r3/solaris/coredumper: log stmt.
(edit) @36473   14 years vboxsync Installer/solaris: vboxconfig.sh minor, cosmetic change.
(edit) @36472   14 years vboxsync addendum to r70394 for RTCrit*
(edit) @36471   14 years vboxsync Linux 2.6.39-rc1 compile fixes
(edit) @36470   14 years vboxsync VBoxNetNat & tstIntNet: VERR_INTERRUPTED handling (#5620)
(edit) @36469   14 years vboxsync VBoxNetDHCP: do not exit on VERR_INTERRUPTED (#5620)
(edit) @36468   14 years vboxsync Additions/linux: adjustments to kernel module makefile split header …
(edit) @36467   14 years vboxsync Additions/linux: adjustments to kernel module makefile split header …
(edit) @36466   14 years vboxsync Main/src-server/xpcom: Avoid initializing static variables with a …
(edit) @36465   14 years vboxsync Runtime/r3/solaris/coredumper: replace RTFileOpen() with open() …
(edit) @36464   14 years vboxsync Logging.
(edit) @36463   14 years vboxsync Additions/linux: move kernel module makefile split header and footer …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette