code: plan9front

RSS feed

ace62a81 – mia authored - 2023/05/29 13:28
aux/acpi: -H is for HALT

4526b1a5 – cinap_lenrek authored - 2023/05/29 09:42
rio: fix crash when walking windowless fid (thanks ilikebreadtoomuch)

5771a6cc – Jacob authored - 2023/05/28 22:47
aux/kbdfs: use layer names in kbmap reads and document them

9778107f – mia authored - 2023/05/28 13:45
auth/acmed: better challenge error reporting.

d56e82d3 – mia authored - 2023/05/28 13:36
auth/acmed: support getting a wildcard certificate.

90c29856 – cinap_lenrek authored - 2023/05/28 12:31
ndb/query, ndb/ipquery: use ndbvalfmt()

988845a1 – cinap_lenrek authored - 2023/05/28 12:15
ip/ipconfig: leave ipnet= entries alone when updating /net/ndb, use ndbvalfmt()

fc8df2c9 – cinap_lenrek authored - 2023/05/28 12:10
ndb/cs: Use ndbvalfmt() for quoting !ipinfo replies

ed4a0c06 – cinap_lenrek authored - 2023/05/28 12:09
libndb: add ndbvalfmt() formatter

5aa902c9 – cinap_lenrek authored - 2023/05/28 08:16
aux/acpi: no need for amlval(), amleval() will dereference the name and run the method

0b849750 – cinap_lenrek authored - 2023/05/27 19:34
devip: dynamically allocate memory for /net/ndb, increase maximum to 32K

19b48083 – Jacob authored - 2023/05/27 19:06
aux/kbdfs: error on invalid numerics in kbmap writes

7d88d76b – cinap_lenrek authored - 2023/05/27 17:23
ip/ppp: update the test-program

ffc267c8 – cinap_lenrek authored - 2023/05/27 17:23
ip/ppp: bring back arp proxy, but with explicit -y flag

4e3e6f11 – Jacob authored - 2023/05/27 17:20
aux/kbdfs: accept names for layers in writes to kbmap

65f4f691 – cinap_lenrek authored - 2023/05/27 17:00
ip/ppp: fix broken switch

d1cebf60 – mia authored - 2023/05/27 16:45
mothra: support article and figure tags

5655f2e2 – cinap_lenrek authored - 2023/05/27 15:59
ip/ipconfig: add -y flag to ipconfig to set proxy-arp for an interface

bd6cae6a – cinap_lenrek authored - 2023/05/27 12:23
ip/ipconfig: ... but refresh for ndbconfig

9a853e0d – cinap_lenrek authored - 2023/05/27 12:16
ip/ipconfig: avoid refreshing /net/dns for non-primary interface

10d74fec – cinap_lenrek authored - 2023/05/27 10:55
ip/ipconfig: remove non-existant ip addresses from /net/ndb, check link-local adress in ra6 daemon

435a0f18 – cinap_lenrek authored - 2023/05/27 10:44
sdnvme: revert removal of braces, fix empty if-body warning

477ab764 – cinap_lenrek authored - 2023/05/27 08:11
ip/ipconfig: less intrusive work-around for "ANDROID_METERED"

0d349847 – cinap_lenrek authored - 2023/05/26 18:08
sdiahci, sdodin, sdide, devsd: get it right...

f0084afe – Sigrid authored - 2023/05/26 17:33
fshalt: until sd* drivers get fixed (in a calm manner) only unconfigure nvme drives

9efcce40 – Jacob authored - 2023/05/26 16:32
sdiahci, sdodin: more unconfigure panic fixes

662ab3b7 – Sigrid authored - 2023/05/26 13:57
sdide: fix double free in clear() (devsd frees sdev already)

a67975c0 – mia authored - 2023/05/26 12:05
aux/acpi: ignore bad acpi 2.0 shutdown access widths.

e8e8ee3c – mia authored - 2023/05/26 11:19
aux/acpi: correct fadt version check for new shutdown.

c9461323 – mia authored - 2023/05/26 10:45
aux/acpi: no need to require the embedded controller.

14c8343e – Jacob authored - 2023/05/26 10:05
kernel: sdram: do not use xalloc for SDev

c33fc434 – Sigrid authored - 2023/05/25 18:51
7l: allow byte/halfword register offset load/store

