summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-01-12fortunes: MY NAME IS BEING USED IN A PHISHING ATTACK. DO NOT RESPOND TO MAIL...glenda
2022-01-10rc: fix pwrd() regression, forgot <= ' ' case from needsrcquote()... sorry :(cinap_lenrek
2022-01-10reduce: use if() to test for exit status of pipelinecinap_lenrek
2022-01-09iostats: bind /srv into the namespace, its magicOri Bernstein
2022-01-09git/commit: squelch error when run outside repositoryOri Bernstein
2022-01-04acme: fix window and scrollbar display glitches at bottom fringe of columnIgor Böhm
2022-01-07rc: read heredoc when receiving '\n' (thanks Eckard Brauer)cinap_lenrek
2022-01-07git/fs: remove trailing null bytes from parent file (thanks mcf)Ori Bernstein
2021-12-10ape/mkstemp: better optionsBenjamin Riefenstahl
2022-01-06git: fix typo in git/log outputOri Bernstein
2022-01-04rc: only have single instance of a symbol, extern in header (thanks mcf)cinap_lenrek
2022-01-03rc: simplify Makefile, use yacc default rule (thanks k0ga)cinap_lenrek
2022-01-03ape: export mktemp() in <stdlib.h> when _BSD_SOURCE is setcinap_lenrek
2022-01-03ape: allow exporting rc functions in environ[]cinap_lenrek
2022-01-03rc: make it portable (for UNIX)cinap_lenrek
2022-01-03rc: Xerror is not a instruction, remove from pfnccinap_lenrek
2022-01-02git: size cache in bytes, not objectsOri Bernstein
2022-01-02rc: add Xhereq instruction to tracecinap_lenrek
2022-01-02rc: rstr() shouldnt skip trailing NUL bytes (thanks ori)cinap_lenrek
2022-01-01remove ssl from zynq and remaining kernel configurationsqwx
2021-12-31rc: fix here document handling with quoted end-marker (thanks sigrid)cinap_lenrek
2021-12-31remove devssl.ccinap_lenrek
2021-12-31rc(1): fix synopsiscinap_lenrek
2021-12-31rc: add err != nil check for early exitcinap_lenrek
2021-12-31remove pushssl(2)cinap_lenrek
2021-12-31remove ssl(3)cinap_lenrek
2021-12-310intro(1), acme(1), con(1), rcpu(1), rio(1), namespace(4), authsrv(6), aan(8)...cinap_lenrek
2021-12-31ftpfs(4): import -> rimportcinap_lenrek
2021-12-31consolefs(4): import -> rimportcinap_lenrek
2021-12-31listen(8): get rid of old portscinap_lenrek
2021-12-31listen(8): remove old cpu, exportfs and rexec listenerscinap_lenrek
2021-12-31rc: fix everythingcinap_lenrek
2021-12-29acme(1): fix reference to 9front default acme fontIgor Böhm
2021-12-22git: revert c947bf808 -- it triggers a bug.Ori Bernstein
2021-12-20git: fetch all branches by default.Ori Bernstein
2021-11-29rio: allow spaces in working directory path (-cd) when creating a new window ...Igor Böhm
2021-12-15git(1): fix quotes in git/conf exampleIgor Böhm
2021-12-14delete import, oexportfs srcTobias Heinicke
2021-12-14aux/wacom: fix race in read queueqwx
2021-12-13devssl, cpu, import, oexportfs: deleteOri Bernstein
2021-12-08vga/igfx: add missing pci did's for hwblank for known mobile modelsqwx
2021-12-08git: fully init objqOri Bernstein
2021-12-06acmed(8), rsa(8): add role=client attribute to rsa keyscinap_lenrek
2021-11-24troff: we are not htmlroffHumm
2021-12-05git: improve pack cache heuristicsOri Bernstein
2021-11-29netaudit, ndb(6): the dom= attribute in ndb should be specified without the t...cinap_lenrek
2021-11-26kernel: add extra negative and power-of-two check to pcibarsize()cinap_lenrek
2021-11-26aux/vga: use vlong for pci bar sizecinap_lenrek
2021-11-26kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TBcinap_lenrek
2021-11-25aescbc: flush before exit and report an error (if any)Sigrid Solveig Haflínudóttir