aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fifolog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a cornercase during searchPoul-Henning Kamp2008-12-092-7/+9
* Populate usage()Poul-Henning Kamp2008-05-143-12/+30
* Clean up makefiles and a manpage.Ruslan Ermilov2008-04-107-115/+106
* Accept empty -T arguments.Poul-Henning Kamp2008-03-312-1/+5
* Fix two bugs introduced in conversion to FreeBSD source tree:Poul-Henning Kamp2008-03-192-5/+4
* Remove trailing ';' on macros.Poul-Henning Kamp2008-03-161-2/+2
* Add the fifolog tools to FreeBSD.Poul-Henning Kamp2008-03-0921-0/+3132