VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/posix

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21500   15 years vboxsync Fix add burn with Solaris additions
(edit) @21499   15 years vboxsync Fix add burn with Solaris additions
(edit) @21493   15 years vboxsync Runtime/File: Add flag to disable the file cache
(edit) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20822   15 years vboxsync utf8-posix.cpp: Fixed allocation bug in rtstrConvert where we would …
(edit) @20821   15 years vboxsync IPRT: alignment check hacking.
(edit) @20819   15 years vboxsync getenv -> RTEnvGet.
(edit) @20498   15 years vboxsync process-posix.cpp: papszArgs must not be NULL (see the notes in the …
(edit) @20111   16 years vboxsync IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
(edit) @20102   16 years vboxsync space
(edit) @20066   16 years vboxsync Runtime: added RTDirCreateTemp
(edit) @19562   16 years vboxsync Runtime/Aio: Change API again * pcReqs in RTFileAioCtxSubmit is …
(edit) @19370   16 years vboxsync Runtime/Aio: Fix the POSIX backend for Darwin. We have to obey the …
(edit) @19348   16 years vboxsync Runtime/Aio: Properties
(edit) @19346   16 years vboxsync Runtime/Aio: Updates * Add POSIX backend needed for the Darwin …
(edit) @16647   16 years vboxsync Missed parameter in a Log().
(edit) @16526   16 years vboxsync IMO better for the unsetenv() prototype on Darwin
(edit) @16525   16 years vboxsync some comments
(edit) @16524   16 years vboxsync Nasty darwin burn fix. Review required
(edit) @16523   16 years vboxsync back 42448
(edit) @16522   16 years vboxsync typo, fix mac burn
(edit) @16508   16 years vboxsync fixed RTEnvUnset for Windows hosts
(edit) @16502   16 years vboxsync RTEnvUnset(): Use unsetenv() if available
(edit) @16311   16 years vboxsync IPRT: Changed the RTTLS type and corrected RTTLSAlloc defintions.
(edit) @15850   16 years vboxsync Runtime: error is below zero
(edit) @15813   16 years vboxsync RTPathAbs: When the path is empty we return VERR_INVALID_PARAMETER …
(edit) @15808   16 years vboxsync iprt: added RTPathGetCurrent.
(edit) @15805   16 years vboxsync RTPathAbs/posix: man strcpy 'The strings may not overlap, ...' -> …
(edit) @15756   16 years vboxsync Runtime: RTPathAbs: Fixed the "." case on POSIX, fixed the "" case on …
(edit) @15754   16 years vboxsync Runtime/POSIX: RTPathAbs: Don't access file system when calculating …
(edit) @15026   16 years vboxsync process-posix.cpp: correct rc fix.
(edit) @15007   16 years vboxsync missing initialization
(edit) @15001   16 years vboxsync Temp fix for burn
(edit) @14999   16 years vboxsync IPRT: Extended RTProcCreate with a daemonize flag.
(edit) @14318   16 years vboxsync Fix a couple of words doubled in comments. No code changes.
(edit) @14298   16 years vboxsync Corrected a couple of grammos.
(edit) @14062   16 years vboxsync RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
(edit) @14054   16 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14050   16 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13664   16 years vboxsync not necessary
(edit) @13661   16 years vboxsync space
(edit) @13660   16 years vboxsync IPRT: RTThreadPoke update - don't use signal but sigaction (more well …
(edit) @13653   16 years vboxsync IPRT: RTThreadPoke for posix.
(edit) @13213   16 years vboxsync iprt/timer-posix.cpp: Don't access private siginfo members, that's not …
(edit) @12960   16 years vboxsync ;
(edit) @12907   16 years vboxsync typo
(edit) @12146   16 years vboxsync IPRT/ldrNative-posix: LogRel dlopen errors so we can get the exact …
(edit) @11836   16 years vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11790   16 years vboxsync warnings
(edit) @11557   16 years vboxsync iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
(edit) @11523   16 years vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11468   16 years vboxsync - first working XPCOM binding version - implemented check for …
(edit) @11352   16 years vboxsync iprt: Implemented RTSystemQueryOSInfo for windows.
(edit) @11350   16 years vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @11337   16 years vboxsync Runtime: new function for daemonizing, implemented on posix systems …
(edit) @11327   16 years vboxsync iprt: removed system-*.cpp
(edit) @11243   16 years vboxsync iprt/RTMpGetCount-posix: Avoid using _SC_NPROCESSORS_ONLN.
(edit) @11133   16 years vboxsync compiler warnings
(edit) @11020   16 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @10941   16 years vboxsync iprt/posix timers: Cleanup fixing the create/destroy races, a …
(edit) @10920   16 years vboxsync POSIX timers with SIGEV_SIGNAL and a dedicated thread
(edit) @10911   16 years vboxsync IPRT: Added RTPathSetCurrent.
(edit) @10854   16 years vboxsync Disable use of posix timers on Solaris, working around the missing …
(edit) @10839   16 years vboxsync RTSemEventDestroy: Don't bitch on NIL_RTSEMEVENT.
(edit) @10644   16 years vboxsync r=bird: The file mode is the 3rd argument to open. If no mode is …
(edit) @10634   16 years vboxsync Runtime: implement Unix access permissions in RTFileOpen
(edit) @10614   16 years vboxsync Enable posix timers by default by all users of the code (requirement …
(edit) @10544   16 years vboxsync Performance API, version 0, with fixed COMDefs.h.
(edit) @10534   16 years vboxsync Backed out Performance API changes.
(edit) @10528   16 years vboxsync Performance API, version 0, webservice broken.
(edit) @10218   16 years vboxsync POSIX timers, take two. No signals at all.
(edit) @9935   16 years vboxsync r=bird: Review comments, work to be done. Marked the …
(edit) @9932   16 years vboxsync r=bird: (todo) Must dedicate a thread for taking the signals, we …
(edit) @9904   16 years vboxsync Global and per-VM CPU usage API added
(edit) @9839   16 years vboxsync New implementation of RTTimer... using POSIX timers.
(edit) @9444   17 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9416   17 years vboxsync Return VERR_NOT_SUPPORTED if RTTIMER_FLAGS_CPU_* is set.
(edit) @9355   17 years vboxsync d_name can be defined as <= MAX_PATH (solaris does this). Clearified …
(edit) @8913   17 years vboxsync made RTFileGetMaxSizeEx() OS-specific
(edit) @8706   17 years vboxsync r=bird: the timeout handling is busted since we're using absolute wall …
(edit) @8653   17 years vboxsync Added RTSemRWIsWriteOwner, RTSemRWGetWriteRecursion and …
(edit) @8652   17 years vboxsync Lock counting.
(edit) @8651   17 years vboxsync Moved the strictness indicators into internal/strict.h.
(edit) @8649   17 years vboxsync Count mutex locks.
(edit) @8561   17 years vboxsync To/FromNative - posix.
(edit) @8256   17 years vboxsync rebranding, eol
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7986   17 years vboxsync Runtime: Fixed RTSemEventMultiSignal(): pthread_cond_signal => …
(edit) @7938   17 years vboxsync Solaris: semrw-posix fix.
(edit) @7922   17 years vboxsync Fixed darwin build error.
(edit) @7920   17 years vboxsync Adjusted the RTSemRW interface to do recursion. Updated the posix …
(edit) @7426   17 years vboxsync RTUCS2 -> RTUTF16.
(edit) @7418   17 years vboxsync UCS-2 -> UTF-16.
(edit) @7357   17 years vboxsync compile fix.
(edit) @7355   17 years vboxsync for fun.
(edit) @6954   17 years vboxsync Implemented RTTls for posix threads.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette