Commit History

Author SHA1 Message Date
  Gregory Nutt d209e0e238 Add file missed in last commit. Fix naming in some configuration items. 7 years ago
  Nobutaka.Toyoshima e971083449 procfs: Fix wrong member IDs are displayed when 'cat /proc/<pid>/group/stasus'. 10 years ago
  Gregory Nutt c67943ed1d procfs: Most stat() implementations were not initializating the st_atime, st_ctime, and st_mtime fields. 7 years ago
  Gregory Nutt feacfeae25 procfs: Correct to snprintf-related errors in fs_procfsproc.c. Resolves issue #24 7 years ago
  Gregory Nutt 57d8a437ef Fix procfs status for SMP case. 7 years ago
  Sagitta Li 9fa1024eef vector table should have dimension NR_IRQS, not NR_IRQS+1 8 years ago
  Mateusz Szafoni 0bc154863e sched/: Define 'group' even if HAVE_GROUPID is not set 8 years ago
  Gregory Nutt 05aa586aa6 sched/: Move fields related to parent/child task relationship out of TCB into group structure. 8 years ago
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Gregory Nutt ecba6ad0db fs_procfsproc.c edited online with Bitbucket. Fix problem introduced in last patch 8 years ago
  David Sidrane 6a6a089af4 Fix a warning 8 years ago
  Gregory Nutt ccbf514233 Add task state to information recorded when a task is suspended 8 years ago
  Gregory Nutt 0fb035f76b Standardize some naming in code section comments 8 years ago
  Gregory Nutt 050b3ee06a profcs task status will now show CPU is SMP is enabled 8 years ago
  Gregory Nutt 884d9355c6 nuttx/fs: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 8 years ago
  Gregory Nutt 1c8216a6ce Add group ID or parent PID to procfs output (if available) 9 years ago
  Gregory Nutt 2e7d139cd3 fs/procfs: Process status now includes task flags. Some strings modified to improved 'ps' command output 9 years ago
  Gregory Nutt 1f8f097783 procfs: Use dirent.h macros when testing directory entry type 9 years ago
  Gregory Nutt e4236941c6 net/net_procfs.c: Add basic support for networking procfs entries 9 years ago
  Gregory Nutt c70987e551 nuttx/fs: Fix some spacing and alignment issues 9 years ago
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 years ago
  Gregory Nutt 146bdc3c93 TCB: Increase the size of the scheduling policy field from 1 to 2 bits to allow additional, planned scheduling policies 9 years ago
  Gregory Nutt 6792cb3e34 procfs: fs_procfsproc: Fix potential NULL pointer dereference of 'node'. From Juha Niskanen 9 years ago
  Gregory Nutt 404fef74d9 Fix two uses of DEBUG_COLORATION vs STACK_COLORATION (from David Sidrane). Also some corrected comments 9 years ago
  Gregory Nutt 7e46e94546 Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless 9 years ago
  Gregory Nutt 205260d5e2 Reanem kzalloc to kmm_zalloc for consistency 10 years ago
  Gregory Nutt 1780810d3d Rename kmalloc to kmm_malloc for consistency 10 years ago
  Gregory Nutt 54fa3b0b59 Rename kfree to kmm_free for consistency with other naming conventions 10 years ago
  Gregory Nutt 5df14c7d40 Misc changes to get a clean compilation after incorporating all of Bob Doison's changes 10 years ago