History log of /freebsd-10.3-release/usr.sbin/fifolog/lib/fifolog_int.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 219097 28-Feb-2011 phk

Type-change to ssize_t to (app|pl)ease ppc platform.


# 219094 28-Feb-2011 phk

Don't override the perfectly good default ->zalloc and ->zfree functions.


# 219027 25-Feb-2011 phk

Fix a bunch of trivial whitespace mistakes and update the miniobj.h
file before the real work starts.


# 185790 09-Dec-2008 phk

Fix a cornercase during search


# 177381 19-Mar-2008 phk

Fix two bugs introduced in conversion to FreeBSD source tree:

Off by one error in length calcuation of string records.
Don't attempt to free stack variable.


# 176998 09-Mar-2008 phk

Add the fifolog tools to FreeBSD.

Quoth the man-page:

Fifologs provide a compact round-robin circular storage for recording
text and binary information to permanent storage in a bounded and pre-
dictable fashion, time and space wise.

Not yet connected to the build, but feel free to test & review.