Block a user
dj(1) segfault fix
Along these lines I did notice a bug in the write functionality that is now fixed. Judging from your dj(1) statistics it wasn't, but you may want to try again anyway.
dj(1) segfault fix
Please comment with the output with -H.
On OpenBSD, write(2) doesn't error (by returning -1) on /dev/full - writing "meow\n" to /dev/full apparently succeeds, returning 5 (the expected number…
scroll(1)
– pager
#127 is an experimental pager I'll be working on. Let's shift discussion over there. Higher-level (irrelevant to our pager in particular) discussion can continue here if there's a need for it.
dj(1) segfault fix
I think this is the best dj(1) can be, at least until we spot another bug. #94 will let us move out that parse() routine which will be nice.
I'm happy with the code size, especially relative to…