| History log of /src/sys/modules/examples/pollpal |
| Revision | Date | Author | Comments |
| 1.1 | 30-Apr-2020 |
christos | New kernel example module written by Ayushi Sharma
|
| 1.1 | 30-Apr-2020 |
christos | New kernel example module written by Ayushi Sharma
|
| 1.4 | 28-Mar-2022 |
riastradh | driver(9): devsw_detach never fails. Make it return void.
Prune a whole lotta dead branches as a result of this. (Some logic calling this is also wrong for other reasons; devsw_detach is final -- you should never have any reason to decide to roll it back. To be cleaned up in subsequent commits...)
XXX kernel ABI change to devsw_detach signature requires bump
|
| 1.3 | 01-May-2020 |
christos | s/&&/&/ and also return POLLRDNORM (pointed out by joerg@)
|
| 1.2 | 30-Apr-2020 |
mrg | include sys/lwp.h and fix the build.
|
| 1.1 | 30-Apr-2020 |
christos | New kernel example module written by Ayushi Sharma
|