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