summary refs log tree commit diff homepage
path: root/2016/input/day23.txt
blob: 0c2d729786a43ed7da3fa70562fdfd462d8388b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cpy a b
dec b
cpy a d
cpy 0 a
cpy b c
inc a
dec c
jnz c -2
dec d
jnz d -5
dec b
cpy b c
cpy c d
dec d
inc c
jnz d -2
tgl c
cpy -16 c
jnz 1 c
cpy 79 c
jnz 77 d
inc a
inc d
jnz d -2
inc c
jnz c -5
b1ea88b2f9f36&follow=1'>Add Neckbeard DeathcampJune McEnroe 2018-07-29Just print rs1 in dtch restoreTermJune McEnroe 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 McEnroe