Gregory Nutt
|
a1469a3e95
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
|
Gregory Nutt
|
fc3540cffe
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:59:51 -06:00 |
|
Gregory Nutt
|
ecba6ad0db
|
fs_procfsproc.c edited online with Bitbucket. Fix problem introduced in last patch
|
2016-04-28 08:04:38 +00:00 |
|
David Sidrane
|
6a6a089af4
|
Fix a warning
|
2016-04-27 00:19:00 -06:00 |
|
Gregory Nutt
|
ccbf514233
|
Add task state to information recorded when a task is suspended
|
2016-03-21 15:24:15 -06:00 |
|
Gregory Nutt
|
0fb035f76b
|
Standardize some naming in code section comments
|
2016-02-21 18:09:04 -06:00 |
|
Gregory Nutt
|
050b3ee06a
|
profcs task status will now show CPU is SMP is enabled
|
2016-02-19 15:34:36 -06:00 |
|
Gregory Nutt
|
884d9355c6
|
nuttx/fs: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-14 08:43:47 -06:00 |
|
Gregory Nutt
|
1c8216a6ce
|
Add group ID or parent PID to procfs output (if available)
|
2015-11-30 06:58:06 -06:00 |
|
Gregory Nutt
|
2e7d139cd3
|
fs/procfs: Process status now includes task flags. Some strings modified to improved 'ps' command output
|
2015-11-28 14:58:56 -06:00 |
|
Gregory Nutt
|
1f8f097783
|
procfs: Use dirent.h macros when testing directory entry type
|
2015-11-28 08:52:21 -06:00 |
|
Gregory Nutt
|
e4236941c6
|
net/net_procfs.c: Add basic support for networking procfs entries
|
2015-11-27 12:33:58 -06:00 |
|
Gregory Nutt
|
c70987e551
|
nuttx/fs: Fix some spacing and alignment issues
|
2015-10-11 11:39:29 -06:00 |
|
Gregory Nutt
|
cb9e27c3b0
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
Gregory Nutt
|
146bdc3c93
|
TCB: Increase the size of the scheduling policy field from 1 to 2 bits to allow additional, planned scheduling policies
|
2015-07-23 10:15:07 -06:00 |
|
Gregory Nutt
|
6792cb3e34
|
procfs: fs_procfsproc: Fix potential NULL pointer dereference of 'node'. From Juha Niskanen
|
2015-03-12 07:42:39 -06:00 |
|
Gregory Nutt
|
404fef74d9
|
Fix two uses of DEBUG_COLORATION vs STACK_COLORATION (from David Sidrane). Also some corrected comments
|
2015-03-05 06:41:14 -06:00 |
|
Gregory Nutt
|
7e46e94546
|
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
|
2015-01-24 06:49:51 -06:00 |
|
Gregory Nutt
|
205260d5e2
|
Reanem kzalloc to kmm_zalloc for consistency
|
2014-08-31 17:34:44 -06:00 |
|
Gregory Nutt
|
1780810d3d
|
Rename kmalloc to kmm_malloc for consistency
|
2014-08-31 17:26:36 -06:00 |
|
Gregory Nutt
|
54fa3b0b59
|
Rename kfree to kmm_free for consistency with other naming conventions
|
2014-08-31 17:04:02 -06:00 |
|
Gregory Nutt
|
5df14c7d40
|
Misc changes to get a clean compilation after incorporating all of Bob Doison's changes
|
2014-04-22 10:38:08 -06:00 |
|
Gregory Nutt
|
3d8e313995
|
Misc SAM4S-related changes from Bob Doison
|
2014-04-21 19:32:15 -06:00 |
|
Gregory Nutt
|
b348464779
|
procfs: Remove newline from the end of the cpuload and loadavg outputs so that the returned percentages can be printed on the same line as other data.
|
2014-02-27 11:18:28 -06:00 |
|
Gregory Nutt
|
3b2a3991dd
|
A few fixes for the per-process load average calculation
|
2014-02-23 12:50:51 -06:00 |
|
Gregory Nutt
|
cf4a362ab5
|
CPU load calculations now available for all threads. Available in /proc/pid/loadavg
|
2014-02-23 10:55:01 -06:00 |
|
Gregory Nutt
|
59769d44f1
|
Add logic to meaure and calculate the CPU load percentage. From David Alessio
|
2014-02-22 15:20:12 -06:00 |
|
Gregory Nutt
|
7fdf57b7bb
|
procfs now shows stack thread information
|
2013-12-15 14:35:47 -06:00 |
|
Gregory Nutt
|
1f115c76eb
|
procfs now shows information about the group that each thread belongs: Like parents, group member, open file, and open sockets
|
2013-12-15 11:22:48 -06:00 |
|
Gregory Nutt
|
e13e5685cb
|
/proc task directories can now have sub-directories
|
2013-12-15 10:31:07 -06:00 |
|
Gregory Nutt
|
7a173d58b5
|
/proc/uptime logic needs to sample timer in case multiple reads are used to read the time
|
2013-12-14 15:25:23 -06:00 |
|
Gregory Nutt
|
46b77e2544
|
Support /proc/uptime
|
2013-12-14 10:34:08 -06:00 |
|
Gregory Nutt
|
9f01df47ea
|
Create procfs_utils.c; File missed from last commit; + remove warning from mm_memalign.c (how did this work before?)
|
2013-12-14 08:53:23 -06:00 |
|
Gregory Nutt
|
f97be5131c
|
Various fixes to the recent, big procfs checkin
|
2013-12-12 11:08:20 -06:00 |
|
Gregory Nutt
|
e4471dc8e0
|
procfs/: Extenstive architectural changes and enhancements by Ken Pettit
|
2013-12-12 09:21:55 -06:00 |
|