|
|
@11786
|
16 年 |
vboxsync |
size_t -> int
|
|
|
@11759
|
16 年 |
vboxsync |
Tab removing
|
|
|
@11758
|
16 年 |
vboxsync |
get rid of unused callbcaks
|
|
|
@11284
|
16 年 |
vboxsync |
Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
|
|
|
@11269
|
16 年 |
vboxsync |
Devices: pData -> pThis.
|
|
|
@11267
|
16 年 |
vboxsync |
Devices: PDMINS2DATA -> PDMINS_2_DATA.
|
|
|
@11266
|
16 年 |
vboxsync |
Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
|
|
|
@11170
|
16 年 |
vboxsync |
Hooks to FreeBSD's NAT engine was introduced
|
|
|
@11157
|
16 年 |
vboxsync |
Replaced PDMMAC by RTMAC.
|
|
|
@9523
|
16 年 |
vboxsync |
fixed default guest IP
|
|
|
@9472
|
16 年 |
vboxsync |
NAT: fixed default guest IP address for port forwarding if the NAT …
|
|
|
@9336
|
16 年 |
vboxsync |
oops, left at stdint.h include in there.
|
|
|
@9330
|
16 年 |
vboxsync |
More PCI config register setters.
|
|
|
@8715
|
17 年 |
vboxsync |
Fix using several NAT adapters in a single VM.
|
|
|
@8404
|
17 年 |
vboxsync |
fixed error message
|
|
|
@8378
|
17 年 |
vboxsync |
cosmetical fix
|
|
|
@8358
|
17 年 |
vboxsync |
only call slirp_set_ethaddr if we actually get a MAC
|
|
|
@8341
|
17 年 |
vboxsync |
NAT: set the MAC address during power-on as well for static IP …
|
|
|
@8340
|
17 年 |
vboxsync |
NAT: comments
|
|
|
@8295
|
17 年 |
vboxsync |
Renamed ip.cpp, tstIp.cpp and ip.h to cidr so they correspond to the …
|
|
|
@8287
|
17 年 |
vboxsync |
NAT: make the network configurable
|
|
|
@8285
|
17 年 |
vboxsync |
NAT: set network address after loadstate (fixed #2467)
|
|
|
@8155
|
17 年 |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@8009
|
17 年 |
vboxsync |
slirp: make it possible to configure the netmask
|
|
|
@7831
|
17 年 |
vboxsync |
net: moved the wait/notify mechanism for receive buffers into the device
|
|
|
@6374
|
17 年 |
vboxsync |
Squash a few evil TAB characters which have crept in.
|
|
|
@6304
|
17 年 |
vboxsync |
%Vrc
|
|
|
@6300
|
17 年 |
vboxsync |
no "\n", ".", nor "!" at end of an error message
|
|
|
@5999
|
17 年 |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5832
|
17 年 |
vboxsync |
Minor comment fix.
|
|
|
@5436
|
17 年 |
vboxsync |
Back out NAT ping error message code.
|
|
|
@5332
|
17 年 |
vboxsync |
Make PXE booting in NAT mode work without much hassle.
|
|
|
@5271
|
17 年 |
vboxsync |
Typo.
|
|
|
@5270
|
17 年 |
vboxsync |
Fix typo.
|
|
|
@5267
|
17 年 |
vboxsync |
Mark the NAT ping message text as translatable.
|
|
|
@5266
|
17 年 |
vboxsync |
Show a warning message when the guest tries to send a ping packet that …
|
|
|
@4071
|
17 年 |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@4014
|
17 年 |
vboxsync |
Use pdmdrv.h and pdmdev.h where appropirate.
|
|
|
@2981
|
17 年 |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@2938
|
17 年 |
vboxsync |
NAT: Pass first entry of search list as domain name in DHCP (which …
|
|
|
@2837
|
18 年 |
vboxsync |
Log message typo fix.
|
|
|
@1879
|
18 年 |
vboxsync |
removed superflous header
|
|
|
@1878
|
18 年 |
vboxsync |
removed RTPrintf
|
|
|
@1856
|
18 年 |
vboxsync |
DNS failure in NAT setup is not fatal anymore
|
|
|
@1852
|
18 年 |
vboxsync |
Improved error message if no DNS entries found with NAT
|
|
|
@1719
|
18 年 |
vboxsync |
r=bird: missed an else case (fixed).
|
|
|
@1704
|
18 年 |
vboxsync |
Convert to use case-insensitive string compare from runtime.
|
|
|
@1698
|
18 年 |
vboxsync |
Change configuration option for TCP/UDP setting. Better config checking.
|
|
|
@1186
|
18 年 |
vboxsync |
removed unreachable code.
|
|
|
@1039
|
18 年 |
vboxsync |
Attempt to fix slirp build for 64 bit (also eliminated global variables)
|
|
|
@1033
|
18 年 |
vboxsync |
Big change to make slirp fully instantiatable (replace all global …
|
|
|
@792
|
18 年 |
vboxsync |
Check link states when sending data.
|
|
|
@786
|
18 年 |
vboxsync |
More logging
|
|
|
@765
|
18 年 |
vboxsync |
More protection during termination.
|
|
|
@702
|
18 年 |
vboxsync |
Argh
|
|
|
@701
|
18 年 |
vboxsync |
Termination fix
|
|
|
@700
|
18 年 |
vboxsync |
Another fix. Deadlock warning though.
|
|
|
@699
|
18 年 |
vboxsync |
Fix
|
|
|
@698
|
18 年 |
vboxsync |
Slirp must be protected by a lock due to recent async send changes.
|
|
|
@587
|
18 年 |
vboxsync |
Removed multiple packet code. Failed experiment.
|
|
|
@570
|
18 年 |
vboxsync |
spaces
|
|
|
@559
|
18 年 |
vboxsync |
Added INetworkConnector callback for sending multiple packets
|
|
|
@530
|
18 年 |
vboxsync |
Hack for running slirp (NAT) on 64-bit hosts.
|
|
|
@1
|
55 年 |
vboxsync |
import
|