|
|
@39993
|
13 years |
vboxsync |
tstX86-1: Some fxsave and fxrstor tests.
|
|
|
@39918
|
13 years |
vboxsync |
improve r75830 (better Linux 3.3 compile fix)
|
|
|
@39910
|
13 years |
vboxsync |
Runtime/Timers: RTTimerLRChangeInterval function and testcase
|
|
|
@39897
|
13 years |
vboxsync |
RTCString: Adding count() from QString, implementing one of the three …
|
|
|
@39890
|
13 years |
vboxsync |
VMMDev,IGuest,IAdditionsFacility,VBoxGuest,iprt/types.h: VMMDev must …
|
|
|
@39877
|
13 years |
vboxsync |
IPRT: Implemented RTStrConvertHexBytes; Added RTManifestEntryQueryAttr …
|
|
|
@39836
|
13 years |
vboxsync |
Clearify RTTHREADFLAGS_WAITABLE docs.
|
|
|
@39826
|
13 years |
vboxsync |
Runtume/linux: build linux-3.3.0-rc1 (please review).
|
|
|
@39804
|
13 years |
vboxsync |
Fixed regression (I hope) in yesterdays tcp/socket changes (name …
|
|
|
@39803
|
13 years |
vboxsync |
space
|
|
|
@39792
|
13 years |
vboxsync |
iprt/mem.h: Use RT_THROW not throw to indicate exceptions thrown by a …
|
|
|
@39732
|
13 years |
vboxsync |
mangler.h: RTCdrom*.
|
|
|
@39730
|
13 years |
vboxsync |
iprt/cdrom.h + cdrom-generic.cpp: Sketched out an API for messing with …
|
|
|
@39727
|
13 years |
vboxsync |
VINF_SYS_MAY_POWER_OFF
|
|
|
@39724
|
13 years |
vboxsync |
Shutdown implementation for linux (untested).
|
|
|
@39722
|
13 years |
vboxsync |
build fix
|
|
|
@39721
|
13 years |
vboxsync |
RTSystemShutdown: stub.
|
|
|
@39690
|
13 years |
vboxsync |
IPRT: Added RTPipeQueryReadable.
|
|
|
@39686
|
13 years |
vboxsync |
req.h: docs.
|
|
|
@39658
|
13 years |
vboxsync |
iprt/mem.h: missing header
|
|
|
@39641
|
13 years |
vboxsync |
IPRT headers: warning
|
|
|
@39632
|
13 years |
vboxsync |
Most of the reqpool code is there now. The testcase didn't turn up any …
|
|
|
@39628
|
13 years |
vboxsync |
symlinks: small fixes
|
|
|
@39627
|
13 years |
vboxsync |
backed out previous changeset
|
|
|
@39626
|
13 years |
vboxsync |
more symlink stuff
|
|
|
@39620
|
13 years |
vboxsync |
more reqpool code.
|
|
|
@39612
|
13 years |
vboxsync |
IPRT/*: add _NO_SYMLINKS flags to certain functions
|
|
|
@39550
|
13 years |
vboxsync |
Request thread pool hancking. Some RTReq refactoring as always…
|
|
|
@39515
|
13 years |
vboxsync |
*: Use RTLISTANCHOR.
|
|
|
@39509
|
13 years |
vboxsync |
iprt/list.h: RTLISTANCHOR.
|
|
|
@39504
|
13 years |
vboxsync |
RTReq: A bit more.
|
|
|
@39503
|
13 years |
vboxsync |
RTReq: Bugfix and some more refactoring.
|
|
|
@39500
|
13 years |
vboxsync |
RTReq: More refactoring.
|
|
|
@39498
|
13 years |
vboxsync |
RTReq refactoring.
|
|
|
@39457
|
13 years |
vboxsync |
iprt/cdefs.h: Added decimal grouping macros (RT_Dn).
|
|
|
@39455
|
13 years |
vboxsync |
A few arm bits from down stairs.
|
|
|
@39447
|
13 years |
vboxsync |
Runtime: add Uniform Resource Identifier handling support
|
|
|
@39443
|
13 years |
vboxsync |
Introduced RTThreadSleepNoLog for spinlocking in the electric fence …
|
|
|
@39402
|
13 years |
vboxsync |
VMM: don't use generic IPE status codes, use specific ones. Part 1.
|
|
|
@39378
|
13 years |
vboxsync |
iprt/mangling.h: RTStrmSetMode
|
|
|
@39377
|
13 years |
vboxsync |
iprt/stream.h: Added RTStrSetMode. (untested)
|
|
|
@39350
|
13 years |
vboxsync |
Runtime: add methods for checking if something is in use in a circular …
|
|
|
@39327
|
13 years |
vboxsync |
scm whitespace cleanups.
|
|
|
@39277
|
13 years |
vboxsync |
Runtime: split should really be const; add RTCStringFmt
|
|
|
@39246
|
13 years |
vboxsync |
iprt/ctype.h: Corrected bugs and adding a complete testcase.
|
|
|
@39234
|
13 years |
vboxsync |
iprt/err.C Added VERR_UNEXPECTED_EXCEPTION.
|
|
|
@39195
|
13 years |
vboxsync |
iprt/file.h: doc typo.
|
|
|
@39138
|
13 years |
vboxsync |
iprt/types.h,IEM: Moved the pointer union types to iprt/types.h, …
|
|
|
@39046
|
13 years |
vboxsync |
typo of r74463
|
|
|
@39043
|
13 years |
vboxsync |
Config.kmk, mangling, Runtime: use static zlib for Solaris.
|
|
|
@39037
|
13 years |
vboxsync |
iprt/asm.h: -W4 fixes (MSC).
|
|
|
@39033
|
13 years |
vboxsync |
iprt/assert.h: AssertRCSuccess() shall NOREF the argument just like …
|
|
|
@39015
|
13 years |
vboxsync |
PDMAsyncCompletion.cpp: Addressed out of bound indexing of …
|
|
|
@38944
|
13 years |
vboxsync |
PDMCritSectLeave: Indicate whether it was a nested exit or a real one.
|
|
|
@38872
|
13 years |
vboxsync |
IPRT: Add generic range descriptor type
|
|
|
@38738
|
13 years |
vboxsync |
Less Assert redefinition, adding RT_NO_STRICT to help.
|
|
|
@38716
|
13 years |
vboxsync |
comment typo
|
|
|
@38658
|
13 years |
vboxsync |
IPRT: , and are now deprecated, the conversion to local codeset …
|
|
|
@38636
|
13 years |
vboxsync |
*,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
|
|
|
@38618
|
13 years |
vboxsync |
VBoxHeadless/win: dont create console window for console VBoxHeadless app
|
|
|
@38606
|
13 years |
vboxsync |
More dwarf hacking.
|
|
|
@38601
|
13 years |
vboxsync |
IPRT: Some more dwarf bits.
|
|
|
@38584
|
13 years |
vboxsync |
iprt/dwarf: Attacking .debug_info…
|
|
|
@38581
|
13 years |
vboxsync |
IPRT: More debug info & ldr stuff.
|
|
|
@38573
|
13 years |
vboxsync |
iprt: Read dwarf line numbers.
|
|
|
@38549
|
13 years |
vboxsync |
GSO: UDP fragmentation offloading (#5846)
|
|
|
@38547
|
13 years |
vboxsync |
IPRT: More debug info hacking.
|
|
|
@38539
|
13 years |
vboxsync |
Runtime/SgBuf: Add new method to get the next segment from the S/G buffer
|
|
|
@38515
|
13 years |
vboxsync |
IPRT: Working on debug info again.
|
|
|
@38354
|
13 years |
vboxsync |
x86\math.h: Fixed bug in inline_sqrt causing infinie recursion and …
|
|
|
@38353
|
13 years |
vboxsync |
amd64\math.h: Fixed bug in inline_sqrt causing infinie recursion and …
|
|
|
@37968
|
13 years |
vboxsync |
include/*/*.mac: regenerated assmebly headers.
|
|
|
@37964
|
13 years |
vboxsync |
Register formatting in strformatrt.cpp (for logging).
|
|
|
@37955
|
13 years |
vboxsync |
Moved VBox/x86.h/mac to iprt/x86.h/mac.
|
|
|
@37951
|
13 years |
vboxsync |
IPRT: Added RTMsgSetProgName.
|
|
|
@37871
|
13 years |
vboxsync |
iprt/string.h: build fix for some FreeBSD versions which declare …
|
|
|
@37861
|
13 years |
vboxsync |
IPRT: fix assigning of empty lists
|
|
|
@37829
|
13 years |
vboxsync |
header fixes
|
|
|
@37818
|
13 years |
vboxsync |
Fix logging from R0
|
|
|
@37720
|
13 years |
vboxsync |
Runtime: add C++-like vector implementation in C
|
|
|
@37665
|
13 years |
vboxsync |
Runtime/getopt: add new option flag to switch to case insensitive matching
|
|
|
@37596
|
13 years |
vboxsync |
*: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
|
|
|
@37591
|
13 years |
vboxsync |
RTLog,VMM,Main,SUPDrv: Restrict VM release logging by group - major …
|
|
|
@37589
|
13 years |
vboxsync |
Main/GuestCtrl: Major overhaul of internal guest control handling, …
|
|
|
@37573
|
13 years |
vboxsync |
iprt: More kernel symbol resolving on darwin.
|
|
|
@37559
|
13 years |
vboxsync |
iprt/file.h: RTFile will be available in kernel mode as well.
|
|
|
@37535
|
13 years |
vboxsync |
iprt/cdefs.h: RT_HI/LO_Uxx macros.
|
|
|
@37491
|
13 years |
vboxsync |
Main-CloneVM: factor out the clone VM task
|
|
|
@37447
|
13 years |
vboxsync |
GuestCtrl/Execute: Added NoProfile flag for executing processes …
|
|
|
@37419
|
13 years |
vboxsync |
PDM/IPRT CritSect: Introduced the NOP critical section for simplifying …
|
|
|
@37409
|
13 years |
vboxsync |
iprt/trace: Added the CPU/APIC ID to the trace entires. Added some …
|
|
|
@37399
|
13 years |
vboxsync |
build fix
|
|
|
@37396
|
13 years |
vboxsync |
iprt/trace.h: Mostly done, but untested and undocumented.
|
|
|
@37363
|
14 years |
vboxsync |
iprt/assert.h: addendum to r72121
|
|
|
@37354
|
14 years |
vboxsync |
PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
|
|
|
@37316
|
14 years |
vboxsync |
IPRT: Inlined the already-done check in RTOnce().
|
|
|
@37234
|
14 years |
vboxsync |
IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
|
|
|
@37233
|
14 years |
vboxsync |
IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
|
|
|
@37210
|
14 years |
vboxsync |
circbuf: make the structure abstract.
|
|
|
@37209
|
14 years |
vboxsync |
circbuf: Use ASMAtomic*Z instead of ASMAtomic*Size because the latter …
|
|
|