Use M_ZERO instead of manually bzero()ing memory allocated with malloc().
[dragonfly.git] / sys / kern / kern_device.c
2003-08-23 Matthew DillonAllow a NULL dev to be passed to _devsw(). This should...
2003-08-12 Matthew DillonSyscall messaging 4: Further expand the kernel-version...
2003-07-24 Matthew DillonSyscall messaging work 2: Continue with the implementat...
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...