summary refs log tree commit diff homepage
path: root/sshd_config
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-10-03 12:32:05 -0400
committerJune McEnroe <programble@gmail.com>2017-10-03 12:32:05 -0400
commit482b094a794c56a2052be81fdb50d3da1e87d15d (patch)
tree7f40fb2c9397e249f9b438a83c41e41ad387642e /sshd_config
parentRemove leading blank lines (diff)
downloadtorus-482b094a794c56a2052be81fdb50d3da1e87d15d.tar.gz
torus-482b094a794c56a2052be81fdb50d3da1e87d15d.zip
Simplify Makefile with pattern rule
Insert rant about how GNU make handles the .c rule with extra
dependencies.

Also I don't care that everything links curses now.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
le='2019-01-13 19:04:56 -0500'>2019-01-13Document PS0June McEnroe 2019-01-13Set PS0 in cashJune McEnroe 2019-01-13Add PS0June McEnroe 2019-01-13Change default ENV from cashrc to env.shJune McEnroe 2019-01-13Use colours in cash promptsJune McEnroe 2019-01-12Set PSlit like NetBSD shJune McEnroe 2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe 2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe 2019-01-12Restore cash builtin man page datesJune McEnroe 2019-01-12Use local libeditJune McEnroe 2019-01-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroefollow=1'>Source .editrc before applying -v or -eJune McEnroe Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. 2019-12-20Disable signing commitsJune McEnroe Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe