summaryrefslogtreecommitdiff
path: root/share/man/man9/sbuf.9
Commit message (Expand)AuthorAgeFilesLines
* Make sbuf_setpos match the implementation.Warner Losh2020-08-261-4/+3
* sbuf(9): fix sbuf_drain_func typedef markupYuri Pankov2019-09-161-1/+6
* sbuf(9): Add sbuf_nl_terminate() APIConrad Meyer2019-08-071-1/+13
* sbuf(9): Add NOWAIT dynamic buffer extension modeConrad Meyer2019-08-071-1/+6
* device_printf: Use sbuf for more coherent prints on SMPConrad Meyer2019-05-071-6/+40
* Document the return value of sbuf_bcat(9).Mark Johnston2018-05-231-1/+2
* Implement simple record boundary tracking in sbuf(9) to avoid record splittingLawrence Stewart2017-08-171-1/+9
* sbuf(9): clarify kernel-only APIsEnji Cooper2017-04-061-12/+16
* sbuf(9): convert SYNOPSIS section from .Fn entries to .Fo/.Fa/.Fc entriesEnji Cooper2017-04-061-28/+113
* Add sys/types.h #include to EXAMPLE to provide a complete functionalEnji Cooper2017-04-061-1/+2
* Implement sbuf_prf(), which takes an sbuf and outputs itScott Long2017-02-281-1/+10
* Remove EOL whitespace.Christian Brueffer2015-06-181-1/+1
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).Kenneth D. Merry2015-06-091-1/+19
* Add a new flag, SBUF_INCLUDENUL, and new get/set/clear functions for flags.Ian Lepore2015-03-141-1/+24
* use .Mt to mark up email addresses consistently (part6)Baptiste Daroussin2014-06-261-6/+6
* Document sbuf_start_section() and sbuf_end_section() functions.Mikolaj Golub2013-04-111-2/+36
* Fix synopsis for sbuf_len.Mikolaj Golub2013-04-071-1/+1
* Follow style(9) more closely in the example.Jaakko Heinonen2011-12-211-3/+3
* sbuf_data() hasn't returned NULL for overflowed buffers since r71721.Jaakko Heinonen2011-12-091-6/+2
* - Fix markup.Jaakko Heinonen2011-12-091-3/+4
* Re-encode files from ISO-8859-1 to UTF-8Ulrich Spörlein2011-05-221-1/+1
* When adding examples to man-pages, try to make them at leastPoul-Henning Kamp2011-05-191-5/+5
* Try to explain what sbufs do and add an example to show it.Poul-Henning Kamp2011-05-171-9/+36
* Remove duplicate sentence.Andrey V. Elsukov2011-03-301-4/+0
* Explicitly wire the user buffer rather than doing it implicitly inMatthew D Fleming2011-01-271-3/+3
* Document sbuf_new_for_sysctl(9).Matthew D Fleming2011-01-251-1/+14
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-101-7/+12
* Add drain functionality to sbufs. The drain is a function that isMatthew D Fleming2010-09-091-7/+99
* Fix small errors in the sbuf(9) man page.Matthew D Fleming2010-09-091-4/+9
* Document sbuf_new_auto().Christian Brueffer2009-05-171-2/+18
* Markup fixes.Ruslan Ermilov2006-09-181-6/+16
* Make sbuf_copyin() return the number of bytes copied on success.Poul-Henning Kamp2005-12-231-0/+4
* Bump document date.Dag-Erling Smørgrav2004-07-091-1/+1
* The type and name of sbuf_b{cat,cpy}()'s second argument have changed.Dag-Erling Smørgrav2004-07-091-6/+6
* I don't normally use my middle name, so remove it from attributions inDag-Erling Smørgrav2004-01-251-2/+2
* Move the description of sbuf_delete() closer to the description ofDag-Erling Smørgrav2004-01-091-11/+13
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Add the new function "sbuf_done()" which returns non-zero if the sbuf isPoul-Henning Kamp2002-10-041-0/+5
* mdoc(7) police: tidy up the previous delta a bit.Ruslan Ermilov2002-01-101-2/+2
* Document sbuf_trim() and sbuf_vprintf(); add MLINKs.Kelly Yancey2002-01-061-5/+39
* - Cross reference the section 9 printf man page since it containsAndrew R. Reiter2001-12-091-1/+2
* Fixed (C) syntax error in synopsis.Bruce Evans2001-10-041-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* 4.4 will have sbufs.Dag-Erling Smørgrav2001-07-191-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Constify the format string.Dag-Erling Smørgrav2001-07-051-1/+1
* mdoc(7) police: mark type with .Vt, sort xrefs.Ruslan Ermilov2001-07-041-4/+4
* Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() whichDag-Erling Smørgrav2001-06-111-2/+55
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerDag-Erling Smørgrav2001-06-101-2/+12
* mdoc(7) police: update HISTORY section.Ruslan Ermilov2001-04-231-1/+1