aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_device.c
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* I doubt anybody in the world uses ng_device, but its write method shouldGleb Smirnoff2020-02-051-0/+5
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-1/+0
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Remove direct access to si_name.Ed Schouten2012-02-101-2/+3
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-3/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-3/+3
* Remove unit2minor() use from kernel code.Ed Schouten2008-09-261-1/+1
* Rename m_getm() to m_getm2() and rewrite it to allocate up to page sizedAndre Oppermann2006-11-021-1/+1
* Change m_uiotombuf so it will accept offset at which data should be copiedMaksim Yevmenkin2005-05-041-1/+1
* o Use subr_unit allocator. This simplifies code much:Gleb Smirnoff2005-03-141-95/+33
* Make WITNESS happier:Gleb Smirnoff2005-02-141-20/+14
* Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD.Ruslan Ermilov2005-02-051-1/+24
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* tsleep => msleepRoman Kurakin2004-12-261-2/+2
* Add myself to copyright.Gleb Smirnoff2004-11-101-0/+1
* Since last change moved ';' from macro to code, we need to embraceGleb Smirnoff2004-10-311-2/+2
* Rename debug macro to DBG and indent it properly.Gleb Smirnoff2004-10-281-12/+13
* Major overhaul.Gleb Smirnoff2004-10-181-358/+271
* In ng_device_newhook():Gleb Smirnoff2004-07-201-38/+38
* 1. Make ng_device.h system include. This fixes module build.Gleb Smirnoff2004-07-201-10/+8
* Remove 3rd clause from the licence.Mark Santcroos2004-06-291-2/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-7/+7
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+9
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Get rid of the deprecated *LEN constants in favour of the newHartmut Brandt2004-01-261-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* Catch more uses of MIN().Alfred Perlstein2003-02-021-3/+0
* A node that creates a device entry in /dev (yay devfs)Julian Elischer2002-06-181-0/+637