summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Add "blank" lines to cash.1June McEnroe2019-01-11
| | | | No way I'll be able to maintain it without.
* Document RPS1 and RPS2June McEnroe2019-01-10
|
* Add cash install and uninstall targetsJune McEnroe2019-01-10
|
* Fix header dependencies in cash MakefileJune McEnroe2019-01-10
|
* Clean up cash MakefileJune McEnroe2019-01-10
|
* Reference cash-specific builtin man pagesJune McEnroe2019-01-10
|
* Create cash-printf.1June McEnroe2019-01-10
|
* Create cash-test.1June McEnroe2019-01-10
|
* Create cash-kill.1June McEnroe2019-01-10
|
* Create cash.1June McEnroe2019-01-10
|
* Import /usr/src/usr.bin/printf/printf.1 from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Import /usr/src/bin/test/test.1 from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Import /usr/src/bin/kill/kill.1 from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Set RPROMPT from RPS1 and RPS2June McEnroe2019-01-10
|
* Fix unused copyright and rcsid in cashJune McEnroe2019-01-10
|
* Remove cash/testsJune McEnroe2019-01-10
|
* Remove funcsJune McEnroe2019-01-10
|
* Remove profile and dot.profileJune McEnroe2019-01-10
|
* Replace strchrnul with strchrJune McEnroe2019-01-10
|
* Replace eaccess with faccessatJune McEnroe2019-01-10
|
* Replace st_mtim with st_mtimespecJune McEnroe2019-01-10
|
* Replace sys_nsig with NSIGJune McEnroe2019-01-10
|
* Replace cash MakefileJune McEnroe2019-01-10
|
* Move bltin out of subdirectoryJune McEnroe2019-01-10
|
* Import /usr/src/usr.bin/printf/printf.c from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Import /usr/src/bin/test/test.c from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Import /usr/src/bin/kill/kill.c from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Import /usr/src/bin/sh from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Remove character NETHACKOPTIONSJune McEnroe2019-01-04
|
* Clean up schemeJune McEnroe2019-01-04
|
* Rename wat in bin.7June McEnroe2019-01-01
|
* Remove edi (again)June McEnroe2019-01-01
|
* Rename rec to watJune McEnroe2019-01-01
|
* Make all copyright headers consistentJune McEnroe2019-01-01
|
* Bump copyright yearJune McEnroe2019-01-01
|
* Run ls if gs failsJune McEnroe2018-12-31
|
* Simplify htop displayJune McEnroe2018-12-29
|
* Add Daughters — You Won't Get What You WantJune McEnroe2018-12-21
|
* Add La Dispute — FULTON STREET IJune McEnroe2018-12-21
|
* Add KASHIWA Daisuke — StellaJune McEnroe2018-12-17
|
* Fix rot13 port bin pathJune McEnroe2018-12-16
|
* Remove explicit Os from gfx man pagesJune McEnroe2018-12-11
|
* Add TF2 sensitivity bindsJune McEnroe2018-12-11
|
* Remove explicit "Os" from man pagesJune McEnroe2018-12-02
|
* Rename watch to recJune McEnroe2018-12-02
| | | | A watch binary already exists in various places (but isn't useful).
* Remove \h bindingJune McEnroe2018-12-02
|
* Add Jeff Wayne — The Eve of the WarJune McEnroe2018-12-01
| | | | I like prog-rock more than I think I do.
* Switch to pkgsrc on DarwinJune McEnroe2018-11-27
| | | | | | | | | I've had enough of Homebrew. I want a real package manager that can remove unneeded dependencies. neovim still isn't in pkgsrc, so download binaries of that separately for now. Hopefully I haven't broken any other systems by rewriting install.sh like this.
* Fix ports for LinuxJune McEnroe2018-11-27
|
* Un-hardcode fortune(6) path in cgramJune McEnroe2018-11-26
|
with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-log: ban strcpy()Christian Hesse Git upstream bans strcpy() with commit: automatically ban strcpy() c8af66ab8ad7cd78557f0f9f5ef6a52fd46ee6dd Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 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