summaryrefslogtreecommitdiff
path: root/nuttx/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-1/+1
* Add procfs write support. From Ken PetitGregory Nutt2014-12-091-2/+34
* Completes VFS-based named semaphore implemetation. Still a little buggyGregory Nutt2014-09-281-1/+0
* procfs: Fix some breakage introduced by reorganizing some un-reorganizable d...Gregory Nutt2014-09-221-26/+28
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-315-10/+10
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-313-3/+3
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-315-10/+10
* CCM PROCFS: Missing change in last commitsGregory Nutt2014-07-031-2/+2
* CCM PROCFS: Changed the configuration a bit. I am still not happy about the ...Gregory Nutt2014-07-032-8/+19
* Add STM32 CCM heep procfsGregory Nutt2014-07-032-0/+11
* SAMA54D-EK: Don't disable any features in the NSH configuration. Comments u...Gregory Nutt2014-07-021-1/+1
* Misc changes to get a clean compilation after incorporating all of Bob Doison...Gregory Nutt2014-04-222-2/+2
* Misc SAM4S-related changes from Bob DoisonGregory Nutt2014-04-211-2/+1
* Correct some procfs conditional compilation. From Bob DoironGregory Nutt2014-04-211-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* procfs: Remove newline from the end of the cpuload and loadavg outputs so th...Gregory Nutt2014-02-272-2/+2
* 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-232-25/+98
* Add logic to meaure and calculate the CPU load percentage. From David AlessioGregory Nutt2014-02-225-15/+388
* 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-153-214/+371
* Trivial enhancement to /proc/uptimeGregory Nutt2013-12-151-26/+23
* /proc/uptime logic needs to sample timer in case multiple reads are used to r...Gregory Nutt2013-12-142-28/+52
* Support /proc/uptimeGregory Nutt2013-12-145-2/+372
* Create procfs_utils.c; File missed from last commit; + remove warning from mm...Gregory Nutt2013-12-143-53/+164
* Various fixes to the recent, big procfs checkinGregory Nutt2013-12-122-12/+32
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-125-655/+1847
* Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preser...Gregory Nutt2013-11-151-1/+2
* fs/binfs/README.txt: Add a README fileGregory Nutt2013-11-131-0/+1
* Updated READMEGregory Nutt2013-11-131-12/+50
* fs/procfs: Add a tiny, primitive procfs file system. Might get more interes...Gregory Nutt2013-11-134-0/+1276