summaryrefslogtreecommitdiff
path: root/nuttx/fs/procfs/fs_procfsproc.c
Commit message (Expand)AuthorAgeFilesLines
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-3/+3
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-4/+4
* Misc changes to get a clean compilation after incorporating all of Bob Doison...Gregory Nutt2014-04-221-1/+1
* Misc SAM4S-related changes from Bob DoisonGregory Nutt2014-04-211-2/+1
* procfs: Remove newline from the end of the cpuload and loadavg outputs so th...Gregory Nutt2014-02-271-1/+1
* A few fixes for the per-process load average calculationGregory Nutt2014-02-231-1/+1
* CPU load calculations now available for all threads. Available in /proc/pid/...Gregory Nutt2014-02-231-2/+81
* Add logic to meaure and calculate the CPU load percentage. From David AlessioGregory Nutt2014-02-221-2/+2
* procfs now shows stack thread informationGregory Nutt2013-12-151-5/+81
* procfs now shows information about the group that each thread belongs: Like ...Gregory Nutt2013-12-151-11/+224
* /proc task directories can now have sub-directoriesGregory Nutt2013-12-151-207/+366
* /proc/uptime logic needs to sample timer in case multiple reads are used to r...Gregory Nutt2013-12-141-1/+1
* Support /proc/uptimeGregory Nutt2013-12-141-1/+4
* Create procfs_utils.c; File missed from last commit; + remove warning from mm...Gregory Nutt2013-12-141-52/+10
* Various fixes to the recent, big procfs checkinGregory Nutt2013-12-121-8/+24
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-121-0/+1003