Timeline
Dec 17, 2007:
- 11:43 PM Changeset in vbox [6115] by
- Compiler fix
- 11:32 PM Changeset in vbox [6114] by
- Add log group for async transport driver
- 11:31 PM Changeset in vbox [6113] by
- Integrate new drivers into Makefile.kmk. Disabled by default
- 11:30 PM Changeset in vbox [6112] by
- Rework asynchronous versions of the media interface and add a async …
- 11:28 PM Changeset in vbox [6111] by
- Add helper to get vm structure from a pdm driver instance
- 9:22 PM Changeset in vbox [6110] by
- FE/Qt: Don't initialize the SUPLib on GUI startup. This prevents the …
- 8:18 PM Changeset in vbox [6109] by
- disassembler: fix les/lds/lss/lgs/lfs
- 7:18 PM Changeset in vbox [6108] by
- Fixed nasty bug in ARPL emulation (uninitialized variable).
- 3:38 PM Changeset in vbox [6107] by
- patmIsCommonIDTHandlerPatch inconsistency
- 3:06 PM Changeset in vbox [6106] by
- VBoxManage: Removed VBoxXML dependency.
- 2:33 PM Changeset in vbox [6105] by
- typo
- 1:30 PM Changeset in vbox [6104] by
- Main:Settings: Added brief usage introduction.
- 12:23 PM Changeset in vbox [6103] by
- VBoxManage: Temporarily disabled the settings update function (that is …
- 11:16 AM Changeset in vbox [6102] by
- Implemented 8042 command E0h, read test inputs.
- 11:07 AM Changeset in vbox [6101] by
- configure: added PulseAudio detection, added --disable-pulse to …
- 10:39 AM Changeset in vbox [6100] by
- enable PulseAudio for Linux
- 10:03 AM Changeset in vbox [6099] by
- Guest templates must use 32-bit arch until we get support 64-bit guests.
Dec 16, 2007:
- 8:11 PM Changeset in vbox [6098] by
- configure: added --build-libxml2
- 7:53 PM Changeset in vbox [6097] by
- configure: check for libxml2 >= version 2.6.23 as libxml2 2.6.22 is …
Dec 15, 2007:
- 10:41 PM Changeset in vbox [6096] by
- HWVirtExEnabled and LogHistoryCount aren't in the default XML, so …
- 9:48 PM Changeset in vbox [6095] by
- Sort the result by apic id.
- 8:44 PM Changeset in vbox [6094] by
- Ship VBoxSettings.so.
- 7:55 PM Changeset in vbox [6093] by
- Don't use iconv so that it links cleanly on mac.
- 7:48 PM Changeset in vbox [6092] by
- warning.
- 7:48 PM Changeset in vbox [6091] by
- Just keep it simple and clean.
- 7:36 PM Changeset in vbox [6090] by
- _REENTRANT triggers thread support, see xmlversion-default.h and …
- 7:18 PM Changeset in vbox [6089] by
- Cooked up a vboxconfig.h to try make the unix boxes go green.
- 5:46 PM Changeset in kBuild [1377] by
- Added some KMK_OPTS_* variables to allow makefiles to deal with -j N …
- 5:40 PM Changeset in vbox [6088] by
- Compilation fix
- 5:02 PM Changeset in vbox [6087] by
- Change Char interface according to the comments int hte header
- 4:55 PM Changeset in vbox [6086] by
- Add asynchronous versions of the media and block interface
- 3:03 PM Changeset in vbox [6085] by
- Attempt at fixing (most of) the concurrency issues in …
- 2:56 PM Changeset in vbox [6084] by
- Attempt at fixing (most of) the concurrency issues in …
- 1:13 PM Changeset in vbox [6083] by
- Just build libxml2 everywhere (hope this works better on the buildboxes).
- 6:10 AM Changeset in vbox [6082] by
- GetNetworkParams is flagged as w2ksp1, so indicate that that's what …
- 4:50 AM Changeset in vbox [6081] by
- Added --internal-last option for simplifying testing of the script.
- 4:50 AM Changeset in vbox [6080] by
- Fix for the vista psdk.
- 3:55 AM Changeset in vbox [6079] by
- Some workarounds for WOW64 and latest PSDK. (WDK doesn't work yet.)
Dec 14, 2007:
- 10:04 PM Changeset in vbox [6078] by
- configure: fixed parsing of libxml2 incs/libs
- 9:33 PM Changeset in vbox [6077] by
- pulse/alsa: resolve _all_ symbols during initialization, otherwise …
- 7:23 PM Changeset in vbox [6076] by
- Merged dmik/s2 branch (r25959:26751) to the trunk.
- 6:34 PM Changeset in vbox [6075] by
- You're not supposed to link with both R0Lib and R0LibBase, only …
- 6:27 PM Changeset in vbox [6074] by
- Used kBuild r1376. Fixes the kmk crash when commands included '~' (8.3 …
- 6:11 PM Changeset in vbox [6073] by
- IBase isn't a pointer either (just happens to have the same size).
- 6:09 PM Changeset in vbox [6072] by
- Fixed a couple of comments so doxygen don't add them to the function …
- 5:41 PM Changeset in vbox [6071] by
- Explicitly init the utc offset field too.
- 5:37 PM Changeset in vbox [6070] by
- pulse: don't link against libpulse.so.0, load this lib at runtime instead
- 5:09 PM Changeset in vbox [6069] by
- AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86.
- 4:24 PM Changeset in vbox [6068] by
- DARWIN -> RT_OS_DARWIN.
- 4:24 PM Changeset in vbox [6067] by
- audio: on exit, shut down _every_ stream, not only the enabled onces
- 4:05 PM Changeset in vbox [6066] by
- Hungarian is mandatory in this file. Also, a couple of todos.
- 3:01 PM Changeset in vbox [6065] by
- vboxadd warning and .conf fix.
- 11:22 AM Changeset in vbox [6064] by
- audio: call driver's fini function before forcing the NULL audio driver
- 8:50 AM Changeset in vbox [6063] by
- vboxadd now works on solaris guest.
- 4:21 AM Changeset in kBuild [1376] by
- Bail out on = and : too (see ash/expand.c).
- 3:21 AM Changeset in kBuild [1375] by
- Rebuilt win.x86 and win.amd64 with the recursion fix caused by '~' …
- 3:17 AM Changeset in kBuild [1374] by
- Second try on the fix.
- 2:58 AM Changeset in kBuild [1373] by
- Don't get excited about the ~ in 8.3 file names, avoid lot's of slow …
- 2:56 AM Changeset in kBuild [1372] by
- Fixed endless recursion caused by a missed sh_char_sh reference that …
- 1:56 AM Changeset in kBuild [1371] by
- Deal with the vista PSDK (lib/amd64 -> lib/x64 and some similar stuff …
Dec 13, 2007:
- 5:46 PM Changeset in vbox [6062] by
- ATA: Fix status value for EXECUTE DEVICE DIAGNOSTICS command, should …
- 5:38 PM Changeset in vbox [6061] by
- Commented out 1600x1200 modes. Ubuntu fails too boot with them.
- 3:57 PM Changeset in vbox [6060] by
- libxml2 check for the upcoming branch merge
- 2:53 PM Changeset in vbox [6059] by
- FE/Qt: workaround for strange X11 warnings on i386 and segfaults on …
- 10:45 AM Changeset in vbox [6058] by
- fixed a couple of mixups in the eflags representation.
Dec 12, 2007:
- 11:06 PM Changeset in vbox [6057] by
- disable PulseAudio, needs libpulse on the build boxes
- 10:58 PM Changeset in vbox [6056] by
- first version of a PulseAudio driver backend for Linux (still no pcm_in)
- 2:34 PM Changeset in vbox [6055] by
- vboxvfs: aio_read/aio_write is 2.6.0+ only
- 12:42 PM Changeset in vbox [6054] by
- vboxvfs: implemented readfile()
Dec 11, 2007:
- 3:20 PM Changeset in vbox [6053] by
- Additions build server hacking.
- 3:19 PM Changeset in vbox [6052] by
- Additions build server hacking.
- 3:13 PM Changeset in vbox [6051] by
- Put back the VBOX_ONLY_ADDITION stuff.
- 2:18 PM Changeset in vbox [6050] by
- getinfo EP and conf file.
- 12:23 PM Changeset in vbox [6049] by
- Frontends/VBoxHeadless: disable the ffmpeg-based capture library for …
- 12:11 PM Changeset in vbox [6048] by
- Frontends/VBoxHeadless: enable the ffmpeg-based capture library for …
- 11:33 AM Changeset in vbox [6047] by
- VRDP cleanup.
- 9:02 AM Changeset in vbox [6046] by
- vboxdrv: KERN_INFO => KERN_DEBUG (ensure that messages are not print …
- 6:24 AM Changeset in vbox [6045] by
- Fixed vboxadd libs.
- 2:51 AM Changeset in vbox [6044] by
- Use VBOXGUESTR0LIB and not VBOXGUESTR0 for VBoxGuestR0Lib.
- 2:40 AM Changeset in vbox [6043] by
- Minor copy,paste bug fix.
Dec 10, 2007:
- 8:53 PM Changeset in vbox [6042] by
- Linux additions: print VBox version and module interface version …
- 7:11 PM Changeset in vbox [6041] by
- Added RTUtf16CalcUtf8Len and RTUtf16CalcUtf8LenEx.
- 1:39 PM Changeset in vbox [6040] by
- Some more untested vboxadd code. Will test soon…
- 12:43 PM Changeset in vbox [6039] by
- Changing "Space" accelerator to "Ctrl+Space".
- 11:54 AM Changeset in vbox [6038] by
- vboxvfs: compile fix for 2.6.24+
- 9:21 AM Changeset in vbox [6037] by
- .deb: add build depends for AMD64 architecture
- 8:45 AM Changeset in vbox [6036] by
- more vboxadd Changes.
- 8:32 AM Changeset in vbox [6035] by
- Use kBuild r1370. Fixed a bug in nt_fullpath that caused incorrect …
- 8:18 AM Changeset in vbox [6034] by
- Prototype fix.
- 8:04 AM Changeset in vbox [6033] by
- vboxadd changes.
- 7:35 AM Changeset in vbox [6032] by
- Moved the MMIO mapping code myself. (probably doesn't compile now)
Dec 9, 2007:
- 9:53 PM Changeset in vbox [6031] by
- Added VBOX_PATH_ADDITIONS and VBOX_PATH_ADDITIONS_LIB. Added a set of …
- 9:51 PM Changeset in vbox [6030] by
- The iprt/time.h blocker is _iprt_time_h now.
- 9:51 PM Changeset in vbox [6029] by
- Moved os2/VBoxService into common space.
- 9:20 PM Changeset in vbox [6028] by
- Must exclude headless too if no main.
- 9:14 PM Changeset in vbox [6027] by
- Reflect interface change in char driver
- 9:03 PM Changeset in kBuild [1370] by
- Fixed buggy check for template existance (def_templates was called …
- 6:51 PM Changeset in vbox [6026] by
- VBOXR0DRV doesn't have SDKS listed for windows nt, added some defaults …
- 6:51 PM Changeset in vbox [6025] by
- We're going to simplify this or it'll be a complete mess. Starting …
- 6:00 PM Changeset in vbox [6024] by
- header.
- 5:59 PM Changeset in vbox [6023] by
- some comments.
- 5:59 PM Changeset in vbox [6022] by
- SUB_PATH, don't override DEPTH.
- 9:03 AM Changeset in vbox [6021] by
- Solaris 64-bit vboxadd fix.
- 8:33 AM Changeset in vbox [6020] by
- Started solaris additions and the os2 to common move.
- 6:09 AM Changeset in kBuild [1369] by
- Rebuilt kmk.exe with the nt_fullpath fixes for win.x86 and win.amd64.
- 3:45 AM Changeset in vbox [6019] by
- todo.
- 12:41 AM Changeset in vbox [6018] by
- Fix compilation
- 12:23 AM Changeset in vbox [6017] by
- Forgot to submit
- 12:19 AM Changeset in vbox [6016] by
- First try to implement monitoring of status lines
Dec 8, 2007:
- 12:50 AM Changeset in vbox [6015] by
- RuntimeGuestR0 RuntimeGuestR3 for solaris and the others.
- 12:41 AM Changeset in vbox [6014] by
- Created generic templates for compiling guest additions (for new …
- 12:39 AM Changeset in vbox [6013] by
- Created generic templates for compiling guest additions (for new …
Dec 7, 2007:
- 11:36 PM Changeset in vbox [6012] by
- It's BUILD_TARGET not TARGET.
- 10:25 PM Changeset in vbox [6011] by
- eol style.
- 10:25 PM Changeset in vbox [6010] by
- export.
- 10:21 PM Changeset in vbox [6009] by
- Added VBOX_WITHOUT_ADDITIONS for skipping the additions althogether.
- 8:52 PM Changeset in vbox [6008] by
- Introducing VBOX_ONLY_ADDITIONS.
- 8:49 PM Changeset in vbox [6007] by
- Introducing VBOX_ONLY_ADDITIONS.
- 8:39 PM Changeset in vbox [6006] by
- Introducing VBOX_ONLY_ADDITIONS.
- 8:38 PM Changeset in vbox [6005] by
- Introducing VBOX_ONLY_ADDITIONS.
- 8:36 PM Changeset in vbox [6004] by
- Introducing VBOX_ONLY_ADDITIONS.
- 8:35 PM Changeset in vbox [6003] by
- Don't include lnbpng-1.2.8 twice.
- 7:36 PM Changeset in kBuild [1368] by
- don't be optimistic in the cache lookup code, the next component might …
- 5:05 PM Changeset in vbox [6002] by
- tabs.
- 3:29 PM Changeset in vbox [6001] by
- Add configuration option to activate an IntNet interface early, before …
- 3:12 PM Changeset in vbox [6000] by
- The Giant CDDL Dual-License Header Change, fixes.
- 3:05 PM Changeset in vbox [5999] by
- The Giant CDDL Dual-License Header Change.
- 2:54 PM Changeset in vbox [5998] by
- Fix incorrect file headers that make filemuncher.pl choke.
- 1:15 PM Changeset in vbox [5997] by
- small optimization
- 12:40 PM Changeset in vbox [5996] by
- 2551: VM Console window jumps to a saved location upon VM startup: fixed.
- 12:24 PM Changeset in kBuild [1367] by
- InnoTek Systemberatung GmbH -> innotek GmbH
- 7:13 AM Changeset in vbox [5995] by
- vboxvfs: make it compile with 2.6.23+, have to check if it works
Note:
See TracTimeline
for information about the timeline view.

