VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18522   16 years vboxsync memobj-r0drv-linux.c: nitpicking.
(edit) @18496   16 years vboxsync IPRT/the-nt-kernel.h: shut up warnings about stupid intrinsics.
(edit) @18468   16 years vboxsync tstAvl: warning about useless test.
(edit) @18455   16 years vboxsync tstRand: fixed warning stemming from a row of extra zeros.
(edit) @18454   16 years vboxsync tstLdr: copy&past warning.
(edit) @18428   16 years vboxsync heapsimple.cpp: MSC/64 warning.
(edit) @18427   16 years vboxsync iprt/test.cpp: MSC/64 warnings.
(edit) @18426   16 years vboxsync zip.cpp: shut up some conversion warnings (MSC/64).
(edit) @18425   16 years vboxsync tstBitOperations: Use RT_ZERO instead of memset a couple of place so …
(edit) @18371   16 years vboxsync RTAssertShouldPanic-vbox.cpp: don't waste stack.
(edit) @18367   16 years vboxsync tstBitOperations: Another testcase (left over from debugging a silly …
(edit) @18366   16 years vboxsync RTTest: RTTEST_CHECK, doxygen.
(edit) @18365   16 years vboxsync tstBitOperations: Use RTTest.
(edit) @18364   16 years vboxsync RTTest: kick-off for testcase helpers.
(edit) @18357   16 years vboxsync tstLdr-3: cpu mode.
(edit) @18329   16 years vboxsync iprt/err.h: Added VERR_INTERNAL_ERROR_2 and VERR_INTERNAL_ERROR_3 for …
(edit) @18323   16 years vboxsync DHCP server/win: make it work again; NetFlt,Adp/win: IDC init polling
(edit) @18318   16 years vboxsync space
(edit) @18250   16 years vboxsync enable vm_insert_page() for Linux 2.6.23+
(edit) @18196   16 years vboxsync Runtime: don't hide the return code from SUPR3Init()
(edit) @18188   16 years vboxsync Added RTLogGetDefaultInstance
(edit) @18174   16 years vboxsync fixed VBOX_ASSERT=gdb
(edit) @18129   16 years vboxsync NetFlt/win: use fDisablePromiscuous flag
(edit) @18128   16 years vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @18117   16 years vboxsync sed(1): make these locale independent by using [:alnum:] and friends. …
(edit) @18110   16 years vboxsync gcc warning (not ideal btw)
(edit) @18100   16 years vboxsync typo
(edit) @18096   16 years vboxsync spaces, sigh.
(edit) @18095   16 years vboxsync how difficult can this be…
(edit) @18055   16 years vboxsync Runtime: call setlocale from RTR3Init, not as a global initialiser
(edit) @17951   16 years vboxsync Runtime: reversed r44528
(edit) @17949   16 years vboxsync Runtime: weaken an assertion in RTErrConvertToErrno
(edit) @17809   16 years vboxsync fixed copyright
(edit) @17748   16 years vboxsync fixed installation path
(edit) @17744   16 years vboxsync IPRT: Added a static/dll guest lib called RuntimeGuestR3Shared (use …
(edit) @17588   16 years vboxsync IPRT: heapsimple.cpp to RuntimeR0Drv_SOURCES not dot-something.
(edit) @17582   16 years vboxsync Add heapsimple to the RuntimeR0Drv library for .win (remove from …
(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.
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