|
|
@17011
|
16 年 |
vboxsync |
RTProcIsRunningByName cleanup.
|
|
|
@16999
|
16 年 |
vboxsync |
iprt: RTProcIsRunningByName implementation for Linux.
|
|
|
@14298
|
16 年 |
vboxsync |
Corrected a couple of grammos.
|
|
|
@14067
|
16 年 |
vboxsync |
RTUuidIsNull: returns true if pUuid is NULL, not VERR_INVALID_PARAMETER.
|
|
|
@13977
|
16 年 |
vboxsync |
C warnings
|
|
|
@13908
|
16 年 |
vboxsync |
Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
|
|
|
@13837
|
16 年 |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@13836
|
16 年 |
vboxsync |
s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
|
|
|
@13319
|
16 年 |
vboxsync |
linux kernel modules: export symbols where they are implemented
|
|
|
@13306
|
16 年 |
vboxsync |
IPRT,++: some assert.h cleanup, making a suitable place to call …
|
|
|
@12892
|
16 年 |
vboxsync |
AssertMsgRC
|
|
|
@12104
|
16 年 |
vboxsync |
iprt: Added RTMpGetPresentSet, RTMpGetPresentCount and …
|
|
|
@11557
|
16 年 |
vboxsync |
iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
|
|
|
@11523
|
16 年 |
vboxsync |
iprt: Implemented the /dev/urandom base random generator as a RTRAND …
|
|
|
@11413
|
16 年 |
vboxsync |
Runtime: small fix to the UUID code, splitting the ClockSeq field and …
|
|
|
@11350
|
16 年 |
vboxsync |
iprt: Added RTSystemQueryOSInfo.
|
|
|
@10972
|
16 年 |
vboxsync |
RTTimerLRCreateEx: Fixed parameter validation for one shot timers.
|
|
|
@10944
|
16 年 |
vboxsync |
iprt: RTTimerLR - low resolution timer API (< 10 Hz).
|
|
|
@10425
|
16 年 |
vboxsync |
Fixed incorrect function delcarations.
|
|
|
@10418
|
16 年 |
vboxsync |
New runtime functions fopr getting cpu frequency. Stubs only to far.
|
|
|
@9744
|
16 年 |
vboxsync |
Opps, left some @todos behind.
|
|
|
@9743
|
16 年 |
vboxsync |
Made RTUuidCompare grok NULL pointers and behave the same way in both …
|
|
|
@9741
|
16 年 |
vboxsync |
Split out RTUuidCreate, so we don't drag in RTRand when we don't need …
|
|
|
@9738
|
16 年 |
vboxsync |
Some UUID cleanup; added RTUuidCompareStr(PCRTUUID, const char *).
|
|
|
@9444
|
16 年 |
vboxsync |
Added iTick to FNTIMER (the timer callback).
|
|
|
@9429
|
16 年 |
vboxsync |
RTMpDoesCpuExist -> RTMpIsCpuPossible. Changed the RTMpGetCount and …
|
|
|
@9416
|
16 年 |
vboxsync |
Return VERR_NOT_SUPPORTED if RTTIMER_FLAGS_CPU_* is set.
|
|
|
@9308
|
16 年 |
vboxsync |
Comment.
|
|
|
@8954
|
17 年 |
vboxsync |
Don't fail on 0 byte files.
|
|
|
@8925
|
17 年 |
vboxsync |
New file APIs for reading (or mapping) a file into memory: …
|
|
|
@8662
|
17 年 |
vboxsync |
PDMCritSect fix.
|
|
|
@8651
|
17 年 |
vboxsync |
Moved the strictness indicators into internal/strict.h.
|
|
|
@8650
|
17 年 |
vboxsync |
L4 uses TLS and doesn't need to be excluded from strict critsects.
|
|
|
@8645
|
17 年 |
vboxsync |
Added lock counts to the threads.
|
|
|
@8245
|
17 年 |
vboxsync |
rebranding: IPRT files again.
|
|
|
@8170
|
17 年 |
vboxsync |
Rebranding: replacing more innotek strings.
|
|
|
@8155
|
17 年 |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@7348
|
17 年 |
vboxsync |
Generic implementations of the new RTMp functions.
|
|
|
@7340
|
17 年 |
vboxsync |
Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
|
|
|
@7254
|
17 年 |
vboxsync |
Sketched out RTMp*. (All the platform specific code is disabled.)
|
|
|
@6961
|
17 年 |
vboxsync |
Generic implementation (in case it's needed).
|
|
|
@5999
|
17 年 |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5974
|
17 年 |
vboxsync |
Implemented RTTimeNormalize. Added a offUTC field to RTTIME (only …
|
|
|
@4750
|
17 年 |
vboxsync |
eol style native
|
|
|
@4534
|
17 年 |
vboxsync |
FreeBSD needs extern char environ; Assume the other BSD needs this too.
|
|
|
@4476
|
17 年 |
vboxsync |
fixed darwin and two really bad assertions.
|
|
|
@4475
|
17 年 |
vboxsync |
Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
|
|
|
@4474
|
17 年 |
vboxsync |
Solaris.
|
|
|
@4287
|
17 年 |
vboxsync |
Solaris
|
|
|
@4130
|
17 年 |
vboxsync |
license header fix
|
|
|
@4104
|
17 年 |
vboxsync |
Runtime/RTEnv: Fixed the off by one bug.
|
|
|
@4101
|
17 年 |
vboxsync |
Attempt to fix the burning L4 testbox by making Dmitry's environment …
|
|
|
@4071
|
17 年 |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@4066
|
17 年 |
vboxsync |
Runtime: Fixed linux builds.
|
|
|
@4063
|
17 年 |
vboxsync |
Runtime: Added basic RTEnv...(RTENV,..) API.
|
|
|
@3672
|
17 年 |
vboxsync |
RT_OS_* and RT_ARCH_* for Runtime/ and Support/
|
|
|
@2981
|
17 年 |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@2629
|
18 年 |
vboxsync |
some flags and fixed broken RTTimeLocaleNow on windows.
|
|
|
@2617
|
18 年 |
vboxsync |
export to OSE
|
|
|
@2615
|
18 年 |
vboxsync |
export to OSE
|
|
|
@2477
|
18 年 |
vboxsync |
export
|
|
|
@2475
|
18 年 |
vboxsync |
Makefile.kmk -> Makefile.kup
|
|
|
@1816
|
18 年 |
vboxsync |
moved magics to a common header to avoid duplicating the same defines …
|
|
|
@1807
|
18 年 |
vboxsync |
Adopted the posix timer code to support the three new timer APIs
|
|
|
@1781
|
18 年 |
vboxsync |
Split out generic/RTTimerCreate-generic.cpp from generic/timer-generic.cpp.
|
|
|
@1536
|
18 年 |
vboxsync |
Some ring-3 adjustments.
|
|
|
@935
|
18 年 |
vboxsync |
moving it (part 1).
|
|
|
@899
|
18 年 |
vboxsync |
don't assert on bad uuid strings.
|
|
|
@893
|
18 年 |
vboxsync |
Use RTRand.
|
|
|
@890
|
18 年 |
vboxsync |
RTRand API (feel free to improve the fallback code).
|
|
|
@751
|
18 年 |
vboxsync |
Stricter check in RTCritSectEnter for destroyed critical sections.
|
|
|
@405
|
18 年 |
vboxsync |
We're better off using the generic timer implementation on darwin. I …
|
|
|
@403
|
18 年 |
vboxsync |
Need RTThreadWait in ring-0 too when using the generic timers, so …
|
|
|
@204
|
18 年 |
vboxsync |
runtime.h now includes everything. Created a new header, initterm.h, …
|
|
|
@198
|
18 年 |
vboxsync |
thread safe handle invalidating.
|
|
|
@197
|
18 年 |
vboxsync |
A stab at generic timers (untested).
|
|
|
@129
|
18 年 |
vboxsync |
Generic Uuid. Corrected Gen.u16TimeMin to Gen.u16TimeMid.
|
|
|
@1
|
55 年 |
vboxsync |
import
|