|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
fd8bf2ec |
| 21-Sep-2023 |
John Hein <[email protected]> |
libprocstat: use elf_getphdrnum rather than deprecated elf_getphnum
PR: 273966 Reviewed by: emaste
(cherry picked from commit 633094c27f0ac1b1001d5bd24a883240b4bce1dc)
|
| #
1d386b48 |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
4d846d26 |
| 10-May-2023 |
Warner Losh <[email protected]> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
5e53a4f9 |
| 26-Nov-2017 |
Pedro F. Giffuni <[email protected]> |
lib: further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error pr
lib: further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
show more ...
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
86be94fc |
| 30-Mar-2017 |
Tycho Nightingale <[email protected]> |
Add support for capturing 'struct ptrace_lwpinfo' for signals resulting in a process dumping core in the corefile.
Also extend procstat to view select members of 'struct ptrace_lwpinfo' from the con
Add support for capturing 'struct ptrace_lwpinfo' for signals resulting in a process dumping core in the corefile.
Also extend procstat to view select members of 'struct ptrace_lwpinfo' from the contents of the note.
Sponsored by: Dell EMC Isilon
show more ...
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0 |
|
| #
b03e2d77 |
| 21-Apr-2013 |
Mikolaj Golub <[email protected]> |
Embed revision id in the library.
MFC after: 29 days
|
| #
2ff020d3 |
| 20-Apr-2013 |
Mikolaj Golub <[email protected]> |
Add procstat_getauxv function to retrieve a process auxiliary vector.
MFC after: 1 month
|
| #
4482b5e3 |
| 20-Apr-2013 |
Mikolaj Golub <[email protected]> |
Extend libprocstat with functions to retrieve process command line arguments and environment variables.
Suggested by: stas Reviewed by: jhb and stas (initial version) MFC after: 1 month
|
| #
eec6cb1c |
| 20-Apr-2013 |
Mikolaj Golub <[email protected]> |
Add procstat_getosrel function to retrieve a process osrel info.
MFC after: 1 month
|
| #
7cc0ebfd |
| 20-Apr-2013 |
Mikolaj Golub <[email protected]> |
Add procstat_getrlimit function to retrieve a process resource limits info.
MFC after: 1 month
|
| #
5b9bcba9 |
| 20-Apr-2013 |
Mikolaj Golub <[email protected]> |
Add procstat_getumask function to retrieve a process umask.
MFC after: 1 month
|
| #
7f1d14e6 |
| 20-Apr-2013 |
Mikolaj Golub <[email protected]> |
Add procstat_getgroups function to retrieve process groups.
MFC after: 1 month
|
| #
7153ad2b |
| 20-Apr-2013 |
Mikolaj Golub <[email protected]> |
Make libprocstat(3) extract procstat notes from a process core file.
PR: kern/173723 Suggested by: jhb Glanced by: kib MFC after: 1 month
|