summary refs log tree commit diff
path: root/bin/cash/libedit
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-10 22:46:31 -0500
committerJune McEnroe <june@causal.agency>2019-01-10 22:46:31 -0500
commit34b2118dc8e663554b28dff962dd24ca1fc65f03 (patch)
tree1a72cda65a22e25fc52ec5e2f3cd22e0c2f791cc /bin/cash/libedit
parentCreate cash-kill.1 (diff)
downloadsrc-34b2118dc8e663554b28dff962dd24ca1fc65f03.tar.gz
src-34b2118dc8e663554b28dff962dd24ca1fc65f03.zip
Create cash-test.1
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
pan>pledge(2) hilexJune McEnroe 2021-09-29Remove link to gopherJune McEnroe Migrating things over, I don't think it's worth continuing to serve text over gopher. 2021-09-27Invert doas/sudo aliasJune McEnroe Gotten a lot more used to running doas! 2021-09-26Add pyro to ssh configJune McEnroe 2021-09-27Update dash autoconf/automake filesJune McEnroe No idea why it made me do this... 2021-09-26Add boot commands for serial consoleJune McEnroe 2021-09-26Publish "Installing OpenBSD on Linode"June McEnroe 2021-09-26Use tiny UTF-8-aware col -b replacementJune McEnroe OpenBSD col(1) doesn't understand UTF-8 and will delete all of it. Stupid, especially when mandoc(1) tells you to use it to remove man formatting. I shouldn't have to write something so trivial. 2021-09-25Install up to cgi-binJune McEnroe 2021-09-25Clean up up (ugh) somewhat againJune McEnroe 2021-09-25Update root path in up.shJune McEnroe 2021-09-25Disable HashKnownHostsJune McEnroe All this really does is make fixing problems more difficult. 2021-09-25Add scout to ssh configJune McEnroe 2021-09-25Sandbox up on both FreeBSD and OpenBSDJune McEnroe This is a bit messy. pledge(2) calls based on [1]. [1]: https://kristaps.bsd.lv/kcgi/tutorial6.html 2021-09-25Set SO_REUSEADDR in quickJune McEnroe 2021-09-25Revert "Add cat alias using less"June McEnroe This reverts commit a64c3653d5df5e823fcdd07a540e240283816683. Yeah this really doesn't work on OpenBSD. I kind of got into the habit of explicitly running less anyway. 2021-09-24Pledge downgradeJune McEnroe 2021-09-24Set original socket CLOEXECJune McEnroe 2021-09-24Consume request headers using MSG_PEEKJune McEnroe Use MSG_PEEK to determine where the request headers end and consume only up to there, leaving the CGI process to read any request body directly from the socket. 2021-09-24Set only HTTP_HOSTJune McEnroe And only because kcgi expects it. This is what I wrote originally, because every HTTP_ variable should be unset between each request, but this doesn't track them. 2021-09-23Scroll by single lines in xtermJune McEnroe 2021-09-23Hide htop "function bar"June McEnroe Useless thing... 2021-09-23Allow FocusEvents in xtermJune McEnroe Oops! This whole time I thought OpenBSD xterm for some reason didn't support focus events. It turns out allowMouseOps: false disables them by default. Replace the disallowedMouseOps list with everything but. 2021-09-23Use NI_NUMERICSERVJune McEnroe 2021-09-23Make up build away from FreeBSD