Commit History

Author SHA1 Message Date
  Gregory Nutt e880bc9a71 Remove unused, non-modular procfs reference 4 years ago
  Gregory Nutt 4b44b628ea Run nxstyle against all .c and .h files modified by this PR. 4 years ago
  Gregory Nutt a4218e2144 include/nuttx/sched.h: Make naming of all internal names consistent: 4 years ago
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
  Gregory Nutt bd3cc792ff fs/: Run all .c files under fs/ through tools/nxstyle. 5 years ago
  Anthony Merlino 70404ed0dc Merged in antmerlino/nuttx/iobinstrumentation (pull request #1001) 5 years ago
  Gregory Nutt f60301665b fs/procfs/fs_procfs.c: procfs_initialize() is used only within fs/procfs/fs_procfs.c and, hence, should be marked 'static'. 5 years ago
  Gregory Nutt be3dd0bac6 fs/: Fix various coding standard issues found while testing tools/nxstyle.c 5 years ago
  Xiang Xiao 1e0e1ae856 fs/procfs: Remove the unnecessary critical section 5 years ago
  Gregory Nutt 85c31fd4a2 fs/procfs/fs_procfscritmon.c and sched/sched/sched_critmonitor.c: Add support for global pre-emption and global critical sections to monitor as suggested by Xiang Xaio. 5 years ago
  iuhaitao 82e0b0328b fs/procfs: Add /proc/version support to get version info 6 years ago
  Xiang Xiao 247414c6ad drivers/mtd and other MTD drivers: Remove mtd_procfsoperations since we can now get the same information from inode 6 years ago
  Gregory Nutt f980200ac4 fs/procfs/: Add support for /proc, a convenient way for getting information about the currently running task. 6 years ago
  Alan Carvalho de Assis 283b73edc5 Fix lots of typos in C comments and Kconfig help text 6 years ago
  Gregory Nutt 0080225473 sched/irq: Add a configuration option to show interrupt information via a procfs file. 6 years ago
  Gregory Nutt e4652bd3dc Squashed commit of the following: 6 years ago
  Gregory Nutt f068eb579c fs/procfs: Correct ordering of procfs entries. For consistency, use alphbetical ordering. 7 years ago
  Gregory Nutt a6aa4ac5f5 fs/procfs: Optimization of previous commits. /proc/umm and proc/progmem are deleted. /proc/kmm is renamed /proc/meminfo and contains the output that was in all three files previously. 7 years ago
  Gregory Nutt 070d40260b profcs: At file to should user space heap. This replaces the NSH free command. 7 years ago
  Gregory Nutt f3b37e5da3 fs/procfs/fs_procfsprogrem: Add /proc/progmem. This is an alternative way to get the information that was previoulsy available in apps/system/free. apps/system/free was removed beause it made illegal calls into the OS violating the portable interface. This new procfs entry provides the same information with no such violation. 7 years ago
  Gregory Nutt a50c5d6674 fs/procfs: Restore a necessary chagne that was lost with commit 07f441eecb5dd4f25a9a1f48f7c4e8f73bf6e41e 7 years ago
  Gregory Nutt 07f441eecb Missing some conditional logic for cases where mountpoint procfd entries excluded. 7 years ago
  Gregory Nutt ea13e24392 Correct a problem that was causing an apparent directory to be reported as a file instead of a directory by opendir. 7 years ago
  Gregory Nutt 1ed816de4b Squashed commit of the following: 7 years ago
  Gregory Nutt d209e0e238 Add file missed in last commit. Fix naming in some configuration items. 7 years ago
  Gregory Nutt ee9e4fa8be procfs: Corret the type of a couple of procfs file entries. 7 years ago
  Gregory Nutt 65698da12d procfs: Add support for routing tables. 7 years ago
  Gregory Nutt bae367c7c4 fstat(): Rethink procfs fstat(). If write method is supported, then should report file s writeable. 7 years ago
  Gregory Nutt c5df283822 procfs: Add support for fstat(). 7 years ago
  Gregory Nutt e8d6676e18 procfs: When addition of memset from previous commit, it is no longer necessary to set individual fields to zero. 7 years ago