summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+21
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-272-13/+73
| |\
| * \ Merge from head@274682sjg2014-11-191-2/+0
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-191-0/+2
| |\ \ \
| * | | | Updated dependenciessjg2014-05-161-1/+0
| | | | |
| * | | | Updated dependenciessjg2014-05-101-0/+2
| | | | |
| * | | | Merge headsjg2014-04-281-1/+1
| |\ \ \ \
| * | | | | Updated dependenciessjg2013-03-111-0/+1
| | | | | |
| * | | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | |
| * | | | | Updated/new Makefile.dependsjg2012-11-081-0/+20
| | | | | |
* | | | | | Replace the gunzip(1) system by a minimalistic zlib based implementation.bapt2015-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to not depend on gunzip(1) at bootstrap time, and is good enough to wait for upstream real implementation using zlib.
* | | | | | Switch to mandoc's version of makewhatis(8), whatis(1), apropos(1) utilities.bapt2015-05-301-1/+10
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change among other things improve search capabilities over the manpages allowing fine grain query. A new build option WITHOUT_MANDOCDB has been added to keep the ancient version of the database and the tools. The plan is to entirely remove this option before 11.0-RELEASE. Differential Revision: https://reviews.freebsd.org/D2603
* | | | | Drop libmandoc and incorporate it into the main mandoc Makefilebapt2015-05-211-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | This simplifies maintainance of mandoc(1). Note that the same direction was taken on OpenBSD
* | | | | Remove bad and useless LINKSbapt2015-03-151-1/+0
| | | | |
* | | | | Update mandoc to 1.13.2bapt2014-12-251-6/+7
| | | | |
* | | | | Update to mandoc cvs version as of 20141201bapt2014-12-021-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Compatiblity with existing manpages has been improved - Now support ".so" directive with compressed manpages (which fixes a regression we have since we have new man(1))
* | | | | Convert mandoc to LIBADDbapt2014-11-241-3/+1
| | | | | | | | | | | | | | | | | | | | While here remove the ugly LDMANDOC
* | | | | Install mdoc(7) and man(7) from mdoc instead of the one from groffbapt2014-11-231-1/+1
| | | | |
* | | | | Rework mandoc Makefile to ease maintainancebapt2014-11-221-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | Add compat_reallocarray into libmandoc given other mandoc components will use it.
* | | | | Update mandoc to 1.13.1bapt2014-11-221-4/+6
| |_|_|/ |/| | |
* | | | Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-191-2/+0
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other build-only utility libraries. 2. Another 40% is fixed by generating _pic.a variants of various libraries. 3. Some of the NO_PIE use is a bit absurd as it is disabling PIE (and ASLR) where it never would work anyhow, such as csu or loader. This suggests there may be better ways of adding support to the tree. Many of these cases can be fixed such that -fPIE will work but there is really no reason to have it in those cases. 4. Some of the uses are working around hacks done to some Makefiles that are really building libraries but have been using bsd.prog.mk because the code is cleaner. Had they been using bsd.lib.mk then NO_PIE would not have been needed. We likely do want to enable PIE by default (opt-out) for non-tree consumers (such as ports). For in-tree though we probably want to only enable PIE (opt-in) for common attack targets such as remote service daemons and setuid utilities. This is also a great performance compromise since ASLR is expected to reduce performance. As such it does not make sense to enable it in all utilities such as ls(1) that have little benefit to having it enabled. Reported by: kib
* | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-081-0/+2
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is currently an opt-in build flag. Once ASLR support is ready and stable it should changed to opt-out and be enabled by default along with ASLR. Each application Makefile uses opt-out to ensure that ASLR will be enabled by default in new directories when the system is compiled with PIE/ASLR. [2] Mark known build failures as NO_PIE for now. The only known runtime failure was rtld. [1] http://www.bsdcan.org/2014/schedule/events/452.en.html Submitted by: Shawn Webb <lattera@gmail.com> Discussed between: des@ and Shawn Webb [2]
* | Merge mdocml v1.12.3 into headuqs2014-02-011-1/+1
|/ | | | MFC after: 2 weeks
* Merge mandoc from vendor into contrib and provide the necessary Makefile glue.uqs2012-10-191-0/+22
It's not yet connected to the build.
OpenPOWER on IntegriCloud