code: plan9front

RSS feed

917d0fa9 – Jacob authored - 2024/01/27 17:05
9fs: add iso case for nightly iso box

c2a290b8 – Igor authored - 2024/01/25 02:18
acmed(8): fix typos

42ec5a07 – cinap_lenrek authored - 2024/01/24 15:51
ip/ipconfig: don't add default route for ULA prefix

fc6cc079 – cinap_lenrek authored - 2024/01/24 15:51
devip: fix isula()

207cd281 – Jacob authored - 2024/01/23 16:10
awk: fix out of bounds write with large fields (thanks kristo)

26c21f9b – cinap_lenrek authored - 2024/01/21 10:27
kernel: remove unused variables from arm trap() handler

1ac17a5b – Ori authored - 2024/01/20 22:11
diff(1): include merge3 name in diff manpage

4738d905 – Ori authored - 2024/01/20 22:07
diff(1): docuemnt merge3

c59eb6d1 – Ori authored - 2024/01/20 21:44
merge3: make identical changes merge cleanly

4364b71c – cinap_lenrek authored - 2024/01/20 12:26
kernel: make trap() handlers consistent and check for stack overflow in kenter() for all archs

1a73b594 – cinap_lenrek authored - 2024/01/20 12:15
pc: use JMPF instead of indirect jump for going to syscall()

72aa2827 – cinap_lenrek authored - 2024/01/17 14:54
pc64: no need to CLI in noteret() and forkret()

c2ec0616 – cinap_lenrek authored - 2024/01/17 14:48
pc64: set accessed and dirty bits in PTE to avoid write-back

9c2e8e2b – cinap_lenrek authored - 2024/01/14 22:59
ndb/dnsdebug: fix dnsserver override (thanks moody)

53fe82ee – Igor authored - 2024/01/14 20:11
nusb/ptp: transaction IDs are sequences of numbers starting with 0 (thanks unobe)

c8d87b22 – Jacob authored - 2024/01/09 14:59
ip/torrent: only register note handler in one proc

e2978c78 – cinap_lenrek authored - 2024/01/08 15:25
imx8, arm64: fix tbdf argumnt position for intrdisable() (thanks cosa)

4d69aace – Igor authored - 2024/01/07 20:27
vncv: implement autoscaling via -a flag (thanks unobe)

1efad2d8 – cinap_lenrek authored - 2024/01/07 19:16
bcm64: fix build caused by added bootargs file in arm64/

80f875fd – cinap_lenrek authored - 2024/01/07 18:39
devip: no more wandering routes

57fc95de – Keegan authored - 2024/01/07 16:10
arm64/qemu: add xhci usb

1fe150f1 – Keegan authored - 2024/01/07 14:57
arm64/qemu: detect VM configuration

23f34184 – cinap_lenrek authored - 2024/01/07 00:12
ip/ppp: increase echo timeout to 5 periods (25 seconds)

74c1f473 – Jacob authored - 2024/01/06 22:04
6?, 8?, libc: add JMPF instruction

7a503757 – cinap_lenrek authored - 2024/01/06 16:14
vncs: bind devswap also for memory(1), this used to be in devcons

dc593372 – cinap_lenrek authored - 2024/01/06 14:55
nusb/audio: name audio device as audioUxxxx/volumeUxxxx (thanks arne)

5e370061 – cinap_lenrek authored - 2024/01/06 14:40
mixfs: allow switching between audio devices (/dev/audio*)

3d706f96 – cinap_lenrek authored - 2024/01/06 14:32
ip/ppp: lower echo timeout to 2 periods (10 seconds)

8b19c4f2 – cinap_lenrek authored - 2024/01/05 02:10
9nfs: fix rfork() race with shared pid variable

e80c7eb5 – cinap_lenrek authored - 2024/01/05 02:07
cifs: fix rfork() race with shard pid variable

ee2174eb – cinap_lenrek authored - 2024/01/05 02:02
telco: fix rfork() race for pid

8d2b8474 – cinap_lenrek authored - 2024/01/05 01:46
ip/ppp: fix race condition with rfork()

2ca39348 – cinap_lenrek authored - 2024/01/05 00:48
ip/ppp: remove -> del

e48a5c34 – cinap_lenrek authored - 2024/01/04 21:45
imx8: the mpid should not contain other bits from MPIDR_EL1, only the AFF bits

eaffa1ef – cinap_lenrek authored - 2024/01/04 21:12
kernel: fix EDF scheduler double ready() and more robust double-ready detection

39321d74 – cinap_lenrek authored - 2024/01/04 20:58
kernel: never do sched() in unlock() when not in "Running" state.

381da319 – cinap_lenrek authored - 2024/01/04 00:07
kernel: fix typo in sema assert= vs == (thanks moody)

e38d42b4 – cinap_lenrek authored - 2024/01/03 23:49
kernel: handle errors in semacquire

16c1cc99 – cinap_lenrek authored - 2024/01/03 23:46
kernel: .... aaand devswap :)

feda4b1e – cinap_lenrek authored - 2024/01/03 23:45
kernel: add extra "New" process state to catch invalid state transitions

f16547d6 – cinap_lenrek authored - 2024/01/03 23:35
kernel: forgot portfns.h from last change

29e9c7bf – cinap_lenrek authored - 2024/01/03 23:33
kernel: don't sched() for clock interrupt when up->state != Running

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

Next