|
|
@18522
|
16 years |
vboxsync |
memobj-r0drv-linux.c: nitpicking.
|
|
|
@18496
|
16 years |
vboxsync |
IPRT/the-nt-kernel.h: shut up warnings about stupid intrinsics.
|
|
|
@18468
|
16 years |
vboxsync |
tstAvl: warning about useless test.
|
|
|
@18455
|
16 years |
vboxsync |
tstRand: fixed warning stemming from a row of extra zeros.
|
|
|
@18454
|
16 years |
vboxsync |
tstLdr: copy&past warning.
|
|
|
@18428
|
16 years |
vboxsync |
heapsimple.cpp: MSC/64 warning.
|
|
|
@18427
|
16 years |
vboxsync |
iprt/test.cpp: MSC/64 warnings.
|
|
|
@18426
|
16 years |
vboxsync |
zip.cpp: shut up some conversion warnings (MSC/64).
|
|
|
@18425
|
16 years |
vboxsync |
tstBitOperations: Use RT_ZERO instead of memset a couple of place so …
|
|
|
@18371
|
16 years |
vboxsync |
RTAssertShouldPanic-vbox.cpp: don't waste stack.
|
|
|
@18367
|
16 years |
vboxsync |
tstBitOperations: Another testcase (left over from debugging a silly …
|
|
|
@18366
|
16 years |
vboxsync |
RTTest: RTTEST_CHECK, doxygen.
|
|
|
@18365
|
16 years |
vboxsync |
tstBitOperations: Use RTTest.
|
|
|
@18364
|
16 years |
vboxsync |
RTTest: kick-off for testcase helpers.
|
|
|
@18357
|
16 years |
vboxsync |
tstLdr-3: cpu mode.
|
|
|
@18329
|
16 years |
vboxsync |
iprt/err.h: Added VERR_INTERNAL_ERROR_2 and VERR_INTERNAL_ERROR_3 for …
|
|
|
@18323
|
16 years |
vboxsync |
DHCP server/win: make it work again; NetFlt,Adp/win: IDC init polling
|
|
|
@18318
|
16 years |
vboxsync |
space
|
|
|
@18250
|
16 years |
vboxsync |
enable vm_insert_page() for Linux 2.6.23+
|
|
|
@18196
|
16 years |
vboxsync |
Runtime: don't hide the return code from SUPR3Init()
|
|
|
@18188
|
16 years |
vboxsync |
Added RTLogGetDefaultInstance
|
|
|
@18174
|
16 years |
vboxsync |
fixed VBOX_ASSERT=gdb
|
|
|
@18129
|
16 years |
vboxsync |
NetFlt/win: use fDisablePromiscuous flag
|
|
|
@18128
|
16 years |
vboxsync |
IPRT, Shared Folders: Implemented file attributes access flags for …
|
|
|
@18117
|
16 years |
vboxsync |
sed(1): make these locale independent by using [:alnum:] and friends. …
|
|
|
@18110
|
16 years |
vboxsync |
gcc warning (not ideal btw)
|
|
|
@18100
|
16 years |
vboxsync |
typo
|
|
|
@18096
|
16 years |
vboxsync |
spaces, sigh.
|
|
|
@18095
|
16 years |
vboxsync |
how difficult can this be…
|
|
|
@18055
|
16 years |
vboxsync |
Runtime: call setlocale from RTR3Init, not as a global initialiser
|
|
|
@17951
|
16 years |
vboxsync |
Runtime: reversed r44528
|
|
|
@17949
|
16 years |
vboxsync |
Runtime: weaken an assertion in RTErrConvertToErrno
|
|
|
@17809
|
16 years |
vboxsync |
fixed copyright
|
|
|
@17748
|
16 years |
vboxsync |
fixed installation path
|
|
|
@17744
|
16 years |
vboxsync |
IPRT: Added a static/dll guest lib called RuntimeGuestR3Shared (use …
|
|
|
@17588
|
16 years |
vboxsync |
IPRT: heapsimple.cpp to RuntimeR0Drv_SOURCES not dot-something.
|
|
|
@17582
|
16 years |
vboxsync |
Add heapsimple to the RuntimeR0Drv library for .win (remove from …
|
|
|
@17522
|
16 years |
vboxsync |
strformattype.cpp: be a bit more gentle if the type is missing.
|
|
|
@17464
|
16 years |
vboxsync |
Add heapsimple to the RuntimeGuestR0 library.
|
|
|
@17441
|
16 years |
vboxsync |
IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR.
|
|
|
@17416
|
16 years |
vboxsync |
Backed out 43811; not required
|
|
|
@17410
|
16 years |
vboxsync |
Don't flush the RC log in AssertMsg1/2; it's done automatically and …
|
|
|
@17405
|
16 years |
vboxsync |
Don't flush so often
|
|
|
@17357
|
16 years |
vboxsync |
todo in iprt
|
|
|
@17355
|
16 years |
vboxsync |
IPRT: Build RuntimeR3 with the RT_NO_GIP option so we don't need to …
|
|
|
@17354
|
16 years |
vboxsync |
IRPT: Use the static template for building RuntimeR3.a/lib so we can …
|
|
|
@17348
|
16 years |
vboxsync |
IPRT/assert: don't create a debug log on assert if we've got a release …
|
|
|
@17319
|
16 years |
vboxsync |
IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
|
|
|
@17189
|
16 years |
vboxsync |
unused variables
|
|
|
@17143
|
16 years |
vboxsync |
IPRT: Updated the RTGetOpt todos.
|
|
|
@17141
|
16 years |
vboxsync |
IPRT: Added support for short option lists (ls -latrT4). This fixes a …
|
|
|
@17101
|
16 years |
vboxsync |
RTGetOpt comment.
|
|
|
@17100
|
16 years |
vboxsync |
RTGetOpt: Fixed 'tstHeadless -startvm vm' breakage from earlier today.
|
|
|
@17095
|
16 years |
vboxsync |
#2957: VBoxNetAdp: Fixes in generic and darwin parts. No traffic yet.
|
|
|
@17093
|
16 years |
vboxsync |
RTGetOpt interface changes.
|
|
|
@17088
|
16 years |
vboxsync |
RTGetOpt: uShort -> iShort and int.
|
|
|
@17087
|
16 years |
vboxsync |
RTGetOpt: cleanup, restored @todo and returning 0 on first non-option.
|
|
|
@17083
|
16 years |
vboxsync |
IPRT: formatting
|
|
|
@17082
|
16 years |
vboxsync |
IPRT: fix new RTGetOpt
|
|
|
@17080
|
16 years |
vboxsync |
IPRT: build hack to make the VBoxRT alias do the install bits when the …
|
|
|
@17078
|
16 years |
vboxsync |
IPRT: make RTGetOpt accept non-'--' parameters; use RTGetOpt for …
|
|
|
@17019
|
16 years |
vboxsync |
RTLdrIsLoadable: docs, leave validation to RTLdrLoad.
|
|
|
@17018
|
16 years |
vboxsync |
RTProcIsRunningByName: spec update.
|
|
|
@17016
|
16 years |
vboxsync |
RTProcIsRunningByName: Try /proc/N/exe first and /proc/N/cmdline is …
|
|
|
@17011
|
16 years |
vboxsync |
RTProcIsRunningByName cleanup.
|
|
|
@17010
|
16 years |
vboxsync |
iprt: RTLdrIsLoadable for checking if an dynamically library could be …
|
|
|
@17008
|
16 years |
vboxsync |
IPRT: Expose (and fix) RTStrmOpenF and RTStrmOpenFV.
|
|
|
@17003
|
16 years |
vboxsync |
iprt: Reading the exe link doesn't work on root processes. So use the …
|
|
|
@16999
|
16 years |
vboxsync |
iprt: RTProcIsRunningByName implementation for Linux.
|
|
|
@16998
|
16 years |
vboxsync |
iprt: typo
|
|
|
@16977
|
16 years |
vboxsync |
LOG_ENABLED fix
|
|
|
@16958
|
16 years |
vboxsync |
mp-r0drv-darwin: don't use ml_get_max_cpus, it's obsolete.
|
|
|
@16935
|
16 years |
vboxsync |
kStuff,IPRT: kStuff r23 -> r26, kLdrModOpenFromRdr got image selection …
|
|
|
@16934
|
16 years |
vboxsync |
IPRT: Prep for upcoming FAT Mach-O support.
|
|
|
@16933
|
16 years |
vboxsync |
IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
|
|
|
@16908
|
16 years |
vboxsync |
RuntimeGuestR3Mini: windows update.
|
|
|
@16870
|
16 years |
vboxsync |
Solaris/VBoxNetAdp: random MAC address
|
|
|
@16826
|
16 years |
vboxsync |
Runtime/zip: better include handling in Makefile.kmk
|
|
|
@16825
|
16 years |
vboxsync |
Runtime: zlib include path fix
|
|
|
@16824
|
16 years |
vboxsync |
Runtime/zip: enable zlib functions
|
|
|
@16823
|
16 years |
vboxsync |
Runtime/zip: make zlib reader more greedy to fix issue with …
|
|
|
@16811
|
16 years |
vboxsync |
windows build fix.
|
|
|
@16810
|
16 years |
vboxsync |
buildfix.
|
|
|
@16809
|
16 years |
vboxsync |
VBoxRT/RuntimeR3: Added RTErrConvertToErrno.cpp to the libs.
|
|
|
@16808
|
16 years |
vboxsync |
RTErrConvertFromErrno: @todos.
|
|
|
@16807
|
16 years |
vboxsync |
RTErrConvertToErrno: VERR_PATH_NOT_FOUND -> ENOTDIR like …
|
|
|
@16774
|
16 years |
vboxsync |
RTBase64: no trailing newline.
|
|
|
@16773
|
16 years |
vboxsync |
tstBase64: better test coverage.
|
|
|
@16767
|
16 years |
vboxsync |
Wrote RTBase64Encode while at it.
|
|
|
@16766
|
16 years |
vboxsync |
Wrote RTBase64Encode while at it.
|
|
|
@16765
|
16 years |
vboxsync |
RTBase64Encode* testcase and adjustments.
|
|
|
@16764
|
16 years |
vboxsync |
RTBase64DecodedSize testcase.
|
|
|
@16763
|
16 years |
vboxsync |
RTBase64Decode testcase and bugfixes.
|
|
|
@16762
|
16 years |
vboxsync |
RTBase64Decode testcase and bugfixes.
|
|
|
@16760
|
16 years |
vboxsync |
RTBase64: The decoding part (untested).
|
|
|
@16722
|
16 years |
vboxsync |
runtime fix for solaris shared folders
|
|
|
@16720
|
16 years |
vboxsync |
handle upcoming xc_call() change and can build as part of VirtualBox
|
|
|
@16678
|
16 years |
vboxsync |
IPRT/Makefile: Use the unstripped source for generating error stuff.
|
|
|
@16676
|
16 years |
vboxsync |
Makefiles: insert an additional step between VirtualBox.xidl and its …
|
|
|
@16664
|
16 years |
vboxsync |
Export rtFileNativeSetAttributes-win.cpp.
|
|
|