summary refs log tree commit diff
path: root/etc/tf/cfg/autoexec.cfg
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-10-27 09:44:45 -0400
committerJune McEnroe <june@causal.agency>2020-10-27 09:44:45 -0400
commitca6c6e2d16d93c23f8760bf4b662480478a6951b (patch)
tree281b6cbfecf6864a776bb069c7ccaf3f675212e4 /etc/tf/cfg/autoexec.cfg
parentUse mandoc -T utf8 for text. (diff)
downloadsrc-ca6c6e2d16d93c23f8760bf4b662480478a6951b.tar.gz
src-ca6c6e2d16d93c23f8760bf4b662480478a6951b.zip
Allow cd host:path over ssh
Requires AcceptEnv SSH_CD in the remote sshd_config.
Diffstat (limited to 'etc/tf/cfg/autoexec.cfg')
0 files changed, 0 insertions, 0 deletions
07-25 16:40:23 -0400'>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