code: plan9front

RSS feed

6e64d304 – glenda authored - 2022/01/11 23:13
fortunes: MY NAME IS BEING USED IN A PHISHING ATTACK. DO NOT RESPOND TO MAIL OFFERING MONEY FOR UNDERGRAD RESEARCH ASSISTANTS. -- bwk

538b8107 – cinap_lenrek authored - 2022/01/10 12:41
rc: fix pwrd() regression, forgot <= ' ' case from needsrcquote()... sorry :(

85bfb0e9 – cinap_lenrek authored - 2022/01/09 21:01
reduce: use if() to test for exit status of pipeline

4d872079 – Ori authored - 2022/01/09 12:38
iostats: bind /srv into the namespace, its magic

9e79aace – Ori authored - 2022/01/09 12:37
git/commit: squelch error when run outside repository

47b7dc5c – Igor authored - 2022/01/04 14:11
acme: fix window and scrollbar display glitches at bottom fringe of column

369cba5f – cinap_lenrek authored - 2022/01/07 15:50
rc: read heredoc when receiving '\n' (thanks Eckard Brauer)

70edb7fb – Ori authored - 2022/01/06 20:43
git/fs: remove trailing null bytes from parent file (thanks mcf)

bf322dfb – Benjamin authored and Ori committed - 2021/12/10 15:44
ape/mkstemp: better options

370bfd26 – Ori authored - 2022/01/06 01:38
git: fix typo in git/log output

3568e27e – cinap_lenrek authored - 2022/01/03 19:19
rc: only have single instance of a symbol, extern in header (thanks mcf)

699d2e0e – cinap_lenrek authored - 2022/01/03 17:48
rc: simplify Makefile, use yacc default rule (thanks k0ga)

1a90e04c – cinap_lenrek authored - 2022/01/03 13:49
ape: export mktemp() in <stdlib.h> when _BSD_SOURCE is set

b34fc2a9 – cinap_lenrek authored - 2022/01/03 13:47
ape: allow exporting rc functions in environ[]

3ec59c7b – cinap_lenrek authored - 2022/01/03 13:44
ape/psh: provide /dev/fd

189731aa – cinap_lenrek authored - 2022/01/03 13:41
rc: make it portable (for UNIX)

c51a5cfa – cinap_lenrek authored - 2022/01/03 13:22
rc: Xerror is not a instruction, remove from pfnc

f63d1d3c – Ori authored - 2022/01/01 22:37
git: size cache in bytes, not objects

99d54e42 – cinap_lenrek authored - 2022/01/01 22:35
rc: add Xhereq instruction to trace

11d573d7 – cinap_lenrek authored - 2022/01/01 22:33
rc: rstr() shouldnt skip trailing NUL bytes (thanks ori)

c4e30bed – qwx authored - 2022/01/01 10:23
remove ssl from zynq and remaining kernel configurations

2025214d – cinap_lenrek authored - 2021/12/31 18:26
rc: fix here document handling with quoted end-marker (thanks sigrid)

d0c9127b – cinap_lenrek authored - 2021/12/31 11:21
remove devssl.c

49e991ea – cinap_lenrek authored - 2021/12/31 11:15
/rc/lib/rcmain: remove useless exit $staus at the end

b00b3d37 – cinap_lenrek authored - 2021/12/31 11:08
rc(1): fix synopsis

9773f553 – cinap_lenrek authored - 2021/12/31 11:05
rc: add err != nil check for early exit

44a5f4d2 – cinap_lenrek authored - 2021/12/31 10:59
remove pushssl(2)

8bebe3ab – cinap_lenrek authored - 2021/12/31 10:56
remove ssl(3)

2d105c2d – cinap_lenrek authored - 2021/12/31 10:53
0intro(1), acme(1), con(1), rcpu(1), rio(1), namespace(4), authsrv(6), aan(8): cpu -> rcpu

31f66da4 – cinap_lenrek authored - 2021/12/31 10:51
ftpfs(4): import -> rimport

917f57b6 – cinap_lenrek authored - 2021/12/31 10:50
consolefs(4): import -> rimport

aa781bfd – cinap_lenrek authored - 2021/12/31 10:44
listen(8): get rid of old ports

a33e93a7 – cinap_lenrek authored - 2021/12/31 10:43
listen(8): remove old cpu, exportfs and rexec listeners

b90036a0 – cinap_lenrek authored - 2021/12/31 10:27
rc: fix everything

855cf432 – Igor authored - 2021/12/29 18:37
acme(1): fix reference to 9front default acme font

facb0e75 – Ori authored - 2021/12/21 19:48
git: revert c947bf808 -- it triggers a bug.

c947bf80 – Ori authored - 2021/12/20 10:16
git: fetch all branches by default.

614f1d62 – Igor authored - 2021/11/28 19:06
rio: allow spaces in working directory path (-cd) when creating a new window via wctl

5d69d42e – Igor authored - 2021/12/15 17:45
git(1): fix quotes in git/conf example

53fb93e6 – Tobias authored and Ori committed - 2021/12/14 14:39
delete import, oexportfs src

af561602 – qwx authored - 2021/12/14 18:54
aux/wacom: fix race in read queue

7efbea82 – Ori authored - 2021/12/12 21:17
devssl, cpu, import, oexportfs: delete

b4d4cf69 – qwx authored - 2021/12/08 04:52
vga/igfx: add missing pci did's for hwblank for known mobile models

3710ed60 – Ori authored - 2021/12/07 19:20
git: fully init objq

be0b39f9 – cinap_lenrek authored - 2021/12/06 10:40
acmed(8), rsa(8): add role=client attribute to rsa keys

69249e83 – Humm authored and Sigrid committed - 2021/11/24 14:56
troff: we are not htmlroff

f0adfb4d – Ori authored - 2021/12/04 19:13
git: improve pack cache heuristics

5465c4c0 – cinap_lenrek authored - 2021/12/01 16:59
netaudit: simplify

efd4d750 – cinap_lenrek authored - 2021/12/01 16:53
netaudio: fix auth check, can have multiple auth servers!

43eb7eea – cinap_lenrek authored - 2021/11/29 15:26
netaudit: check for sys= attribute to be free of periods

d3743d40 – cinap_lenrek authored - 2021/11/29 15:07
netaudit, ndb(6): the dom= attribute in ndb should be specified without the trailing period

78c7ad88 – cinap_lenrek authored - 2021/11/26 16:47
kernel: add extra negative and power-of-two check to pcibarsize()

2a531d44 – cinap_lenrek authored - 2021/11/26 15:55
aux/vga: use vlong for pci bar size

20ea1137 – cinap_lenrek authored - 2021/11/26 15:51
kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TB

add3a0a4 – Sigrid authored - 2021/11/25 16:42
aescbc: flush before exit and report an error (if any)

e2a8d349 – glenda authored - 2021/11/21 18:42
/rc/bin/rc-httpd/{rc-httpd, handlers/error}: do some minimal sanitization on $SERVER_NAME before handing it off to select-handler. this prevents malformed Host: headers from retrieving arbitrary files from the file system. (thanks, Lightning)

a27afe90 – Igor authored - 2021/11/21 17:45
prep(8): fix typos, wording, and formating

854a1ab5 – cinap_lenrek authored - 2021/11/21 14:10
vgadb: add 3rd gen intel hd graphics did (thanks mora)

d1a81aa8 – Igor authored - 2021/11/20 17:59
rsa(8): fix spelling and adjust macros to fix formating

b5a2fa5e – qwx authored - 2021/11/18 12:15
audiohda: add support for intel cannon point-lp (t490s)

05b513a6 – Humm authored and Sigrid committed - 2021/11/17 14:57
snap(4): remove non-existent -s from snapfs

fc412aef – cinap_lenrek authored - 2021/11/16 20:23
6c: extern registers must be considered used on return

3473fa23 – Igor authored - 2021/11/16 03:06
nusbrc(8): fix typo in BUGS section

78b55b64 – Sigrid authored - 2021/11/14 15:16
mklatin: fix compose sequences starting with a space char (␣ and ı)

45a25abc – Sigrid authored - 2021/11/14 09:44
keyboard: add ∵ (because) and ∷ (proportion)

18bd1a92 – Sigrid authored - 2021/11/14 09:36
keyboard: ++ = ⧺

1343fcfe – Sigrid authored - 2021/11/14 09:30
keyboard: complete double-struck capital set; change SS → Ss for §

0f50c54b – Sigrid authored - 2021/11/14 09:27
kbdfs: allow X and x to be used not just for hex composition

2ab25e3e – qwx authored - 2021/11/13 18:04
vgaigfx: add x1 carbon 3rd gen

41ac2d80 – Kyle authored and qwx committed - 2021/11/12 13:37
igfx: add x1 carbon 3rd gen (broadwell)

c7775b36 – Igor authored - 2021/11/10 08:01
rc: fix leaking runq->cmdfile

a4c1f3cc – cinap_lenrek authored - 2021/11/08 20:46
devtls: reject zero length records (thanks sigrid)

68572ab4 – cinap_lenrek authored - 2021/11/08 20:29
diff: revert last change, this breaks git/diff

401e166b – cinap_lenrek authored - 2021/11/08 19:58
merge

fccbc306 – cinap_lenrek authored - 2021/11/08 19:33
devtls: reject zero length records (thanks sigrid)

a7ec6ee4 – Igor authored - 2021/11/07 20:05
git(1): fix git/add -r spacing and wording in BUGS section

a87ce74d – cinap_lenrek authored - 2021/11/07 12:58
kernel/rdb: need to reenable polling mode on the uart, remove cruft

9eb192f5 – cinap_lenrek authored - 2021/11/07 12:51
bcm64: parse the emmc2bus/dma-ranges device-tree property and provide *emmc2bus kernel parameter

80268af2 – cinap_lenrek authored - 2021/11/07 12:47
bcm64/sdhc: add *emmc2bus kernel parameter to set dma dram bus address

a2baa863 – cinap_lenrek authored - 2021/11/07 12:43
bcm/emmc: remove unused cardr wakeup(), use MACHP(0) as tick reference

2925fb09 – cinap_lenrek authored - 2021/11/07 12:41
sdmmc: do card init in a background process after the first try

efa69374 – Igor authored - 2021/11/05 19:51
acme: fix leaking memory allocated by getenv("font")

cd7480f6 – Kyle authored - 2021/11/05 15:03
diff: fix -u when comparing identical files

160e36aa – Igor authored - 2021/11/05 20:15
git(1): fix typo in git/push section

775608db – Igor authored - 2021/11/04 19:11
leak(1): document how to generate pool.$objtype.acid

9827a6b1 – qwx authored - 2021/11/05 18:26
audiohda: add support for intel comet lake-s, fix typo

6c70026f – cinap_lenrek authored - 2021/11/05 14:49
acme: fix plumb message leaks (thanks igor)

e2e4a46f – Kyle authored and Ori committed - 2021/11/04 15:08
git/revert: fix empty invocation

3cf3f548 – glenda authored - 2021/11/04 13:31
/lib/theo: We don't need to make statements people perceive as promises.

3f495077 – Stuart authored and qwx committed - 2021/11/01 16:49
mainly just spelling and typos

cdf3be65 – cinap_lenrek authored - 2021/11/03 17:44
snoopy: dns: add caa record type, fix rrtypestr()

c37de334 – cinap_lenrek authored - 2021/11/03 16:38
ndb/dns: use decimal encoding for txt rr string escapes

6285c19b – cinap_lenrek authored - 2021/11/03 16:21
snoopy: adjust for new dns txt rr format

5de1f3d9 – cinap_lenrek authored - 2021/11/03 16:09
ndb/dns: handle txt rr strings as binary, remove nullrr ndb code

2899b719 – cinap_lenrek authored - 2021/11/03 15:38
libndb: move mkptrname() into libndb to avoid duplication

2d56837b – Sigrid authored - 2021/11/03 10:45
zuke: fix search function ignoring matching artist name

4584fbf5 – Noam authored - 2021/11/02 23:48
venti(8): change documented behavior to match actual

ca73f673 – Kyle authored and qwx committed - 2021/11/01 13:07
man grep args spacing diff

27af159f – Igor authored and qwx committed - 2021/10/30 19:59
rc-httpd(8): document how to use HTTP basic authentication

07f85847 – Igor authored and qwx committed - 2021/10/29 18:59
rc-httpd: fold two sed calls into one when computing location

Next