VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1701   18 years vboxsync FE/Qt: Network UI spelling.
(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) @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) @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) @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) @1659   18 years vboxsync Argh
(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) @1649   18 years vboxsync Workaround for the problem when VBox captures keyboard but it not …
(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) @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) @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) @1630   18 years vboxsync shut up warnings
(edit) @1629   18 years vboxsync Removed obsolete code. Proper save/restore will be committed later.
(edit) @1628   18 years vboxsync Network Interfaces Settings rework: 1. Network Interfaces List with …
(edit) @1627   18 years vboxsync prevent RX/TX during suspend
(edit) @1626   18 years vboxsync Fixed some YASM warnings for win32 targets
(edit) @1625   18 years vboxsync @@note -> Note:
(edit) @1624   18 years vboxsync added BackdoorLogDisabled config option to VMMDev
(edit) @1623   18 years vboxsync added verbose text for internal network
(edit) @1622   18 years vboxsync ignore the error code in destruct because the critical section might …
(edit) @1621   18 years vboxsync Fix for the Linux guest HGCM call ioctl
(edit) @1620   18 years vboxsync All rings are allowed with hardware acceleration
(edit) @1619   18 years vboxsync Added an HGCM call ioctl to the Linux Additions kernel module. The …
(edit) @1611   18 years vboxsync warnings
(edit) @1610   18 years vboxsync drop string.h
(edit) @1609   18 years vboxsync typo
(edit) @1608   18 years vboxsync rc was probably not initialized
(edit) @1607   18 years vboxsync ~0U
(edit) @1606   18 years vboxsync Corrected some more log statements and synced some function docs.
(edit) @1605   18 years vboxsync Enabled raw trap forwarding again.
(edit) @1604   18 years vboxsync Compile fix
(edit) @1603   18 years vboxsync Small correction
(edit) @1602   18 years vboxsync Never generate a raw trap for trap 6 faults; instruction emulation is …
(edit) @1601   18 years vboxsync Oops
(edit) @1600   18 years vboxsync adapted testcase
(edit) @1599   18 years vboxsync added RestrictAccess key to allow to disable the policy that only VMs …
(edit) @1598   18 years vboxsync pop [esp+xx] uses esp *after* the actual pop
(edit) @1597   18 years vboxsync extended assertion
(edit) @1596   18 years vboxsync removed debugging aid
(edit) @1595   18 years vboxsync resb in code/data => times xxx db 0
(edit) @1594   18 years vboxsync Fixed 64-bit issue.
(edit) @1585   18 years vboxsync warnings
(edit) @1584   18 years vboxsync export
(edit) @1583   18 years vboxsync warnings
(edit) @1581   18 years vboxsync r=bird: Too verbose comments that just repeated the code (fixed).
(edit) @1580   18 years vboxsync Corrected VBOXTSS member name.
(edit) @1579   18 years vboxsync doxygen fixes
(edit) @1578   18 years vboxsync style
(edit) @1577   18 years vboxsync Do not access already completed message in HGCM.
(edit) @1576   18 years vboxsync Removed obsolete todo
(edit) @1575   18 years vboxsync Check for hypervisor area & intermediate mapping conflicts too.
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