git: 9front

RSS feed

aa5e9054 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/02/03 16:28
plan9.ini(8): document $sysname override

204a6e37 – Jacob Moody <moody@posixcafe.org> authored on 2024/01/31 16:04
libc: remove dead code from main9p.s

c73d8a26 – sl <sl@y> authored on 2024/01/31 23:43
/rc/bin/9fs: case 9front: move extra to plan9.stanleylieber.com

be047d42 – sl <sl@y> authored on 2024/01/30 21:12
/lib/theo: there is another possibility is everyone is out to get you.

0a067833 – Ori Bernstein <ori@eigenstate.org> authored on 2024/01/30 18:26
vdiff: correctly strip more than one prefix

1b442732 – Ori Bernstein <ori@eigenstate.org> authored on 2024/01/30 17:58
vdiff: add support for stripping path elements when plumbing

1091434d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/30 16:06
ndb/dns: fix dnsservers() function

4eb9df48 – phil9 <telephil9@gmail.com> authored on 2024/01/30 04:22
vdiff: a visual diff viewer

ce561537 – Ori Bernstein <ori@eigenstate.org> authored on 2024/01/29 05:48
Mail: add 'Mark +s' to default tag

5c5f2431 – Ori Bernstein <ori@eigenstate.org> authored on 2024/01/29 05:40
Mail: show cc list in message view

37cb0a36 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/28 13:59
mt7688/uart: fix compiler warnings

39060520 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/28 13:58
ether7688: fix compiler warnings

b0ab2a2d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/28 13:54
kernel: Use _Noreturn for gotolabel(), error(), nexterror() and panic()

8c4d884a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/28 13:38
zynq: fix unused argument warning in procrestore()

3454611b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/28 13:38
zynq: fix missing return argument for intr()

ef302069 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/28 13:10
/lib/ndb/common: add tcp=dot port=853 entry

14154ced – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/28 12:46
ndb/dns: give each DoT server Maxtcpdialtm + 500ms to complete request

1d9512cb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/28 11:44
ndb/dns: log appropriate message when thumbfile is missing, make tcpfree static, timeout constants

5c559438 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/28 11:43
ndb/dns: set procname() for tls server

d695ad0d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/28 11:23
ndb(8): document thumbprint file for DoT

6acddeda – Ori Bernstein <ori@eigenstate.org> authored on 2024/01/28 09:03
g: search in files with .txt suffix

5a17c16c – Jacob Moody <moody@posixcafe.org> authored on 2024/01/27 22:36
libc, libthread, ape: mark exit functions as _Noreturn and clean up new warnings

7514eab6 – Jacob Moody <moody@posixcafe.org> authored on 2024/01/27 19:01
ndb/dns: DoT support

d397eb9b – Jacob Moody <moody@posixcafe.org> authored on 2024/01/27 17:05
9fs: add iso case for nightly iso box

280fa961 – Igor Böhm <igor@9lab.org> authored on 2024/01/25 02:18
acmed(8): fix typos

61373d86 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/24 15:51
ip/ipconfig: don't add default route for ULA prefix

25f08667 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/24 15:51
devip: fix isula()

8c796aea – Jacob Moody <moody@posixcafe.org> authored on 2024/01/23 16:10
awk: fix out of bounds write with large fields (thanks kristo)

359c74c2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/21 10:27
kernel: remove unused variables from arm trap() handler

a08f3505 – Ori Bernstein <ori@eigenstate.org> authored on 2024/01/20 22:11
diff(1): include merge3 name in diff manpage

d33611e7 – Ori Bernstein <ori@eigenstate.org> authored on 2024/01/20 22:07
diff(1): docuemnt merge3

19b75b5d – Ori Bernstein <ori@eigenstate.org> authored on 2024/01/20 21:44
merge3: make identical changes merge cleanly

07c7618e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/20 12:26
kernel: make trap() handlers consistent and check for stack overflow in kenter() for all archs

1ded64db – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/20 12:15
pc: use JMPF instead of indirect jump for going to syscall()

be5cdf69 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/17 14:54
pc64: no need to CLI in noteret() and forkret()

e47b16b1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/17 14:48
pc64: set accessed and dirty bits in PTE to avoid write-back

77e9964f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/14 22:59
ndb/dnsdebug: fix dnsserver override (thanks moody)

58f67543 – Igor Böhm <igor@9lab.org> authored on 2024/01/14 20:11
nusb/ptp: transaction IDs are sequences of numbers starting with 0 (thanks unobe)

8a90e889 – Jacob Moody <moody@posixcafe.org> authored on 2024/01/09 14:59
ip/torrent: only register note handler in one proc

ecf1f426 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/08 15:25
imx8, arm64: fix tbdf argumnt position for intrdisable() (thanks cosa)

9b96680b – Igor Böhm <igor@9lab.org> authored on 2024/01/07 20:27
vncv: implement autoscaling via -a flag (thanks unobe)

901af7d4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/07 19:16
bcm64: fix build caused by added bootargs file in arm64/

d16188ee – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/07 18:39
devip: no more wandering routes

931f48b7 – Keegan Saunders <keegan@undefinedbehaviour.org> authored on 2024/01/07 16:10
arm64/qemu: add xhci usb

7412e881 – Keegan Saunders <keegan@undefinedbehaviour.org> authored on 2024/01/07 14:57
arm64/qemu: detect VM configuration

7a48cbb2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/07 00:12
ip/ppp: increase echo timeout to 5 periods (25 seconds)

