VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @69760   7 years vboxsync RTProcIsRunningByName-linux.cpp: RTDIRENTRYTYPE_UNKNOWN, just in case.
(edit) @69754   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69111   7 years vboxsync (C) year
(edit) @68401   7 years vboxsync Runtime/linux: Use fallocate64 to support large files on 32bit hosts.
(edit) @68050   7 years vboxsync sysfs.cpp: arch linux build fix (hope everyone has sys/sysmacros.h).
(edit) @67286   7 years vboxsync Runtime/RTKrnlMod: Started working on Linux implementation gathering …
(edit) @65813   8 years vboxsync gcc 7: fall thru
(edit) @63417   8 years vboxsync IPRT: Fixed for IPRT_WITH_FUTEX_BASED_SEMS=1.
(edit) @62564   8 years vboxsync IPRT: Mark unused parameters.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @61098   9 years vboxsync sysfs.cpp: Attempt to fix RTLinuxSysFsReadStrFileV for DMI strings …
(edit) @60427   9 years vboxsync Runtime/linux/sysfs.cpp: Fixes for the tstRTSystemQueryDmi testcase, …
(edit) @60424   9 years vboxsync Runtime/linux/sysfs: RTLinuxSysFsReadStr() has to be return …
(edit) @60393   9 years vboxsync Runtime/linux/sysfs: Fixes, implement two forgotten methods
(edit) @60390   9 years vboxsync Runtime/linux/sysfs: Correct format string attributes and introduce …
(edit) @60373   9 years vboxsync Runtime/linux/sysfs.cpp: Convert RTLinuxSysFs* API to always use IPRT …
(edit) @59513   9 years vboxsync Fix for the cleanup
(edit) @59512   9 years vboxsync IPRT: Smaller cleanups to the Linux and Posix specific …
(edit) @59461   9 years vboxsync IPRT: Linux specific implementation for RTFileSetAllocationSize()
(edit) @59158   9 years vboxsync Runtime/linux,posix: pthread_join() does not set errno! Thanks …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @56222   10 years vboxsync warnings
(edit) @54970   10 years vboxsync AsyncCompletion: Better error message if I/O manager could not be …
(edit) @53081   10 years vboxsync Runtime/r3: do not use a hard-coded stack size in rtSchedRunThread(), …
(edit) @52822   10 years vboxsync Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units …
(edit) @50783   11 years vboxsync Main and Runtime/Linux: rip out all code for recursively walking /dev, …
(edit) @50705   11 years vboxsync Runtime/r3/linux: rewrite device node walking code to use less stack.
(edit) @50059   11 years vboxsync Runtime/r3/linux: when determining the number of physical cores, also …
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @46987   11 years vboxsync RTSystemShutdown: Don't use the long parameters on Linux but the short …
(edit) @46640   11 years vboxsync typo.
(edit) @46639   11 years vboxsync Added RTMpGetOnlineCoreCount and RTMpGetPresentCoreCount.
(edit) @46326   12 years vboxsync RT_STR_TUPLE
(edit) @46324   12 years vboxsync Runtime/linux/RTSystemQueryAvailableRam: also consider the cached memory
(edit) @46144   12 years vboxsync Runtime: RTMpGetCoreCount() for Linux
(edit) @45678   12 years vboxsync Runtime/aio: Add flags parameter to RTFileAioCtxCreate
(edit) @45104   12 years vboxsync Corrected the spelling of '@todo' (it's not spelled with three X-es). ;-)
(edit) @45099   12 years vboxsync Runtime: fixed RTSystemQueryTotalRam() and RTSystemQueryAvailableRam() …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43548   12 years vboxsync Runtime/r3/linux: improved RTSystemQueryAvailableRam() and added a TODO
(edit) @43535   12 years vboxsync fixed SVN properties
(edit) @41774   12 years vboxsync bugref..
(edit) @39724   13 years vboxsync Shutdown implementation for linux (untested).
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37211   14 years vboxsync Some ASMAtomic*Size elimiation.
(edit) @37170   14 years vboxsync linux affinity code.
(edit) @36912   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @32968   14 years vboxsync build fix
(edit) @32948   14 years vboxsync semeventmulti-linux.cpp: bugfix
(edit) @32946   14 years vboxsync iprt/semaphore.h: Started adding RTSem*<Wait|Request>Ex[Debug].
(edit) @29642   15 years vboxsync RTSystemQueryDmiString-linux.cpp: RTSYSDMISTR_MANUFACTURER.
(edit) @29560   15 years vboxsync RTSystemQueryDmiString: Added RTSYSDMISTR_MANUFACTURER and implemented …
(edit) @29111   15 years vboxsync IPRT/fileaio-linux: Support flushes, not supported by any filesystem …
(edit) @28929   15 years vboxsync IPRT: Fixed wrong format specifier in assertion (various …
(edit) @28915   15 years vboxsync iprt: More path conversion avoidance.
(edit) @28863   15 years vboxsync RTMpIsCpuOnline/linux/r3: disabled asssertion as …
(edit) @28858   15 years vboxsync RTMpIsCpuOnline/linux/r3: better assertion.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27129   15 years vboxsync scm cleaned up some whitespace.
(edit) @26839   15 years vboxsync RTSystemQueryDmiString-linux.cpp: fixed edge case.
(edit) @26618   15 years vboxsync RTSystemQueryDmiString-linux.cpp: the dmi stuff can be in …
(edit) @26608   15 years vboxsync IPRT: linux implementation of RTSystemQueryDmiString.
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(edit) @26254   15 years vboxsync mp-linux.cpp: warning.
(edit) @26253   15 years vboxsync sysfs.cpp: Drop the temporary hack, it's not needed and generate warnings.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @25831   15 years vboxsync iprt/lockvalidation: give better names to anonymous locks
(edit) @25724   15 years vboxsync iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow …
(edit) @25721   15 years vboxsync iprt/RTSemMutex: MutexSem -> hMutexSem
(edit) @25720   15 years vboxsync iprt: Added RTSemEventMultiCreateEx and did some cleanups of the …
(edit) @25717   15 years vboxsync iprt: Added RTSemEventCreateEx and did some cleanups of the …
(edit) @25715   15 years vboxsync semmutex-linux.cpp: lock validation fixes
(edit) @25711   15 years vboxsync iprt: RTSemMutex order validation.
(edit) @25704   15 years vboxsync iprt,pdmcritsect: More flexible lock naming, added …
(edit) @25688   15 years vboxsync build fix.
(edit) @25685   15 years vboxsync iprt,pdmcritsect: Some more lock validator code, almost there now... :-)
(edit) @25682   15 years vboxsync iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related …
(edit) @25652   15 years vboxsync semmutex-linux.cpp: Fixed bug in rtSemMutexRequest when calculating …
(edit) @25651   15 years vboxsync -DEBUG_bird
(edit) @25650   15 years vboxsync semevent-linux.cpp: Fixed bug in rtSemEventWait when calculating …
(edit) @25649   15 years vboxsync semeventmulti-linux.cpp: Fixed bug in rtSemEventMultiWait when …
(edit) @25648   15 years vboxsync iprt: Instrumented semeventmulti-linux.cpp and hacked more on the …
(edit) @25645   15 years vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @25642   15 years vboxsync DOXYGEN -> DOXYGEN_RUNNING.
(edit) @25640   15 years vboxsync iprt: Added RTSemEventMulti[Set|Add|Remove]Signaller.
(edit) @25639   15 years vboxsync -debug
(edit) @25638   15 years vboxsync iprt,pdmcritsect: Added RTSemEvent[Set|Add|Remove]Signaller so that we …
(edit) @25628   15 years vboxsync copy & past fix.
(edit) @25624   15 years vboxsync iprt/semmutex*: Added RTSemMutexIsOwned. Rewrote mutex recursion …
(edit) @25618   15 years vboxsync IPRT,pdmcritsect: More lock validator hacking.
(edit) @25614   15 years vboxsync iprt,pdmcritsect: More lock validator refactoring and debugging. Added …
(edit) @25607   15 years vboxsync iprt,pdmcritsect: Shortening and cleaning up the lock validator …
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