VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17522   16 years vboxsync strformattype.cpp: be a bit more gentle if the type is missing.
(edit) @17464   16 years vboxsync Add heapsimple to the RuntimeGuestR0 library.
(edit) @17441   16 years vboxsync IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR.
(edit) @17416   16 years vboxsync Backed out 43811; not required
(edit) @17410   16 years vboxsync Don't flush the RC log in AssertMsg1/2; it's done automatically and …
(edit) @17405   16 years vboxsync Don't flush so often
(edit) @17357   16 years vboxsync todo in iprt
(edit) @17355   16 years vboxsync IPRT: Build RuntimeR3 with the RT_NO_GIP option so we don't need to …
(edit) @17354   16 years vboxsync IRPT: Use the static template for building RuntimeR3.a/lib so we can …
(edit) @17348   16 years vboxsync IPRT/assert: don't create a debug log on assert if we've got a release …
(edit) @17319   16 years vboxsync IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
(edit) @17189   16 years vboxsync unused variables
(edit) @17143   16 years vboxsync IPRT: Updated the RTGetOpt todos.
(edit) @17141   16 years vboxsync IPRT: Added support for short option lists (ls -latrT4). This fixes a …
(edit) @17101   16 years vboxsync RTGetOpt comment.
(edit) @17100   16 years vboxsync RTGetOpt: Fixed 'tstHeadless -startvm vm' breakage from earlier today.
(edit) @17095   16 years vboxsync #2957: VBoxNetAdp: Fixes in generic and darwin parts. No traffic yet.
(edit) @17093   16 years vboxsync RTGetOpt interface changes.
(edit) @17088   16 years vboxsync RTGetOpt: uShort -> iShort and int.
(edit) @17087   16 years vboxsync RTGetOpt: cleanup, restored @todo and returning 0 on first non-option.
(edit) @17083   16 years vboxsync IPRT: formatting
(edit) @17082   16 years vboxsync IPRT: fix new RTGetOpt
(edit) @17080   16 years vboxsync IPRT: build hack to make the VBoxRT alias do the install bits when the …
(edit) @17078   16 years vboxsync IPRT: make RTGetOpt accept non-'--' parameters; use RTGetOpt for …
(edit) @17019   16 years vboxsync RTLdrIsLoadable: docs, leave validation to RTLdrLoad.
(edit) @17018   16 years vboxsync RTProcIsRunningByName: spec update.
(edit) @17016   16 years vboxsync RTProcIsRunningByName: Try /proc/N/exe first and /proc/N/cmdline is …
(edit) @17011   16 years vboxsync RTProcIsRunningByName cleanup.
(edit) @17010   16 years vboxsync iprt: RTLdrIsLoadable for checking if an dynamically library could be …
(edit) @17008   16 years vboxsync IPRT: Expose (and fix) RTStrmOpenF and RTStrmOpenFV.
(edit) @17003   16 years vboxsync iprt: Reading the exe link doesn't work on root processes. So use the …
(edit) @16999   16 years vboxsync iprt: RTProcIsRunningByName implementation for Linux.
(edit) @16998   16 years vboxsync iprt: typo
(edit) @16977   16 years vboxsync LOG_ENABLED fix
(edit) @16958   16 years vboxsync mp-r0drv-darwin: don't use ml_get_max_cpus, it's obsolete.
(edit) @16935   16 years vboxsync kStuff,IPRT: kStuff r23 -> r26, kLdrModOpenFromRdr got image selection …
(edit) @16934   16 years vboxsync IPRT: Prep for upcoming FAT Mach-O support.
(edit) @16933   16 years vboxsync IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
(edit) @16908   16 years vboxsync RuntimeGuestR3Mini: windows update.
(edit) @16870   16 years vboxsync Solaris/VBoxNetAdp: random MAC address
(edit) @16826   16 years vboxsync Runtime/zip: better include handling in Makefile.kmk
(edit) @16825   16 years vboxsync Runtime: zlib include path fix
(edit) @16824   16 years vboxsync Runtime/zip: enable zlib functions
(edit) @16823   16 years vboxsync Runtime/zip: make zlib reader more greedy to fix issue with …
(edit) @16811   16 years vboxsync windows build fix.
(edit) @16810   16 years vboxsync buildfix.
(edit) @16809   16 years vboxsync VBoxRT/RuntimeR3: Added RTErrConvertToErrno.cpp to the libs.
(edit) @16808   16 years vboxsync RTErrConvertFromErrno: @todos.
(edit) @16807   16 years vboxsync RTErrConvertToErrno: VERR_PATH_NOT_FOUND -> ENOTDIR like …
(edit) @16774   16 years vboxsync RTBase64: no trailing newline.
(edit) @16773   16 years vboxsync tstBase64: better test coverage.
(edit) @16767   16 years vboxsync Wrote RTBase64Encode while at it.
(edit) @16766   16 years vboxsync Wrote RTBase64Encode while at it.
(edit) @16765   16 years vboxsync RTBase64Encode* testcase and adjustments.
(edit) @16764   16 years vboxsync RTBase64DecodedSize testcase.
(edit) @16763   16 years vboxsync RTBase64Decode testcase and bugfixes.
(edit) @16762   16 years vboxsync RTBase64Decode testcase and bugfixes.
(edit) @16760   16 years vboxsync RTBase64: The decoding part (untested).
(edit) @16722   16 years vboxsync runtime fix for solaris shared folders
(edit) @16720   16 years vboxsync handle upcoming xc_call() change and can build as part of VirtualBox
(edit) @16678   16 years vboxsync IPRT/Makefile: Use the unstripped source for generating error stuff.
(edit) @16676   16 years vboxsync Makefiles: insert an additional step between VirtualBox.xidl and its …
(edit) @16664   16 years vboxsync Export rtFileNativeSetAttributes-win.cpp.
(edit) @16650   16 years vboxsync IPRT: implement RTFileSetMode on Windows.
(edit) @16647   16 years vboxsync Missed parameter in a Log().
(edit) @16549   16 years vboxsync iprt/Makefile: Moved the subfooter.kmk include down after the doxygen …
(edit) @16546   16 years vboxsync Solaris/vboxdrv/vboxflt: Fixed incorrect return value on failure on _init.
(edit) @16526   16 years vboxsync IMO better for the unsetenv() prototype on Darwin
(edit) @16525   16 years vboxsync some comments
(edit) @16524   16 years vboxsync Nasty darwin burn fix. Review required
(edit) @16523   16 years vboxsync back 42448
(edit) @16522   16 years vboxsync typo, fix mac burn
(edit) @16516   16 years vboxsync IPRT: documentation.
(edit) @16508   16 years vboxsync fixed RTEnvUnset for Windows hosts
(edit) @16502   16 years vboxsync RTEnvUnset(): Use unsetenv() if available
(edit) @16464   16 years vboxsync set VM_LOCKED to pin pages allocated with mmap()
(edit) @16439   16 years vboxsync ldrkStuff: 64-bit darwin changes, better error assertions.
(edit) @16437   16 years vboxsync tstLdr: Made it usable with 64-bit images and stuff.
(edit) @16436   16 years vboxsync tstLdr-3: fixes.
(edit) @16435   16 years vboxsync tstLdr-4: Fixes.
(edit) @16404   16 years vboxsync kStuff: some preps for the 64-bit mach-o code.
(edit) @16383   16 years vboxsync IPRT: Added sanity checks for the [U]INTn_C macros.
(edit) @16354   16 years vboxsync mp-r0drv-darwin.cpp, the-darwin-kernel.h: ml_get_max_cpus() isn't …
(edit) @16346   16 years vboxsync IPRT/sanity.h: Check the basic stdint.h types.
(edit) @16332   16 years vboxsync time-r0drv-darwin.cpp: removed duplicated documentation.
(edit) @16331   16 years vboxsync time-r0drv-darwin.cpp: 10.6 build fix.
(edit) @16330   16 years vboxsync the-darwin-kernel.h: Added IOKit/IOBufferMemoryDescriptor.h and made …
(edit) @16329   16 years vboxsync memobj-r0drv-darwin.cpp: A few APIs was retired or deprecated in …
(edit) @16328   16 years vboxsync darwin-r0/RTMpGetSet: Generic implementation.
(edit) @16316   16 years vboxsync IPRT/math: use xSP and friends from asmdefs.mac instead of cooking our …
(edit) @16313   16 years vboxsync logl.asm: 64-bit darwin build fix.
(edit) @16311   16 years vboxsync IPRT: Changed the RTTLS type and corrected RTTLSAlloc defintions.
(edit) @16200   16 years vboxsync Solaris/vboxdrv: Use rwlock instead of mutex (#3021).
(edit) @16195   16 years vboxsync #3419: No promisc for WiFi on Darwin either.
(edit) @16193   16 years vboxsync #3419: Added fNoPromisc parameter to vboxNetFltNewInstance for dynamic …
(edit) @16170   16 years vboxsync More device work
(edit) @16164   16 years vboxsync rtZipStoreCompress: g++ (GCC) 4.1.2 (Gentoo 4.1.2 p1.1) generates …
(edit) @16163   16 years vboxsync New liblzf (v3.4) prep; VBOX_WITH_NEW_LIBLZF.
(edit) @16079   16 years vboxsync Linux hostif: Fixed the issue with duplicating guest originated packets.
(edit) @16065   16 years vboxsync log.h,log-vbox.cpp: S does not come after H, nor before I... :-) Added …
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