| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Giant mutex (just like the rest of keyboard drivers and syscons(4) do).
Tested by: markus
MFC after: 1 day
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
event handler, dev_clone, which accepts a credential argument.
Implementors of the event can ignore it if they're not interested,
and most do. This avoids having multiple event handler types and
fall-back/precedence logic in devfs.
This changes the kernel API for /dev cloning, and may affect third
party packages containg cloning kernel modules.
Requested by: phk
MFC after: 3 days
|
|
|
|
|
|
| |
WITNESS gets upset.
MFC after: 3 days
|
|
|
|
| |
kbd was allocated from M_VKBD not from M_DEVBUF
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
| |
closes the race where the cdev was reclaimed before it ever made it
back to devfs lookup.
|
|
|
|
|
| |
Noticed by: Coverity Prevent analysis tool
Reviewed by: emax
|
| |
|
|
|
|
|
|
| |
Check O_NONBLOCK instead of IO_NDELAY.
Include selinfo.h instead of relying on vnode.h to do so.
Don't include vnode.h
|
|
Not yet connected to the build.
|