VirtualBox

Timeline



Jul 31, 2008:

11:22 PM Changeset in vbox [11053] by vboxsync
intnet: Finished ARP, IP and DHCP snooping in the INTNETR0IfSend path.
11:19 PM Ticket #1891 (VB doesn't handle custom keyboard layouts (xmodmap) -> duplicate of #2595) created by ruben vestergaard
VirtualBox cannot handle a custom keyboard layout by xmodmap. When …
11:16 PM Changeset in vbox [11052] by vboxsync
iprt/net.h: Added minimum lengths for DHCP and BOOTP packets.
11:15 PM Changeset in vbox [11051] by vboxsync
tstIntNet-1: todo.
9:20 PM Changeset in vbox [11050] by vboxsync
tstIntNet-1: Test RTNetIPv4IsDHCPValid.
9:19 PM Changeset in vbox [11049] by vboxsync
IPRT/RTNetIPv4: Rewrote the RTNETDHCP header as RTNETBOOTP and …
8:23 PM Changeset in vbox [11048] by vboxsync
Typo which wasn't caught by release build.
8:10 PM Changeset in vbox [11047] by vboxsync
Storage: Temporary integration of configuration interface.
8:09 PM Changeset in vbox [11046] by vboxsync
Storage: Theoretically functional iSCSI backend.
6:43 PM Changeset in vbox [11045] by vboxsync
tstIntNet-1: Test the RTNetIPv4 validation code when sniffing and …
6:42 PM Changeset in vbox [11044] by vboxsync
IPRT/RTNetIPv4: Simple TCP validation.
6:05 PM Changeset in vbox [11043] by vboxsync
FE/Qt4: updated the French translation
6:01 PM Changeset in vbox [11042] by vboxsync
FE/VBoxManage: added guest property enumeration
6:00 PM Changeset in vbox [11041] by vboxsync
Main: added guest property enumeration (currently only works when the …
5:49 PM Changeset in vbox [11040] by vboxsync
HostServices/GuestProperties: corrected an API doc
5:31 PM Changeset in vbox [11039] by vboxsync
Disk backends: remove dead code.
5:20 PM Changeset in vbox [11038] by vboxsync
iprt/RTNetIPv4: The checksums are in network endian, corrected the …
5:11 PM Changeset in vbox [11037] by vboxsync
Reflect renamed nls directory.
3:52 PM Changeset in vbox [11036] by vboxsync
VBOXR0DRV: Added -fno-rtti on solaris.
3:45 PM Changeset in vbox [11035] by vboxsync
VBOXR0DRV: Added -fno-exceptions on solaris.
3:45 PM Changeset in vbox [11034] by vboxsync
HostServices/GuestProperties: make ENUM_PROPS available to the host
3:17 PM Changeset in vbox [11033] by vboxsync
FE/VBoxManage: fix the burns from r33921
3:14 PM Changeset in vbox [11032] by vboxsync
iprt: Added missing locking to rtR0MpNotificationNativeInit/Term on …
3:10 PM Changeset in vbox [11031] by vboxsync
FE/VBoxManage: moved the guest properties parts to a new file
3:09 PM Changeset in vbox [11030] by vboxsync
iprt/cdefs.h: Don't use throw() unless C++ exceptions are enabled.
2:21 PM Changeset in vbox [11029] by vboxsync
IPRT: Integrated vbi v2 fixes (r0drv/solaris/vbi)
2:06 PM Changeset in vbox [11028] by vboxsync
Runtime: autores doc clarification and queries and example template …
12:33 PM Ticket #1890 (VBoxHeadless does not set the user correctly when run from SysV init script) created by Ken Yap
I'm starting a VM from a Ubuntu init script which uses the helper …
12:06 PM Changeset in vbox [11027] by vboxsync
Disabled RT_NO_THROW on solaris r0.
11:24 AM Changeset in vbox [11026] by vboxsync
Fe/Qt4: Fix painting issue in qimage rendering mode : wide painting …
1:24 AM Changeset in vbox [11025] by vboxsync
iprt/net.h: Added some ICMP (v4) bits.
12:12 AM Changeset in vbox [11024] by vboxsync
Playing around.
12:12 AM Changeset in vbox [11023] by vboxsync
Playing around.
12:12 AM Changeset in vbox [11022] by vboxsync
comment typo.

Jul 30, 2008:

11:03 PM Changeset in vbox [11021] by vboxsync
tstMemAutoPtr: cosmetics.
10:48 PM Changeset in vbox [11020] by vboxsync
iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
10:47 PM Changeset in vbox [11019] by vboxsync
iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
10:44 PM Ticket #1889 (Option to create a shortcut to a VM from within the VirtualBox GUI by ...) created by Joris Snellenburg
It would be great it it was possible to easily create a shortcut to a …
10:40 PM Changeset in vbox [11018] by vboxsync
iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
10:27 PM Changeset in vbox [11017] by vboxsync
iprt: Some RTMemAutoPtr optimizations.
10:22 PM Ticket #1888 (Option to configure a VirtualBox VM to automatically "save the machine ...) created by Joris Snellenburg
I would like to be able to configure a particular virtual machine to …
9:55 PM Changeset in vbox [11016] by vboxsync
IPRT: Added tstMemAutoPtr - a testcase for RTMemAutoPtr.
9:31 PM Changeset in vbox [11015] by vboxsync
iprt: Fixed RTAutoRes::reset() so it doesn't destroy a NIL handle.
9:27 PM Changeset in vbox [11014] by vboxsync
iprt/RTMemAutoPtr: Some useful destructors (deallocators) and allocators.
7:31 PM Changeset in vbox [11013] by vboxsync
iprt/net: iSum -> u32Sum since it's kind of important that this …
7:24 PM Changeset in vbox [11012] by vboxsync
iprt: More IPv4 validating / checksumming.
7:13 PM Changeset in vbox [11011] by vboxsync
iprt/RTMemAutoPtr: Added a constructor that will allocate memory to …
6:59 PM Changeset in vbox [11010] by vboxsync
iprt: hrmpf. g++ things external linkage is needed. silly.
6:52 PM Changeset in vbox [11009] by vboxsync
iprt: Fixed missing/incorrect inline usage in the new template functions.
6:04 PM Changeset in vbox [11008] by vboxsync
iprt: Moved RTMemAutoPtr into iprt/mem.h.
6:01 PM Changeset in vbox [11007] by vboxsync
iprt/autores.h: cosmetics.
5:59 PM Changeset in vbox [11006] by vboxsync
iprt/autores.h: cosmetics.
5:58 PM Changeset in vbox [11005] by vboxsync
iprt: header building.
5:58 PM Changeset in vbox [11004] by vboxsync
iprt/autores.h: *Value -> *_hRes. Renamed Reallocator to Allocator and …
5:54 PM Changeset in vbox [11003] by vboxsync
Fe/Qt4: Use 32pix icon for GL Settings / Update Page for tool-bar …
5:44 PM Changeset in vbox [11002] by vboxsync
iprt/autores.h: cosmetics
5:42 PM Changeset in vbox [11001] by vboxsync
iprt/autores.h: Drop the cpputils.h dependency.
5:37 PM Changeset in vbox [11000] by vboxsync
iprt/autores.h: Added a hundred missing newlines, fixed docs and a few …
4:44 PM Changeset in vbox [10999] by vboxsync
Fe/Qt4: Latest cumulative update for defect #3000: Little changes to …
4:22 PM Changeset in vbox [10998] by vboxsync
iprt: Use the byte swapper routines from iprt/asm.h.
4:06 PM Changeset in vbox [10997] by vboxsync
iprt/asm.h: comment.
4:06 PM Changeset in vbox [10996] by vboxsync
iprt/asm.h: shut up stupid MSC warning.
3:49 PM Changeset in vbox [10995] by vboxsync
iprt: Added ASMByteSwapU16/64 and unit test for them + U32.
3:04 PM Changeset in vbox [10994] by vboxsync
typo
2:55 PM Changeset in vbox [10993] by vboxsync
Fix OSE export
2:54 PM Changeset in vbox [10992] by vboxsync
Fix OSE sync issue.
2:49 PM Changeset in vbox [10991] by vboxsync
Fix OSE export
2:49 PM Changeset in vbox [10990] by vboxsync
Solaris/installer: force unload vbi for loading newer vbi versions.
2:47 PM Ticket #1887 (Virtualbox fails to resume from a saved state if guest network card is ...) created by clh
I have a network adapter setup in a Windows XP SP3 guest PCnet-FAST …
2:44 PM Changeset in vbox [10989] by vboxsync
Runtime: reallocate counting in elements, not in bytes in autores
2:11 PM Changeset in vbox [10988] by vboxsync
Runtime: removed unsafe operator= from autores
2:10 PM Changeset in vbox [10987] by vboxsync
Additions/common: typecasts in the R3 guest library
1:41 PM Changeset in vbox [10986] by vboxsync
HostServices/GuestProperties: removed an unused header file
1:39 PM Changeset in vbox [10985] by vboxsync
Additions/common: guest property cosmetics
1:37 PM Changeset in vbox [10984] by vboxsync
vbgl: NIL_RTFILE instead of NULL/0. (All IPRT handles have a …
1:34 PM Changeset in vbox [10983] by vboxsync
tstIntNet-1: Use IPRT for checksumming.
1:33 PM Changeset in vbox [10982] by vboxsync
iprt: More IPv4 checksum calculation.
1:20 PM Changeset in vbox [10981] by vboxsync
HostServices/GuestProperties: cosmetics
1:13 PM Changeset in vbox [10980] by vboxsync
Runtime, HostServices/GuestProperties, Additions/common: autores update
12:35 PM Changeset in vbox [10979] by vboxsync
tstIntNet-1,iprt: Use iprt/net in tstIntNet-1. Modified the …
12:34 PM Changeset in vbox [10978] by vboxsync
tstIntNet-1,iprt: Use iprt/net in tstIntNet-1. Modified the …
12:16 PM Ticket #1886 (random (and wild) repeat of keys (Suse11.0 guest on WinXP host)) created by Martin
I am running openSUSE 11.0 guests on a windows host - entering Text or …
12:12 PM Changeset in vbox [10977] by vboxsync
Runtime: forgot a header file in autores
11:53 AM Changeset in vbox [10976] by vboxsync
HostServices/GuestProperties and Additions/common: reactivated autores
11:52 AM Changeset in vbox [10975] by vboxsync
Runtime: renamed iprt/autores -> iprt/autores.h
11:49 AM Changeset in vbox [10974] by vboxsync
Runtime: updated and simplified the autores code
11:48 AM Changeset in vbox [10973] by vboxsync
Additions/common: small fix to the R3 guest library daemonising code
11:15 AM Changeset in vbox [10972] by vboxsync
RTTimerLRCreateEx: Fixed parameter validation for one shot timers.
11:14 AM Changeset in vbox [10971] by vboxsync
Fe/Qt4: Changed buddy widgets used for composing default validator's …
11:12 AM Changeset in vbox [10970] by vboxsync
Fe/Qt4: Changed composing of default validator's warning (invalid …
11:09 AM Changeset in vbox [10969] by vboxsync
Fe/Qt4: Make VBoxSettingsDialog's validators to be retranslated on …
9:59 AM Ticket #1885 (Guru meditation installing NT4 (trap 0x0e; VERR_TOO_MANY_TRAPS)) created by Michail
Apparently there is a Guru meditation. I removed the log file from the …
9:59 AM Changeset in vbox [10968] by vboxsync
Fe/Qt4: Little code-restyling for VBoxSettingsDialogSpecific.cpp
9:46 AM Changeset in vbox [10967] by vboxsync
iprt/cpputils.h: added stdx::non_copyable class
2:40 AM Changeset in vbox [10966] by vboxsync
IPRT: some more IP checksumming stuff (hope it works).
1:51 AM Changeset in vbox [10965] by vboxsync
intnet: build fix (RTNETIPV4 change).
1:48 AM Changeset in vbox [10964] by vboxsync
IPRT: added RTNETTCP to iprt/net.h and started on the IPv4 checksum …

Jul 29, 2008:

10:26 PM Changeset in vbox [10963] by vboxsync
types: Merged PDMMAC and RTNETMAC into RTMAC.
10:24 PM Changeset in vbox [10962] by vboxsync
iprt/types.h: Added RTMAC.
10:12 PM Changeset in vbox [10961] by vboxsync
intnet: Use iprt/net.h and share the network protocol structures and …
10:05 PM Changeset in vbox [10960] by vboxsync
IPRT/intnet: Moving network protocol structures and related stuff into …
9:13 PM Changeset in vbox [10959] by vboxsync
VBoxSVC: Use RTTimerLR instead of RTTimer.
9:09 PM Changeset in vbox [10958] by vboxsync
VBoxSVC: Use RTTimerLR instead of RTTimer.
8:23 PM Changeset in vbox [10957] by vboxsync
more cosmetics.
8:21 PM Changeset in vbox [10956] by vboxsync
Burn fix, cosmetics and some todos.
8:03 PM Ticket #1884 (High CPU usage with idling guest) created by G. I.
VirtualBoxVM uses ~50% CPU on a 2.4GHz Core Duo MacBook Pro even when …
7:54 PM Changeset in vbox [10955] by vboxsync
Burn fix: Use RTProcSelf() instead of getpid()!
7:51 PM Changeset in vbox [10954] by vboxsync
IPRT: Integrated vbi v2 changes (r0drv/solaris/vbi).
7:31 PM Changeset in vbox [10953] by vboxsync
GuestProps: Disabled the RTMemAutoPtr stuff because it's too …
7:27 PM Changeset in vbox [10952] by vboxsync
GuestProps: Use RTSTR_VALIDATE_ENCODING_ZERO_TERMINATED.
7:15 PM Changeset in vbox [10951] by vboxsync
IPRT: Extended RTStrValidateEncodingEx with a …
6:59 PM Changeset in vbox [10950] by vboxsync
Fixing windows bustage.
6:56 PM Changeset in vbox [10949] by vboxsync
IPRT: Added RTStrNLen and RTStrNLenEx.
6:32 PM Changeset in vbox [10948] by vboxsync
tstTimer: windows doesn't have the extended timer API.
6:27 PM Changeset in vbox [10947] by vboxsync
tstOnce: extended the checks a bit.
6:15 PM Changeset in vbox [10946] by vboxsync
tstTimer: some adjustments.
6:15 PM Changeset in vbox [10945] by vboxsync
Ensure the right revision is used for releases.
6:08 PM Changeset in vbox [10944] by vboxsync
iprt: RTTimerLR - low resolution timer API (< 10 Hz).
5:24 PM Changeset in vbox [10943] by vboxsync
iprt/asm.h: Fixed missing ASMAtomicReadU64 and ASMAtomicUoReadU64 on …
5:13 PM Changeset in vbox [10942] by vboxsync
Fix for windows builds for unresolved symbols
4:53 PM Changeset in vbox [10941] by vboxsync
iprt/posix timers: Cleanup fixing the create/destroy races, a …
4:32 PM Changeset in vbox [10940] by vboxsync
IPRT: Implemented the RTOnce API.
4:31 PM Changeset in vbox [10939] by vboxsync
iprt/asm.h: Added a bunch of atomic operations for IPRT handles …
4:27 PM Changeset in vbox [10938] by vboxsync
Test case for collector HAL. Fixes for memory usage stats.
3:15 PM Changeset in vbox [10937] by vboxsync
Fe/Qt4: Warning text returned to VBoxSettingsDialog.
3:13 PM Changeset in vbox [10936] by vboxsync
Fe/Qt4: Fix for CD/FD settings (for enabling/disabling device).
2:42 PM Changeset in vbox [10935] by vboxsync
More moving around of files in Linux 2.6.27
1:57 PM Changeset in vbox [10934] by vboxsync
Fe/Qt4: Fixing default/auto-default rules for QIMainDialog.
1:55 PM Changeset in vbox [10933] by vboxsync
Fe/Qt4: Replacing obsolete topLevelWidget() with window().
1:54 PM Changeset in vbox [10932] by vboxsync
Fe/Qt4: Fixing tab order for VM Settings / General page. Also …
1:26 PM Changeset in vbox [10931] by vboxsync
Additions/common: added guest property enumeration to VBoxControl
1:25 PM Changeset in vbox [10930] by vboxsync
Additions/common: added guest property enumeration functions to the …
1:23 PM Changeset in vbox [10929] by vboxsync
HostServices/GuestProperties: added a guest enumeration interface to …
12:54 PM Changeset in vbox [10928] by vboxsync
When SATA controller is enabled but no disk is attached BIOS log …
12:39 PM Changeset in vbox [10927] by vboxsync
Runtime: updated RTMemAuto -> RTMemAutoPtr
12:24 PM Changeset in vbox [10926] by vboxsync
Runtime: updated RTAutoRes -> RTMemAuto
12:11 PM Changeset in vbox [10925] by vboxsync
Runtime: updated RTAutoRes
3:48 AM Changeset in vbox [10924] by vboxsync
intnet: INTNET_OPEN_FLAGS_SECURITY_XOR_MASK -> …
12:22 AM Changeset in vbox [10923] by vboxsync
intnet: MAC sharing under construction…

Jul 28, 2008:

10:22 PM Ticket #1883 (BrazilFW: Kernel Panic, Guru meditation) created by supaJ
I can't get the IDE installation of BrazilFW-2.31.10-Final to boot off …
9:16 PM Ticket #1882 (Huge syslog) created by Shahar Or
Hello. I've found that I've a 1.7G syslog, kern.log and messages so I …
9:13 PM Ticket #1881 (Huge syslog (R0 assertion pgmPoolTracDerefGCPhys)) created by Shahar Or
Hello. I've found that I've a 1.7G syslog, kern.log and messages so I …
9:03 PM Ticket #1880 (Virualbox on my Windows/XP host does not start after defining port ...) created by Y.W.Lee
The host is Windows/XP with service pack 3, guest is Solaris 10 and …
8:10 PM Changeset in vbox [10922] by vboxsync
Fe/Qt4: Porting qimage frame-buffer to qt4, fixing some little …
6:49 PM Changeset in vbox [10921] by vboxsync
Replaced another occurrence of getpagesize()
6:44 PM Changeset in vbox [10920] by vboxsync
POSIX timers with SIGEV_SIGNAL and a dedicated thread
6:41 PM Changeset in vbox [10919] by vboxsync
replaced getpagesize() with PAGE_SIZE
5:19 PM Changeset in vbox [10918] by vboxsync
Runtime: added RTAutoRes (a generalised form of auto_ptr for managing …
2:53 PM Changeset in vbox [10917] by vboxsync
tstVMM-HwAccm: disabled testcase becaused it panics here.
2:46 PM Changeset in vbox [10916] by vboxsync
Fe/Qt4: Fixing QIDialog centering for qt4 frontend (this dialog used …
2:38 PM Changeset in vbox [10915] by vboxsync
tstRunTestcases: deactivated slow tstSemMutex test
2:04 PM Changeset in vbox [10914] by vboxsync
tstRunTestcases: deactivated slow tstVD test
1:00 PM Changeset in vbox [10913] by vboxsync
tstRunTestcases: Change directory when taking the default route.
12:59 PM Changeset in vbox [10912] by vboxsync
tstRunTestcases: fixed a typo in r33737 (tstHeadless-2 -> tstHeadless2)
12:58 PM Changeset in vbox [10911] by vboxsync
IPRT: Added RTPathSetCurrent.
12:09 PM Changeset in vbox [10910] by vboxsync
FE/Qt3: French NLS: Replaced deprecated characters with HTML entities.
12:05 PM Changeset in vbox [10909] by vboxsync
FE/Qt3: Updated the Indonesian and Chinese (China) NLS.
11:55 AM Changeset in vbox [10908] by vboxsync
FE/Qt3: Updated the Swedish NLS and the Portuguese Qt NLS.
11:51 AM Changeset in vbox [10907] by vboxsync
tstRunTestcases: Exclude tstHeadless-2.
11:31 AM Changeset in vbox [10906] by vboxsync
tstRunTestcases: Exclude tstGlobalConfig and tstFileAppendWin-1.
11:26 AM Changeset in vbox [10905] by vboxsync
tstStrFormat: Fixed %RGv and %RGp bustage. Added %RRv test.
11:12 AM Changeset in vbox [10904] by vboxsync
tstRunTestcases: Exclude testcase/tstDisasm-2
11:10 AM Changeset in vbox [10903] by vboxsync
tstSSM: Fixed bustage caused by the UVM change.

Jul 27, 2008:

7:57 PM Changeset in vbox [10902] by vboxsync
Fix ioctl error on guest shutdown in the serial device
6:58 PM Ticket #1879 (vditool refuses to write to block devices) created by branen salmon
vditool fails with VERR_ALREADY_EXISTS when trying to write to a raw …
5:11 AM Ticket #1878 (Windows host fails to return from standby if guest was running when ...) created by Eugene San
My Windows host fails to return from standby if guest was running when …

Jul 26, 2008:

8:00 PM Ticket #1877 (Setting e1000g mtu in opensolaris crashes os) created by MC
SXCE b94 installed into VirtualBox on Windows host. mtu set with …
4:05 AM Ticket #1876 (Shared folder not accessable in XP SP2 with v1.6.2 => fixed in 1.6.6) created by acer_208
Hello, I cannot access the shared folders through the cmd line or …
2:43 AM Changeset in vbox [10901] by vboxsync
main: Console::attachToHostInterface and …
2:42 AM Changeset in vbox [10900] by vboxsync
Main: Fixed the darwin hif setup.
2:41 AM Changeset in vbox [10899] by vboxsync
DrvIntNet: Missing key validation.
2:11 AM Changeset in vbox [10898] by vboxsync
Main: Host interface networking on Darwin.
1:37 AM Ticket #1875 (Linux 2.6.26.* crashes at boot (kernel panic) -> fixed in 2.0.2) created by Oxmosys
Current ubuntu intrepid alpha 3 release crashes at start with a kernel …
12:53 AM Changeset in vbox [10897] by vboxsync
VirtualBox4: Host interface networking for Darwin.

Jul 25, 2008:

11:58 PM Changeset in vbox [10896] by vboxsync
Main & VBoxManage: Made HostNetworkInterface, IHost::networkInterfaces …
11:21 PM Changeset in vbox [10895] by vboxsync
main: Implemented DarwinGetEthernetControllers.
9:39 PM Changeset in vbox [10894] by vboxsync
3:19 PM Changeset in vbox [10893] by vboxsync
main: started on the NIC enumeration for darwin.
1:39 PM Changeset in vbox [10892] by vboxsync
Fe/Qt4: Little code styling.
1:34 PM Changeset in vbox [10891] by vboxsync
vboxClipboardDestroy: Fixed bad assertion on uninitialized variable …
1:17 PM Changeset in vbox [10890] by vboxsync
Fe/Qt4: Remove porting garbage from VBoxSelectorWnd.
1:11 PM Changeset in vbox [10889] by vboxsync
Handle the Qt3 GUI in the Solaris installer.
12:31 PM Changeset in vbox [10888] by vboxsync
Fe/Qt4: Remove porting garbage from VBoxConsoleWnd.
12:05 PM Changeset in vbox [10887] by vboxsync
Fe/Qt4: Removing garbage from QIStatusBar sources.
11:30 AM Changeset in vbox [10886] by vboxsync
Fixes for syncing back sysenter MSRs.
11:22 AM Changeset in vbox [10885] by vboxsync
Fe/Qt4: Fixed bug: discarding snapshot on closing vm if no snapshot is …
10:22 AM Changeset in vbox [10884] by vboxsync
Fe/Qt4: Fixed "to current snapshot reverting" on machine closing.
9:57 AM Changeset in vbox [10883] by vboxsync
Wrmsr fix for MSR_IA32_SYSENTER_CS
9:18 AM Changeset in vbox [10882] by vboxsync
Removed wrapper method for getpagesize()
9:08 AM Ticket #1833 (Shared Folders makes my VM inaccessible) closed by Sander van Leeuwen
duplicate: Duplicate of 822.
8:54 AM Ticket #1866 (Several crashes on VirtualBox in Headless Mode) closed by Sander van Leeuwen
duplicate: Duplicate of 1678. Wait for 1.6.4.
8:53 AM Ticket #1716 (VBoxHeadless crash => Fixed in 1.6.4) closed by Sander van Leeuwen
duplicate: Duplicate of 1678
8:51 AM Changeset in vbox [10881] by vboxsync
Another attempt to fix missing getpagesize() in RHEL3
8:51 AM Ticket #1608 (Critical Error when trying to install Leopard on Virtualbox) closed by Sander van Leeuwen
wontfix: You need to have a CPU with AMD-V or VT-x to run OS X. And we don't …
8:46 AM Ticket #1727 (VboxManager corrupts VirtualBox) closed by Sander van Leeuwen
worksforme: No reply. Try again with 1.6.2. Closing.
8:30 AM Changeset in vbox [10880] by vboxsync
Fix for missing _SC_PAGESIZE
8:10 AM Changeset in vbox [10879] by vboxsync
Fix for missing getpagesize()
7:48 AM Changeset in vbox [10878] by vboxsync
PerfAPI: Linux implementation ready
7:20 AM Ticket #1874 (Clonevdi still results in crashing VirtualBox) created by requestor12
Hi, I make use of VirtualBox version 1.6.2 and when I clone a …

Jul 24, 2008:

10:14 PM Changeset in vbox [10877] by vboxsync
cosmetics.
10:14 PM Changeset in vbox [10876] by vboxsync
cosmetics.
10:12 PM Changeset in vbox [10875] by vboxsync
Fixed uninitialized variable error (rc).
9:56 PM Changeset in vbox [10874] by vboxsync
VBOX_WITH_ALL_DOXYGEN_TARGETS
8:36 PM Changeset in vbox [10873] by vboxsync
Fix for Performance class
8:27 PM Changeset in vbox [10872] by vboxsync
why the heck did this compile?
8:25 PM Changeset in vbox [10871] by vboxsync
Try fix the logging crashes because of ComPtr being passed through …
7:32 PM Changeset in vbox [10870] by vboxsync
PerfAPI: Min/max value fix for CPU Load counters.
7:26 PM Changeset in vbox [10869] by vboxsync
VBoxControl: unix linkers are sooo much fun.
6:49 PM Ticket #1872 (Random Crash => please retry with version 1.7 when it is released) closed by Michael Thayer
fixed: I checked in the source and "-rmode image" is not actually enabled for …
6:34 PM Changeset in vbox [10868] by vboxsync
PerfAPI: Windows collector re-worked to extract raw counters via WMI. …
6:31 PM Changeset in vbox [10867] by vboxsync
va_list fix.
5:49 PM Changeset in vbox [10866] by vboxsync
Fixed missing 'el' and reinserted the blank lines.
5:45 PM Changeset in vbox [10865] by vboxsync
missing va_list.
5:44 PM Changeset in vbox [10864] by vboxsync
Update for future Linux 2.6.27.
5:40 PM Changeset in vbox [10863] by vboxsync
Fixed incorrect disabling of VBOX_WITH_RESOURCE_USAGE_API in 33672, it …
5:23 PM Ticket #1873 (Disk access errors when using secondary SATA disk under Windows XP SP2.) created by bifferos
Host is Slackware Linux 12.0, running kernel 2.6.21.5 SMP. Guest is …
5:16 PM Changeset in vbox [10862] by vboxsync
doc
5:15 PM Changeset in vbox [10861] by vboxsync
Added VbglR3GuestPropWriteValueF and VbglR3GuestPropWriteValueV.
4:56 PM Changeset in vbox [10860] by vboxsync
VbglR3GuestPropReadValueAlloc: Fixed the same memory leak as in …
4:43 PM Changeset in vbox [10859] by vboxsync
VBoxControl: Fixed incorrect RTMemFree.
4:21 PM Changeset in vbox [10858] by vboxsync
We can't rely on #NM handling in kernel mode, so do what we did before …
4:11 PM Changeset in vbox [10857] by vboxsync
Disable the resource usage API on Solaris for now until the timer …
4:05 PM Changeset in vbox [10856] by vboxsync
Fe/Qt4: Global Settings / Update Page: Re-layouting & local date format.
3:31 PM Ticket #1872 (Random Crash => please retry with version 1.7 when it is released) created by Armindo Silva
I am running VirtualBox on Ubuntu 8.04.1 as host, when i run …
2:43 PM Ticket #1871 (Keyboard Mapping) created by Denis
bonjour, I use a MacBook Pro to virtualise Windows XP Pro OS. My …
2:33 PM Changeset in vbox [10855] by vboxsync
Fe/Qt4: Porting of VBoxProgressDialog to qt4. This have to fix issues …
1:38 PM Changeset in vbox [10854] by vboxsync
Disable use of posix timers on Solaris, working around the missing …
1:31 PM Changeset in vbox [10853] by vboxsync
Comment update
12:19 PM Ticket #1870 (Cannot use `mkdir a\b` in shared folder) created by Peter Arrenbrecht
Mount a shared folder. Then try mkdir a\b. Fails with "The system …
12:14 PM Ticket #1869 (Unable to create .vmdk file for USB disk on windows host) created by WIlliam_Fraser
I'm running on Windows XP host (service pack 2) with VirtualBox 1.6.2 …
10:09 AM Changeset in vbox [10852] by vboxsync
Fe/Qt4: Fixing the assert during taking/discarding snapshot in …
9:55 AM Changeset in vbox [10851] by vboxsync
Make sure CPU_RAW_HWACC is set; we might never execute …
9:28 AM Changeset in vbox [10850] by vboxsync
Fix invalid pointer to pDrvIns in DrvVD
9:13 AM Changeset in vbox [10849] by vboxsync
32 bits build fix
9:11 AM Changeset in vbox [10848] by vboxsync
Export to OSE

Jul 23, 2008:

10:05 PM Changeset in vbox [10847] by vboxsync
intnet: removed autoactivation of the interface on open.
10:03 PM Changeset in vbox [10846] by vboxsync
intnet: removed autoactivation of the interface on open.
9:53 PM Changeset in vbox [10845] by vboxsync
intnet: Don't yield on overflow if the interface is inactive.
9:51 PM Changeset in vbox [10844] by vboxsync
VMMR0: Fixed bogus pSession argument passed to vmmR0EntryExWorker when …
9:49 PM Changeset in vbox [10843] by vboxsync
intnet: Implemented activation on power on & resume, deactivation on …
7:56 PM Changeset in vbox [10842] by vboxsync
Made annoying assertion in setVMErrorCallback ignorable.
7:54 PM Changeset in vbox [10841] by vboxsync
Changed the assertion on pfnConstruct failure into a LogRel.
7:51 PM Changeset in vbox [10840] by vboxsync
Removed annoying & incorrect assertion.
7:48 PM Changeset in vbox [10839] by vboxsync
RTSemEventDestroy: Don't bitch on NIL_RTSEMEVENT.
7:43 PM Changeset in vbox [10838] by vboxsync
Fixed assertion (creation failure).
7:11 PM Changeset in vbox [10837] by vboxsync
todo in PDMINETWORKCONNECTOR.
6:37 PM Changeset in vbox [10836] by vboxsync
supdrv: Fixed missing session clean on the mac when more than one …
3:36 PM Changeset in vbox [10835] by vboxsync
Obsolete comment removed
3:02 PM Changeset in vbox [10834] by vboxsync
Additions/common: guest property fixes
2:27 PM Changeset in vbox [10833] by vboxsync
Backed out 33617. Doesn't solve anything.
2:21 PM Ticket #1868 (vditool can't handle whitespaces in arguments) created by Marc Schütz
When vditool is called for an image with spaces in the name, it prints …
2:18 PM Changeset in vbox [10832] by vboxsync
TPR shadow changes.
2:14 PM Ticket #1867 (Add bridge networking as in VMWare -> fixed in SVN/next major version) created by dm
Please add to VirtualBox the 'bridged' networking as in VMWare: it …
2:11 PM Changeset in vbox [10831] by vboxsync
Update
1:37 PM Changeset in vbox [10830] by vboxsync
Turned off nested paging the hard way. (testboxlin regressions)
1:06 PM Changeset in vbox [10829] by vboxsync
Additions/common: small adjustment in guest property reading code
12:15 PM Changeset in vbox [10828] by vboxsync
Update
12:01 PM Ticket #1861 (Swiss German Keyboard input with Windows XP Guest is totally messed up) closed by Michael Thayer
invalid: OK, forget that last bit. I missed the bit in the original …
11:50 AM Changeset in vbox [10827] by vboxsync
It's not very clear what this Contention field really means. Seems to …
10:08 AM Changeset in vbox [10826] by vboxsync
Frontends/VBoxManage: switched VBoxManage to use the new guest …
10:08 AM Changeset in vbox [10825] by vboxsync
Additions/commom: switched VBoxControl to use the new guest property syntax
9:05 AM Changeset in vbox [10824] by vboxsync
Naming
9:04 AM Changeset in vbox [10823] by vboxsync
Duplicate code
9:02 AM Changeset in vbox [10822] by vboxsync
Prepare for EPT.
8:03 AM Changeset in vbox [10821] by vboxsync
Backed out 33264 - NT4 installation regression (investigate)
7:18 AM Changeset in vbox [10820] by vboxsync
Cleanup
6:27 AM Ticket #1866 (Several crashes on VirtualBox in Headless Mode) created by Severin Mueller
Good Morning I can only use VirtualBox in Headless mode, because i …

Jul 22, 2008:

10:09 PM Ticket #1865 (Performance of NTVDM unacceptable) created by CChrisA
Linux host/WinXP sp3 guest When running an old 16 bit visual basic …
7:45 PM Ticket #1864 (VDRP dropping connections -> Problem with an old SunRay client.) created by Jon Schuck
Using Solaris x86_64 as host OS. Using Windows XP Professional as VM …
5:58 PM Changeset in vbox [10819] by vboxsync
intnet: Use the IPRT handle table, validate against the session when …
3:56 PM Changeset in vbox [10818] by vboxsync
More capabilities
3:04 PM WikiStart edited by umoeller
(diff)
3:03 PM Changeset in vbox [10817] by vboxsync
Started with EPT support.
2:56 PM Ticket #1863 (Onenote and shared folder - reboot) created by Hugo Ideler
I have My documents in a shared folder from my Ubuntu Hardy Host for …
2:54 PM Press edited by umoeller
(diff)
2:40 PM Changeset in vbox [10816] by vboxsync
Additions/common: r33596 was not correct
2:38 PM Changeset in vbox [10815] by vboxsync
Additions/common: aesthetical fix (guest properties)
1:50 PM Changeset in vbox [10814] by vboxsync
HostServices/GuestProperties, Main, Additions/common, …
1:47 PM Changeset in vbox [10813] by vboxsync
FE/Qt4: updates to the French translation
1:43 PM Changeset in vbox [10812] by vboxsync
FE/Qt4: updates to the French translation
1:33 PM Changeset in vbox [10811] by vboxsync
FE/Qt4-OSX: Respect toolbar minimum width.
1:20 PM Changeset in vbox [10810] by vboxsync
FE/Qt4: NLS: Selling.
1:10 PM Changeset in vbox [10809] by vboxsync
FE/Qt4-OSX: Make sure a started vm window is in foreground.
12:39 PM Changeset in vbox [10808] by vboxsync
FE/Qt4: Temporary fix #3000 comment 4.
12:10 PM Ticket #1862 (Serial port and networking problems) created by Matthias
Serial port: I got the serial port working and use GTKTerm on my …
11:27 AM Changeset in vbox [10807] by vboxsync
Fixed error path in ResolveService.
11:07 AM Changeset in vbox [10806] by vboxsync
intnet: Push the session down to all the INTNETR0* apis.
9:59 AM Ticket #1860 (debian package ( revision 1685, svn 10644) not compile with fakeroot ...) closed by Sander van Leeuwen
invalid: Please don't report compile problems here. Use the developer's …
9:55 AM Ticket #1861 (Swiss German Keyboard input with Windows XP Guest is totally messed up) created by Severin Mueller
Hello I have installed Virtualbox 1.6.2 an a Ubuntu Hardy (8.04) …
9:51 AM Ticket #1856 (Vista 64 host: "failed to create the host network interface" E_FAIL ...) closed by Sander van Leeuwen
fixed: Kind of hard to say what exactly is the cause, but thanks for pointing …
9:44 AM Changeset in vbox [10805] by vboxsync
VMM+SUPDrv: Changed the VMMR0EntryEx interface to also take the …
9:42 AM Changeset in vbox [10804] by vboxsync
VMM: Fixed VBOX_SVN_REV blunder (mine).
9:10 AM Changeset in vbox [10803] by vboxsync
tstHandleTable: reneabled all the tests.
9:10 AM Changeset in vbox [10802] by vboxsync
Main, Guest Properties: attempt to fix the build break on Windows …
9:00 AM Changeset in vbox [10801] by vboxsync
Renamed blocker.
9:00 AM Changeset in vbox [10800] by vboxsync
renamed blocker.
8:59 AM Changeset in vbox [10799] by vboxsync
fixed blocker and preprocess or indentation.
8:57 AM Changeset in vbox [10798] by vboxsync
Fixed blocker.
8:12 AM Changeset in vbox [10797] by vboxsync
Guest properties: initial commit of new interface
7:55 AM Changeset in vbox [10796] by vboxsync
FE/Qt4: Initialize the USB filter settings window a little bit larger.

Jul 21, 2008:

10:36 PM Changeset in vbox [10795] by vboxsync
IPRT: Enabled the rtThreadRemoveLocked assertion on OS/2, hoping that …
10:34 PM Changeset in vbox [10794] by vboxsync
tstThread-1: cosmetics.
10:33 PM Changeset in vbox [10793] by vboxsync
IPRT: Added a simple thread testcase for the latest insertion race.
10:19 PM Changeset in vbox [10792] by vboxsync
IPRT: Fixed issue where RTCreateThread would race against the …
10:18 PM Ticket #1860 (debian package ( revision 1685, svn 10644) not compile with fakeroot ...) created by Antonio Doldo
the svn version well compile in ubuntu 8.0.4 and debian sid, but the …
7:38 PM Changeset in vbox [10791] by vboxsync
Runtime: added a missing file to the R3 mini-runtime
6:43 PM Changeset in vbox [10790] by vboxsync
IPRT: Fixed an overlooked race found by the threaded testcase.
5:22 PM Changeset in vbox [10789] by vboxsync
IPRT: Implemented the simple handle table variant too.
4:44 PM Changeset in vbox [10788] by vboxsync
IPRT: Implemented the context variant of the handle table.
4:44 PM Changeset in vbox [10787] by vboxsync
FE/Qt4: Force the fixed size on other platforms also.
4:15 PM Changeset in vbox [10786] by vboxsync
FE/Qt4-OSX: Simulate right mouse click on HOST+left mouse click.
3:51 PM Ticket #1859 (can't mount / unmount CD/DVDROM while VM is running (XP host, ...) created by sdussud
To install the Solaris Guest additions I've tried to mount/unmount the …
3:11 PM Changeset in vbox [10785] by vboxsync
Fixed broken AssertCompileMemberOffset macro.
3:04 PM Changeset in vbox [10784] by vboxsync
FE/Qt4: Changed the language/author display a bit.
3:01 PM Changeset in vbox [10783] by vboxsync
Fix for RHEL3 builds.
2:51 PM Changeset in vbox [10782] by vboxsync
Attempt to fix rhel3 build failures.
2:45 PM Changeset in vbox [10781] by vboxsync
Fix incorrect image flags handling - the values in the image and used …
2:29 PM Changeset in vbox [10780] by vboxsync
FE/Qt4: Change the QLineEdit to a QILabel in the classical file …
2:29 PM Changeset in vbox [10779] by vboxsync
Locking. Enabled tests in tstAPI.
2:19 PM Changeset in vbox [10778] by vboxsync
Windows VBoxService: Some important release logging as well.
2:17 PM Changeset in vbox [10777] by vboxsync
Windows VBoxService: Getting rid of custom logging routines; now using …
2:02 PM Changeset in vbox [10776] by vboxsync
FE/Qt4: Change the background color of the whats this window to the …
1:53 PM Changeset in vbox [10775] by vboxsync
FE/Qt4: Sets the default what this message for the dialog.
1:44 PM Changeset in vbox [10774] by vboxsync
FE/Qt4: Some margin cleanup in the classical view.
12:16 PM Ticket #1858 (KDE taskbar overlaps fullscreen WinXP guest when switching to it with ...) created by Dmitry Grigoriev
Host: Gentoo Linux x86_64, KDE 3.5.9, VirtualBox 1.6.2_OSE. Guest: …
11:47 AM Changeset in vbox [10773] by vboxsync
Only OS/2 and L4 doesn't do Qt4 now.
11:16 AM Changeset in vbox [10772] by vboxsync
FE/Qt4: NLS: Selling.
9:59 AM Changeset in vbox [10771] by vboxsync
FE/Qt4: - Changed "APCI Shutdown" to host+u, cause host+h is hide on …
9:02 AM Changeset in vbox [10770] by vboxsync
Main: Performance: Second m is redundant. Some locking-related todos.
8:59 AM Changeset in vbox [10769] by vboxsync
FE/Qt4: New 32px toolbar icons.
2:16 AM Changeset in vbox [10768] by vboxsync
Some early commit of the handle table code (home -> work).
Note: See TracTimeline for information about the timeline view.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette