summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Only cd in .profile if /usr/home existsJune McEnroe2020-03-27
|
* Remove gpg configurationJune McEnroe2020-03-27
|
* Move .kshrc to .mkshrcJune McEnroe2020-03-27
| | | | | I should really just get rid of this since I don't use mksh anymore, but it's still around on some Linux systems I guess.
* Upgrade neovim to 0.4.3 on macOSJune McEnroe2020-03-24
|
* Add The Ten Thousand Doors of JanuaryJune McEnroe2020-03-19
| | | | Uh oh, the library is closed.
* Add HISTFILE history savingJune McEnroe2020-03-09
|
* Source .editrc before applying -v or -eJune McEnroe2020-03-09
| | | | | Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete.
* Add \? exit status prompt expansionJune McEnroe2020-03-09
|
* Shorten $HOME to ~ in prompt expansionJune McEnroe2020-03-09
|
* Add PS0 pre-prompt stringJune McEnroe2020-03-09
|
* Add RPS1 and RPS2 right promptsJune McEnroe2020-03-09
|
* Fix copyright and rcsidJune McEnroe2020-03-09
|
* Replace strchrnul with strchrJune McEnroe2020-03-09
|
* Replace eaccess with faccessatJune McEnroe2020-03-09
|
* Replace st_mtim with st_mtimespecJune McEnroe2020-03-09
|
* Replace sys_nsig with NSIGJune McEnroe2020-03-09
|
* Replace 1sh MakefileJune McEnroe2020-03-09
|
* Rename manual pages to 1shJune McEnroe2020-03-09
|
* Move bltin out of subdirectoryJune McEnroe2020-03-09
|
* Import /usr/src/usr.bin/printf from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
|
* Import /usr/src/bin/test from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
|
* Import /usr/src/bin/kill from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
|
* Remove extraneous files from sh sourcesJune McEnroe2020-03-09
|
* Import /usr/src/bin/sh from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
|
* Remove 1sh sourcesJune McEnroe2020-03-09
| | | | I'm going to recreate it from fresh sh sources for clean git history.
* Add The Stone SkyJune McEnroe2020-03-08
|
* Publish "How I Relay Chat"June McEnroe2020-03-08
|
* Don't use $ inside $(())June McEnroe2020-03-03
|
* Remove setoptJune McEnroe2020-03-03
|
* Use getopts in shell scriptsJune McEnroe2020-03-03
| | | | WTF why did no one tell me about this?
* Style %T outside of Rs in italicJune McEnroe2020-02-27
|
* Add Fierce Femmes and Notorious LiarsJune McEnroe2020-02-26
|
* Add This Is How You Lose the Time WarJune McEnroe2020-02-23
|
* Add See Ya LaterJune McEnroe2020-02-22
|
* Remove wiki scriptJune McEnroe2020-02-20
| | | | | | | | Wikipedia seems to have removed the one-sentence extracts from the opensearch results. Too bad. It's not a wiki script, what we need is a command that fetches single-sentence summaries of articles on Wikipedia.
* Add The Obelisk GateJune McEnroe2020-02-19
|
* Add Four Tet — HandsJune McEnroe2020-02-17
| | | | One from the cafe that caught my attention.
* Simplify macOS notify-sendJune McEnroe2020-02-12
|
* Add imbox and notemap to pageJune McEnroe2020-02-12
|
* Collapse simple linksJune McEnroe2020-02-12
|
* Move catgirl up the pageJune McEnroe2020-02-12
|
* Update catgirl pty grabJune McEnroe2020-02-12
|
* Link to cgit /about pages where appropriateJune McEnroe2020-02-12
|
* Separate LINKS from BINS for html to workJune McEnroe2020-02-11
|
* Add margin to Bl-bullet itemsJune McEnroe2020-02-11
|
* Match URLs inside parens or with paired parens insideJune McEnroe2020-02-10
|
* Duplicate effective URL before passing it back to curlJune McEnroe2020-02-10
| | | | | Apparently sometimes it didn't like receiving its own internal storage to parse again. Understandable.
* Add To Be Taught, If FortunateJune McEnroe2020-02-09
|
* Add The Future of Another TimelineJune McEnroe2020-02-04
| | | | Wow. One of the best I've read.
* Reorganize the Makefile for the umpteenth timeJune McEnroe2020-01-31
| | | | Broke out LDLIBS for each bin, and made everything more uniform.
header'>2018-09-11parsing: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-08-28filters: generate anchor links from markdownChristian Hesse This makes the markdown filter generate anchor links for headings. Signed-off-by: Christian Hesse <mail@eworm.de> Tested-by: jean-christophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev