提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 1e0e1ae856 fs/procfs: Remove the unnecessary critical section 5 年之前
  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 年之前
  iuhaitao 82e0b0328b fs/procfs: Add /proc/version support to get version info 6 年之前
  Xiang Xiao 247414c6ad drivers/mtd and other MTD drivers: Remove mtd_procfsoperations since we can now get the same information from inode 6 年之前
  Gregory Nutt f980200ac4 fs/procfs/: Add support for /proc, a convenient way for getting information about the currently running task. 6 年之前
  Alan Carvalho de Assis 283b73edc5 Fix lots of typos in C comments and Kconfig help text 6 年之前
  Gregory Nutt 0080225473 sched/irq: Add a configuration option to show interrupt information via a procfs file. 6 年之前
  Gregory Nutt e4652bd3dc Squashed commit of the following: 6 年之前
  Gregory Nutt f068eb579c fs/procfs: Correct ordering of procfs entries. For consistency, use alphbetical ordering. 7 年之前
  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 年之前
  Gregory Nutt 070d40260b profcs: At file to should user space heap. This replaces the NSH free command. 7 年之前
  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 年之前
  Gregory Nutt a50c5d6674 fs/procfs: Restore a necessary chagne that was lost with commit 07f441eecb5dd4f25a9a1f48f7c4e8f73bf6e41e 7 年之前
  Gregory Nutt 07f441eecb Missing some conditional logic for cases where mountpoint procfd entries excluded. 7 年之前
  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 年之前
  Gregory Nutt 1ed816de4b Squashed commit of the following: 7 年之前
  Gregory Nutt d209e0e238 Add file missed in last commit. Fix naming in some configuration items. 7 年之前
  Gregory Nutt ee9e4fa8be procfs: Corret the type of a couple of procfs file entries. 7 年之前
  Gregory Nutt 65698da12d procfs: Add support for routing tables. 7 年之前
  Gregory Nutt bae367c7c4 fstat(): Rethink procfs fstat(). If write method is supported, then should report file s writeable. 7 年之前
  Gregory Nutt c5df283822 procfs: Add support for fstat(). 7 年之前
  Gregory Nutt e8d6676e18 procfs: When addition of memset from previous commit, it is no longer necessary to set individual fields to zero. 7 年之前
  Gregory Nutt 74d30a0dbc procfs: stat() left several fields in uninitialized state. 7 年之前
  Gregory Nutt 7d91fabf01 fstat: Add skeleton implmentations of fstat() in all file systems. 7 年之前
  Gregory Nutt 72a45c82b7 Move include/nuttx/regex.h to include/nuttx/lib/regex.h 8 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
  Gregory Nutt 0fb035f76b Standardize some naming in code section comments 8 年之前
  Gregory Nutt 884d9355c6 nuttx/fs: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 8 年之前
  Gregory Nutt 12f95c6f6b Add procfs/kmm to show the state of the kernel heap 8 年之前