VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 (!).
(edit) @1551   18 years vboxsync Mac OS X audio support (only playback).
(edit) @1549   18 years vboxsync Use iprt/string.h
(edit) @1538   18 years vboxsync save u16CSR0LastSeenByGuest in SSM info
(edit) @1534   18 years vboxsync fix typo
(edit) @1533   18 years vboxsync Fix logging and error code handling.
(edit) @1532   18 years vboxsync Handle EFBIG on Linux correctly (and try to detect the same situation …
(edit) @1531   18 years vboxsync Implemented INT15h, fn 0xC2 (mouse), subfn 3 - set resolution. MSD and …
(edit) @1530   18 years vboxsync Corrected VBox-specific bug in INT15h mouse reset handling. Fixes MS …
(edit) @1512   18 years vboxsync export to OSE
(edit) @1497   18 years vboxsync try unbreak l4…
(edit) @1488   18 years vboxsync moved driver to the right lib.
(edit) @1484   18 years vboxsync removed obsolete external.
(edit) @1483   18 years vboxsync buildfix
(edit) @1482   18 years vboxsync build fix.
(edit) @1481   18 years vboxsync No longer require contiguous memory for the VM structure. Did long …
(edit) @1477   18 years vboxsync Forgot serial port changes in the Makefile…
(edit) @1476   18 years vboxsync First go at a serial port device with I/O hooked to named pipe/local …
(edit) @1458   18 years vboxsync oops.
(edit) @1457   18 years vboxsync Make sure the output directory exists. (stupid me)
(edit) @1453   18 years vboxsync warning
(edit) @1436   18 years vboxsync Reset should honor the warm reboot flag.
(edit) @1434   18 years vboxsync Log boot attempts to the release log (not just failed attempts as …
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