RSS feed
3f52f47b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/18 12:59
ip/ipconfig: allow "del" verb in addition to "remove"
14f0eae7
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/18 12:58
devip: have findipifc() return rlock'd interface, allow to use "del" instead of "remove" for route and interface operations
04d6a2ac
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/12 16:49
devuart: fix wrong opens count in case of uartenable() error
8e3abc0c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/12 16:06
devuart: make sure consuart was enabled before setting serialoq
5cecf46e
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/12 15:47
devuart: handle software flow control (XON/XOFF) in devuart alone
34821e8b
– Jacob Moody <moody@posixcafe.org>
authored
on 2023/11/12 14:34
/sys/lib/dist/mkfile: include /386/mbr et al in disk images
0ff5b74c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/12 14:32
devuart: cleanup uart console code
e2ddc61f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/12 12:13
zynq: remove uartconsole() function, already done by devuart internally
ddbe5dd2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/12 12:13
zynq: fix print format in emmc driver
02ebad70
– Jacob Moody <moody@posixcafe.org>
authored
on 2023/11/11 13:29
diff: make distproto copies tests
70a9df6c
– Jacob Moody <moody@posixcafe.org>
authored
on 2023/11/11 11:58
ape: libap: do not set objtype in amd64 mkfile
c69d458e
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/11/11 11:28
patch: delete files for tests before test run
4705576f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/11 11:07
bcm64, imx8: provide more flexible MPIDR_EL1 CPUID to machno mapping
44c0e725
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/10 19:01
kernel: fix SEGMAXSIZE macro, force 64-bit result
57bf8f16
– Jacob Moody <moody@posixcafe.org>
authored
on 2023/11/09 19:01
distproto: include /lib/ucd in releases
9973c927
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/05 17:23
nusb/ether: implement link status detection for smsc and lan78xx
616f6225
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/05 16:17
nusb/ether: make stats file compatible to stats(8)
e2692127
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/05 15:56
stats(8): drop 802.11, consider *ALL* /net/ether*/stats
b51b6237
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/11/05 15:46
ircrc: fix pong message (thanks mkf)
c0a7fbea
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/05 13:52
bcm, bcm64: handle disk activity led from sdmmc
901a176a
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/05 12:53
Add missing sd/mmc controller dependencies to /sys/src/9/port/sd.h
1a4dfffb
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/05 11:53
sdhost: remove coherence() for RD() and cleanup
6a3c510a
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/05 11:39
i2cbcm: use core clock rate from vcore instead of hardcoding 250Mhz
9b68b426
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/05 11:37
pi3: implement sdhost controller driver so we can use wifi always
019a935f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/04 15:02
ether4330: annex sdM for emmc (changed order)
dc0f1ae1
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/04 14:58
pi3, pi4: change the order of emmc and sdhc for ether4330
6022f37f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/04 14:45
plan9.ini(8): document $wpaopts
af0488a8
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/04 14:39
arm64: remove hz/mhz from conf, not needed.
eb4ec3ad
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/04 14:38
9/boot/net.rc: allow setting additional flags to aux/wpa with $wpaopts in plan9.ini
14b3bcbc
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/04 14:37
devsd, sdmmc, ether4330: improve infrastructure for sdio
70dfc2d7
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/01 20:00
ndb/dns: fix memory leak in dnzone()
f67c4c85
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/01 17:57
ndb/dns: add -L flag for local-recursive server
eb8fe813
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/11/01 15:25
ndb/dns: better handling of extended response code
453d3c3d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/30 18:18
ndb/dns: make sure theres only a single Topt option in getednsopt().
78eff200
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/30 17:43
ndb/dns: implement EDNS(0) extension (rfc6891)
466cf20d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/29 15:56
git/branch: avoid null list errors
c9309329
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 13:54
arm64: mem.c doesnt need sysreg.h
aab7b5ae
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 13:51
bcm64: dont need sysreg.h in mem.c
1fd5f520
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 13:43
bcm64: use generic 9/arm64/mmu.c
015180f9
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 13:23
imx8: share generic arm64 mmu.c
515f4d59
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 12:39
bcm64: remove sysreg.c
8b1e81d7
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 12:36
bcm64: use generic 9/arm64/* files
abe9dad9
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 12:15
imx8: use generic 9/arm64/sysreg.h
3c1b0ad9
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 11:39
imx8: use generic 9/arm64/^(init9.s rebootcode.s)
57277ea6
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 11:30
imx8: use generic 9/arm64/cache.v8.s
1acc9028
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 11:22
imx8: use generic 9/arm64/trap.c
e2a17587
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 11:19
imx8: use generic 9/arm64/sysreg.c
f1aa66eb
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 11:18
imx8: use generic 9/arm64/fpu.c
64d062ac
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 10:40
ndb/dns: remove leftover #pragma varargck argpos dnsdebug 1
3d9e9827
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 10:38
ip/snoopy: fix missing break rrfmt() in (tho, harmless as of rrsupported() check)
81c251f5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 10:16
ether(3): document "bypass" ctl message.
54c94a93
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 09:56
listen(8): remove tcp53 reference, remove !tcp53 template
45f7b302
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/29 09:36
ndb/dns: built-in tcp server, remove cruft, refactor
dd798542
– Keegan Saunders <keegan@undefinedbehaviour.org>
authored
on 2023/10/28 20:41
add arm64 qemu kernel
0d9119da
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/28 14:10
git/branch: prevent deleting current branch, skip dirty check for deleting branches
b237834c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/27 16:38
git(1): document 'git/diff -u'
7bc6d455
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/27 16:38
git/diff: make '-u' flag imply '-s'
5d68e511
– Jacob Moody <moody@posixcafe.org>
authored
on 2023/10/23 12:16
ip/snoopy: sync with ndb/dns
6bc544f3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/22 15:22
ndb/dns: refresh the cached dnsserver domain ndb entries in db2cache()
a79465e1
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/22 14:03
ndb/dns: fix RR.caa leak
14ac74fc
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/22 14:03
ndb/dns: embedd name string into DN struct
fb96a050
– Keegan Saunders <keegan@undefinedbehaviour.org>
authored
on 2023/10/22 10:53
bcm: add wifi driver
f2cfee35
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/22 09:21
ndb/dns: implement concurrent garbage collection
c6ec2041
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/20 23:43
games/md: ignore invalid writes (makes cave story work)
22cf5562
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/18 16:48
git/*: reduce object cache size
a99b0166
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/16 13:57
7l: avoid hitting old 7c bug with 64-bit constant propagation
72cb1da8
– qwx <qwx@sciops.net>
authored
on 2023/10/15 20:33
file: recognize MOD files (thanks umbraticus)
30e6dc99
– qwx <qwx@sciops.net>
authored
on 2023/10/15 20:27
file: use xiph mimetypes to clearly differentiate ogg/vorbis from ogg/opus et al (thanks sigrid)
83978bb1
– qwx <qwx@sciops.net>
authored
on 2023/10/15 20:03
troff: embiggen troff character size limit to support huge fonts
65ab0d03
– qwx <qwx@sciops.net>
authored
on 2023/10/15 20:01
file: recognize and differentiate opus
69e9efa8
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/15 17:20
ndb/dns: avoid blocking 9p on refresh, use shorter 15second query timeout, cleanup
6fbf81a9
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/15 13:20
walk: handle removed files correctly
aa0b6bed
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/15 13:10
git/walk: filter out files from within the .git repo
a3cbab3d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/15 13:09
git/walk, git/save: be less restrictive about permission matching
a15863b8
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/15 13:05
git/add: don't include paths in the .git directory
af36a8b5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/14 23:28
6c: fix wrong signed type conversion from char/short -> float/double
9b144a94
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/14 17:32
git/query: allow arbitrary length queries
eacf9fbb
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/14 15:13
devsd, sd*: use seprint() style start/end pointer for rctl() function
56929624
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/14 14:00
git/query: check for nil return from seprint
014b9a62
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/14 13:50
idn: fix crash with long domain names
4bc5793a
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/14 13:12
cpurc, termrc, bootrc: organize default device binds
f9a61a08
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/13 11:46
bcm, bcm64: Add bitbang i2cgpio driver
f24038d6
– Keegan Saunders <keegan@undefinedbehaviour.org>
authored
on 2023/10/12 18:54
nusb/kb: fix Glorious Model O mouse
4607b187
– Romano <unobe@cpan.org>
authored
and Ori Bernstein <ori@eigenstate.org>
committed
on 2023/10/09 23:16
grabrfc: update fetching
7213f4a3
– sl <sl@deckard>
authored
on 2023/10/07 22:14
/lib/theo: You get to adapt to what we produce.
acc45bda
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/06 15:44
devpipe: remove bogus "wstat on closed pipe" note
05d0456a
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/03 11:26
upas/fs: don't try to fstat a renamed fd
7cd0b81c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/10/02 16:15
history: set missing execute bit
49bd8a86
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/02 12:14
git/fs: fix leak of uid strings
e69ca9af
– Jacob Moody <moody@posixcafe.org>
authored
on 2023/10/02 01:41
diff: fix no newline test
4a0aaf77
– Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
authored
on 2023/10/01 17:21
pipe: bring back wstat, set size (in bytes) of the pipe buffer
f8fd3d5d
– Keegan Saunders <keegan@undefinedbehaviour.org>
authored
on 2023/10/01 13:26
7l: use wider INITTEXT and INITDAT
dfb4b522
– Ori Bernstein <ori@eigenstate.org>
authored
on 2023/10/01 13:04
git/save: fix warning
61f4c085
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/09/30 18:50
7c: fix constant propagation for negative 64-bit constants
a327175a
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/09/30 13:06
nusb/usbd: attach spam protection for reset loops and flanky devices
6d199d6a
– Romano <unobe@cpan.org>
authored
and Ori Bernstein <ori@eigenstate.org>
committed
on 2023/09/28 02:41
git: document git/import -n
d8b23eb5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/09/29 19:15
nusb/usbd: don't spam opendevdata() transaction errors before timeout, error printing
46cf9d4e
– adventuresin9 <adventuresin9@gmail.com>
authored
on 2023/09/27 16:47
i2cbcm: clean up and fixes
82da41a2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2023/09/27 15:19
nusbrc: use exponential backoff and timeout usb enumeration
5c448c61
– Jacob Moody <moody@posixcafe.org>
authored
on 2023/09/26 10:40
cpp: don't bail on all '?'
Next