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
/
netgraph
/
ng_parse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r277951:
dim
2015-02-03
1
-3
/
+3
*
Fix compilation warning.
glebius
2013-02-15
1
-2
/
+4
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
remove RESTARTABLE_PANICS option
avg
2011-07-25
1
-12
/
+0
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-21
/
+21
*
Fix various compilation warnings for gcc-4.2.
mjacob
2007-06-23
1
-3
/
+3
*
Fix two accesses to uninitialized variables that a revision 1.27
ru
2006-01-18
1
-4
/
+8
*
Make code simplier fixing memory leak.
glebius
2006-01-14
1
-5
/
+2
*
Fix two memory leakages.
glebius
2006-01-14
1
-4
/
+5
*
Fixed parsing of unsigned integers.
ru
2005-08-02
1
-1
/
+4
*
Replace NG_PARSE_APPEND() macro with ng_parse_append() function. Check
glebius
2005-03-01
1
-27
/
+70
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-2
/
+3
*
Avoid casts as lvalues.
kan
2004-07-28
1
-3
/
+3
*
Convert Netgraph to use mbuf tags to pass its meta information around.
julian
2004-06-25
1
-0
/
+1
*
Fix a memory leak in ng_get_string_token. A dynamically-allocated
jdp
2004-04-29
1
-0
/
+1
*
Get rid of the deprecated *LEN constants in favour of the new
harti
2004-01-26
1
-5
/
+5
*
Made the Ethernet address parse type standard.
ru
2003-12-17
1
-0
/
+58
*
Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.
jhb
2002-11-08
1
-4
/
+4
*
Fix GCC warnings caused by initializing a zero length array. In the process,
archie
2002-05-31
1
-17
/
+19
*
Fix warnings: deprecated use of label at end of compound statement
peter
2002-05-24
1
-1
/
+1
*
Fix bug in previous commit.
archie
2002-02-12
1
-2
/
+1
*
Some netgraph parse types (such as for the 'value' field in ng_ksocket's
archie
2002-02-01
1
-8
/
+15
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-7
/
+7
*
KSE Milestone 2
julian
2001-09-12
1
-0
/
+12
*
Fix a range checking bug in ng_int32_parse which affected 64-bit
jdp
2001-05-19
1
-4
/
+5
*
Fix some memory leaks
julian
2001-01-10
1
-16
/
+23
*
Add the use of M_ZERO to netgraph.
dwmalone
2000-11-18
1
-2
/
+1
*
Go back to using data_len in struct ngpppoe_init_data after discussions
brian
2000-11-16
1
-19
/
+86
*
Since neither archie nor I work at Whistle any more, change our email
julian
2000-10-24
1
-1
/
+1
*
Avoid free'ing a NULL pointer.
archie
2000-08-31
1
-1
/
+2
*
- Add new unsigned and hex integer parse types; this allows simplifying
archie
2000-08-10
1
-41
/
+146
*
Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"
archie
2000-03-13
1
-8
/
+8
*
Remove a bunch of un-needed includes.
julian
1999-12-07
1
-2
/
+0
*
Fix bug parsing 32 bit integers on machines where sizeof(long) == 4.
archie
1999-12-03
1
-1
/
+2
*
Add two new generic control messages, NGM_ASCII2BINARY and
archie
1999-11-30
1
-0
/
+1604