procstat_files.c (0bfd163f522701b486e066fa2e56624c02f5081a) | procstat_files.c (ed5848c835a4444c2ec2a0f6c6a33071413a81c3) |
---|---|
1/*- 2 * Copyright (c) 2007-2011 Robert N. M. Watson 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 189 unchanged lines hidden (view full) --- 198 { CAP_MAC_SET, "ms" }, 199 200 /* Methods on semaphores. */ 201 { CAP_SEM_GETVALUE, "sg" }, 202 { CAP_SEM_POST, "sp" }, 203 { CAP_SEM_WAIT, "sw" }, 204 205 /* Event monitoring and posting. */ | 1/*- 2 * Copyright (c) 2007-2011 Robert N. M. Watson 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 189 unchanged lines hidden (view full) --- 198 { CAP_MAC_SET, "ms" }, 199 200 /* Methods on semaphores. */ 201 { CAP_SEM_GETVALUE, "sg" }, 202 { CAP_SEM_POST, "sp" }, 203 { CAP_SEM_WAIT, "sw" }, 204 205 /* Event monitoring and posting. */ |
206 { CAP_POLL_EVENT, "po" }, 207 { CAP_POST_EVENT, "ev" }, | 206 { CAP_EVENT, "ev" }, 207 { CAP_KQUEUE_EVENT, "ke" }, 208 { CAP_KQUEUE_CHANGE, "kc" }, |
208 209 /* Strange and powerful rights that should not be given lightly. */ 210 { CAP_IOCTL, "io" }, 211 { CAP_TTYHOOK, "ty" }, 212 213 /* Process management via process descriptors. */ 214 { CAP_PDGETPID, "pg" }, 215 { CAP_PDWAIT, "pw" }, --- 289 unchanged lines hidden --- | 209 210 /* Strange and powerful rights that should not be given lightly. */ 211 { CAP_IOCTL, "io" }, 212 { CAP_TTYHOOK, "ty" }, 213 214 /* Process management via process descriptors. */ 215 { CAP_PDGETPID, "pg" }, 216 { CAP_PDWAIT, "pw" }, --- 289 unchanged lines hidden --- |