summary refs log tree commit diff
path: root/bin (follow)
Commit message (Collapse)AuthorAge
...
* 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
|
* 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
|
* 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).
* Return enum Error from file functions in ediJune McEnroe2018-11-25
|
* Implement deserialization in ediJune McEnroe2018-11-24
|
* Add premature serialization to ediJune McEnroe2018-11-24
|
* Replace tableUpdate with tableReplaceJune McEnroe2018-11-23
|
* Move buffer length to blocksJune McEnroe2018-11-23
|
* Add fileWrite for ediJune McEnroe2018-11-22
|
* Simplify edi file readingJune McEnroe2018-11-22
|
* Add Iter for ediJune McEnroe2018-11-21
|
* Fix freeing empty buffer blockJune McEnroe2018-11-21
|
* Read files in ediJune McEnroe2018-11-21
|
* Free buffer block if empty when allocating new blockJune McEnroe2018-11-21
|
* Track hot slice in tablesJune McEnroe2018-11-21
|
* Add bufferDeleteJune McEnroe2018-11-20
|
* Add missing include in dtchJune McEnroe2018-11-19
|
* Avoid DST struct TableJune McEnroe2018-11-18
|
* Add seeds of ediJune McEnroe2018-11-18
|
ch.c?h=1.4.0&id=edb3403f00f14ac5cc23b9ba3a122cb4ee8b81fa&follow=1'>ui-patch: 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-11ui-log: 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-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