Commit message (Collapse) | Author | ||
---|---|---|---|
2020-06-17 | Add simpler aes tr script | June McEnroe | |
2020-06-17 | Remove aes | June McEnroe | |
2020-06-16 | Fix doas check | June McEnroe | |
2020-06-16 | Add LC_COLLATE=C to ls alias | June McEnroe | |
2020-06-11 | Fix pbd for neovim | June McEnroe | |
At some point neovim started setting argv[0] to the absolute path for some reason. | |||
2020-06-11 | Alias sudo=doas if available | June McEnroe | |
2020-06-11 | Add all VMs to ssh config | June McEnroe | |
2020-06-08 | Add additional permission for linking with LibreSSL | June McEnroe | |
https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | |||
2020-06-08 | Replace __DECONST with regular casts | June McEnroe | |
sed -E 's/__DECONST[(]([^,]+), ([^)]+)[)]/(\1)(\2)/' | |||
2020-06-08 | Replace __printflike with __attribute__((format(printf, ...))) | June McEnroe | |
sed -E 's/__printf0?like[(]([^,]+), ([^)]+)[)]/__attribute__((format(printf, \1, \2)))/' | |||
2020-06-08 | Replace __dead2 with __attribute__((noreturn)) | June McEnroe | |
sed 's/__dead2/__attribute__((noreturn))/' | |||
2020-06-08 | Replace __FBSDID macros with comments | June McEnroe | |
sed -E 's|__FBSDID[(]"([^"]+)"[)];|/* \1 */|' | |||
2020-06-08 | Remove reference to FreeBSD-specific libedit hack | June McEnroe | |
Newer versions of libedit have sane tab-complete now without FreeBSD's hacks, and in fact the hack is gone in FreeBSD-CURRENT. I'm still a little confused why binding this weird function is necessary at all, but at least it exists everywhere, I guess. | |||
2020-06-08 | Prefix mandoc with exec in about-filter | June McEnroe | |
2020-06-07 | Remove mktemp options from mkbuiltins, mktokens | June McEnroe | |
Why even? | |||
2020-06-07 | Cast z_stream fields to size_t | June McEnroe | |
In the version of zlib in OpenBSD, these fields are of type off_t, which is signed (why?), rather than uLong. | |||
2020-06-07 | Call static_assert by _Static_assert | June McEnroe | |
OpenBSD doesn't #define static_assert in assert.h and _Static_assert is its real name I guess so why not? | |||
2020-06-07 | Add OpenBSD to install.sh | June McEnroe | |
Straightforward. | |||
2020-06-03 | Add The Song of Achilles | June McEnroe | |
2020-06-01 | Allow redirecting input in ever | June McEnroe | |
2020-05-31 | Add %c conversion to c script | June McEnroe | |
2020-05-31 | Add c script to README | June McEnroe | |
2020-05-31 | Add c script | June McEnroe | |
2020-05-31 | Update mdoc source URLs | June McEnroe | |
2020-05-26 | Remove unfinished PSF fonts | June McEnroe>June McEnroe | |
2020-12-28 | Replace cgit-patched with cgit-causal-agency | June McEnroe | |
2020-12-18 | Add notemap port | June McEnroe | |
2020-12-15 | Update libretls to 3.3.1 | June McEnroe | |
2020-12-15 | Update catsit to 1.1 | June McEnroe | |
2020-12-15 | Update pounce to 2.1p1 | June McEnroe | |
2020-12-15 | Add imbox port | June McEnroe | |
2020-11-24 | Update pounce to 2.1 | June McEnroe | |
2020-11-24 | Update libretls to 3.3.0 | June McEnroe | |
2020-11-17 | Update catgirl to 1.3 | June McEnroe | |
2020-11-17 | Update libretls to 3.2.2 | June McEnroe | |
2020-09-29 | Update libretls to 3.2.1 | June McEnroe | |
2020-09-10 | Update catgirl to 1.2 | June McEnroe | |
2020-09-09 | Add pounce-palaver port | June McEnroe | |
2020-09-09 | Update pounce to 2.0 | June McEnroe | |
2020-09-09 | Update litterbox to 1.6 | June McEnroe | |
2020-08-23 | Add scooper port | June McEnroe | |
2020-08-23 | Add catsit port | June McEnroe | |
2020-08-13 | Update pounce to 1.4p2 | June McEnroe | |
2020-08-11 | Update pounce to 1.4p1 | June McEnroe | |
2020-08-10 | Add litterbox port | June McEnroe | |
2020-08-10 | Add missing USES=pkgconfig to pounce | June McEnroe |