code: plan9front

RSS feed

e8242918 – cinap_lenrek authored - 2023/11/25 14:04
ndb/mkhash: handle database= reordering, check offset overflow, remove file

970d3b7e – Ori authored - 2023/11/22 14:48
git/walk: skip all paths with '.git/' when creating the index

474c03a4 – rodri authored - 2023/11/22 13:17
libmach: add HSUBPD decoding for amd64

57f22f91 – rodri authored - 2023/11/22 08:37
libmach: add DPPD decoding for amd64

6b6b9a23 – Noam authored - 2023/11/21 06:30
git: utilize time zone info when present and ignore it when it's not

f70cf0b7 – Jacob authored - 2023/11/19 13:16
rio(1), rio(4): wctl /srv pipe is dead, mention 'none' attach (thanks unobe)

276c090a – cinap_lenrek authored - 2023/11/18 16:59
fshalt: get rid of special nvme hack for disk shutdown

3280b43e – cinap_lenrek authored - 2023/11/18 16:20
devip: make some symbols static, cleanup

0c2a74d5 – cinap_lenrek authored - 2023/11/18 13:08
merge

3f52f47b – cinap_lenrek authored - 2023/11/18 12:59
ip/ipconfig: allow "del" verb in addition to "remove"

14f0eae7 – cinap_lenrek authored - 2023/11/18 12:58
devip: have findipifc() return rlock'd interface, allow to use "del" instead of "remove" for route and interface operations

0f3953f9 – Ori authored - 2023/11/17 18:09
cpp: run tests with 'mk test'

04d6a2ac – cinap_lenrek authored - 2023/11/12 16:49
devuart: fix wrong opens count in case of uartenable() error

8e3abc0c – cinap_lenrek authored - 2023/11/12 16:06
devuart: make sure consuart was enabled before setting serialoq

5cecf46e – cinap_lenrek authored - 2023/11/12 15:47
devuart: handle software flow control (XON/XOFF) in devuart alone

34821e8b – Jacob authored - 2023/11/12 14:34
/sys/lib/dist/mkfile: include /386/mbr et al in disk images

0ff5b74c – cinap_lenrek authored - 2023/11/12 14:32
devuart: cleanup uart console code

e2ddc61f – cinap_lenrek authored - 2023/11/12 12:13
zynq: remove uartconsole() function, already done by devuart internally

ddbe5dd2 – cinap_lenrek authored - 2023/11/12 12:13
zynq: fix print format in emmc driver

02ebad70 – Jacob authored - 2023/11/11 13:29
diff: make distproto copies tests

70a9df6c – Jacob authored - 2023/11/11 11:58
ape: libap: do not set objtype in amd64 mkfile

c69d458e – Ori authored - 2023/11/11 11:28
patch: delete files for tests before test run

4705576f – cinap_lenrek authored - 2023/11/11 11:07
bcm64, imx8: provide more flexible MPIDR_EL1 CPUID to machno mapping

44c0e725 – cinap_lenrek authored - 2023/11/10 19:01
kernel: fix SEGMAXSIZE macro, force 64-bit result

57bf8f16 – Jacob authored - 2023/11/09 19:01
distproto: include /lib/ucd in releases

9973c927 – cinap_lenrek authored - 2023/11/05 17:23
nusb/ether: implement link status detection for smsc and lan78xx

616f6225 – cinap_lenrek authored - 2023/11/05 16:17
nusb/ether: make stats file compatible to stats(8)

e2692127 – cinap_lenrek authored - 2023/11/05 15:56
stats(8): drop 802.11, consider *ALL* /net/ether*/stats

b51b6237 – Ori authored - 2023/11/05 15:46
ircrc: fix pong message (thanks mkf)

c0a7fbea – cinap_lenrek authored - 2023/11/05 13:52
bcm, bcm64: handle disk activity led from sdmmc

901a176a – cinap_lenrek authored - 2023/11/05 12:53
Add missing sd/mmc controller dependencies to /sys/src/9/port/sd.h

1a4dfffb – cinap_lenrek authored - 2023/11/05 11:53
sdhost: remove coherence() for RD() and cleanup

6a3c510a – cinap_lenrek authored - 2023/11/05 11:39
i2cbcm: use core clock rate from vcore instead of hardcoding 250Mhz

