aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fifolog
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2712-0/+24
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-313-3/+0
* Use :H to manipulate .CURDIR-relative paths instead of ../Enji Cooper2017-03-013-3/+3
* Pass the correct size argument to ioctl(DIOCGSECTORSIZE)Poul-Henning Kamp2016-11-221-1/+3
* fifolog(1): invert order of calloc(3) arguments.Pedro F. Giffuni2016-09-144-5/+5
* Fix calloc(3) argument order.Marcelo Araujo2016-08-232-2/+2
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-2/+0
* For INTERNALLIB always add in the corresponding _DP_ and use LIBADD inBryan Drewery2015-12-041-0/+1
* Add more SUBDIR_PARALLEL.Bryan Drewery2015-09-261-1/+3
* Add META_MODE support.Simon J. Gerraty2015-06-134-0/+77
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-084-8/+0
| * Merge sync of headSimon J. Gerraty2015-05-276-11/+5
| |\ | |/ |/|
| * Updated/new dependenciesSimon J. Gerraty2014-11-192-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-193-10/+4
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-193-0/+6
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-163-3/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-103-0/+6
| * | | Merge headSimon J. Gerraty2014-04-282-2/+2
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2013-09-051-0/+2
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-113-0/+3
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-164-8/+0
| * | | | | Sync from headSimon J. Gerraty2012-11-041-1/+1
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-224-0/+83
* | | | | | | Fix libfifolog dependency on libzEd Maste2015-04-102-2/+2
* | | | | | | Readd Makefile.inc that were used to include upper level Makefile.inc andBaptiste Daroussin2014-11-281-0/+3
* | | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-254-14/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | fifolog_writer does not depend on libutilBaptiste Daroussin2014-11-061-2/+2
* | | | | | fifolog_reader does not depend on libutilBaptiste Daroussin2014-11-061-2/+2
* | | | | | Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-193-6/+0
| |_|_|_|/ |/| | | |
* | | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-083-0/+6
| |_|_|/ |/| | |
* | | | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-132-2/+2
| |_|/ |/| |
* | | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+2
| |/ |/|
* | mdoc: point to an existing cross reference.Sergey Kandaurov2012-10-021-1/+1
|/
* Fix world after byacc import:Baptiste Daroussin2012-05-221-2/+0
* Another couple of unsigned/ssize_t changes.Poul-Henning Kamp2011-03-012-2/+2
* Type-change to ssize_t to (app|pl)ease ppc platform.Poul-Henning Kamp2011-02-281-1/+1
* Update fifolog internals to match main version:Poul-Henning Kamp2011-02-287-184/+197
* Don't override the perfectly good default ->zalloc and ->zfree functions.Poul-Henning Kamp2011-02-281-20/+1
* Fix a bunch of trivial whitespace mistakes and update the miniobj.hPoul-Henning Kamp2011-02-259-30/+38
* Use a "push" strategy to get data through libz, rather than a "pull" strategy.Poul-Henning Kamp2010-12-072-156/+140
* Typo fixesUlrich Spörlein2010-08-061-9/+9
* Fix reading of empty fifolog files. When we don't have anythingGiorgos Keramidas2010-07-101-1/+3
* Do not attempt to render a logrecord with length byte, until we havePoul-Henning Kamp2010-05-151-0/+2
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-1/+1
* Unify fifolog_writer usage printout with fifolog_create andJaakko Heinonen2009-11-171-1/+1
* Fixed NAME section.Ruslan Ermilov2009-04-041-2/+2
* The last sector in the first segment might just be a sync, increment beforePoul-Henning Kamp2009-02-021-0/+1
* Don't overwrite it, if only one sector is written yet.Poul-Henning Kamp2009-02-021-7/+8