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) @23892   15 years vboxsync temporarily back out r53642, r53640
(edit) @23869   15 years vboxsync fix/hack waitpid issues for unix platforms: racing of RT and xpcom, …
(edit) @23602   15 years vboxsync Runtime/Aio: Bugfixes
(edit) @23411   15 years vboxsync Runtime/Aio-posix: stricter checking
(edit) @23406   15 years vboxsync Runtime/Aio-posix: Relax assertion. It is possible that more than …
(edit) @23405   15 years vboxsync Runtime/Aio-posix: Another difference in interpretation of the return …
(edit) @23396   15 years vboxsync Runteim/Aio-posix: Respect AIO_LISTIO_MAX for aio_suspend too. Should …
(edit) @23364   15 years vboxsync Runtime/Aio-posix: The error code from lio_listio is in errno
(edit) @23343   15 years vboxsync AIO/Posix: Build fix
(edit) @23342   15 years vboxsync AIO/Posix: Fix error code conversion on Darwin
(edit) @23340   15 years vboxsync AIO/Posix: Fix assertion on Darwin. AIO_LISTIO_MAX is defined with 16 …
(edit) @23312   15 years vboxsync IPRT: Fixed mac-ose build break caused by 10.4 not having lutimes().
(edit) @23291   15 years vboxsync IPRT: RTPathQueryInfo and RTPathSetTimes should work on symbolic links …
(edit) @22516   15 years vboxsync IPRT: Added RTFileExists
(edit) @22450   15 years vboxsync IPRT: gcc warning on 64-bit systems
(edit) @21672   15 years vboxsync RTDirCreate: recent nevadas (111b at least) returns EACCES when …
(edit) @21616   15 years vboxsync nitpicking.
(edit) @21582   15 years vboxsync IPRT: RTFILE_O_APPEND.
(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 …
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