VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @585   18 years vboxsync OSE export
(edit) @584   18 years vboxsync drop the *Host* drivers for now.
(edit) @583   18 years vboxsync built r1597 of yasm with div by 0 fix for freebsd.x86.
(edit) @582   18 years vboxsync built as86/bcc for freebsd.x86.
(edit) @581   18 years vboxsync Don't require iasl to be in tools/xx.xx/bin/iasl, solaris and freebsd …
(edit) @580   18 years vboxsync attempt to unbreak build
(edit) @579   18 years vboxsync attempt to unbreak the build
(edit) @578   18 years vboxsync improved wording
(edit) @577   18 years vboxsync improved wording
(edit) @576   18 years vboxsync FE/Qt: Stupid attempt to fix stupid build error on rhel3.
(edit) @575   18 years vboxsync Enabled delayed transmit interrupts + added async sending of packets …
(edit) @574   18 years vboxsync spaces
(edit) @573   18 years vboxsync what about alloca().
(edit) @572   18 years vboxsync spaces
(edit) @571   18 years vboxsync spaces. dropped #include <string.h>
(edit) @570   18 years vboxsync spaces
(edit) @569   18 years vboxsync docs and a todo.
(edit) @568   18 years vboxsync FE/Qt: Attempt to fix build warnings and errors on rhel3 (oldish gcc …
(edit) @567   18 years vboxsync FE/Qt: New icons (wizard pixmaps, global settings, VRDP, create new usb).
(edit) @566   18 years vboxsync More comments
(edit) @565   18 years vboxsync FE/Qt: Fixed build breakage; fixed a trap during application …
(edit) @564   18 years vboxsync Added disabled code path for sending multiple packets.
(edit) @563   18 years vboxsync FE/Qt: Fixed retaining the current list position in the VDM dialog …
(edit) @562   18 years vboxsync forgot something
(edit) @561   18 years vboxsync Update
(edit) @560   18 years vboxsync Implemented drvTAPW32SendEx
(edit) @559   18 years vboxsync Added INetworkConnector callback for sending multiple packets
(edit) @558   18 years vboxsync Added INetworkConnector callback for sending multiple packets
(edit) @557   18 years vboxsync Added version check
(edit) @556   18 years vboxsync Added VERR_PDM_HIF_INVALID_VERSION
(edit) @555   18 years vboxsync TAP interface update (TAP_IOCTL_TRANSFER_ETHPACKETS)
(edit) @554   18 years vboxsync TAP interface update
(edit) @553   18 years vboxsync Don't disable the extended VBE mode when Windows want's to reset the …
(edit) @552   18 years vboxsync Added STAMUNIT_KILOBYTES
(edit) @551   18 years vboxsync Added STAMUNIT_KILOBYTES
(edit) @550   18 years vboxsync Wrong sample names
(edit) @549   18 years vboxsync More stats
(edit) @548   18 years vboxsync FE/Qt: Latest fixes to VDM and media enumeration process (better …
(edit) @547   18 years vboxsync More stats
(edit) @546   18 years vboxsync Changed comments
(edit) @545   18 years vboxsync Added disabled option to postpone interrupts until we deliver the …
(edit) @544   18 years vboxsync Log when an IDT handler is disabled.
(edit) @543   18 years vboxsync freebsd needs pthread.
(edit) @542   18 years vboxsync FreeBSD is sporting GNU iconv in /usr/local/…
(edit) @541   18 years vboxsync export it.
(edit) @540   18 years vboxsync export it
(edit) @539   18 years vboxsync Port IPRT to FreeBSD
(edit) @538   18 years vboxsync export r3/freebsd
(edit) @537   18 years vboxsync Make runtime build on FreeBSD.
(edit) @536   18 years vboxsync *BSD and prepared for solaris.
(edit) @535   18 years vboxsync All new ports use recompiler/new.
(edit) @534   18 years vboxsync Did a rough config of FreeBSD, NetBSD, OpenBSD and Solaris.
(edit) @533   18 years vboxsync Fixed the RTMemExecAlloc issue with selinux enabled systems (and the …
(edit) @532   18 years vboxsync Same typo.
(edit) @531   18 years vboxsync fixed typo.
(edit) @530   18 years vboxsync Hack for running slirp (NAT) on 64-bit hosts.
(edit) @529   18 years vboxsync Fixed bug in LogRelIt in C99/AMD64 mode.
(edit) @528   18 years vboxsync forgot to commit one alignment fix.
(edit) @527   18 years vboxsync Alignment fixes.
(edit) @526   18 years vboxsync Alignment fixes.
(edit) @525   18 years vboxsync VM_GUEST_ADDR isn't the right macro for converting the pPciBusHC into …
(edit) @524   18 years vboxsync nice typo :)
(edit) @523   18 years vboxsync use the SDL-provided default bpp if there is one
(edit) @522   18 years vboxsync timer-based SDL window resize like FE/Qt (more reliable, also works …
(edit) @521   18 years vboxsync cosmetical fixes
(edit) @520   18 years vboxsync 64-bit alignment.
(edit) @519   18 years vboxsync disabled two HC pointer size assertions that are probably invalid.
(edit) @518   18 years vboxsync 64-bit alignment in CSAM.
(edit) @517   18 years vboxsync More VRDP clipboard code
(edit) @516   18 years vboxsync perform guest resize operations only once when the mouse button was …
(edit) @515   18 years vboxsync Possibly dangerous change: stop monitoring IDT patch pages when too …
(edit) @514   18 years vboxsync Main: Fixed the assertion unexpectedly popping up when creating a …
(edit) @513   18 years vboxsync Less restricted assertion
(edit) @512   18 years vboxsync removed test code
(edit) @511   18 years vboxsync Logging
(edit) @510   18 years vboxsync Fixed the VBVA buffer overwrite in the Linux guest video driver.
(edit) @509   18 years vboxsync Corrected comment
(edit) @508   18 years vboxsync Added todo
(edit) @507   18 years vboxsync TAP Update
(edit) @506   18 years vboxsync TAP update
(edit) @505   18 years vboxsync TAP update
(edit) @504   18 years vboxsync FE/Qt: Fixed spelling and order in the USB Filter UI.
(edit) @503   18 years vboxsync 'RTStrmPrintf(g_pStdErr,...) doesn't compile on Windows
(edit) @502   18 years vboxsync When installing Windows guest video driver, set the hardware …
(edit) @501   18 years vboxsync FE/SDL: Printf to stderr on runtime error as long as we don't have a …
(edit) @500   18 years vboxsync Logging update
(edit) @499   18 years vboxsync Queue depth of 8 is too much. 4 yields better results.
(edit) @498   18 years vboxsync Another update
(edit) @497   18 years vboxsync Update. Rather useless to monitor the receive ring descriptors.
(edit) @496   18 years vboxsync Updated no polling code path.
(edit) @495   18 years vboxsync Additions installers are not OSE
(edit) @494   18 years vboxsync Our change was contained in the upstream (slightly different: …
(edit) @493   18 years vboxsync Changed printfs to Logs in DevVGA
(edit) @492   18 years vboxsync 64-bit alignment. Klaus, could you quickly verify that I didn't break …
(edit) @491   18 years vboxsync 64-bit alignment.
(edit) @490   18 years vboxsync 64-bit alignment.
(edit) @489   18 years vboxsync 64-bit alignment.
(edit) @488   18 years vboxsync fixed bustage.
(edit) @487   18 years vboxsync 64-bit Alignment.
(edit) @486   18 years vboxsync 64-bit alignment.
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