shithub: riscv

RSS feed

c931e963 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/29 12:51
rio: avoid redrawing window text on resize for programs using libdraw

1d93a562 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/29 12:43
pc, pc64, xen: rewrite interrupt handling code

32a5ff96 – Alex Musolino <alex@musolino.id.au> authored on 2020/11/28 18:03
games/mix: fix decoding of shift instructions

2619be4d – Alex Musolino <alex@musolino.id.au> authored on 2020/11/28 18:02
games/mix: fix SLAX and SRAX instructions (thanks nicolagi)

0b9c6fa1 – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/11/27 05:51
fplot: add hyperbolic functions

c696998e – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/11/27 05:35
fplot(1): use abs()

df18213c – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/11/27 05:34
fplot: add abs

68c4119a – Alex Musolino <alex@musolino.id.au> authored on 2020/11/27 06:28
merge

2a907fd4 – Alex Musolino <alex@musolino.id.au> authored on 2020/11/27 06:19
games/mix: fix implementation of MOVE instruction (thanks nicolagi)

7dcc3eb2 – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/26 06:18
kbmap/neo2: add support for neo2 kbmak (thanks jstsmthrgk)

781a8f8d – Alex Musolino <alex@musolino.id.au> authored on 2020/11/25 14:54
upas: fix mk nuke

e60216c2 – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/22 12:42
g: fix typo in last commit

