|
|
@18744
|
16 years |
vboxsync |
Runtime/getopt: provide way to figure out which option definition matched
|
|
|
@18426
|
16 years |
vboxsync |
zip.cpp: shut up some conversion warnings (MSC/64).
|
|
|
@18100
|
16 years |
vboxsync |
typo
|
|
|
@17441
|
16 years |
vboxsync |
IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR.
|
|
|
@17410
|
16 years |
vboxsync |
Don't flush the RC log in AssertMsg1/2; it's done automatically and …
|
|
|
@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.
|
|
|
@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.
|
|
|
@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
|
|
|
@17078
|
16 years |
vboxsync |
IPRT: make RTGetOpt accept non-'--' parameters; use RTGetOpt for …
|
|
|
@16823
|
16 years |
vboxsync |
Runtime/zip: make zlib reader more greedy to fix issue with …
|
|
|
@16383
|
16 years |
vboxsync |
IPRT: Added sanity checks for the [U]INTn_C macros.
|
|
|
@16346
|
16 years |
vboxsync |
IPRT/sanity.h: Check the basic stdint.h types.
|
|
|
@16164
|
16 years |
vboxsync |
rtZipStoreCompress: g++ (GCC) 4.1.2 (Gentoo 4.1.2 p1.1) generates …
|
|
|
@15880
|
16 years |
vboxsync |
IPRT/threadinit: removed double #ifdef IN_RING3.
|
|
|
@15747
|
16 years |
vboxsync |
restored waiting on non-waitable assert (things I do to please Knut :) )
|
|
|
@15740
|
16 years |
vboxsync |
removed bogus assert when trying to wait on non-waitable thread
|
|
|
@14500
|
16 years |
vboxsync |
IPRT/SUPDrv/VMM: Made RTR0AssertPanicSystem available to VMMR0.r0 on …
|
|
|
@14298
|
16 years |
vboxsync |
Corrected a couple of grammos.
|
|
|
@14057
|
16 years |
vboxsync |
semspingpong.cpp: shut up 64-bit MSC warning.
|
|
|
@14055
|
16 years |
vboxsync |
zip.cpp: shut up 64-bit MSC warning.
|
|
|
@14012
|
16 years |
vboxsync |
pReq may be invalid after queuing it (RTREQFLAGS_NO_WAIT), similar to …
|
|
|
@14001
|
16 years |
vboxsync |
Not C++ comments.
|
|
|
@13908
|
16 years |
vboxsync |
Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
|
|
|
@13837
|
16 years |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@13836
|
16 years |
vboxsync |
s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
|
|
|
@13832
|
16 years |
vboxsync |
IN_GC -> IN_RC.
|
|
|
@12874
|
16 years |
vboxsync |
IPRT: added a testcase for RTSemPingPong and some state inspection methods.
|
|
|
@11601
|
16 years |
vboxsync |
iprt: added a @todo on an slightly obscure bug.
|
|
|
@11596
|
16 years |
vboxsync |
iprt: Added RTThreadCreateV and RTThreadCreateF which takes a format …
|
|
|
@11078
|
16 years |
vboxsync |
iprt: common/misc/rand.cpp -> common/rand/rand.cpp
|
|
|
@11064
|
16 years |
vboxsync |
iprt/RTRandUxy: Improved the distribution when not using the max …
|
|
|
@11019
|
16 years |
vboxsync |
iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
|
|
|
@10940
|
16 years |
vboxsync |
IPRT: Implemented the RTOnce API.
|
|
|
@10848
|
16 years |
vboxsync |
Export to OSE
|
|
|
@10795
|
16 years |
vboxsync |
IPRT: Enabled the rtThreadRemoveLocked assertion on OS/2, hoping that …
|
|
|
@10792
|
16 years |
vboxsync |
IPRT: Fixed issue where RTCreateThread would race against the …
|
|
|
@10790
|
16 years |
vboxsync |
IPRT: Fixed an overlooked race found by the threaded testcase.
|
|
|
@10789
|
16 years |
vboxsync |
IPRT: Implemented the simple handle table variant too.
|
|
|
@10788
|
16 years |
vboxsync |
IPRT: Implemented the context variant of the handle table.
|
|
|
@10768
|
16 years |
vboxsync |
Some early commit of the handle table code (home -> work).
|
|
|
@9212
|
17 years |
vboxsync |
Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE …
|
|
|
@8927
|
17 years |
vboxsync |
and return the correct index.
|
|
|
@8926
|
17 years |
vboxsync |
Don't return VERR_GETOP_UNKNOWN_OPTION when encountering a file.
|
|
|
@8679
|
17 years |
vboxsync |
Ignore NIL_RTTHREAD parameters for the RTThreadGet*LockCount APIs.
|
|
|
@8669
|
17 years |
vboxsync |
Use the IN_TREE flag instead of the state just to be on the safe side.
|
|
|
@8661
|
17 years |
vboxsync |
Another attempt - don't call rtThreadRemove twice and if we do call …
|
|
|
@8658
|
17 years |
vboxsync |
Invalidate the thread structure *after* removing it from the tree or …
|
|
|
@8645
|
17 years |
vboxsync |
Added lock counts to the threads.
|
|
|
@8359
|
17 years |
vboxsync |
indent
|
|
|
@8346
|
17 years |
vboxsync |
gcc-4.3 warning
|
|
|
@8295
|
17 years |
vboxsync |
Renamed ip.cpp, tstIp.cpp and ip.h to cidr so they correspond to the …
|
|
|
@8293
|
17 years |
vboxsync |
r=bird: Fixed hungarian spelling and docs. Use RT_MAKE_U32_FROM_U8. …
|
|
|
@8259
|
17 years |
vboxsync |
eol
|
|
|
@8256
|
17 years |
vboxsync |
rebranding, eol
|
|
|
@8245
|
17 years |
vboxsync |
rebranding: IPRT files again.
|
|
|
@8196
|
17 years |
vboxsync |
OS/2: Temporarily disabled assertion that crashes debug builds.
|
|
|
@8170
|
17 years |
vboxsync |
Rebranding: replacing more innotek strings.
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@8148
|
17 years |
vboxsync |
iShort must be > 0, so assert on that.
|
|
|
@8147
|
17 years |
vboxsync |
Extended RTGetOpt:
o Support 8-, 16- and 64-bit types too.
o Added …
|
|
|
@7620
|
17 years |
vboxsync |
RTGCPHYS is now 64 bits
|
|
|
@7579
|
17 years |
vboxsync |
Extra tests
|
|
|
@7169
|
17 years |
vboxsync |
Doxygen fixes.
|
|
|
@7085
|
17 years |
vboxsync |
forgot this
|
|
|
@7026
|
17 years |
vboxsync |
RTGCPHYS is now 64 bits wide on all host platforms
|
|
|
@6961
|
17 years |
vboxsync |
Generic implementation (in case it's needed).
|
|
|
@6657
|
17 years |
vboxsync |
Use the generic templates for building the OS/2 guest additions. …
|
|
|
@6000
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change, fixes.
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5912
|
17 years |
vboxsync |
backed out r26450
|
|
|
@5911
|
17 years |
vboxsync |
RTGetOpt does not alter argv[] does it?
|
|
|
@5843
|
17 years |
vboxsync |
r=bird: Adjusted the RTGetOpt API a little bit.
|
|
|
@5766
|
17 years |
vboxsync |
export getopt.cpp
|
|
|
@5519
|
17 years |
vboxsync |
Runtime: Fixed memory leaks found by valgrind.
|
|
|
@5417
|
17 years |
vboxsync |
various stray files -> common/misc/
|
|
|
@5416
|
17 years |
vboxsync |
misc -> common/misc
|
|
copied from trunk/src/VBox/Runtime/misc
|
|
|
@4750
|
17 years |
vboxsync |
eol style native
|