VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50173   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50172   11 years vboxsync Try to fix git commit 75f2c56558aee0f3476f170d2ccd96a28eeba710 …
(edit) @50171   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50170   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50169   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50168   11 years vboxsync Renewed our windows signing certificate.
(edit) @50167   11 years vboxsync update-pcbios-source
(edit) @50166   11 years vboxsync BIOS: Work around insufficient keyboard reset timeout.
(edit) @50165   11 years vboxsync FE/Qt: 7036: Runtime UI: Devices menu: Network sub-menu: Stuff to …
(edit) @50164   11 years vboxsync Config.kmk: experiment with picking the best Windows code/driver …
(edit) @50163   11 years vboxsync CPUM.cpp: Enable SSE4.1 and SSE4.2 by default for trunk.
(edit) @50162   11 years vboxsync CPUM.cpp: Added /CPUM/SSE4.1 and /CPUM/SSE4.2 configuration overrides …
(edit) @50161   11 years vboxsync crOpenGL: bugfixes
(edit) @50160   11 years vboxsync BIOS: Rearranged POST to initialize video earlier.
(edit) @50159   11 years vboxsync Devices/BIOS: updated alternative BIOS sources
(edit) @50158   11 years vboxsync cpumMsrWr_Ia32BiosSignId should ignore writes, not GP. Only used on P4.
(edit) @50157   11 years vboxsync CPUMR3Db.cpp: Redid the cpu database matching (cpumR3DbGetCpuInfo) to …
(edit) @50156   11 years vboxsync NAT/slirp: comment updates to (r89055). Clarify the difference between …
(edit) @50155   11 years vboxsync iprt/err.h: fixed error code of VINF_TAR_DIR_PATH
(edit) @50154   11 years vboxsync Reduce the TAR API to what's currently used.
(edit) @50153   11 years vboxsync tar.cpp: Made RT_USE_TAR_VFS_FOR_ALL_READS default.
(edit) @50152   11 years vboxsync file headers.
(edit) @50151   11 years vboxsync Wrapper.h: Fixed regression in IAppliance::importMachines where a NULL …
(edit) @50150   11 years vboxsync NAT/Slirp:resolv_conf_parser.c: drop nameservers which has order …
(edit) @50149   11 years vboxsync crOpenGL: bugfixes
(edit) @50148   11 years vboxsync Wrong 'type' attribute fetching in 'Section' introduced by me a while …
(edit) @50147   11 years vboxsync tar.cpp: Prepared for dropping all the TAR reading code and use the …
(edit) @50146   11 years vboxsync gzipvfs.cpp,tarvfs.cpp: Allow the pfnRead off parameter to be the …
(edit) @50145   11 years vboxsync dev/vga: better fix
(edit) @50144   11 years vboxsync dev/vga: reset on vbe enable change only
(edit) @50143   11 years vboxsync build fix
(edit) @50142   11 years vboxsync Installer/linux and FE/Qt: move SVG icon to Resources and add it to …
(edit) @50141   11 years vboxsync selmValidateAndConvertCSAddrHidden: Drop the bogus VERR_INVALID_RPL checks.
(edit) @50140   11 years vboxsync Config.kmk: force noexecstack for all Linux binaries
(edit) @50139   11 years vboxsync tar.cpp: Fixed wrong checksum calculation (should be unsigned) and …
(edit) @50138   11 years vboxsync FE/Qt: 6066: Replacing auto-confirmation checkbox with corresponding …
(edit) @50137   11 years vboxsync crOpenGL: bugfixes
(edit) @50136   11 years vboxsync tabs
(edit) @50135   11 years vboxsync Devices/NAT: a warning and spaces
(edit) @50134   11 years vboxsync ip_icmp.c: drops ICMP_MAXDATALEN, M_TRAILINGSPACE is used instead of it.
(edit) @50133   11 years vboxsync Disable forwaring and proxy code in lwip used by VBoxDD.
(edit) @50132   11 years vboxsync Protect SYN_RCVD_0 check with #if LWIP_CONNECTION_PROXY.
(edit) @50131   11 years vboxsync resolv_conf_parser.c: replaces isblank with isspace.
(edit) @50130   11 years vboxsync resolv_conf_parser.c: temporal build fix for hosts where isblank isn't …
(edit) @50129   11 years vboxsync slirp_dns.c: replaces scanf based resolv.conf parsing with new parser. …
(edit) @50128   11 years vboxsync resolv_conf_parser.c: Linux build fix. (inet_net_pton -> inet_pton)
(edit) @50127   11 years vboxsync Devices/Makefile.kmk: Adds resolv_conf_parser.c to build.
(edit) @50126   11 years vboxsync 32-bit build fix
(edit) @50125   11 years vboxsync Devices/Graphics: added missing tstDeviceStructSizeRC tests
(edit) @50124   11 years vboxsync Main: use different file names for IID file, otherwise the SDK build …
(edit) @50123   11 years vboxsync crOpenGL: bugfixes
(edit) @50122   11 years vboxsync Main: fix data type
(edit) @50121   11 years vboxsync Main: finally handle the IID and CLSID stuff on XPCOM the same way as …
(edit) @50120   11 years vboxsync Main: forgotten include file change
(edit) @50119   11 years vboxsync DevVGA: fix regression from r91599
(edit) @50118   11 years vboxsync whitespace
(edit) @50117   11 years vboxsync Main+Frontends: clear out some cruft code, outdated EventQueue stuff …
(edit) @50116   11 years vboxsync Additions/VBoxTray: fix OSE
(edit) @50115   11 years vboxsync tstVMM: Drop the MSR quick report in the default test.
(edit) @50114   11 years vboxsync kStuff: 64 -> 66: Fix for reading .dSYM files and machkernel.
(edit) @50113   11 years vboxsync Because of the CPUID leaves we'll need the heap to always be mapped …
(edit) @50112   11 years vboxsync Missed one line.
(edit) @50111   11 years vboxsync Better name & restrict line length to 130 chars.
(edit) @50110   11 years vboxsync corrected function name.
(edit) @50109   11 years vboxsync FE/Qt: 7090: Providing x11 platforms with virtualbox.svg icon: 3rd …
(edit) @50108   11 years vboxsync HostServices/SharedOpenGL: warning
(edit) @50107   11 years vboxsync Additions/linux: cosmetic: report missing X11 as "skipping", not "failure".
(edit) @50106   11 years vboxsync G/c temporary local redefinitions of DPRINTF*.
(edit) @50105   11 years vboxsync Get rid of plain printfs: convert to DPRINTFs or g/c.
(edit) @50104   11 years vboxsync Fix mangled SVN keyword.
(edit) @50103   11 years vboxsync LWIP_NOASSERT is tested with #ifdef, not #if. Drop it its incorrect …
(edit) @50102   11 years vboxsync Tabs.
(edit) @50101   11 years vboxsync DnD/VBoxTray: Update; implemented own drop target for guest->host …
(edit) @50100   11 years vboxsync crOpenGL: bugfixes
(edit) @50099   11 years vboxsync build fix
(edit) @50098   11 years vboxsync crOpenGL: saved state fix
(edit) @50097   11 years vboxsync Config.kmk: build SVGA2 devive variant by default (only 2D so far)
(edit) @50096   11 years vboxsync crOpenGL: burn fix
(edit) @50095   11 years vboxsync crOpenGL: presentation infrastructure rework (still work in progress)
(edit) @50094   11 years vboxsync ConsoleImpl: Pass BIOS disk information along for SCSI/SAS drives, too.
(edit) @50093   11 years vboxsync USBProxy-darwin: Fix high CPU consumption caused by not sleeping in …
(edit) @50092   11 years vboxsync FE/Qt: 7090: Providing x11 platforms with virtualbox.svg icon: 1st …
(edit) @50091   11 years vboxsync BIOS: If available, store logical geometry of SCSI disk in CMOS and use it.
(edit) @50090   11 years vboxsync BIOS: Support second CMOS bank for reads/writes.
(edit) @50089   11 years vboxsync DrvSCSI: Pass through the PDMIBLOCKBIOS interface.
(edit) @50088   11 years vboxsync Introduces resolv.conf parser replacement for Slirp and Main. …
(edit) @50087   11 years vboxsync VERR_CPUM_TOO_MANY_CPUID_SUBLEAVES: Dump some potentially useful info …
(edit) @50086   11 years vboxsync tarvfs.cpp: Fix for VMWare header with non-posix version field content.
(edit) @50085   11 years vboxsync VBoxManage/BandwidthGroups: additional check
(edit) @50084   11 years vboxsync Main/ConsoleImp: prevent VERR_CFGM_INVALID_NODE_PATH errors by an …
(edit) @50083   11 years vboxsync #define ETH_PAD_SIZE 2 - to make IP header &c aligned.
(edit) @50082   11 years vboxsync Deal with ETH_PAD_SIZE != 0. Express processGSO() in terms of …
(edit) @50081   11 years vboxsync FE/Qt: Reverting r90988, r90825, 90818: That was the stuff for …
(edit) @50080   11 years vboxsync DisplayImpl: removed unnecessary cleanup from vbvaDisable.
(edit) @50079   11 years vboxsync DevVGA: take the size of the framebuffer into account.
(edit) @50078   11 years vboxsync dev/vga: fix guest hgsmi command completion
(edit) @50077   11 years vboxsync Runtime/r0drv/linux: Use GFP_NOWARN for our memory allocations as …
(edit) @50076   11 years vboxsync VBoxCredProv: Added some more interface checks.
(edit) @50075   11 years vboxsync Get rid of LWIP_SOCKET - we don't need it for NAT and it pollutes …
(edit) @50074   11 years vboxsync The meaning of LWIP_PREFIX_BYTEORDER_FUNCS was inverted in lwip-1.4 …
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