bd6747cc – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/22 06:36
upas/*: fix mkfile issues (thanks amavect)

a041c904 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/22 12:44
pc, pc64: move common irq handling code out of trap.c

97008caa – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/21 16:23
g: filter directory arguments

d1dc2872 – mischief <mischief@offblast.org> authored on 2020/11/21 09:55
9boot(8): update manual to reflect efi loader search order changes

486ce605 – mischief <mischief@offblast.org> authored on 2020/11/21 09:18
efi: prefer plan9.ini from ESP we loaded from

ad9b1234 – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/21 12:56
dc: fix crashes with : operator (thanks istvan bak)

03f20942 – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/21 11:13
upas: make 'all' the default target

6dd605db – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/21 18:15
pc, pc64: fix grub multiboot

59308f15 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/21 17:04
merge

b438fd9d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/21 17:03
ether8169: fix interrupt panic before init, defer initialization until attach

0f56fefd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/21 16:48
pc, pc64: implement disabling of msi interrupts

2594b996 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/21 11:26
pc, pc64: new MTRR code supporting AMD TOM2 MSR and fixed mtrr ranges

e6684dbf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/21 11:17
pc, pc64: disable all pci devices for /dev/reboot

c5d08a60 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/21 11:10
pc, pc64: disable all pci devices in pcicfginit()

1376d39e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/21 11:02
kernel: add portable pcimsienable()/pcimsidisable(), disable MSI/MSI-X on pcidisable()/pcireset()

f8738fd7 – mischief <mischief@offblast.org> authored on 2020/11/21 07:31
nusb/kb, nusb/joy: dont try to set protocol on nonboot devices

cedded7b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/20 19:45
etherm10g: remove duplicated pci capability enum

da54e4bf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/20 19:41
kernel: remove unused pcinextcap() function

9f054063 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/20 19:06
pc/l.s: remove unsued m0gdtptr/m0idtptr structs

ef2fdb6f – Anthony Martin <ality@pbrane.org> authored on 2020/11/19 18:05
awk: fix truncated input after fflush

808acd51 – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/11/18 15:14
tmdate(2): failed to (p)arse

23620bb1 – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/11/18 15:11
ctime(2): add tmdate(2) to "see also"

1e3dd861 – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/17 13:37
upas/*: cleanup mkfiles (thanks amavect)

972f95aa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/17 18:30
pc, pc64: load idt early in trapinit0()

8cb33f2f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/17 18:18
pc/l.s: load virtual gdt pointer after mmu switch

e8111e51 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/16 14:56
nusb/cam: don't videoclose() when open failed

fc36bf07 – kvik <kvik@a-b.xyz> authored on 2020/11/16 14:19
diff: fix change marker for -c mode

3fbcc5f4 – kvik <kvik@a-b.xyz> authored on 2020/11/16 06:45
ptrap: fail if invoked with no arguments

b80975da – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/15 17:47
aux/cpuid: fix final newline on printbits()

3f835565 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/15 09:54
etheriwl: bring back recovery on flushq timeout

2a946b24 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/15 09:34
audiohda: do not enable interrupts before intrenable()

0c846e60 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/10 19:55
audiohda: reset irbsts bits in hdainterrupt() (thanks LordCreepity)

e543995b – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/08 09:21
imap4d: imap4date should ignore time and timezone (RFC3501, 6.4.4)

30b7ca54 – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/08 04:34
pop3(1): write options consistently

4257a529 – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/06 13:15
upas/marshal: add -S saveto to save outgoing mail, fix -F

6f15a730 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/04 18:09
merge

6cc223ee – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/04 18:08
pc/pc64: fix faulty mtrr slot reuse (thanks Fulton)

9cca8889 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/03 15:47
merge

0ba91ae2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/03 15:46
pc, pc64: allocate i/o port space for unassigned pci bars, move ioalloc() to port/iomap.c

aad55ccc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/02 15:53
mtx: fix pci access routines (see changeset 8012:78891f472fbf)

97de3f67 – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/02 08:12
upas/common: delete library on 'mk clean'

33fb16c9 – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/02 03:29
profile: don't create $wsys if it doesn't exist

f4d20673 – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/11/02 06:46
audio/wavdec: add -s option

a4c6dc1d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/01 20:14
aux/realemu: use #$/pci/B.D.Fraw to access pci config space

20630195 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/11/01 20:01
vmx: mask out bits 0:2 and 24:30 of pci CONFIG_ADDRESS on read

d75d842c – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/01 06:56
rc: show line numbers on error

dbd54342 – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/01 06:42
libbio: add aux pointer to bio

b5086c18 – Ori Bernstein <ori@eigenstate.org> authored on 2020/11/01 06:23
libc: recurse on smaller half of array

51b22d85 – Alex Musolino <alex@musolino.id.au> authored on 2020/10/31 11:44
jpg: treat EOF as EOI marker

31eb1b9d – Ori Bernstein <ori@eigenstate.org> authored on 2020/10/30 09:23
vt: improve behavior of chording

5f2cf12f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/29 14:26
ip/cifsd: fix missing int return type for vpack() (thanks pr)

d541c7bf – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/10/29 07:27
aux/cpuid: decode leaf 7; extend leaf 13 decoding

02053924 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/27 11:16
audiohda: make it work with qemu (thanks mischief)

950d9706 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/25 18:27
ip/tinc: fix reportedge()

9bb519ac – Ori Bernstein <ori@eigenstate.org> authored on 2020/10/24 13:24
mp(2): correct documentation of error handling (thanks LordCreepity)

d9f201af – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/24 20:49
kbmap: add latvian keymap (thanks freddy)

be32b44a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/24 20:46
kbmap: add croatian kbmap (thanks skerbergs)

ebd23e51 – Alex Musolino <alex@musolino.id.au> authored on 2020/10/23 13:51
newuser(8): fix reference to incorrect file server console command

55945f6f – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/10/22 20:16
vmx/vga: fix allocimage leaks

19273fde – khm <devnull@localhost> authored on 2020/10/22 09:46
upas/fs/mbox.c: fix cosmetic typo

797a5ac4 – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/10/21 08:06
libaml: add (nop) "signal" op

78bed738 – Ori Bernstein <ori@eigenstate.org> authored on 2020/10/18 15:30
vncv: pick an auth type that we support

87385acc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/18 21:20
sdiahci: accept AHCI controllers from ASMedia vendor id (thanks mischief)

a5764f81 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/18 19:39
pc, pc64: remove mystery "type" bits in pcicfgrw*raw() (fixes qemu, thanks mischief)

d1604b5f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/18 13:02
sdnvme: use PCIWADDR() instead of PADDR()

96e9f370 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/18 13:01
etherbcm: handle 64-bit host addresses, use PCIWADDR() instead of PADDR()

30417c12 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/18 13:00
audiohda: use PCIWADDR() instead of PADDR(), handle 64-bit dma addresses

83efe2f1 – Ori Bernstein <ori@eigenstate.org> authored on 2020/10/18 06:50
etheriwl: delay before crystal calibration

98c07541 – Ori Bernstein <ori@eigenstate.org> authored on 2020/10/17 15:27
nusb/serial: add ids for FT230X (thanks mischief)

90601f6e – Ori Bernstein <ori@eigenstate.org> authored on 2020/10/17 15:04
merge

3cfa8326 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/17 23:05
etheriwl: don't break controller on command flush timeout

cf8ff0e7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/17 22:51
sdnvme: handle machines with more cpu's than submit queues (thanks mischief)

5fd2e746 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/17 17:30
merge

0b094303 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/17 17:28
ndb/dnsdebug: add -c flag to debug caching dns server behaviour

bf187247 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/17 17:28
ndb/dns: mark ns record authoritative when in our area for delegation

a41b7405 – Ori Bernstein <ori@eigenstate.org> authored on 2020/10/17 14:59
upas: fix appendfolder timestamps (thanks umbraticus)

dfbf774b – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/10/15 06:30
games/nes: workaround for truncated chr

d310da13 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/11 22:03
ip/torrent: try harder allocating ports

3e880cd0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/11 10:59
upas/fs: fix truncation of plumb date

c7598b18 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/09 18:05
kernel: get rid of unused ucallocb

4a75ad5e – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/10/09 12:47
vmx: add Kmod4

53234798 – Ori Bernstein <ori@eigenstate.org> authored on 2020/10/05 10:10
etheriwl: add Wireless 8260 card

204a96f1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/05 18:43
merge

d49b9e1b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/05 18:42
etheriwl: remove stations *after* disabling binding quotas, drain all queues in rxoff7000()

6f76d003 – kvik <kvik@a-b.xyz> authored on 2020/10/04 18:45
rio: move the code for 'send' into a function

2aff96f1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/10/04 17:10
etheriwl: add for Intel Wireless-AC 9260

fa1d6ffd – kvik <kvik@a-b.xyz> authored on 2020/10/01 13:47
bootrc: allow kbmap to be set via plan9.ini (thanks Aaron Bieber)

c63cd980 – Ori Bernstein <ori@eigenstate.org> authored on 2020/09/29 03:28
acme: revert stray changes

Next