|
|
@35353
|
14 years |
vboxsync |
Move the misc files the in src/VBox/Devices/ directory into a build/ …
|
|
|
@35346
|
14 years |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@33595
|
14 years |
vboxsync |
src/*: more spelling fixes (logging), thanks Timeless!
|
|
|
@33540
|
14 years |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@32226
|
14 years |
vboxsync |
warning
|
|
|
@32139
|
14 years |
vboxsync |
FTM checkpoint setting
|
|
|
@31114
|
14 years |
vboxsync |
TAP: make it work again on Linux hosts
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28417
|
15 years |
vboxsync |
DrvTAP,DrvVDE: Register stats before we can fail so we won't upset …
|
|
|
@28275
|
15 years |
vboxsync |
Devices/Network: Call pfnBeginXmit and pfnEndXmit.
|
|
|
@28258
|
15 years |
vboxsync |
PDM critsects for drivers. Fixed critsect cleanup in failure path. …
|
|
|
@28213
|
15 years |
vboxsync |
PDMINETWORKUP,Drv*,Dev*: Eliminated pfnSendDeprecated.
|
|
|
@26305
|
15 years |
vboxsync |
pdmnetif.h & users: sketched out a new interface that is intended to …
|
|
|
@26300
|
15 years |
vboxsync |
pdmifs.h: Moved the network interfaces to a separate header called …
|
|
|
@26173
|
15 years |
vboxsync |
PDM: s/pCfgHandle/pCfg/g - part 2.
|
|
|
@26166
|
15 years |
vboxsync |
PDM: s/szDriverName/szName/g - PDMDRVREG.
|
|
|
@26001
|
15 years |
vboxsync |
PDM,*: Redid the PDM structure versions. Check the instance and helper …
|
|
|
@25985
|
15 years |
vboxsync |
pdmifs.h: the final batch of refactored interface ID code.
|
|
|
@25981
|
15 years |
vboxsync |
pdmifs.h: yet another batch of refactored interface ID code.
|
|
|
@25966
|
15 years |
vboxsync |
PDMIBASE refactoring; use UUID as interface IDs.
|
|
|
@25893
|
15 years |
vboxsync |
PDMDrv,*: multi context drivers, part 2.
|
|
|
@25823
|
15 years |
vboxsync |
Devices: more -Wshadow
|
|
|
@24010
|
15 years |
vboxsync |
don't use <ctype.h> on UTF-8.
|
|
|
@22277
|
15 years |
vboxsync |
PDMDRVREG change (big changeset).
|
|
|
@20708
|
15 years |
vboxsync |
DrvIntNet,DrvTAP: Deregister statistics during destruction. (untested)
|
|
|
@13840
|
16 years |
vboxsync |
Hex format types (Vhx[sd] -> Rhx[sd]).
|
|
|
@11284
|
16 years |
vboxsync |
Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
|
|
|
@11269
|
16 years |
vboxsync |
Devices: pData -> pThis.
|
|
|
@11268
|
16 years |
vboxsync |
Devices: ELEMENTS -> RT_ELEMENTS.
|
|
|
@11267
|
16 years |
vboxsync |
Devices: PDMINS2DATA -> PDMINS_2_DATA.
|
|
|
@11266
|
16 years |
vboxsync |
Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
|
|
|
@11246
|
16 years |
vboxsync |
DrvTAP: don't leave mess behind.
|
|
|
@11242
|
16 years |
vboxsync |
Increased buffer size to 16kB in DrvTap to support jumbo frames.
|
|
|
@11157
|
16 years |
vboxsync |
Replaced PDMMAC by RTMAC.
|
|
|
@9124
|
17 years |
vboxsync |
Cleanup of the Solaris 10 detection, reducing ifdef clutter in the C …
|
|
|
@9113
|
17 years |
vboxsync |
fixed Solaris version detection
|
|
|
@9112
|
17 years |
vboxsync |
Hopefully working solaris 10 detection.
|
|
|
@9087
|
17 years |
vboxsync |
Don't build TAP stuff on Solaris 10.
|
|
|
@8960
|
17 years |
vboxsync |
Hungarian.
|
|
|
@8610
|
17 years |
vboxsync |
PCNet: completed fix for broken hostif with certain guests. Make sure …
|
|
|
@8571
|
17 years |
vboxsync |
Solaris hostif: Load libdlpi dynamically.
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@7831
|
17 years |
vboxsync |
net: moved the wait/notify mechanism for receive buffers into the device
|
|
|
@7799
|
17 years |
vboxsync |
TAP: remove the obsolete polling stuff
|
|
|
@7786
|
17 years |
vboxsync |
do it like DrvTAPOs2 and ensure that we never miss a receive wakeup
|
|
|
@7785
|
17 years |
vboxsync |
comment, cosmetics
|
|
|
@7033
|
17 years |
vboxsync |
upgly typo preventing hostif from working
|
|
|
@6941
|
17 years |
vboxsync |
Removed ASYNCSTATE. Set EventOutOfSpace to NIL after destruction.
|
|
|
@6931
|
17 years |
vboxsync |
Converted the TAP async thread to a PDMDrvThread
|
|
|
@6300
|
17 years |
vboxsync |
no "\n", ".", nor "!" at end of an error message
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5931
|
17 years |
vboxsync |
sol64 build fix.
|
|
|
@5719
|
17 years |
vboxsync |
Solaris crossbow: allow using existing interfaces.
|
|
|
@5701
|
17 years |
vboxsync |
r=bird
|
|
|
@5698
|
17 years |
vboxsync |
Solaris crossbow changes.
|
|
|
@5586
|
17 years |
vboxsync |
Solaris crossbow integration, work in progress.
|
|
|
@5298
|
17 years |
vboxsync |
Fix for Solaris TAP deadlock. Try receiving when there's at least one …
|
|
|
@5183
|
17 years |
vboxsync |
hdr.
|
|
|
@5182
|
17 years |
vboxsync |
Solaris
|
|
|
@5134
|
17 years |
vboxsync |
Solaris.
|
|
|
@5126
|
17 years |
vboxsync |
Solaris
|
|
|
@5013
|
17 years |
vboxsync |
solaris / beautify.
|
|
|
@4641
|
17 years |
vboxsync |
a review todo
|
|
|
@4372
|
17 years |
vboxsync |
Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@4014
|
17 years |
vboxsync |
Use pdmdrv.h and pdmdev.h where appropirate.
|
|
|
@3931
|
17 years |
vboxsync |
an L4 hack
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@587
|
18 years |
vboxsync |
Removed multiple packet code. Failed experiment.
|
|
|
@572
|
18 years |
vboxsync |
spaces
|
|
|
@559
|
18 years |
vboxsync |
Added INetworkConnector callback for sending multiple packets
|
|
|
@1
|
55 years |
vboxsync |
import
|