aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fifolog/lib
Commit message (Expand)AuthorAgeFilesLines
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+2
* 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-285-140/+146
* 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-256-26/+34
* 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
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-1/+1
* 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
* Clean up makefiles and a manpage.Ruslan Ermilov2008-04-101-11/+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-0911-0/+2411