summaryrefslogtreecommitdiff
path: root/nuttx/fs/procfs/fs_procfsuptime.c
Commit message (Expand)AuthorAgeFilesLines
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* 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-1/+1
* SAMA54D-EK: Don't disable any features in the NSH configuration. Comments u...Gregory Nutt2014-07-021-1/+1
* /proc task directories can now have sub-directoriesGregory Nutt2013-12-151-2/+0
* 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-141-27/+51
* Support /proc/uptimeGregory Nutt2013-12-141-0/+359