aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warning.Gleb Smirnoff2013-02-151-2/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* remove RESTARTABLE_PANICS optionAndriy Gapon2011-07-251-12/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-21/+21
* Fix various compilation warnings for gcc-4.2.Matt Jacob2007-06-231-3/+3
* Fix two accesses to uninitialized variables that a revision 1.27Ruslan Ermilov2006-01-181-4/+8
* Make code simplier fixing memory leak.Gleb Smirnoff2006-01-141-5/+2
* Fix two memory leakages.Gleb Smirnoff2006-01-141-4/+5
* Fixed parsing of unsigned integers.Ruslan Ermilov2005-08-021-1/+4
* Replace NG_PARSE_APPEND() macro with ng_parse_append() function. CheckGleb Smirnoff2005-03-011-27/+70
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-3/+3
* Convert Netgraph to use mbuf tags to pass its meta information around.Julian Elischer2004-06-251-0/+1
* Fix a memory leak in ng_get_string_token. A dynamically-allocatedJohn Polstra2004-04-291-0/+1
* Get rid of the deprecated *LEN constants in favour of the newHartmut Brandt2004-01-261-5/+5
* Made the Ethernet address parse type standard.Ruslan Ermilov2003-12-171-0/+58
* Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.John Baldwin2002-11-081-4/+4
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-17/+19
* Fix warnings: deprecated use of label at end of compound statementPeter Wemm2002-05-241-1/+1
* Fix bug in previous commit.Archie Cobbs2002-02-121-2/+1
* Some netgraph parse types (such as for the 'value' field in ng_ksocket'sArchie Cobbs2002-02-011-8/+15
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-7/+7
* KSE Milestone 2Julian Elischer2001-09-121-0/+12
* Fix a range checking bug in ng_int32_parse which affected 64-bitJohn Polstra2001-05-191-4/+5
* Fix some memory leaksJulian Elischer2001-01-101-16/+23
* Add the use of M_ZERO to netgraph.David Malone2000-11-181-2/+1
* Go back to using data_len in struct ngpppoe_init_data after discussionsBrian Somers2000-11-161-19/+86
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* Avoid free'ing a NULL pointer.Archie Cobbs2000-08-311-1/+2
* - Add new unsigned and hex integer parse types; this allows simplifyingArchie Cobbs2000-08-101-41/+146
* Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"Archie Cobbs2000-03-131-8/+8
* Remove a bunch of un-needed includes.Julian Elischer1999-12-071-2/+0
* Fix bug parsing 32 bit integers on machines where sizeof(long) == 4.Archie Cobbs1999-12-031-1/+2
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-0/+1604