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