index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_sbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a cast to make this file compile in userland on sparc64 without
phk
2002-09-16
1
-1
/
+1
*
Fix warnings on gcc-3.1+ where __func__ is a const char * instead of a
peter
2002-03-19
1
-2
/
+2
*
Yet a bug with extensible sbufs being marked as OVERFLOWED. This time
phk
2002-01-24
1
-1
/
+1
*
In certain cases sbuf_printf() and sbuf_vprintf() could mistakely
phk
2002-01-22
1
-1
/
+1
*
Replace spaces after #defines with tabs; this makes all #defines
kbyanc
2002-01-09
1
-20
/
+20
*
* Implement SBUF_AUTOEXTEND flag; sbufs created with this flag are
kbyanc
2002-01-06
1
-23
/
+108
*
Calculate whether the sbuf is dynamic *before* bzero()ing the
dillon
2001-12-19
1
-1
/
+4
*
Update to C99, s/__FUNCTION__/__func__/.
obrien
2001-12-10
1
-6
/
+6
*
Add a couple of API functions I need for my pseudofs WIP. Documentation
des
2001-09-29
1
-1
/
+51
*
Constify the format string.
des
2001-07-03
1
-1
/
+1
*
Fix warnings:
jlemon
2001-06-16
1
-0
/
+1
*
Blah, I cut out a tad too much in the previous commit. (thanks again, Jake!)
des
2001-06-11
1
-0
/
+1
*
copyin(9) doesn't return ENAMETOOLONG. (thanks, Jake!)
des
2001-06-11
1
-10
/
+2
*
Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() which
des
2001-06-11
1
-0
/
+98
*
sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller
des
2001-06-10
1
-8
/
+20
*
Rewrite of the CAM error recovery code.
ken
2001-03-27
1
-19
/
+36
*
Make the KASSERTs report the correct function names.
des
2001-03-06
1
-18
/
+11
*
Remove an assertion I forgot to remove in the previous commit: sbuf_len()
des
2001-01-28
1
-1
/
+2
*
Add sbuf_clear() and sbuf_overflowed().
des
2001-01-28
1
-13
/
+49
*
String buffer API
des
2000-12-13
1
-0
/
+271