| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -1/+1 |
* | Remove direct access to si_name. | ed | 2012-02-10 | 1 | -2/+3 |
* | Node constructor methods are supposed to be called in syscall | glebius | 2011-04-18 | 1 | -3/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -3/+3 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 1 | -1/+1 |
* | Rename m_getm() to m_getm2() and rewrite it to allocate up to page sized | andre | 2006-11-02 | 1 | -1/+1 |
* | Change m_uiotombuf so it will accept offset at which data should be copied | emax | 2005-05-04 | 1 | -1/+1 |
* | o Use subr_unit allocator. This simplifies code much: | glebius | 2005-03-14 | 1 | -95/+33 |
* | Make WITNESS happier: | glebius | 2005-02-14 | 1 | -20/+14 |
* | Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD. | ru | 2005-02-05 | 1 | -1/+24 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | tsleep => msleep | rik | 2004-12-26 | 1 | -2/+2 |
* | Add myself to copyright. | glebius | 2004-11-10 | 1 | -0/+1 |
* | Since last change moved ';' from macro to code, we need to embrace | glebius | 2004-10-31 | 1 | -2/+2 |
* | Rename debug macro to DBG and indent it properly. | glebius | 2004-10-28 | 1 | -12/+13 |
* | Major overhaul. | glebius | 2004-10-18 | 1 | -358/+271 |
* | In ng_device_newhook(): | glebius | 2004-07-20 | 1 | -38/+38 |
* | 1. Make ng_device.h system include. This fixes module build. | glebius | 2004-07-20 | 1 | -10/+8 |
* | Remove 3rd clause from the licence. | marks | 2004-06-29 | 1 | -2/+0 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -7/+7 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+9 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | Get rid of the deprecated *LEN constants in favour of the new | harti | 2004-01-26 | 1 | -1/+1 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+8 |
* | Catch more uses of MIN(). | alfred | 2003-02-02 | 1 | -3/+0 |
* | A node that creates a device entry in /dev (yay devfs) | julian | 2002-06-18 | 1 | -0/+637 |