phk
a3f6bc2c11
Another couple of unsigned/ssize_t changes.
2011-03-01 08:52:10 +00:00
phk
acdeb0f1a2
Type-change to ssize_t to (app|pl)ease ppc platform.
2011-02-28 14:48:00 +00:00
phk
851c06bea5
Update fifolog internals to match main version:
...
Rename ...write_bytes... to ...write_records..., that's what they do.
Move writer .h stuff into writer private .h file.
Change logic in writer to support both fifolog usage in FreeBSD and
Measured usage better, by always using an input buffer.
Various cleanups.
2011-02-28 09:11:46 +00:00
phk
91a0b8165f
Don't override the perfectly good default ->zalloc and ->zfree functions.
2011-02-28 08:59:35 +00:00
phk
86423932a6
Fix a bunch of trivial whitespace mistakes and update the miniobj.h
...
file before the real work starts.
2011-02-25 09:40:17 +00:00
phk
bda3b883cd
Use a "push" strategy to get data through libz, rather than a "pull" strategy.
2010-12-07 16:30:52 +00:00
uqs
dbd065ca6c
Typo fixes
...
PR: docs/149314
Submitted by: olgeni
MFC after: 3 days
2010-08-06 12:38:30 +00:00
keramida
18ad9f5070
Fix reading of empty fifolog files. When we don't have anything
...
to inflate, skip the rest of the fifolog reader code to avoid
hitting the assert about Z_OK a bit further down.
Approved by: phk
MFC after: 1 week
2010-07-10 11:40:31 +00:00
phk
0d79835fcf
Do not attempt to render a logrecord with length byte, until we have
...
decompressed all the bytes required.
2010-05-15 08:57:16 +00:00
uqs
3960614646
mdoc: order prologue macros consistently by Dd/Dt/Os
...
Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.
Reviewed by: ru
Approved by: philip, ed (mentors)
2010-04-14 19:08:06 +00:00
ed
073cafdd42
The last big commit: let usr.sbin/ use WARNS=6 by default.
2010-01-02 11:07:44 +00:00
ed
b9ca89bfc4
ANSIfy almost all applications that use WARNS=6.
...
I was considering committing all these patches one by one, but as
discussed with brooks@, there is no need to do this. If we ever
need/want to merge these changes back, it is still possible to do this
per application.
2009-12-29 22:53:27 +00:00
jh
3357d5a40a
Unify fifolog_writer usage printout with fifolog_create and
...
fifolog_reader.
Approved by: trasz (mentor)
2009-11-17 17:38:41 +00:00
ru
f2d082b711
Fixed NAME section.
2009-04-04 15:48:09 +00:00
phk
041c968b4f
The last sector in the first segment might just be a sync, increment before
...
checking validity of segment two.
2009-02-02 14:30:07 +00:00
phk
8b7a45678f
Don't overwrite it, if only one sector is written yet.
...
Discovered by: "Dewayne Geraghty" <dewayne.geraghty@heuristicsystems.com.au>
2009-02-02 14:29:15 +00:00
phk
a4110620aa
Fix a cornercase during search
2008-12-09 09:25:03 +00:00
phk
b6c607e98b
Populate usage()
...
Submitted by: Jaakko Heinonen <jh@saunalahti.fi>
2008-05-14 23:29:02 +00:00
ru
446475df44
Clean up makefiles and a manpage.
...
OK'ed by: phk
2008-04-10 14:02:00 +00:00
phk
a940156e22
Accept empty -T arguments.
...
Proposed by: clemens fischer <ino-qc@spotteswoode.de.eu.org>
2008-03-31 13:56:15 +00:00
phk
394021fd91
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.
2008-03-19 10:56:51 +00:00
phk
d44989c323
Remove trailing ';' on macros.
...
Spotted by: antoine
2008-03-16 23:00:43 +00:00
phk
329dcba2df
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.
2008-03-09 19:14:36 +00:00