| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This compiler flag enforces that that people either mark variables
static or use an external declarations for the variable, similar to how
-Wmissing-prototypes works for functions.
Due to the fact that Yacc/Lex generate code that cannot trivially be
changed to not warn because of this (lots of yy* variables), add a
NO_WMISSING_VARIABLE_DECLARATIONS that can be used to turn off this
specific compiler warning.
Announced on: toolchain@
|
| |
|
|
|
|
|
|
|
|
| |
- old yacc(1) use to magicially append stdlib.h, while new one don't
- new yacc(1) do declare yyparse by itself, fix redundant declaration of
'yyparse'
Approved by: des (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
file before the real work starts.
|
| |
|
|
|
|
|
|
| |
PR: docs/149314
Submitted by: olgeni
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
decompressed all the bytes required.
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
fifolog_reader.
Approved by: trasz (mentor)
|
| |
|
|
|
|
| |
checking validity of segment two.
|
|
|
|
| |
Discovered by: "Dewayne Geraghty" <dewayne.geraghty@heuristicsystems.com.au>
|
| |
|
|
|
|
| |
Submitted by: Jaakko Heinonen <jh@saunalahti.fi>
|
|
|
|
| |
OK'ed by: phk
|
|
|
|
| |
Proposed by: clemens fischer <ino-qc@spotteswoode.de.eu.org>
|
|
|
|
|
| |
Off by one error in length calcuation of string records.
Don't attempt to free stack variable.
|
|
|
|
| |
Spotted by: antoine
|
|
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.
|