code: plan9front

RSS feed

02015f69 – cinap_lenrek authored - 2024/01/03 23:22
kernel: make sure process is in Queueing state in qunlock()

692023ee – cinap_lenrek authored - 2024/01/02 18:51
etherseeq: defer enabling controller until attach(), provide shutdown() function

5de941cb – adventuresin9 authored - 2024/01/01 23:54
mt7688/uarti8250.c; fixed interrupts

f62e54b1 – cinap_lenrek authored - 2024/01/01 21:06
sgi: make newport graphics work in MAME

59d4a626 – cinap_lenrek authored - 2024/01/01 16:14
ip/dhcpd: don't override local address for gateway case

f0ac2d01 – cinap_lenrek authored - 2023/12/31 21:35
sgi: fix botched conversion to stacks below Proc.

a0c75607 – Jacob authored - 2023/12/31 18:58
libc: add _callmain to share more initialization code

fb1eadf6 – cinap_lenrek authored - 2023/12/31 14:23
/sys/lib/acid/kernel: fix proctab()

835db8f7 – cinap_lenrek authored - 2023/12/31 12:00
7l: dont dump constant-pool in the middle of switch/case jump table

069fd989 – cinap_lenrek authored - 2023/12/29 11:38
?c: fix nodret check

caec06be – cinap_lenrek authored - 2023/12/28 22:56
qc: fix crash, nodet not nused/initialized

94b1d3f0 – cinap_lenrek authored - 2023/12/28 13:10
mk: Various improvements

6b015076 – cinap_lenrek authored - 2023/12/27 18:07
rc: handle Xeflag in exitnext()

37a8fc61 – Ori authored - 2023/12/23 17:24
ref: check if object is a commit when needed

abc6e8ee – Ori authored - 2023/12/23 14:59
git/log: ensure we're starting to log from a commit hash

044d3e74 – cinap_lenrek authored - 2023/12/22 13:28
kernel: add pc field in QLock for debugging

858893ff – rodri authored - 2023/12/20 06:38
libgeometry: fix typo from previous commit

e94d21ee – rodri authored - 2023/12/20 06:27
libgeometry: add matrix minor and cofactor functions

34e7b54c – cinap_lenrek authored - 2023/12/19 14:41
ethervirtio: make multicast work (thanks Arne)

2c8181ee – cinap_lenrek authored - 2023/12/18 13:03
ip/cifsd: dont add pointless logging (already logged when debug is active)

0e96985e – Romano authored and cinap_lenrek committed - 2023/09/28 02:34
cifsd: clarify SMBv1 is supported, not SMB 2/3.

5e336b9d – Ori authored - 2023/12/17 19:42
qlock: keep the caller pc in the qlock for debugging

e33798c7 – cinap_lenrek authored - 2023/12/12 15:58
cc: don't rearrange constant scaling across unsigned casts

e74a87d5 – cinap_lenrek authored - 2023/12/12 15:42
?c: allow registerizing .ret (thanks rodri)

ef1b1e15 – cinap_lenrek authored - 2023/12/12 14:30
libmach: add TBZ and TBNZ instructions for arm64

3613f506 – Jacob authored - 2023/12/11 13:42
libc: deduplicate fake cycles() imeplementation to port/

85d0f0e1 – cinap_lenrek authored - 2023/12/10 18:51
7l: fix constant pool size for imm14 displacement for TBZ/TBNZ

e4191b8d – cinap_lenrek authored - 2023/12/09 12:32
devether: handle bypass case for dmat

9d09242b – Jacob authored - 2023/12/08 14:37
date: remove reference to dead -m flag (thanks Thim Cederlund)

8d9a4e15 – cinap_lenrek authored - 2023/12/07 11:23
devether: make dmatproxy part of devether

f28d61ca – cinap_lenrek authored - 2023/12/07 10:15
aux/wpa: continue trying to connect when forked

3f0f52ab – cinap_lenrek authored - 2023/12/07 09:50
ether4330: dmat support

7137060d – cinap_lenrek authored - 2023/12/07 09:48
ethermultilink: ignore link-status of primary

b8604dd7 – cinap_lenrek authored - 2023/12/07 09:43
ether4330: set link status, omit "status:" line from ifstats for aux/wpa when bypassed

b388488a – cinap_lenrek authored - 2023/12/06 10:50
ether4330: ignore join request while bypassed

0231537c – Ori authored - 2023/12/04 12:31
ether8169: fix rx/tx on more recent realtek models (thanks uramekus)

73ffc757 – Ori authored - 2023/12/02 16:08
git/fs: don't unload large objects when inserting into cache

b07a6e33 – Jacob authored - 2023/12/02 13:16
/lib/terry: speak no ill of the dead

4573bb55 – qwx authored - 2023/12/01 14:23
git(1): conform NAME to indexing assumptions

ad7120b2 – rodri authored - 2023/11/29 16:04
6[acl], libmach: add 3-byte opcode encoding support for SSE[34] along with some instructions

6ecb9217 – Aidan authored and cinap_lenrek committed - 2023/11/06 03:55
nusb/ether: implement link status for a88179

1633e20b – Jacob authored - 2023/11/26 15:23
ip/torrent: allow seeding files from read-only contexts.

cbf00343 – Jacob authored - 2023/11/26 09:03
ip/torrent: fix webseed when there is only one defined in the torrent file

99e2d549 – cinap_lenrek authored - 2023/11/25 14:08
libndb: do some extra robustness checks around hash files

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

Next