summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_device.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inglebius2014-09-191-1/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Remove direct access to si_name.ed2012-02-101-2/+3
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-3/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-3/+3
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Rename m_getm() to m_getm2() and rewrite it to allocate up to page sizedandre2006-11-021-1/+1
* Change m_uiotombuf so it will accept offset at which data should be copiedemax2005-05-041-1/+1
* o Use subr_unit allocator. This simplifies code much:glebius2005-03-141-95/+33
* Make WITNESS happier:glebius2005-02-141-20/+14
* Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD.ru2005-02-051-1/+24
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* tsleep => msleeprik2004-12-261-2/+2
* Add myself to copyright.glebius2004-11-101-0/+1
* Since last change moved ';' from macro to code, we need to embraceglebius2004-10-311-2/+2
* Rename debug macro to DBG and indent it properly.glebius2004-10-281-12/+13
* Major overhaul.glebius2004-10-181-358/+271
* In ng_device_newhook():glebius2004-07-201-38/+38
* 1. Make ng_device.h system include. This fixes module build.glebius2004-07-201-10/+8
* Remove 3rd clause from the licence.marks2004-06-291-2/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-7/+7
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Get rid of the deprecated *LEN constants in favour of the newharti2004-01-261-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Catch more uses of MIN().alfred2003-02-021-3/+0
* A node that creates a device entry in /dev (yay devfs)julian2002-06-181-0/+637
OpenPOWER on IntegriCloud