提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 2b532ae4a8 fs/: Remove support for CONFIG_FS_READABLE 4 年之前
  Xiang Xiao 1d60bc20a9 fs/procfs/Kconfig: Change the default value of FS_PROCFS_EXCLUDE_VERSION to n like other similar option. 4 年之前
  Gregory Nutt 7871e983b8 net/tcp/tcp_send.c: Commit a52ceac13ee598696cb907b62326bfd4c111ac6c broke IPv4 sending. In cp_send.c:tcp_ipv4_sendcomplete(), ‘ipv4->vhl’ now needs to be configured before call to tcp_ipv4_chksum(). Noted by Jussi Kivilinna in comit comments. 5 年之前
  Anthony Merlino 70404ed0dc Merged in antmerlino/nuttx/iobinstrumentation (pull request #1001) 5 年之前
  zhangyuan7 a7d9d4bc1e drivers/serial/uart_16550.c: Fox UART flow control issue. UART_MCR_RTS need be high even UART_MCR_AFCE is enabled 6 年之前
  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 0334b4dcc1 fs/procfs: Add a configuration option to disable environment variable info. 6 年之前
  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 382979b7cb Update comments in a Kconfig file. 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 65698da12d procfs: Add support for routing tables. 7 年之前
  Gregory Nutt 12f95c6f6b Add procfs/kmm to show the state of the kernel heap 8 年之前
  Gregory Nutt 795ddd7e80 OS modules: Add basic procfs support. A module registry that will eventually be used to support lsmod 8 年之前
  Gregory Nutt ad64c033e7 s/procfs: The procfs file system can now be configured so that it supports a runtime registration of procfs entries with CONFIG_FS_PROCFS_REGISTER=y 9 年之前
  Gregory Nutt e4236941c6 net/net_procfs.c: Add basic support for networking procfs entries 9 年之前
  Gregory Nutt 342f5fe33d Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 9 年之前
  Gregory Nutt dd4caf172f CCM PROCFS: Changed the configuration a bit. I am still not happy about the coupling between procfs, mtd, and now STM32 10 年之前
  Gregory Nutt 64cd7a81ed Add STM32 CCM heep procfs 10 年之前
  Gregory Nutt 59769d44f1 Add logic to meaure and calculate the CPU load percentage. From David Alessio 10 年之前
  Gregory Nutt 46b77e2544 Support /proc/uptime 11 年之前
  Gregory Nutt e4471dc8e0 procfs/: Extenstive architectural changes and enhancements by Ken Pettit 11 年之前
  Gregory Nutt f1671bb6a7 Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being) 11 年之前
  Gregory Nutt 6e7c9b93c6 fs/procfs: Add a tiny, primitive procfs file system. Might get more interesting in the future 11 年之前