|
|
@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.
|
|
|
@16650
|
16 years |
vboxsync |
IPRT: implement RTFileSetMode on Windows.
|
|
|
@16647
|
16 years |
vboxsync |
Missed parameter in a Log().
|
|
|
@16549
|
16 years |
vboxsync |
iprt/Makefile: Moved the subfooter.kmk include down after the doxygen …
|
|
|
@16546
|
16 years |
vboxsync |
Solaris/vboxdrv/vboxflt: Fixed incorrect return value on failure on _init.
|
|
|
@16526
|
16 years |
vboxsync |
IMO better for the unsetenv() prototype on Darwin
|
|
|
@16525
|
16 years |
vboxsync |
some comments
|
|
|
@16524
|
16 years |
vboxsync |
Nasty darwin burn fix. Review required
|
|
|
@16523
|
16 years |
vboxsync |
back 42448
|
|
|
@16522
|
16 years |
vboxsync |
typo, fix mac burn
|
|
|
@16516
|
16 years |
vboxsync |
IPRT: documentation.
|
|
|
@16508
|
16 years |
vboxsync |
fixed RTEnvUnset for Windows hosts
|
|
|
@16502
|
16 years |
vboxsync |
RTEnvUnset(): Use unsetenv() if available
|
|
|
@16464
|
16 years |
vboxsync |
set VM_LOCKED to pin pages allocated with mmap()
|
|
|
@16439
|
16 years |
vboxsync |
ldrkStuff: 64-bit darwin changes, better error assertions.
|
|
|
@16437
|
16 years |
vboxsync |
tstLdr: Made it usable with 64-bit images and stuff.
|
|
|
@16436
|
16 years |
vboxsync |
tstLdr-3: fixes.
|
|
|
@16435
|
16 years |
vboxsync |
tstLdr-4: Fixes.
|
|
|
@16404
|
16 years |
vboxsync |
kStuff: some preps for the 64-bit mach-o code.
|
|
|
@16383
|
16 years |
vboxsync |
IPRT: Added sanity checks for the [U]INTn_C macros.
|
|
|
@16354
|
16 years |
vboxsync |
mp-r0drv-darwin.cpp, the-darwin-kernel.h: ml_get_max_cpus() isn't …
|
|
|
@16346
|
16 years |
vboxsync |
IPRT/sanity.h: Check the basic stdint.h types.
|
|
|
@16332
|
16 years |
vboxsync |
time-r0drv-darwin.cpp: removed duplicated documentation.
|
|
|
@16331
|
16 years |
vboxsync |
time-r0drv-darwin.cpp: 10.6 build fix.
|
|
|
@16330
|
16 years |
vboxsync |
the-darwin-kernel.h: Added IOKit/IOBufferMemoryDescriptor.h and made …
|
|
|
@16329
|
16 years |
vboxsync |
memobj-r0drv-darwin.cpp: A few APIs was retired or deprecated in …
|
|
|
@16328
|
16 years |
vboxsync |
darwin-r0/RTMpGetSet: Generic implementation.
|
|
|
@16316
|
16 years |
vboxsync |
IPRT/math: use xSP and friends from asmdefs.mac instead of cooking our …
|
|
|
@16313
|
16 years |
vboxsync |
logl.asm: 64-bit darwin build fix.
|
|
|
@16311
|
16 years |
vboxsync |
IPRT: Changed the RTTLS type and corrected RTTLSAlloc defintions.
|
|
|
@16200
|
16 years |
vboxsync |
Solaris/vboxdrv: Use rwlock instead of mutex (#3021).
|
|
|
@16195
|
16 years |
vboxsync |
#3419: No promisc for WiFi on Darwin either.
|
|
|
@16193
|
16 years |
vboxsync |
#3419: Added fNoPromisc parameter to vboxNetFltNewInstance for dynamic …
|
|
|
@16170
|
16 years |
vboxsync |
More device work
|
|
|
@16164
|
16 years |
vboxsync |
rtZipStoreCompress: g++ (GCC) 4.1.2 (Gentoo 4.1.2 p1.1) generates …
|
|
|
@16163
|
16 years |
vboxsync |
New liblzf (v3.4) prep; VBOX_WITH_NEW_LIBLZF.
|
|
|
@16079
|
16 years |
vboxsync |
Linux hostif: Fixed the issue with duplicating guest originated packets.
|
|
|
@16065
|
16 years |
vboxsync |
log.h,log-vbox.cpp: S does not come after H, nor before I... :-) Added …
|
|
|