content='cgit 1.4.1'/>
summary refs log tree commit diff
path: root/txt/trouble-at-jinx-hotel.txt (unfollow)
Commit message (Collapse)Author
2018-07-29Fix dtch cmsg sizeJune McEnroe
Apparently you actually need CMSG_SPACE and not just CMSG_LEN... Well done, everyone.
2018-07-25Fix 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 McEnroetr>2019-05-19Specify precedence of unary versions of operatorsJune McEnroe
2019-05-18Add compound assignment operators to orderJune McEnroe
2019-05-15Support simple assignment in orderJune McEnroe
2019-05-15Implement sizeof in orderJune McEnroe
2019-05-15Add orderJune McEnroe
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
2019-05-10Use val instead of suboptargJune McEnroe
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe