DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / net / pf / pf_ioctl.c
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2008-09-15 Sepherosa ZiehauWe always wait during pfil hook's adding and removing...
2008-04-11 Matthew DillonImplement a number of major new features to PF.
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2005-06-15 Joerg SonnenbergerConvert to critical sections.
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2004-09-21 Joerg SonnenbergerPF uses -1 as rule number for the default entry. To...
2004-09-19 Matthew DillonAdd a missing #include and add a missing semicolon.
2004-09-19 Joerg SonnenbergerKernel part of PF