dev - Add kq support to snp
[dragonfly.git] / sys / dev / misc / snp / snp.c
2010-07-05 Samuel J. Greeardev - Add kq support to snp
2009-09-01 Alex HornungUse pseudo-device to specify number of precreated devs
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-08-17 Alex HornungDEVFS - move devfs headers to sys/sys; fix consumers
2009-08-05 Alex HornungDEVFS - add make_autoclone_dev to take of clone initial...
2009-08-04 Matthew DillonDEVFS - rollup - all kernel devices
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
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-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2003-08-27 Robert Garrettremove __P() from this directory
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: