code: plan9front

RSS feed

6be97790 – Sigrid authored - 2024/02/14 16:51
fshalt: halt ext4srv as well

64d18a99 – Sigrid authored - 2024/02/14 14:22
ext4srv: clean up and fix a couple bugs

f39e5315 – Sigrid authored - 2024/02/13 10:48
audio/mixfs: fix volume proxying; ignore audioctl and audiostat - not device names

b959508d – Sigrid authored - 2024/02/12 20:21
ext4srv: disallow fwrite/ftruncate on files not open for writing

10b25b51 – Sigrid authored - 2024/02/12 14:12
replace ext2srv with ext4srv

f9230151 – Jacob authored - 2024/02/10 17:16
tapefs/^(v6fs 32vfs): fix read errors (thanks Lyssa)

671d8daa – Jacob authored - 2024/02/07 21:15
cal(1): remove redundant statement

71723730 – Jacob authored - 2024/02/08 13:34
/sys/src/cmd/?i: correct memory access

09f2ec3b – Ori authored - 2024/02/07 17:33
disk/qcow2: fix crash with misaligned sectors

081b58a6 – phil9 authored - 2024/02/05 05:54
merge

9ced712a – phil9 authored - 2024/02/05 05:53
vdiff: add ability to collapse file diffs

1eadcba4 – cinap_lenrek authored - 2024/02/03 16:28
plan9.ini(8): document $sysname override

29d22d13 – Jacob authored - 2024/01/31 16:04
libc: remove dead code from main9p.s

7f79ce9b – sl authored - 2024/01/31 23:43
/rc/bin/9fs: case 9front: move extra to plan9.stanleylieber.com

ed4c1344 – sl authored - 2024/01/30 21:12
/lib/theo: there is another possibility is everyone is out to get you.

8a45afd4 – Ori authored - 2024/01/30 18:26
vdiff: correctly strip more than one prefix

5e010fd8 – Ori authored - 2024/01/30 17:58
vdiff: add support for stripping path elements when plumbing

f79ba911 – cinap_lenrek authored - 2024/01/30 16:06
ndb/dns: fix dnsservers() function

299d450b – phil9 authored - 2024/01/30 04:22
vdiff: a visual diff viewer

2719003b – Ori authored - 2024/01/29 05:48
Mail: add 'Mark +s' to default tag

65ef69a8 – Ori authored - 2024/01/29 05:40
Mail: show cc list in message view

5c8be8ca – cinap_lenrek authored - 2024/01/28 13:59
mt7688/uart: fix compiler warnings

3c8246a3 – cinap_lenrek authored - 2024/01/28 13:58
ether7688: fix compiler warnings

c325c491 – cinap_lenrek authored - 2024/01/28 13:54
kernel: Use _Noreturn for gotolabel(), error(), nexterror() and panic()

29b1f55e – cinap_lenrek authored - 2024/01/28 13:38
zynq: fix unused argument warning in procrestore()

d0ae2e36 – cinap_lenrek authored - 2024/01/28 13:38
zynq: fix missing return argument for intr()

e97719f4 – cinap_lenrek authored - 2024/01/28 13:10
/lib/ndb/common: add tcp=dot port=853 entry

910082be – cinap_lenrek authored - 2024/01/28 12:46
ndb/dns: give each DoT server Maxtcpdialtm + 500ms to complete request

6db18e87 – cinap_lenrek authored - 2024/01/28 11:44
ndb/dns: log appropriate message when thumbfile is missing, make tcpfree static, timeout constants

0aae832a – cinap_lenrek authored - 2024/01/28 11:43
ndb/dns: set procname() for tls server

95114db7 – cinap_lenrek authored - 2024/01/28 11:23
ndb(8): document thumbprint file for DoT

4dbb99f4 – Ori authored - 2024/01/28 09:03
g: search in files with .txt suffix

8a234e57 – Jacob authored - 2024/01/27 22:36
libc, libthread, ape: mark exit functions as _Noreturn and clean up new warnings

6b0574e2 – Jacob authored - 2024/01/27 19:01
ndb/dns: DoT support

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)

Next