8840b257 – Jacob Moody <moody@posixcafe.org> authored on 2024/01/06 22:04
6?, 8?, libc: add JMPF instruction

c0fedecd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/06 16:14
vncs: bind devswap also for memory(1), this used to be in devcons

d8e920f6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/06 14:55
nusb/audio: name audio device as audioUxxxx/volumeUxxxx (thanks arne)

d63acbc0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/06 14:40
mixfs: allow switching between audio devices (/dev/audio*)

fc6fd4b5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/06 14:32
ip/ppp: lower echo timeout to 2 periods (10 seconds)

997aa2e2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/05 02:10
9nfs: fix rfork() race with shared pid variable

d10dae5e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/05 02:07
cifs: fix rfork() race with shard pid variable

06bd90db – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/05 02:02
telco: fix rfork() race for pid

deb07b63 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/05 01:46
ip/ppp: fix race condition with rfork()

5c57f752 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/05 00:48
ip/ppp: remove -> del

e82d474c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/04 21:45
imx8: the mpid should not contain other bits from MPIDR_EL1, only the AFF bits

63beb8c3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/04 21:12
kernel: fix EDF scheduler double ready() and more robust double-ready detection

afdf90a3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/04 20:58
kernel: never do sched() in unlock() when not in "Running" state.

d71cc97f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/04 00:07
kernel: fix typo in sema assert= vs == (thanks moody)

e48940b0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/03 23:49
kernel: handle errors in semacquire

ea37e7fb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/03 23:46
kernel: .... aaand devswap :)

62c66b9e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/03 23:45
kernel: add extra "New" process state to catch invalid state transitions

301ac0c4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/03 23:35
kernel: forgot portfns.h from last change

b56f8e77 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/03 23:33
kernel: don't sched() for clock interrupt when up->state != Running

99e8716e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/03 23:22
kernel: make sure process is in Queueing state in qunlock()

b0ea616a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/02 18:51
etherseeq: defer enabling controller until attach(), provide shutdown() function

24c2b541 – adventuresin9 <adventuresin9@gmail.com> authored on 2024/01/01 23:54
mt7688/uarti8250.c; fixed interrupts

9253101d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/01 21:06
sgi: make newport graphics work in MAME

7573be34 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/01/01 16:14
ip/dhcpd: don't override local address for gateway case

5124064d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/31 21:35
sgi: fix botched conversion to stacks below Proc.

479f2dc7 – Jacob Moody <moody@posixcafe.org> authored on 2023/12/31 18:58
libc: add _callmain to share more initialization code

5e01f15e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/31 14:23
/sys/lib/acid/kernel: fix proctab()

87151de7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/31 12:00
7l: dont dump constant-pool in the middle of switch/case jump table

ec621075 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/29 11:38
?c: fix nodret check

b348db28 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/28 22:56
qc: fix crash, nodet not nused/initialized

11780e9a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/28 13:10
mk: Various improvements

4d7eac1a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/27 18:07
rc: handle Xeflag in exitnext()

ab140b1c – Ori Bernstein <ori@eigenstate.org> authored on 2023/12/23 17:24
ref: check if object is a commit when needed

ce1ae3d6 – Ori Bernstein <ori@eigenstate.org> authored on 2023/12/23 14:59
git/log: ensure we're starting to log from a commit hash

ec4daa13 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/22 13:28
kernel: add pc field in QLock for debugging

5b46265e – rodri <rgl@antares-labs.eu> authored on 2023/12/20 06:38
libgeometry: fix typo from previous commit

ecf6f709 – rodri <rgl@antares-labs.eu> authored on 2023/12/20 06:27
libgeometry: add matrix minor and cofactor functions

476473c0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/19 14:41
ethervirtio: make multicast work (thanks Arne)

10cc320a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/18 13:03
ip/cifsd: dont add pointless logging (already logged when debug is active)

25a4820b – Romano <unobe@cpan.org> authored and cinap_lenrek <cinap_lenrek@felloff.net> committed on 2023/09/28 02:34
cifsd: clarify SMBv1 is supported, not SMB 2/3.

b186c972 – Ori Bernstein <ori@eigenstate.org> authored on 2023/12/17 19:42
qlock: keep the caller pc in the qlock for debugging

38d5f395 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/12 15:58
cc: don't rearrange constant scaling across unsigned casts

2853163c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/12 15:42
?c: allow registerizing .ret (thanks rodri)

ae5dc645 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/12 14:30
libmach: add TBZ and TBNZ instructions for arm64

75c88563 – Jacob Moody <moody@posixcafe.org> authored on 2023/12/11 13:42
libc: deduplicate fake cycles() imeplementation to port/

80a5cede – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/10 18:51
7l: fix constant pool size for imm14 displacement for TBZ/TBNZ

a943ad1c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/09 12:32
devether: handle bypass case for dmat

9c29af89 – Jacob Moody <moody@posixcafe.org> authored on 2023/12/08 14:37
date: remove reference to dead -m flag (thanks Thim Cederlund)

e8f47541 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/07 11:23
devether: make dmatproxy part of devether

82f1937d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/07 10:15
aux/wpa: continue trying to connect when forked

aa520824 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/07 09:50
ether4330: dmat support

78350005 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/07 09:48
ethermultilink: ignore link-status of primary

2402ff9e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/07 09:43
ether4330: set link status, omit "status:" line from ifstats for aux/wpa when bypassed

232db193 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2023/12/06 10:50
ether4330: ignore join request while bypassed

Next