|
|
@61120
|
9 years |
vboxsync |
Log() format fix
|
|
|
@60612
|
9 years |
vboxsync |
IPRT/dir-posix.cpp: custom errno mapping for fsync in RTDirFlush, …
|
|
|
@60371
|
9 years |
vboxsync |
Runtime/posix/symlink-posix.cpp: Fix guessing the initial buffer size, …
|
|
|
@60370
|
9 years |
vboxsync |
Runtime/posix/symlink-posix.cpp: Fix guessing the initial buffer size, …
|
|
|
@59513
|
9 years |
vboxsync |
Fix for the cleanup
|
|
|
@59512
|
9 years |
vboxsync |
IPRT: Smaller cleanups to the Linux and Posix specific …
|
|
|
@59511
|
9 years |
vboxsync |
IPRT: RTFileSetAllocationSize() implementation for POSIX compatible …
|
|
|
@59158
|
9 years |
vboxsync |
Runtime/linux,posix: pthread_join() does not set errno! Thanks …
|
|
|
@58322
|
9 years |
vboxsync |
localipc-posix.cpp: Darwin does the POLLIN+POLLHUB thing too.
|
|
|
@58320
|
9 years |
vboxsync |
localipc-posix.cpp: OS/2 build fix.
|
|
|
@58319
|
9 years |
vboxsync |
localipc-posix.cpp: Turns out Linux also returns POLLIN+POLLHUP. …
|
|
|
@58318
|
9 years |
vboxsync |
localipc-posix.cpp: Must disable SIGPIPE as there is no way to supress …
|
|
|
@58305
|
9 years |
vboxsync |
RTLocalIpcServerCreate: Dropped the RTLOCALIPC_FLAGS_MULTI_SESSION as …
|
|
|
@58302
|
9 years |
vboxsync |
localipc-posix.cpp: rtSocketListen should be done when creating the …
|
|
|
@58301
|
9 years |
vboxsync |
RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
|
|
|
@58300
|
9 years |
vboxsync |
RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
|
|
|
@58297
|
9 years |
vboxsync |
RTLocalIpc: Added flag to the server and connection creation functions …
|
|
|
@58295
|
9 years |
vboxsync |
iprt: Added RTLocalIpcSessionReadNB on posix systems.
|
|
|
@58294
|
9 years |
vboxsync |
localipc-posix.cpp: Adjust cMillies on interrupt in …
|
|
|
@58293
|
9 years |
vboxsync |
localipc.h: Correct read/write parameter names.
|
|
|
@58292
|
9 years |
vboxsync |
localipc-posix.cpp: VERR_BROKEN_PIPE fixes for RTLocalIpcSessionRead.
|
|
|
@58290
|
9 years |
vboxsync |
RTLocalIpc fixes.
|
|
|
@58282
|
9 years |
vboxsync |
localipc-posix.cpp: Partly debugged code.
|
|
|
@57918
|
9 years |
vboxsync |
process-posix.cpp: build fix.
|
|
|
@57916
|
9 years |
vboxsync |
IPRT: More windows process creation hacking and cleaning up. Cleaned …
|
|
|
@57872
|
9 years |
vboxsync |
process-creation-posix.cpp: solaris build fix.
|
|
|
@57871
|
9 years |
vboxsync |
process-creation-posix.cpp: darwin build fix.
|
|
|
@57869
|
9 years |
vboxsync |
process-creation-posix.cpp: Hacked up support for RTPROC_FLAGS_PROFILE …
|
|
|
@57643
|
9 years |
vboxsync |
IPRT: Added RTVfsIoStrmFromRTPipe (and RTPipeQueryInfo) for the …
|
|
|
@57613
|
9 years |
vboxsync |
IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
|
|
|
@57432
|
9 years |
vboxsync |
iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
|
|
|
@57405
|
9 years |
vboxsync |
build fix
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@56978
|
9 years |
vboxsync |
Runtime: Formatting fixes, time.cpp being the most significant.
|
|
|
@56290
|
9 years |
vboxsync |
IPRT: Updated (C) year.
|
|
|
@56222
|
10 years |
vboxsync |
warnings
|
|
|
@56004
|
10 years |
vboxsync |
warning
|
|
|
@55700
|
10 years |
vboxsync |
pwd todo
|
|
|
@55562
|
10 years |
vboxsync |
IPRT: Added RTEnvCreateChangeRecord, RTEnvApplyChanges …
|
|
|
@55530
|
10 years |
vboxsync |
RTProcCreate,RTProcCreateEx: Added RTPROC_FLAGS_UNQUOTED_ARGS for …
|
|
|
@53278
|
10 years |
vboxsync |
IPRT: Added experimental malloc replacement feature, add …
|
|
|
@52944
|
10 years |
vboxsync |
IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
|
|
|
@52822
|
10 years |
vboxsync |
Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units …
|
|
|
@52759
|
10 years |
vboxsync |
timer-posix.cpp: timer_settime returns 0 or -1 + errno, not errno as …
|
|
|
@52021
|
10 years |
vboxsync |
IPRT/RTMemLocked*: Ditch API, was only implemented on POSIX and there …
|
|
|
@51770
|
10 years |
vboxsync |
Merged in iprt++ dev branch.
|
|
|
@51192
|
11 years |
vboxsync |
Runtime/r3/linux: better handle user accounts with empty passwords -- fix
|
|
|
@51180
|
11 years |
vboxsync |
Runtime/r3/Linux: better handle user accounts with empty passwords
|
|
|
@51076
|
11 years |
vboxsync |
Another build fix
|
|
|
@51075
|
11 years |
vboxsync |
Build fix for darwin
|
|
|
@51074
|
11 years |
vboxsync |
Runtime: Add RTMemLocked* API to allocate locked memory
|
|
|
@50408
|
11 years |
vboxsync |
RTEnv: Use the unicode CRT APIs on windows to avoid …
|
|
|
@50292
|
11 years |
vboxsync |
r3/process-creation-posix: snprintf format-specifier warning.
|
|
|
@49530
|
11 years |
vboxsync |
Runtime/posix/process-creation: handle supplemental groups properly
|
|
|
@49039
|
11 years |
vboxsync |
IPRT: Filename extension versus suffix cleanup, long overdue.
|
|
|
@48935
|
11 years |
vboxsync |
Runtime: Whitespace and svn:keyword cleanups by scm.
|
|
|
@47535
|
11 years |
vboxsync |
IPRT: Wrote native NT directory enumeration - not enabled by default. …
|
|
|
@47104
|
11 years |
vboxsync |
build fix
|
|
|
@47102
|
11 years |
vboxsync |
Runtime: Missing checks for RTPROC_FLAGS_SAME_CONTRACT in the process …
|
|
|
@47071
|
11 years |
vboxsync |
Runtime: btrfs
|
|
|
@46742
|
11 years |
vboxsync |
build fix
|
|
|
@46741
|
11 years |
vboxsync |
build fix
|
|
|
@46739
|
11 years |
vboxsync |
reorged the allocex bits in ring3.
|
|
|
@46729
|
11 years |
vboxsync |
RTMEMALLOCEX_FLAGS_32BIT_REACH for linux r3.
|
|
|
@46593
|
11 years |
vboxsync |
updates
|
|
|
@46577
|
11 years |
vboxsync |
build fix.
|
|
|
@46572
|
11 years |
vboxsync |
More correct.
|
|
|
@46570
|
11 years |
vboxsync |
hacked up a way of getting one block of low memory.
|
|
|
@46035
|
12 years |
vboxsync |
Remove L4 support from main tree.
|
|
|
@45678
|
12 years |
vboxsync |
Runtime/aio: Add flags parameter to RTFileAioCtxCreate
|
|
|
@45263
|
12 years |
vboxsync |
rand-posix.cpp: Another S10 (testboxsh1) fix/hack.
|
|
|
@45260
|
12 years |
vboxsync |
We should probably check the iconv return value a little more closely. …
|
|
|
@44556
|
12 years |
vboxsync |
Use posix_spawn on mac as well, its (mostly) there since 10.5.
|
|
|
@44555
|
12 years |
vboxsync |
process-creation-posix.cpp: posix_spawnattr_setsigmask doesn't take …
|
|
|
@44549
|
12 years |
vboxsync |
Runtime/posix/RTProcCreateEx: unblock all signals for the new child process
|
|
|
@44529
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@44489
|
12 years |
vboxsync |
The deatch problem on OS/2 is in RTProcCreate.
|
|
|
@44472
|
12 years |
vboxsync |
IPRT: Merging poll-win.cpp and poll-posix.cpp, part 2.
|
|
|
@44456
|
12 years |
vboxsync |
Runtime: add unobtrusive initialisation option which does not block …
|
|
|
@44298
|
12 years |
vboxsync |
Implemented RTFileSetOwner on non-windows systems.
|
|
|
@44025
|
12 years |
vboxsync |
Put IN_RT_STATIC in the VBOXR3STATIC template so everyone have the …
|
|
|
@44020
|
12 years |
vboxsync |
IPRT/thread-posix.cpp: avoid the pthread_setname_np dlsym trickery in …
|
|
|
@43879
|
12 years |
vboxsync |
Extended RTOnce with termination cleanups. (Changes existing …
|
|
|
@43560
|
12 years |
vboxsync |
RT/darwin: enhancements after review.
|
|
|
@43559
|
12 years |
vboxsync |
RT: build fix.
|
|
|
@43558
|
12 years |
vboxsync |
RT/Darwin: introduces simplefied phread_mutex_timedlock …
|
|
|
@43363
|
12 years |
vboxsync |
Haiku Additions.
|
|
|
@43046
|
12 years |
vboxsync |
iprt: detect ocfs2
|
|
|
@42229
|
12 years |
vboxsync |
Runtime/RTPathReal: fixed logging statement
|
|
|
@42077
|
12 years |
vboxsync |
Runtime/Process: Missing changes, relax the parameter checks for …
|
|
|
@41919
|
12 years |
vboxsync |
Runtime/process: Add RTProcQueryUsername to query the username of the …
|
|
|
@41881
|
12 years |
vboxsync |
IPRT: Name threads on linux when supported.
|
|
|
@41763
|
12 years |
vboxsync |
IPRT/thread-posix.cpp: Use pthread_setname_np if present (currently …
|
|
|
@40825
|
13 years |
vboxsync |
Implemented RTPROC_FLAGS_SEARCH_PATH on windows.
|
|
|
@40654
|
13 years |
vboxsync |
Runtime/r3, RDP: Solaris 11 iconv change.
|
|
|
@40651
|
13 years |
vboxsync |
Runtime/r3/posix, RDP/client: Solaris 11 iconv change. Avoid …
|
|
|
@40571
|
13 years |
vboxsync |
ARTProcExec: dded RTPROC_FLAGS_SEARCH_PATH and implemented for posix.
|
|
|
@40553
|
13 years |
vboxsync |
fileio2-posix: comment
|
|
|
@40307
|
13 years |
vboxsync |
build fix
|
|
|