VirtualBox

Timeline



Aug 3, 2008:

9:27 PM Changeset in vbox [11084] by vboxsync
Main: missing header file in MachineImpl.cpp for guest properties
9:14 PM Changeset in vbox [11083] by vboxsync
HostServices/GuestProperties, Main: implemented saving guest …
8:56 PM Changeset in vbox [11082] by vboxsync
HostServices/GuestProperties: reverted r33992 temporarily as it …
8:52 PM Changeset in vbox [11081] by vboxsync
HostServices/GuestProperties: renaming
6:08 PM Changeset in vbox [11080] by vboxsync
PCIDevSetBaseAddress: Corrected incorrect shift to get the 2nd byte, …
2:34 PM Changeset in vbox [11079] by vboxsync
FE/VBoxManage: we need a mutable machine session to set properties

Aug 2, 2008:

6:41 PM Changeset in vbox [11078] by vboxsync
iprt: common/misc/rand.cpp -> common/rand/rand.cpp
6:40 PM Changeset in vbox [11077] by vboxsync
iprt: created common/rand.
6:37 AM Changeset in vbox [11076] by vboxsync
Main: Set SharedMacOnWire when detecing wireless trunk (mac).
6:33 AM Changeset in vbox [11075] by vboxsync
DrvIntNet: New CFGM option SharedMacOnWire for supporting wireless trunk.
1:42 AM Changeset in vbox [11074] by vboxsync
intnet: Disabled the DHCP snooping code by putting it inside #ifdef …
1:34 AM Changeset in vbox [11073] by vboxsync
intnet: Cleaned up ARP snooping and editing.

Aug 1, 2008:

10:24 PM Changeset in vbox [11072] by vboxsync
IntNet,VBoxNetFlt: Implememnted ARP editing when sharing MAC address …
5:18 PM Changeset in vbox [11071] by vboxsync
tstIntNetR0: forgot to commit the testcase change.
5:05 PM Changeset in vbox [11070] by vboxsync
PATM: missing ';'.
5:05 PM Changeset in vbox [11069] by vboxsync
intnet: Fixed a couple of address caching bugs, enh. logging of …
4:59 PM Changeset in vbox [11068] by vboxsync
PATM: Fixed PATMGCMonitorPage prototype so that it can be found during …
4:09 PM Changeset in vbox [11067] by vboxsync
Solaris/hostif: fixed vnic script for future nevada build where dladm …
2:47 PM Changeset in vbox [11066] by vboxsync
VBoxManage: Implement converting arbitrary image formats supported by …
2:17 PM Changeset in vbox [11065] by vboxsync
HostServices/GuestProperties and Main: add timestamps and flags …
2:12 PM Changeset in vbox [11064] by vboxsync
iprt/RTRandUxy: Improved the distribution when not using the max …
2:00 PM Changeset in vbox [11063] by vboxsync
HostServices/GuestProperties and Main: add timestamps and flags …
3:09 AM Changeset in vbox [11062] by vboxsync
intnet+netflt: New packet destination for the trunk called …
2:34 AM Changeset in vbox [11061] by vboxsync
intnet: Implemented ARP snooping on the trunk. Fixed a couple of bugs …
2:20 AM Changeset in vbox [11060] by vboxsync
RTNetIPv4IsUDPValid: the UDP checksum is optional, so don't fail if …
1:59 AM Changeset in vbox [11059] by vboxsync
DrvIntNet: Added a hack for testing mac address sharing. (wif=en0)
1:52 AM Changeset in vbox [11058] by vboxsync
intnet: Initialize the address caches.
1:45 AM Changeset in vbox [11057] by vboxsync
intnet: Allocate a 2KB temporary buffer to deal with segmented packets …
1:33 AM Changeset in vbox [11056] by vboxsync
tstIntNet-1: Added a -m / --mac-sharing option for testing the shared …
1:29 AM Changeset in vbox [11055] by vboxsync
intnet: Implemented the shared mac routing and started on the trunk …
1:26 AM Changeset in vbox [11054] by vboxsync
iprt/net.h: Added dummy IPX ethertypes.

Jul 31, 2008:

11:22 PM Changeset in vbox [11053] by vboxsync
intnet: Finished ARP, IP and DHCP snooping in the INTNETR0IfSend path.
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: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: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.
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: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: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 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.
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:

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

Jul 26, 2008:

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.
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()
8:51 AM Changeset in vbox [10881] by vboxsync
Another attempt to fix missing getpagesize() in RHEL3
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

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: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: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.
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
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
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