0ee5d61b – Sigrid authored - 2023/05/24 19:05
reform/pm: considering the keyboard might be absent altogether, fall back to lpc shutdown in any case

845607a5 – Sigrid authored - 2023/05/24 18:55
reform/pm: several improvements and fixes

921d96ea – cinap_lenrek authored - 2023/05/24 14:03
sdnvme: use delay() instead of tsleep() in nvmedisable()

390c71f0 – Sigrid authored - 2023/05/24 12:14
sdnvme, fshalt: turn disks off on fshalt

e23bb010 – Jacob authored - 2023/05/23 09:56
kbmap, kbremap: open kbmap file with OTRUNC and bugfixes

169ace06 – Jacob authored - 2023/05/23 09:48
aux/kbdfs: reset kbmap to ascii default when opened with OTRUNC

18dd720e – Sigrid authored - 2023/05/23 09:47
sdnvme: collect useful smart/health info and report via ctl

1ff0619c – Sigrid authored - 2023/05/23 09:25
riow: process the entire keyboard event at once

1cd199fb – cinap_lenrek authored - 2023/05/23 02:57
fix previous MERGE commit... why did that modify ipaux?

a8ad9632 – cinap_lenrek authored - 2023/05/22 16:15
merge...

87b61fdd – cinap_lenrek authored - 2023/05/22 15:54
ip/ppp: and its GONE.

c33588da – Sigrid authored - 2023/05/22 14:40
riow: fix kbdtap reading logic and make it a bit easier to comprehend

4df727b5 – Jacob authored - 2023/05/22 12:36
kbremap: switch keyboard maps with a keyboard shortcut

444ba84b – mia authored - 2023/05/22 09:08
libaml: replace ResEnd with it's value.

75ec0ef2 – mia authored - 2023/05/22 08:57
aux/acpi: use ACPI 2.0 64-bit pointers for power off

278caaf1 – cinap_lenrek authored - 2023/05/21 18:21
ip/ppp: just use mtu requested from the peer.

a65ab6da – cinap_lenrek authored - 2023/05/21 14:11
ip/ppp, ip/pppoe: remove -e flag again (sorry)

1be331f2 – cinap_lenrek authored - 2023/05/21 13:53
ip/ppp, ip/pppoe: handle ipv6 address auto-configuration, call ip/ipconfig

cbf5d3dc – cinap_lenrek authored - 2023/05/21 13:48
ip/ipconfig: initial dhcpv6 support, clean default-routes and /net/ndb on remove

57d107f5 – mia authored - 2023/05/20 17:56
aux/acpi: attempt to call _PTS and _TTS before shutdown

169aa63e – cinap_lenrek authored - 2023/05/20 10:09
devip: provide large buffer for ipifc->local() generator

e655f4b8 – cinap_lenrek authored - 2023/05/19 21:27
ip/ppp: allow specifying pair of local and remote address

921529e5 – mia authored - 2023/05/19 21:04
libaml: implement ConcatRes and Mid opcodes.

fdcf0add – mia authored - 2023/05/21 13:01
nusb/ether: set configuration, and use the first interface that matches

ce72cab0 – mia authored - 2023/05/20 15:15
nusb/lib: add setconf() to set the configuration

0803fab7 – cinap_lenrek authored - 2023/05/19 19:44
libip: open temporary file-descriptors with OCEXEC flag

39bf5b98 – cinap_lenrek authored - 2023/05/19 19:42
devip: don't leak temporary buffers on error

a9cdbcd5 – cinap_lenrek authored - 2023/05/19 19:36
devip: rlock ifc before accessing interface parameters in ipifcstate()

daed100c – mia authored - 2023/05/19 15:53
ip/tftpd: make syslog messages consistent

9ebe38c9 – Aidan authored and Sigrid committed - 2023/05/18 19:42
7l, 7c: Remove STLP(W), finish LDAXR(W)/STLXR(W).

90a09ca0 – Sigrid authored - 2023/05/18 19:03
git(1): fix quoting in .IR

6557b0a7 – Sigrid authored - 2023/05/18 18:21
last change did not include the header update

69e37c0f – Sigrid authored - 2023/05/18 18:12
libmach: fix reading .7 objects containing instructions with an extra register (from3)

93837692 – mia authored and Sigrid committed - 2023/05/18 16:13
libaml: tow eisaid inside the environment

