PR: 257964
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
| share/man/man4/snp.4 | ||
|---|---|---|
| 89 | 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 | ||
|---|---|---|
| 309 | 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 | ||
|---|---|---|
| 263 | ttyhook_unregister() unlocks the tty. | |
Comment Actions
Modulo the unlock mark found, I think this is good now.
| sys/dev/snp/snp.c | ||
|---|---|---|
| 263 | indeed, it's hiding in tty_rel_free()... nice catch. | |