summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-15 11:22:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-15 11:22:48 -0600
commit3b93c9c533578ac5941c499fbd655064dcd154ca (patch)
tree50d73c06d888689bfdfec678086453624b81964e /nuttx/ChangeLog
parent723947cbe06c1355c9ff6aa08d8c8fcbc5b8ce47 (diff)
downloadnuttx-3b93c9c533578ac5941c499fbd655064dcd154ca.tar.gz
nuttx-3b93c9c533578ac5941c499fbd655064dcd154ca.tar.bz2
nuttx-3b93c9c533578ac5941c499fbd655064dcd154ca.zip
procfs now shows information about the group that each thread belongs: Like parents, group member, open file, and open sockets
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c0e117553..47c62a626 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6228,4 +6228,7 @@
* fs/procfs/fs_procfsuptime.c: Supports /proc/uptime (2013-12-14).
* graphics/nxconsole/nxcon_font.c: Fix a typo that causes a compile
error when CONFIG_NXCONSOLE_BPP < 8. From Librae (2013-12-15).
+ * fs/procfs/fs_procfsproc.c: procfs now shows information about
+ the group that each thread belongs: Like parents, group member,
+ open file, and open sockets (2013-12-15).