summaryrefslogtreecommitdiffstats
path: root/lib/libprocstat
Commit message (Expand)AuthorAgeFilesLines
* Fix core corruption caused by race in note_procstat_vmmapcem2015-10-061-0/+4
* Detect badly behaved coredump note helperscem2015-09-031-0/+4
* Add META_MODE support.sjg2015-06-132-0/+38
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-082-4/+0
| * Merge sync of headsjg2015-05-273-29/+58
| |\
| * \ Merge head from 7/28sjg2014-08-193-3/+3
| |\ \
| * | | Updated dependenciessjg2014-05-162-1/+2
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-272-2/+3
| |\ \ \ \
| * \ \ \ \ Merge head@256284sjg2013-10-131-10/+14
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-10-131-0/+1
| * | | | | | Merge from headsjg2013-09-059-42/+2003
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headsjg2013-04-124-149/+0
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | | Updated dependenciessjg2013-02-162-4/+0
| * | | | | | | | Updated/new Makefile.dependsjg2012-11-081-0/+3
| | | | | | | | |
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Sync from headsjg2012-11-044-17/+24
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-222-0/+37
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Remove unused variable spotted by clang.araujo2015-06-011-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Create links to the libprocstat man pages for all of the libprocstat function...allanjude2015-05-212-26/+57
* | | | | | | | | | Convert libraries to use LIBADDbapt2014-11-251-2/+1
* | | | | | | | | | Do not include buf.h.glebius2014-11-231-1/+0
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | use .Mt to mark up email addresses consistently (part3)bapt2014-06-231-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-1/+1
* | | | | | | When querying a process's umask via sysctl in libprocstat(), don'trwatson2014-03-021-1/+1
* | | | | | | MFV r259170:delphij2014-01-011-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Handle the cases where NULL is passed as cap_rightsp to thepjd2013-10-091-10/+14
| |_|_|_|/ |/| | | |
* | | | | Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-052-3/+4
* | | | | - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-283-0/+3
* | | | | Borrow the algorithm from kvm_getprocs() to fix procstat_getprocs() tojhb2013-06-111-7/+11
* | | | | Make errbuf optional, so if a caller is not interested in an errortrociny2013-05-081-14/+30
* | | | | Bump date.pluknet2013-05-041-1/+1
* | | | | Similar to 233760 and 236717, export some more useful info about thejhb2013-05-034-1/+110
* | | | | procstat_getpathname: for kvm method, instead of returning the errortrociny2013-05-011-2/+4
* | | | | KVM method support for procstat_getgroups, procstat_getumask,trociny2013-05-011-8/+121
* | | | | Embed revision id in the library.trociny2013-04-211-2/+3
* | | | | mdoc: end function context properly.joel2013-04-201-1/+1
* | | | | Bump date.trociny2013-04-201-1/+1
* | | | | Add procstat_getkstack function to dump kernel stacks of a process.trociny2013-04-204-0/+106
* | | | | Add procstat_getauxv function to retrieve a process auxiliary vector.trociny2013-04-206-0/+200
* | | | | Extend libprocstat with functions to retrieve process command linetrociny2013-04-207-0/+413
* | | | | Add procstat_getosrel function to retrieve a process osrel info.trociny2013-04-206-0/+74
* | | | | Add procstat_getpathname function to retrieve a process executable.trociny2013-04-204-2/+90
* | | | | Add procstat_getrlimit function to retrieve a process resource limits info.trociny2013-04-206-0/+94
* | | | | Add procstat_getumask function to retrieve a process umask.trociny2013-04-206-0/+80
* | | | | Add procstat_getgroups function to retrieve process groups.trociny2013-04-206-0/+104
* | | | | Add procstat_getvmmap function to get VM layout of a process.trociny2013-04-204-1/+118
* | | | | Make libprocstat(3) extract procstat notes from a process core file.trociny2013-04-208-17/+453
| |_|_|/ |/| | |
OpenPOWER on IntegriCloud