summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings: deprecated use of label at end of compound statementpeter2002-05-241-1/+1
* Fix bug in previous commit.archie2002-02-121-2/+1
* Some netgraph parse types (such as for the 'value' field in ng_ksocket'sarchie2002-02-011-8/+15
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-7/+7
* KSE Milestone 2julian2001-09-121-0/+12
* Fix a range checking bug in ng_int32_parse which affected 64-bitjdp2001-05-191-4/+5
* Fix some memory leaksjulian2001-01-101-16/+23
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-2/+1
* Go back to using data_len in struct ngpppoe_init_data after discussionsbrian2000-11-161-19/+86
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Avoid free'ing a NULL pointer.archie2000-08-311-1/+2
* - Add new unsigned and hex integer parse types; this allows simplifyingarchie2000-08-101-41/+146
* Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"archie2000-03-131-8/+8
* Remove a bunch of un-needed includes.julian1999-12-071-2/+0
* Fix bug parsing 32 bit integers on machines where sizeof(long) == 4.archie1999-12-031-1/+2
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-0/+1604
OpenPOWER on IntegriCloud