| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sbuf_setpos match the implementation. | Warner Losh | 2020-08-26 | 1 | -4/+3 |
* | sbuf(9): fix sbuf_drain_func typedef markup | Yuri Pankov | 2019-09-16 | 1 | -1/+6 |
* | sbuf(9): Add sbuf_nl_terminate() API | Conrad Meyer | 2019-08-07 | 1 | -1/+13 |
* | sbuf(9): Add NOWAIT dynamic buffer extension mode | Conrad Meyer | 2019-08-07 | 1 | -1/+6 |
* | device_printf: Use sbuf for more coherent prints on SMP | Conrad Meyer | 2019-05-07 | 1 | -6/+40 |
* | Document the return value of sbuf_bcat(9). | Mark Johnston | 2018-05-23 | 1 | -1/+2 |
* | Implement simple record boundary tracking in sbuf(9) to avoid record splitting | Lawrence Stewart | 2017-08-17 | 1 | -1/+9 |
* | sbuf(9): clarify kernel-only APIs | Enji Cooper | 2017-04-06 | 1 | -12/+16 |
* | sbuf(9): convert SYNOPSIS section from .Fn entries to .Fo/.Fa/.Fc entries | Enji Cooper | 2017-04-06 | 1 | -28/+113 |
* | Add sys/types.h #include to EXAMPLE to provide a complete functional | Enji Cooper | 2017-04-06 | 1 | -1/+2 |
* | Implement sbuf_prf(), which takes an sbuf and outputs it | Scott Long | 2017-02-28 | 1 | -1/+10 |
* | Remove EOL whitespace. | Christian Brueffer | 2015-06-18 | 1 | -1/+1 |
* | Add support for reading MAM attributes to camcontrol(8) and libcam(3). | Kenneth D. Merry | 2015-06-09 | 1 | -1/+19 |
* | Add a new flag, SBUF_INCLUDENUL, and new get/set/clear functions for flags. | Ian Lepore | 2015-03-14 | 1 | -1/+24 |
* | use .Mt to mark up email addresses consistently (part6) | Baptiste Daroussin | 2014-06-26 | 1 | -6/+6 |
* | Document sbuf_start_section() and sbuf_end_section() functions. | Mikolaj Golub | 2013-04-11 | 1 | -2/+36 |
* | Fix synopsis for sbuf_len. | Mikolaj Golub | 2013-04-07 | 1 | -1/+1 |
* | Follow style(9) more closely in the example. | Jaakko Heinonen | 2011-12-21 | 1 | -3/+3 |
* | sbuf_data() hasn't returned NULL for overflowed buffers since r71721. | Jaakko Heinonen | 2011-12-09 | 1 | -6/+2 |
* | - Fix markup. | Jaakko Heinonen | 2011-12-09 | 1 | -3/+4 |
* | Re-encode files from ISO-8859-1 to UTF-8 | Ulrich Spörlein | 2011-05-22 | 1 | -1/+1 |
* | When adding examples to man-pages, try to make them at least | Poul-Henning Kamp | 2011-05-19 | 1 | -5/+5 |
* | Try to explain what sbufs do and add an example to show it. | Poul-Henning Kamp | 2011-05-17 | 1 | -9/+36 |
* | Remove duplicate sentence. | Andrey V. Elsukov | 2011-03-30 | 1 | -4/+0 |
* | Explicitly wire the user buffer rather than doing it implicitly in | Matthew D Fleming | 2011-01-27 | 1 | -3/+3 |
* | Document sbuf_new_for_sysctl(9). | Matthew D Fleming | 2011-01-25 | 1 | -1/+14 |
* | Replace sbuf_overflowed() with sbuf_error(), which returns any error | Matthew D Fleming | 2010-09-10 | 1 | -7/+12 |
* | Add drain functionality to sbufs. The drain is a function that is | Matthew D Fleming | 2010-09-09 | 1 | -7/+99 |
* | Fix small errors in the sbuf(9) man page. | Matthew D Fleming | 2010-09-09 | 1 | -4/+9 |
* | Document sbuf_new_auto(). | Christian Brueffer | 2009-05-17 | 1 | -2/+18 |
* | Markup fixes. | Ruslan Ermilov | 2006-09-18 | 1 | -6/+16 |
* | Make sbuf_copyin() return the number of bytes copied on success. | Poul-Henning Kamp | 2005-12-23 | 1 | -0/+4 |
* | Bump document date. | Dag-Erling Smørgrav | 2004-07-09 | 1 | -1/+1 |
* | The type and name of sbuf_b{cat,cpy}()'s second argument have changed. | Dag-Erling Smørgrav | 2004-07-09 | 1 | -6/+6 |
* | I don't normally use my middle name, so remove it from attributions in | Dag-Erling Smørgrav | 2004-01-25 | 1 | -2/+2 |
* | Move the description of sbuf_delete() closer to the description of | Dag-Erling Smørgrav | 2004-01-09 | 1 | -11/+13 |
* | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 1 | -1/+1 |
* | Add the new function "sbuf_done()" which returns non-zero if the sbuf is | Poul-Henning Kamp | 2002-10-04 | 1 | -0/+5 |
* | mdoc(7) police: tidy up the previous delta a bit. | Ruslan Ermilov | 2002-01-10 | 1 | -2/+2 |
* | Document sbuf_trim() and sbuf_vprintf(); add MLINKs. | Kelly Yancey | 2002-01-06 | 1 | -5/+39 |
* | - Cross reference the section 9 printf man page since it contains | Andrew R. Reiter | 2001-12-09 | 1 | -1/+2 |
* | Fixed (C) syntax error in synopsis. | Bruce Evans | 2001-10-04 | 1 | -1/+1 |
* | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -2/+2 |
* | 4.4 will have sbufs. | Dag-Erling Smørgrav | 2001-07-19 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
* | Constify the format string. | Dag-Erling Smørgrav | 2001-07-05 | 1 | -1/+1 |
* | mdoc(7) police: mark type with .Vt, sort xrefs. | Ruslan Ermilov | 2001-07-04 | 1 | -4/+4 |
* | Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() which | Dag-Erling Smørgrav | 2001-06-11 | 1 | -2/+55 |
* | sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller | Dag-Erling Smørgrav | 2001-06-10 | 1 | -2/+12 |
* | mdoc(7) police: update HISTORY section. | Ruslan Ermilov | 2001-04-23 | 1 | -1/+1 |