PR: 257964
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
share/man/man4/snp.4 | ||
---|---|---|
93 | While here: is "using" missing here? ie, "does not allow using SNPSTTY..."? |
Comment Actions
I think this is good, but it is a behavior change.
The tty_gone stuff is definitely good, though
sys/dev/snp/snp.c | ||
---|---|---|
298 | This changes the return value from 0 to -2. That seems correct to me, but I wanted to confirm that's intended. |
sys/dev/snp/snp.c | ||
---|---|---|
262 | ttyhook_unregister() unlocks the tty. |
Comment Actions
Modulo the unlock mark found, I think this is good now.
sys/dev/snp/snp.c | ||
---|---|---|
262 | indeed, it's hiding in tty_rel_free()... nice catch. |