9b68b426 – cinap_lenrek authored - 2023/11/05 11:37
pi3: implement sdhost controller driver so we can use wifi always

019a935f – cinap_lenrek authored - 2023/11/04 15:02
ether4330: annex sdM for emmc (changed order)

dc0f1ae1 – cinap_lenrek authored - 2023/11/04 14:58
pi3, pi4: change the order of emmc and sdhc for ether4330

6022f37f – cinap_lenrek authored - 2023/11/04 14:45
plan9.ini(8): document $wpaopts

af0488a8 – cinap_lenrek authored - 2023/11/04 14:39
arm64: remove hz/mhz from conf, not needed.

eb4ec3ad – cinap_lenrek authored - 2023/11/04 14:38
9/boot/net.rc: allow setting additional flags to aux/wpa with $wpaopts in plan9.ini

14b3bcbc – cinap_lenrek authored - 2023/11/04 14:37
devsd, sdmmc, ether4330: improve infrastructure for sdio

70dfc2d7 – cinap_lenrek authored - 2023/11/01 20:00
ndb/dns: fix memory leak in dnzone()

f67c4c85 – cinap_lenrek authored - 2023/11/01 17:57
ndb/dns: add -L flag for local-recursive server

eb8fe813 – cinap_lenrek authored - 2023/11/01 15:25
ndb/dns: better handling of extended response code

453d3c3d – cinap_lenrek authored - 2023/10/30 18:18
ndb/dns: make sure theres only a single Topt option in getednsopt().

78eff200 – cinap_lenrek authored - 2023/10/30 17:43
ndb/dns: implement EDNS(0) extension (rfc6891)

466cf20d – Ori authored - 2023/10/29 15:56
git/branch: avoid null list errors

c9309329 – cinap_lenrek authored - 2023/10/29 13:54
arm64: mem.c doesnt need sysreg.h

aab7b5ae – cinap_lenrek authored - 2023/10/29 13:51
bcm64: dont need sysreg.h in mem.c

1fd5f520 – cinap_lenrek authored - 2023/10/29 13:43
bcm64: use generic 9/arm64/mmu.c

015180f9 – cinap_lenrek authored - 2023/10/29 13:23
imx8: share generic arm64 mmu.c

515f4d59 – cinap_lenrek authored - 2023/10/29 12:39
bcm64: remove sysreg.c