0883ed0a – Sigrid authored - 2023/05/17 16:39
audio/flacdec: throw out decoded audio until finished seeking

8b269f83 – mkf authored and Jacob committed - 2023/05/16 17:50
vnc: fix farsi key symbols

c45766fb – cinap_lenrek authored - 2023/05/16 18:16
devip: address some ipv6 issues on pkt interface

d4ce962f – Sigrid authored - 2023/05/16 11:39
7l: use floating point immediates where possible

5e4b3a74 – Sigrid authored - 2023/05/15 21:08
libmach: fixup for fmovT Fd,u(SP)

cc37c8a3 – Sigrid authored - 2023/05/15 21:07
libmach: add more floating point instructions decoding for arm64

45ad7fb2 – Sigrid authored - 2023/05/15 12:23
7c: clean up the garbage in -S output, fix printing instructions using FCONST

5f998f88 – cinap_lenrek authored - 2023/05/14 20:57
dhcp: fix out of bounds access in "ANDROID_METERED" fix

fb9b03d7 – cinap_lenrek authored - 2023/05/14 20:18
devip: maintain packet counters for pktmedium

dfca0be2 – Ori authored - 2023/05/14 19:56
dhcp: skip android junk options

3e44af25 – Sigrid authored - 2023/05/14 17:59
7l: register offset loads/stores

16656468 – cinap_lenrek authored - 2023/05/14 17:24
ip/ppp: ipv6 support, cleanup routes, remove source filter, and more

cbe4b116 – Sigrid authored - 2023/05/13 20:11
7l: allow paired SIMD load/store, correct a few comments

3bb4169b – Jacob authored - 2023/05/13 17:22
5c, kc, qc: fix implicit return type of samaddr

f29279f1 – Jacob authored - 2023/05/13 13:50
libauthsrv: readnvram: prompt for use of p9sk1 in nvram, with a default of no

d4bda4fc – cinap_lenrek authored - 2023/05/13 12:08
libsec: add parentesis to squelch gcc warning in drawterm

84c995e1 – cinap_lenrek authored - 2023/05/13 07:33
bcm64: move fpon()/fpoff() into l.s

88e8cb58 – cinap_lenrek authored - 2023/05/13 07:27
imx8: move fpon()/fpoff() into l.s

462c67a0 – Vess authored and rodri committed - 2023/05/12 16:14
ftpfs: clarify usage and manpage

cc7a274d – Sigrid authored - 2023/05/12 12:42
riow: add mod4+shift+q (delete current window)

970710ce – cinap_lenrek authored - 2023/05/11 05:02
zynq: fix plcopy() source pointer increment

c476bb76 – Sigrid authored - 2023/05/10 17:02
7l: rewrite Rl→REGTMP in the comment (thanks cinap)

eaf799e8 – Sigrid authored - 2023/05/10 16:57
libmach/acid: add basic FP support for arm64

6723fdf7 – cinap_lenrek authored - 2023/05/10 13:34
ip/pppoe: aaand the code ;)

15a23fd9 – cinap_lenrek authored - 2023/05/10 13:29
ip/pppoe: Handle termination request, add retry-forever (-r) option

7742661a – cinap_lenrek authored - 2023/05/10 13:25
ip/ppp: Implement echo request timeout, terminate

9702f740 – Sigrid authored - 2023/05/10 13:01
7c, 7l: revert CASE change, fix linker clobbering offset if given the same register twice

91ae69be – Jacob authored - 2023/05/09 16:02
libmach: remove obsolete fishy case in mips header parsing

98b8e760 – Sigrid authored - 2023/05/09 15:20
libc/arm64: sqrt() in assembly

994cbd04 – Sigrid authored - 2023/05/09 14:53
7c: peephole: ACASE needs two distinctive registers - nothing to optimize

8aaecfe5 – Sigrid authored - 2023/05/09 10:24
7l: throw an error if CASE uses the same register for base and offset (CASE R1, R1)

47165e1c – Sigrid authored - 2023/05/08 22:17
5c, 7c: fix !x compilation when x is a negative float

090af625 – Sigrid authored - 2023/05/06 00:59
7c: node offsets aren't necessarily 0 - fixup packed structs

deb39a43 – Sigrid authored - 2023/05/04 02:27
7c: copy the remainder of packed structs

Next