summaryrefslogtreecommitdiff
path: root/lib/libproc/Makefile
AgeCommit message (Expand)Author
2025-11-24Use ZFSTOP more broadlyJohn Baldwin
2025-11-17zfs: fix build after openzfs/zfs@e63d026b9Martin Matuska
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-07-13Prepare some build fixes in advance of more _FORTIFY_SOURCEKyle Evans
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-01-26Retire WITHOUT_CXX optionEd Maste
2022-07-10libproc: replace home grown crc32 with zlib implementation.Xin LI
2021-02-01Remove the MK_LIBCPLUSPLUS optionAlex Richardson
2020-09-10Remove -I flag for include path that doesn't existAlex Richardson
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2019-09-05pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot
2017-12-03Add an envp argument to proc_create().Mark Johnston
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-12-06Bump the libproc library version.Mark Johnston
2016-12-06libproc: Improve .gnu_debuglink support.Mark Johnston
2016-07-30libproc: Add proc_getmodel().Mark Johnston
2016-02-04First pass through library packaging.Glen Barber
2015-11-25META MODE: Rework circular dependency guard for librtld_db/libproc.Bryan Drewery
2015-05-27Merge sync of headSimon J. Gerraty
2015-05-19Fix underlinkingBaptiste Daroussin
2014-11-25Convert libraries to use LIBADDBaptiste Daroussin
2014-11-19Merge from head@274682Simon J. Gerraty
2014-10-03Hook up support for userland CTF support in DTrace. This required someMark Johnston
2014-09-21Add some ATF tests for libproc.Mark Johnston
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-07-09In libproc, avoid calling __cxa_demangle(), and thus depending on eitherDimitry Andric
2014-05-08Merge from headSimon J. Gerraty
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-27Merge headSimon J. Gerraty
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
2014-04-05The proper way to request no man pages currently is NO_MAN=xxx. Use itWarner Losh
2012-11-08Avoid circular dependency with librtld_dbSimon J. Gerraty
2012-09-06Add support for demangling C++ symbols. This requires linking libproc withRui Paulo
2010-07-31Revert SHLIB_MAJOR to 2.Rui Paulo
2010-07-31Bump the shared library major version due to ABI conflicts.Rui Paulo
2010-07-31New version of libproc. Changes are:Rui Paulo
2010-02-25Removed redundant -I. from CFLAGS and "yes" from WITHOUT_MAN.Ruslan Ermilov
2010-01-02Build lib/ with WARNS=6 by default.Ed Schouten
2009-07-19Bump the version of all non-symbol-versioned shared libraries inKen Smith
2008-05-22Add the Makefile for the process library which was missed in the previousJohn Birrell