8b1e81d7 – cinap_lenrek authored - 2023/10/29 12:36
bcm64: use generic 9/arm64/* files

abe9dad9 – cinap_lenrek authored - 2023/10/29 12:15
imx8: use generic 9/arm64/sysreg.h

3c1b0ad9 – cinap_lenrek authored - 2023/10/29 11:39
imx8: use generic 9/arm64/^(init9.s rebootcode.s)

57277ea6 – cinap_lenrek authored - 2023/10/29 11:30
imx8: use generic 9/arm64/cache.v8.s

1acc9028 – cinap_lenrek authored - 2023/10/29 11:22
imx8: use generic 9/arm64/trap.c

e2a17587 – cinap_lenrek authored - 2023/10/29 11:19
imx8: use generic 9/arm64/sysreg.c

f1aa66eb – cinap_lenrek authored - 2023/10/29 11:18
imx8: use generic 9/arm64/fpu.c

64d062ac – cinap_lenrek authored - 2023/10/29 10:40
ndb/dns: remove leftover #pragma varargck argpos dnsdebug 1

3d9e9827 – cinap_lenrek authored - 2023/10/29 10:38
ip/snoopy: fix missing break rrfmt() in (tho, harmless as of rrsupported() check)

81c251f5 – cinap_lenrek authored - 2023/10/29 10:16
ether(3): document "bypass" ctl message.

54c94a93 – cinap_lenrek authored - 2023/10/29 09:56
listen(8): remove tcp53 reference, remove !tcp53 template

45f7b302 – cinap_lenrek authored - 2023/10/29 09:36
ndb/dns: built-in tcp server, remove cruft, refactor

dd798542 – Keegan authored - 2023/10/28 20:41
add arm64 qemu kernel

0d9119da – Ori authored - 2023/10/28 14:10
git/branch: prevent deleting current branch, skip dirty check for deleting branches

b237834c – Ori authored - 2023/10/27 16:38
git(1): document 'git/diff -u'

7bc6d455 – Ori authored - 2023/10/27 16:38
git/diff: make '-u' flag imply '-s'

5d68e511 – Jacob authored - 2023/10/23 12:16
ip/snoopy: sync with ndb/dns

6bc544f3 – cinap_lenrek authored - 2023/10/22 15:22
ndb/dns: refresh the cached dnsserver domain ndb entries in db2cache()

a79465e1 – cinap_lenrek authored - 2023/10/22 14:03
ndb/dns: fix RR.caa leak

14ac74fc – cinap_lenrek authored - 2023/10/22 14:03
ndb/dns: embedd name string into DN struct

fb96a050 – Keegan authored - 2023/10/22 10:53
bcm: add wifi driver

f2cfee35 – cinap_lenrek authored - 2023/10/22 09:21
ndb/dns: implement concurrent garbage collection

c6ec2041 – cinap_lenrek authored - 2023/10/20 23:43
games/md: ignore invalid writes (makes cave story work)

22cf5562 – Ori authored - 2023/10/18 16:48
git/*: reduce object cache size

a99b0166 – cinap_lenrek authored - 2023/10/16 13:57
7l: avoid hitting old 7c bug with 64-bit constant propagation

72cb1da8 – qwx authored - 2023/10/15 20:33
file: recognize MOD files (thanks umbraticus)

30e6dc99 – qwx authored - 2023/10/15 20:27
file: use xiph mimetypes to clearly differentiate ogg/vorbis from ogg/opus et al (thanks sigrid)

83978bb1 – qwx authored - 2023/10/15 20:03
troff: embiggen troff character size limit to support huge fonts

65ab0d03 – qwx authored - 2023/10/15 20:01
file: recognize and differentiate opus

69e9efa8 – cinap_lenrek authored - 2023/10/15 17:20
ndb/dns: avoid blocking 9p on refresh, use shorter 15second query timeout, cleanup

6fbf81a9 – Ori authored - 2023/10/15 13:20
walk: handle removed files correctly

aa0b6bed – Ori authored - 2023/10/15 13:10
git/walk: filter out files from within the .git repo

a3cbab3d – Ori authored - 2023/10/15 13:09
git/walk, git/save: be less restrictive about permission matching

a15863b8 – Ori authored - 2023/10/15 13:05
git/add: don't include paths in the .git directory

af36a8b5 – cinap_lenrek authored - 2023/10/14 23:28
6c: fix wrong signed type conversion from char/short -> float/double

9b144a94 – Ori authored - 2023/10/14 17:32
git/query: allow arbitrary length queries

eacf9fbb – cinap_lenrek authored - 2023/10/14 15:13
devsd, sd*: use seprint() style start/end pointer for rctl() function

56929624 – Ori authored - 2023/10/14 14:00
git/query: check for nil return from seprint

014b9a62 – Ori authored - 2023/10/14 13:50
idn: fix crash with long domain names

4bc5793a – cinap_lenrek authored - 2023/10/14 13:12
cpurc, termrc, bootrc: organize default device binds

f9a61a08 – cinap_lenrek authored - 2023/10/13 11:46
bcm, bcm64: Add bitbang i2cgpio driver

f24038d6 – Keegan authored - 2023/10/12 18:54
nusb/kb: fix Glorious Model O mouse

4607b187 – Romano authored and Ori committed - 2023/10/09 23:16
grabrfc: update fetching

7213f4a3 – sl authored - 2023/10/07 22:14
/lib/theo: You get to adapt to what we produce.

acc45bda – cinap_lenrek authored - 2023/10/06 15:44
devpipe: remove bogus "wstat on closed pipe" note

05d0456a – Ori authored - 2023/10/03 11:26
upas/fs: don't try to fstat a renamed fd

7cd0b81c – cinap_lenrek authored - 2023/10/02 16:15
history: set missing execute bit

49bd8a86 – Ori authored - 2023/10/02 12:14
git/fs: fix leak of uid strings

e69ca9af – Jacob authored - 2023/10/02 01:41
diff: fix no newline test

Next