summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-03-02 15:39:07 -0500
committerJune McEnroe <june@causal.agency>2018-03-02 15:39:07 -0500
commita7e50497b32cbf66159fda3563042d96ca7a8167 (patch)
treee63c3b1456f36aac6ab26154f20447c672c3f2a5 /etc
parentAdd verbose flag to pngo (diff)
downloadsrc-a7e50497b32cbf66159fda3563042d96ca7a8167.tar.gz
src-a7e50497b32cbf66159fda3563042d96ca7a8167.zip
Skip chunks by reading in pngo
Pipes.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ix cfmakeraw callsJune McEnroe It turns out that you're supposed to call cfmakeraw with a termios initialized by tcgetattr. Using an uninitialized termios resulted in hnel on NetBSD breaking the pty and causing a silent logout. 2018-07-23Remove nasm from installJune McEnroe 2018-07-23Add monday.local to sshJune McEnroe 2018-07-23Restore LDLIBS alphabetical orderJune McEnroe 2018-07-23Use EV_SET in watchJune McEnroe On NetBSD, kevent.udata is intptr_t rather than void *, and their EV_SET macro does the cast. 2018-07-23Link with -lcursesJune McEnroe Turns out that NetBSD has its own curses implementation and I'm all for not linking GNU software <3 2018-07-22Fix scheme indentationJune McEnroe 2018-07-16Add -m option to glitchJune McEnroe 2018-07-16malloc deflate buffer in glitchJune McEnroe 2018-07-16malloc the deflate buffer in pngoJune McEnroe The stack is a baby. 2018-07-05Add shed bloodJune McEnroe