==== //depot/projects/trustedbsd/base/sys/fs/procfs/README#1 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/README#1 (text+ko) ==== identical ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs.c#4 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs.c#7 (text+ko) ==== content @@ -153,6 +153,7 @@ dir = pfs_create_dir(root, "pid", &procfs_attr, NULL, PFS_PROCDEP); + dir->pn_refreshlabel = &procfs_piddir_refreshlabel; pfs_create_file(dir, "cmdline", &procfs_doproccmdline, NULL, NULL, PFS_RD); pfs_create_file(dir, "ctl", &procfs_doprocctl, ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs.h#4 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs.h#6 (text+ko) ==== content @@ -61,6 +61,9 @@ /* Attributes */ int procfs_attr(PFS_ATTR_ARGS); +/* MAC */ +int procfs_piddir_refreshlabel(PFS_REFRESHLABEL_ARGS); + /* Visibility */ int procfs_notsystem(PFS_VIS_ARGS); int procfs_candebug(PFS_VIS_ARGS); ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs_ctl.c#9 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs_ctl.c#8 (text+ko) ==== identical ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs_dbregs.c#7 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs_dbregs.c#7 (text+ko) ==== identical ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs_fpregs.c#7 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs_fpregs.c#7 (text+ko) ==== identical ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs_ioctl.c#5 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs_ioctl.c#5 (text+ko) ==== identical ==== < none > - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs_mac.c#6 ==== ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs_map.c#2 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs_map.c#2 (text+ko) ==== identical ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs_mem.c#5 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs_mem.c#5 (text+ko) ==== identical ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs_note.c#2 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs_note.c#2 (text+ko) ==== identical ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs_regs.c#7 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs_regs.c#7 (text+ko) ==== identical ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs_rlimit.c#2 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs_rlimit.c#2 (text+ko) ==== identical ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs_status.c#7 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs_status.c#6 (text+ko) ==== identical ==== //depot/projects/trustedbsd/base/sys/fs/procfs/procfs_type.c#2 (text+ko) - //depot/projects/trustedbsd/mac/sys/fs/procfs/procfs_type.c#2 (text+ko) ==== identical