VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1803   18 years vboxsync Mark thread NamedPipe listen thread as waitable, so that waiting for …
(edit) @1802   18 years vboxsync Avoid unimplemented int15 function warning for ah=0xe9 (SMI functions …
(edit) @1796   18 years vboxsync Commit the code written by Michal (with some minor changes).
(edit) @1795   18 years vboxsync Fixed small problem with iSCSI translation detection (returns unknown …
(edit) @1789   18 years vboxsync Fixed accidentally slipped in code duplication.
(edit) @1784   18 years vboxsync Provide sensible error message in case the raw disk cannot be opened.
(edit) @1778   18 years vboxsync Clean up listen thread properly.
(edit) @1777   18 years vboxsync correction
(edit) @1776   18 years vboxsync Shutdown fix
(edit) @1775   18 years vboxsync shutdown change
(edit) @1765   18 years vboxsync Doesn't work.
(edit) @1764   18 years vboxsync Detach named pipe driver.
(edit) @1763   18 years vboxsync Changed registration order of char & named pipe driver.
(edit) @1761   18 years vboxsync removed todo
(edit) @1760   18 years vboxsync Updates
(edit) @1759   18 years vboxsync Removed assertion and break out of receive loop in case of errors.
(edit) @1758   18 years vboxsync Another attempt at proper shutdown.
(edit) @1756   18 years vboxsync Read fix.
(edit) @1755   18 years vboxsync updated logging
(edit) @1754   18 years vboxsync Oops
(edit) @1753   18 years vboxsync Added statistics
(edit) @1752   18 years vboxsync Shutdown fix
(edit) @1751   18 years vboxsync Logging update
(edit) @1750   18 years vboxsync Extra check for busy read
(edit) @1749   18 years vboxsync
(edit) @1748   18 years vboxsync alignment
(edit) @1746   18 years vboxsync another attempt
(edit) @1745   18 years vboxsync another attempt
(edit) @1744   18 years vboxsync attempt to fix 64-bit-builds
(edit) @1742   18 years vboxsync Proterty cleanup
(edit) @1741   18 years vboxsync Use a seperate thread for writing.
(edit) @1740   18 years vboxsync Support raw disk images (the code is almost identical to raw disk …
(edit) @1738   18 years vboxsync Clean up properly.
(edit) @1737   18 years vboxsync Fixed a couple off-by-one errors in the CHS handling part …
(edit) @1736   18 years vboxsync Property cleanup (and reexport serial device).
(edit) @1735   18 years vboxsync Partly revert previous CHS translation and shuffle around 16383 …
(edit) @1734   18 years vboxsync Skip write in case of an error.
(edit) @1732   18 years vboxsync Shutdown fixes.
(edit) @1727   18 years vboxsync Added expected config value to the list.
(edit) @1725   18 years vboxsync Please, take care to when introducing new features!
(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) @1719   18 years vboxsync r=bird: missed an else case (fixed).
(edit) @1717   18 years vboxsync 64 bits windows build fixes
(edit) @1712   18 years vboxsync Cleaned up a bit.
(edit) @1708   18 years vboxsync Implemented WIN32 raw disk access setup (the rest was already generic).
(edit) @1704   18 years vboxsync Convert to use case-insensitive string compare from runtime.
(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) @1687   18 years vboxsync warnings
(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) @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) @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) @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) @1640   18 years vboxsync warning.
(edit) @1639   18 years vboxsync fixed alignment
(edit) @1636   18 years vboxsync warnings.
(edit) @1630   18 years vboxsync shut up warnings
(edit) @1627   18 years vboxsync prevent RX/TX during suspend
(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) @1610   18 years vboxsync drop string.h
(edit) @1606   18 years vboxsync Corrected some more log statements and synced some function docs.
(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) @1584   18 years vboxsync export
(edit) @1569   18 years vboxsync Moved win32 usbLib code to VBoxDDU.dll.
(edit) @1566   18 years vboxsync VBOXDDU_DECL & IN_VBOXDDU
(edit) @1565   18 years vboxsync Split out the bulk of the VDI code from VBoxDD and put it in VBoxDDU …
(edit) @1562   18 years vboxsync Forgot to include offset into first page into page number calculation …
(edit) @1561   18 years vboxsync Extra check
(edit) @1560   18 years vboxsync Include offset into first page into page number calculation (!).
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