index
:
src
this commit
master
dontfiles
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
port
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'port')
0 files changed, 0 insertions, 0 deletions
25 16:40:23 -0400'>2018-07-25
Fix cfmakeraw calls
June 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-23
Remove nasm from install
June McEnroe
2018-07-23
Add monday.local to ssh
June McEnroe
2018-07-23
Restore LDLIBS alphabetical order
June McEnroe
2018-07-23
Use EV_SET in watch
June McEnroe On NetBSD, kevent.udata is intptr_t rather than void *, and their EV_SET macro does the cast.
2018-07-23
Link with -lcurses
June McEnroe Turns out that NetBSD has its own curses implementation and I'm all for not linking GNU software <3
2018-07-22
Fix scheme indentation
June McEnroe
2018-07-16
Add -m option to glitch
June McEnroe
2018-07-16
malloc deflate buffer in glitch
June McEnroe
2018-07-16
malloc the deflate buffer in pngo
June McEnroe The stack is a baby.
2018-07-05
Add shed blood
June McEnroe