summaryrefslogtreecommitdiffstats
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-09-23 12:08:08 +0000
committerkib <kib@FreeBSD.org>2009-09-23 12:08:08 +0000
commit08eef7d34c578869595298ca52492616c9e5fdb1 (patch)
tree667ac17507acd2374fb885e1e229d0bed3a5bb2c /sys/modules/procfs
parent002d3014204852bab9c9fb257011783bfd8e4b11 (diff)
downloadFreeBSD-src-08eef7d34c578869595298ca52492616c9e5fdb1.zip
FreeBSD-src-08eef7d34c578869595298ca52492616c9e5fdb1.tar.gz
Add per-process osrel node to the procfs, to allow read and set p_osrel
value for the process. Approved by: des (procfs maintainer) MFC after: 3 weeks
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r--sys/modules/procfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 6c840ed..c3b3633 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -13,6 +13,7 @@ SRCS+= procfs_ioctl.c
SRCS+= procfs_map.c
SRCS+= procfs_mem.c
SRCS+= procfs_note.c
+SRCS+= procfs_osrel.c
SRCS+= procfs_regs.c
SRCS+= procfs_rlimit.c
SRCS+= procfs_status.c
OpenPOWER on IntegriCloud