VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1728   18 years vboxsync Added missing IN_GUEST to a couple of templates.
(edit) @1727   18 years vboxsync Added expected config value to the list.
(edit) @1726   18 years vboxsync 1703: Redesign the Virtual Disk Manager dialog: 1. Removing the last …
(edit) @1725   18 years vboxsync Please, take care to when introducing new features!
(edit) @1724   18 years vboxsync Build breakage fix.
(edit) @1723   18 years vboxsync Serial device: - Renamed file & cleaned up - Enabled GC & R0 IO port …
(edit) @1722   18 years vboxsync r=bird: excellent.
(edit) @1721   18 years vboxsync Implemented new 'MonitorCount' VM setting, to be used by VGA device …
(edit) @1720   18 years vboxsync fix/workaround for #1873
(edit) @1719   18 years vboxsync r=bird: missed an else case (fixed).
(edit) @1718   18 years vboxsync FE/Qt: NLS: Fixed: header files were not processed by the language …
(edit) @1717   18 years vboxsync 64 bits windows build fixes
(edit) @1716   18 years vboxsync win64 build break
(edit) @1715   18 years vboxsync small cosmetical fixes
(edit) @1714   18 years vboxsync GCC warning.
(edit) @1713   18 years vboxsync GCC warning.
(edit) @1712   18 years vboxsync Cleaned up a bit.
(edit) @1711   18 years vboxsync HGCM cleanup.
(edit) @1710   18 years vboxsync Fixed support for Linux guest ring 3 in the runtime
(edit) @1709   18 years vboxsync nls updates
(edit) @1708   18 years vboxsync Implemented WIN32 raw disk access setup (the rest was already generic).
(edit) @1707   18 years vboxsync FE/Qt: Added generic list item up/down icons (currently used for the …
(edit) @1706   18 years vboxsync FE/Qt: Linux: When opening an URL, give kfmclient:exec a higher …
(edit) @1705   18 years vboxsync export to OSE
(edit) @1704   18 years vboxsync Convert to use case-insensitive string compare from runtime.
(edit) @1703   18 years vboxsync Added case-insensitive UTF-8 string compare (implemented via C library …
(edit) @1702   18 years vboxsync Using -dumpversion, and corrected the parsing of minor_ver.
(edit) @1701   18 years vboxsync FE/Qt: Network UI spelling.
(edit) @1700   18 years vboxsync Permit 4.1.x+.
(edit) @1699   18 years vboxsync NO_SUPCALLR0VMM not needed for L4
(edit) @1698   18 years vboxsync Change configuration option for TCP/UDP setting. Better config checking.
(edit) @1697   18 years vboxsync Enabled recompiler/new.
(edit) @1696   18 years vboxsync Raw disk driver is not supported on L4.
(edit) @1695   18 years vboxsync Initial implementation of raw host hard disk support.
(edit) @1694   18 years vboxsync Don't log GRUB invoking the ROM get configuration BIOS function.
(edit) @1693   18 years vboxsync fixed typo.
(edit) @1692   18 years vboxsync Testcase for reading the TSC on all CPUs in an SMP system.
(edit) @1691   18 years vboxsync First version of German translation (state of discussion). Use export …
(edit) @1690   18 years vboxsync removed VRDP and guest resize indicator icons
(edit) @1689   18 years vboxsync AMD64 Vista fixes.
(edit) @1688   18 years vboxsync FE/Qt: Added NLS support (compile and install defined NLS files; load …
(edit) @1687   18 years vboxsync warnings
(edit) @1686   18 years vboxsync warning
(edit) @1685   18 years vboxsync warning
(edit) @1684   18 years vboxsync NO_SUPCALLR0VMM for L4
(edit) @1683   18 years vboxsync Remove unused variables.
(edit) @1682   18 years vboxsync A try to fix the Linux build.
(edit) @1681   18 years vboxsync Implemented HGCM save/load state
(edit) @1680   18 years vboxsync eol-style
(edit) @1679   18 years vboxsync Cleaned it up.
(edit) @1678   18 years vboxsync Lost connection case.
(edit) @1677   18 years vboxsync Don't pass back VERR_BROKEN_PIPE to upper layers.
(edit) @1676   18 years vboxsync Removed shutdown detection
(edit) @1675   18 years vboxsync Disconnect client after detecting a broken pipe
(edit) @1674   18 years vboxsync Sleep a bit after detecting the client is still connected.
(edit) @1673   18 years vboxsync Update
(edit) @1672   18 years vboxsync typo
(edit) @1671   18 years vboxsync Correction
(edit) @1670   18 years vboxsync Bugfix
(edit) @1669   18 years vboxsync Don't use auto-reset event semaphores.
(edit) @1668   18 years vboxsync Use overlapped option for ConnectNamedPipe too.
(edit) @1667   18 years vboxsync vbox version visible in additions modules
(edit) @1666   18 years vboxsync make VBOX_VERSION visible with modinfo
(edit) @1665   18 years vboxsync Compile fix
(edit) @1664   18 years vboxsync Another fix
(edit) @1663   18 years vboxsync Some shutdown fixes. (not well done)
(edit) @1662   18 years vboxsync Made writes blocking again.
(edit) @1661   18 years vboxsync More fixes
(edit) @1660   18 years vboxsync Typo in comment, raw disk access is a media driver.
(edit) @1659   18 years vboxsync Argh
(edit) @1658   18 years vboxsync New log group for raw disk (partition) block driver.
(edit) @1657   18 years vboxsync Test
(edit) @1656   18 years vboxsync Comment added
(edit) @1655   18 years vboxsync Discard write if nobody is listening.
(edit) @1654   18 years vboxsync Wait a bit when nobody has connected yet.
(edit) @1653   18 years vboxsync More overlapped changes
(edit) @1652   18 years vboxsync Try it with overlapped writes then.
(edit) @1651   18 years vboxsync create the named pipe only once
(edit) @1650   18 years vboxsync New VINF_HGCM_SAVE_STATE code.
(edit) @1649   18 years vboxsync Workaround for the problem when VBox captures keyboard but it not …
(edit) @1648   18 years vboxsync A quick hack to include guesttool.exe and VBoxGuestAdditions.iso in …
(edit) @1647   18 years vboxsync So far unsuccessful attempts to make Windows named pipes work properly …
(edit) @1646   18 years vboxsync Converted from active waiting to RTThreadWait.
(edit) @1645   18 years vboxsync removed some leftover debug code (amd64 tripple-fault)
(edit) @1644   18 years vboxsync warnings.
(edit) @1643   18 years vboxsync Hack to remove RTGCPTR from Linux guest additions
(edit) @1642   18 years vboxsync files are outdated, until we see real trouble with some GCC release we …
(edit) @1641   18 years vboxsync warnings.
(edit) @1640   18 years vboxsync warning.
(edit) @1639   18 years vboxsync fixed alignment
(edit) @1638   18 years vboxsync warning.
(edit) @1637   18 years vboxsync updated precompiled objects
(edit) @1636   18 years vboxsync warnings.
(edit) @1635   18 years vboxsync warnings.
(edit) @1634   18 years vboxsync warnings.
(edit) @1633   18 years vboxsync warning.
(edit) @1632   18 years vboxsync Removed two duplicate symbol warnings from RuntimeW32GuestR0.
(edit) @1631   18 years vboxsync warnings
(edit) @1630   18 years vboxsync shut up warnings
(edit) @1629   18 years vboxsync Removed obsolete code. Proper save/restore will be committed later.
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