Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | Bryan Drewery | 2015-11-25 | 1 | -1/+0 |
* | Fix core corruption caused by race in note_procstat_vmmap | Conrad Meyer | 2015-10-06 | 1 | -0/+4 |
* | Detect badly behaved coredump note helpers | Conrad Meyer | 2015-09-03 | 1 | -0/+4 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 2 | -0/+38 |
|\ | |||||
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 2 | -4/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 3 | -29/+58 |
| |\ | |||||
| * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 3 | -3/+3 |
| |\ \ | |||||
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 2 | -1/+2 |
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge head | Simon J. Gerraty | 2014-04-27 | 2 | -2/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge head@256284 | Simon J. Gerraty | 2013-10-13 | 1 | -10/+14 |
| |\ \ \ \ \ | |||||
| * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-10-13 | 1 | -0/+1 |
| * | | | | | | Merge from head | Simon J. Gerraty | 2013-09-05 | 9 | -42/+2003 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 4 | -149/+0 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 2 | -4/+0 |
| * | | | | | | | | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 1 | -0/+3 |
| * | | | | | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 4 | -17/+24 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 2 | -0/+37 |
* | | | | | | | | | | Remove unused variable spotted by clang. | Marcelo Araujo | 2015-06-01 | 1 | -2/+2 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Create links to the libprocstat man pages for all of the libprocstat function... | Allan Jude | 2015-05-21 | 2 | -26/+57 |
* | | | | | | | | | Convert libraries to use LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
* | | | | | | | | | Do not include buf.h. | Gleb Smirnoff | 2014-11-23 | 1 | -1/+0 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | use .Mt to mark up email addresses consistently (part3) | Baptiste Daroussin | 2014-06-23 | 1 | -2/+2 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Update most userspace consumers of capability.h to use capsicum.h instead. | Robert Watson | 2014-03-16 | 1 | -1/+1 |
* | | | | | | When querying a process's umask via sysctl in libprocstat(), don't | Robert Watson | 2014-03-02 | 1 | -1/+1 |
* | | | | | | MFV r259170: | Xin LI | 2014-01-01 | 1 | -0/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Handle the cases where NULL is passed as cap_rightsp to the | Pawel Jakub Dawidek | 2013-10-09 | 1 | -10/+14 |
| |_|_|/ |/| | | | |||||
* | | | | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 2 | -3/+4 |
* | | | | - Trim an unused and bogus Makefile for mount_smbfs. | Davide Italiano | 2013-06-28 | 3 | -0/+3 |
* | | | | Borrow the algorithm from kvm_getprocs() to fix procstat_getprocs() to | John Baldwin | 2013-06-11 | 1 | -7/+11 |
* | | | | Make errbuf optional, so if a caller is not interested in an error | Mikolaj Golub | 2013-05-08 | 1 | -14/+30 |
* | | | | Bump date. | Sergey Kandaurov | 2013-05-04 | 1 | -1/+1 |
* | | | | Similar to 233760 and 236717, export some more useful info about the | John Baldwin | 2013-05-03 | 4 | -1/+110 |
* | | | | procstat_getpathname: for kvm method, instead of returning the error | Mikolaj Golub | 2013-05-01 | 1 | -2/+4 |
* | | | | KVM method support for procstat_getgroups, procstat_getumask, | Mikolaj Golub | 2013-05-01 | 1 | -8/+121 |
* | | | | Embed revision id in the library. | Mikolaj Golub | 2013-04-21 | 1 | -2/+3 |
* | | | | mdoc: end function context properly. | Joel Dahl | 2013-04-20 | 1 | -1/+1 |
* | | | | Bump date. | Mikolaj Golub | 2013-04-20 | 1 | -1/+1 |
* | | | | Add procstat_getkstack function to dump kernel stacks of a process. | Mikolaj Golub | 2013-04-20 | 4 | -0/+106 |
* | | | | Add procstat_getauxv function to retrieve a process auxiliary vector. | Mikolaj Golub | 2013-04-20 | 6 | -0/+200 |
* | | | | Extend libprocstat with functions to retrieve process command line | Mikolaj Golub | 2013-04-20 | 7 | -0/+413 |
* | | | | Add procstat_getosrel function to retrieve a process osrel info. | Mikolaj Golub | 2013-04-20 | 6 | -0/+74 |
* | | | | Add procstat_getpathname function to retrieve a process executable. | Mikolaj Golub | 2013-04-20 | 4 | -2/+90 |
* | | | | Add procstat_getrlimit function to retrieve a process resource limits info. | Mikolaj Golub | 2013-04-20 | 6 | -0/+94 |
* | | | | Add procstat_getumask function to retrieve a process umask. | Mikolaj Golub | 2013-04-20 | 6 | -0/+80 |
* | | | | Add procstat_getgroups function to retrieve process groups. | Mikolaj Golub | 2013-04-20 | 6 | -0/+104 |
* | | | | Add procstat_getvmmap function to get VM layout of a process. | Mikolaj Golub | 2013-04-20 | 4 | -1/+118 |