summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_parse.c
AgeCommit message (Expand)Author
2025-09-01ng_parse: Add upper bound to avoid possible overflowEd Maste
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-11-21ng_parse: disallow negative length for mallocEd Maste
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2021-05-18ng_parse: IP address parsing in netgraph eating too many charactersMarkus Stoff
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-15netgraph: make some use of mallocarray(9).Pedro F. Giffuni
2015-01-30Fix a bunch of -Wcast-qual warnings in netgraph's ng_parse.c, by usingDimitry Andric
2013-02-15Fix compilation warning.Gleb Smirnoff
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2011-07-25remove RESTARTABLE_PANICS optionAndriy Gapon
2008-10-23Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav
2007-06-23Fix various compilation warnings for gcc-4.2.Matt Jacob
2006-01-18Fix two accesses to uninitialized variables that a revision 1.27Ruslan Ermilov
2006-01-14Make code simplier fixing memory leak.Gleb Smirnoff
2006-01-14Fix two memory leakages.Gleb Smirnoff
2005-08-02Fixed parsing of unsigned integers.Ruslan Ermilov
2005-03-01Replace NG_PARSE_APPEND() macro with ng_parse_append() function. CheckGleb Smirnoff
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-07-28Avoid casts as lvalues.Alexander Kabaev
2004-06-25Convert Netgraph to use mbuf tags to pass its meta information around.Julian Elischer
2004-04-29Fix a memory leak in ng_get_string_token. A dynamically-allocatedJohn Polstra
2004-01-26Get rid of the deprecated *LEN constants in favour of the newHartmut Brandt
2003-12-17Made the Ethernet address parse type standard.Ruslan Ermilov
2002-11-08Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.John Baldwin
2002-05-31Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs
2002-05-24Fix warnings: deprecated use of label at end of compound statementPeter Wemm
2002-02-12Fix bug in previous commit.Archie Cobbs
2002-02-01Some netgraph parse types (such as for the 'value' field in ng_ksocket'sArchie Cobbs
2001-12-10Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien
2001-09-12KSE Milestone 2Julian Elischer
2001-05-19Fix a range checking bug in ng_int32_parse which affected 64-bitJohn Polstra
2001-01-10Fix some memory leaksJulian Elischer
2000-11-18Add the use of M_ZERO to netgraph.David Malone
2000-11-16Go back to using data_len in struct ngpppoe_init_data after discussionsBrian Somers
2000-10-24Since neither archie nor I work at Whistle any more, change our emailJulian Elischer
2000-08-31Avoid free'ing a NULL pointer.Archie Cobbs
2000-08-10- Add new unsigned and hex integer parse types; this allows simplifyingArchie Cobbs
2000-03-13Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"Archie Cobbs
1999-12-07Remove a bunch of un-needed includes.Julian Elischer
1999-12-03Fix bug parsing 32 bit integers on machines where sizeof(long) == 4.Archie Cobbs
1999-11-30Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs