| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit fa9896e082a1)
|
| |
|
|
| |
(cherry picked from commit 50d3c72558f2d0c0ae0a037813a9af420935b538)
|
| |
|
|
|
|
|
|
|
|
| |
Submitted by: otis_sk.freebsd.org
Reviewed by: markj
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D26151
Notes:
svn path=/head/; revision=368084
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
procstat_getenvv(3)
Neither libcall takes a fourth argument (`char *errbuf`).
PR: 217884
Submitted by: tobik
MFC after: 1 month
Notes:
svn path=/head/; revision=321706
|
| |
|
|
|
|
|
|
|
|
|
| |
procstat_getargv(3)
PR: 217884
MFC after: 1 month
Submitted by: tobik
Notes:
svn path=/head/; revision=321705
|
| |
|
|
|
|
|
|
|
|
|
|
| |
sys/socket.h is required for procstat_get_socket_info(3), added in
r221807.
MFC after: 1 month
PR: 217884
Submitted by: tobik
Notes:
svn path=/head/; revision=321704
|
| |
|
|
|
|
|
|
| |
MFC after: 1 month
MFC with: r316286
Notes:
svn path=/head/; revision=320400
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
functions so they can be looked up by name
Add a cross refrence to libprocstat in the procstat.1 man page
Differential Revision: https://reviews.freebsd.org/D2578
Suggested by: jmg
Reviewed by: brueffer
Approved by: wblock (mentor)
MFC after: 1 week
Sponsored by: ScaleEngine Inc.
Notes:
svn path=/head/; revision=283167
|
| |
|
|
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
Notes:
svn path=/head/; revision=267773
|
| |
|
|
| |
Notes:
svn path=/head/; revision=250233
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kernel-based POSIX semaphore descriptors to userland via procstat(1) and
fstat(1):
- Change sem file descriptors to track the pathname they are associated
with and add a ksem_info() method to copy the path out to a
caller-supplied buffer.
- Use the fo_stat() method of shared memory objects and ksem_info() to
export the path, mode, and value of a semaphore via struct kinfo_file.
- Add a struct semstat to the libprocstat(3) interface along with a
procstat_get_sem_info() to export the mode and value of a semaphore.
- Teach fstat about semaphores and to display their path, mode, and value.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=250223
|
| |
|
|
| |
Notes:
svn path=/head/; revision=249711
|
| |
|
|
| |
Notes:
svn path=/head/; revision=249688
|
| |
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=249684
|
| |
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=249681
|
| |
|
|
|
|
|
|
|
|
|
| |
arguments and environment variables.
Suggested by: stas
Reviewed by: jhb and stas (initial version)
MFC after: 1 month
Notes:
svn path=/head/; revision=249679
|
| |
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=249677
|
| |
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=249676
|
| |
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=249674
|
| |
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=249672
|
| |
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=249670
|
| |
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=249667
|
| |
|
|
|
|
|
|
|
|
| |
PR: kern/173723
Suggested by: jhb
Glanced by: kib
MFC after: 1 month
Notes:
svn path=/head/; revision=249666
|
| |
|
|
|
|
|
|
|
| |
PR: 167734
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
Notes:
svn path=/head/; revision=235286
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
via procstat(1) and fstat(1):
- Change shm file descriptors to track the pathname they are associated
with and add a shm_path() method to copy the path out to a caller-supplied
buffer.
- Use the fo_stat() method of shared memory objects and shm_path() to
export the path, mode, and size of a shared memory object via
struct kinfo_file.
- Add a struct shmstat to the libprocstat(3) interface along with a
procstat_get_shm_info() to export the mode and size of a shared memory
object.
- Change procstat to always print out the path for a given object if it
is valid.
- Teach fstat about shared memory objects and to display their path,
mode, and size.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=233760
|
| |
|
|
|
|
|
| |
Requested by: stas
Notes:
svn path=/head/; revision=223964
|
|
|
Reviewed by: jilles, gjb
Notes:
svn path=/head/; revision=223953
|