summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* Remove april, add julyJune McEnroe2017-11-18
|
* Remove ishJune McEnroe2017-10-26
| | | | I think I've lost the ability to code...
* Include sys/wait.h in ishJune McEnroe2017-10-16
| | | | | | Annoying when these things somehow get included through other means without your knowing. FreeBSD seems to have much better separation between header files than Darwin.
* Handle blank lines in ishJune McEnroe2017-10-13
|
* Handle child signals in ishJune McEnroe2017-10-13
|
* Add beginning of very basic shell, ishJune McEnroe2017-10-13
| | | | Following <https://github.com/tokenrove/build-your-own-shell>.
* Add nasm to install.shJune McEnroe2017-10-04
|
* Rewrite xx.cJune McEnroe2017-10-04
|
* Always newline before promptJune McEnroe2017-09-27
|
* Update Linux console map to Tarmak 4June McEnroe2017-09-27
|
* Add Code Tarmak 4 layoutJune McEnroe2017-09-27
| | | | So close now!
* Regenerate gitignore with allJune McEnroe2017-09-27
|
* Remove READMEJune McEnroe2017-09-27
|
* Sort tail of link.zsh on importJune McEnroe2017-09-27
|
* Remove git from common packagesJune McEnroe2017-09-27
|
* Combine pbcopy and pbpaste rulesJune McEnroe2017-09-27
|
* Remove use of EBADMSGJune McEnroe2017-09-26
| | | | Not defined on OpenBSD, doesn't matter much.
* Simplify bins MakefileJune McEnroe2017-09-17
| | | | | Just link the usual libs for everything. Append warnings flags to CFLAGS.
* Simplify zsh promptsJune McEnroe2017-09-15
|
* Move typo words to separate fileJune McEnroe2017-09-15
|
* Use 4-space indent everywhereJune McEnroe2017-09-15
|
* Rename zsh scripts .zshJune McEnroe2017-09-15
|
* Rename files directory etcJune McEnroe2017-09-15
|
* Remove Code Tarmak 2 layoutJune McEnroe2017-09-15
|
* Draw line in typoJune McEnroe2017-09-14
|
* Count 5 letters as a wordJune McEnroe2017-09-14
|
* Add .gitignore target to bins MakefileJune McEnroe2017-09-14
|
* Add typing gameJune McEnroe2017-09-14
|
* Include sys/types.h in wake.cJune McEnroe2017-09-13
|
* Move C file description commentsJune McEnroe2017-09-06
| | | | Comments are ugly this is why I don't put them in my code ;)
* Fix bin/Makefile FreeBSD compatibilityJune McEnroe2017-09-06
| | | | | Have to use the same generic rule as sys.mk so it replaces it. Otherwise it only uses the one in sys.mk.
* Remove C code from link scriptJune McEnroe2017-09-06
|
* Move C code to bin, Makefile, AGPLJune McEnroe2017-09-06
|
* Rename curtis -> homeJune McEnroe2017-09-06
| | | | Why the heck did I do this?
* Pass final NULL to execlpJune McEnroe2017-09-05
|
* Add watch.cJune McEnroe2017-09-05
|
* Remove Scala highlightingJune McEnroe2017-09-02
|
* Fix Linux console Tarmak 3June McEnroe2017-08-31
| | | | Wow oops.
* Use Tarmak 3 on Linux consoleJune McEnroe2017-08-31
|
* Install ddateJune McEnroe2017-08-25
|
* Move nethack options to envJune McEnroe2017-08-19
|
* Remove scala syntax fileJune McEnroe2017-08-17
|
* Add wakeJune McEnroe2017-08-06
| | | | | That payload can appear anywhere within an ethernet frame. Wake-on-LAN is funny.
* Use $() in install.shJune McEnroe2017-08-04
| | | | | Something gave me the impression that sh did not like this, but it's specified by POSIX.
* Create Code Tarmak 3 layoutJune McEnroe2017-08-02
|
* Add tupJune McEnroe2017-07-31
|
* Use designated initializer for hnel tableJune McEnroe2017-07-31
| | | | I did not know this syntax worked!
* Add juneJune McEnroe2017-07-30
|
* Play nethack as ValkyrieJune McEnroe2017-07-30
|
* Add toggle to hnelJune McEnroe2017-07-28
|
it-pink/commit/filters/html-converters/md2html?h=1.3.0&id=b0fc647fe61c19338aec65ffcab513cc84599b18&follow=1'>filters: 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