shithub: riscv

RSS feed

4983adfa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/07/25 04:19
bcm, bcm64: add support for device tree parameter passing

a6a1806c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/07/17 06:30
usbxhci: implement portable dma flush operations and move to port/

19a883ce – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/07/17 06:24
usbehci: introduce dmaflush() function to handle portable cache invalidation for device drivers

a4688b03 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/07/11 03:49
merge

a1a6f261 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/07/11 03:47
kernel: move common ethermii to port/

7111de63 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/07/11 03:45
devuart: make sure uart is enabled in uartkick()

51550ba3 – Alex Musolino <alex@musolino.id.au> authored on 2019/07/02 19:34
walk(1): add history section

32a27378 – Alex Musolino <alex@musolino.id.au> authored on 2019/07/02 18:24
tinc(8): add history section

54f9b367 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/07/02 01:34
usbxhci: fix mysterious ENABLESLOT failures (update to XHCI spec revision 1.2 (2019))

b2c7a8d8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/28 14:12
pc64: preallocate mmupool page tables

6118d778 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/24 16:09
ape: reimplement rename() - fixing compiler warnings and handling more error cases

4cffc043 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/24 15:38
8c, 6c: LEA x, R; MOV (R), R -> MOV x, R

345714dd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/24 15:36
8c, 6c: avoid allocating index registers when we don't have to

9f6967ed – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/24 15:25
8c: skip 64-bit regpair allocation for OINDEX nodes in cgen64()

7d3cc1c5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/23 18:35
ape: revert rename() change

d4bc9052 – Ori Bernstein <ori@eigenstate.org> authored on 2019/06/21 06:00
Turn on warnings when building libap.

0af7d1fe – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/21 14:57
gs: apply mitigations against CVE-2017-8291 (thanks jsmoody)

b767b2ce – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/20 10:15
cwfs: remove orphaned lrand.c

d8a8ac23 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/20 10:06
cwfs: remove old some assert() debugging

4d96bacd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/20 09:17
bcm, kw, omap, teg2: implement setregisters()

07af9be3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/20 09:15
cwfs: fix root access time qid path comparsion

56e71d52 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/20 08:13
upas/smtp: handle temporary authentication failures

4ff5a4fe – Alex Musolino <alex@musolino.id.au> authored on 2019/06/20 12:26
rc-httpd: serve markdown with text/plain content-type

2d83ae8f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/19 20:36
pc64: actually fix it, what was i THINKING

a4036421 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/19 20:32
pc64: fix compiler warning in rebootjump() entry calculation

4b4d6848 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/19 20:04
stdio: fix putc(), plan9 version

ef1bcc73 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/19 19:59
ape: fix stdio putc() macro, avoiding "result of operation not used" warning

63191949 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/19 19:50
cc: remove nullwarn() from OCAST codegen, zap void casts

159f96c5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/19 18:58
cwfs: properly handle 64 bit qid path

8561a843 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/19 11:15
pcc: back out -+ flag removal to allow gracefull upgrade path with new pcc but old cpp

94fb8869 – Ori Bernstein <ori@eigenstate.org> authored on 2019/06/18 18:47
Always turn on the -+ flag in cpp

ff344562 – Ori Bernstein <ori@eigenstate.org> authored on 2019/06/18 18:17
Import compiler warnings and bugfixes from Charles.

f3607296 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/18 09:29
merge

3bb5168c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/18 09:28
8c, 6c: fix INDEX node #reg calculation

84076e37 – Ori Bernstein <ori@eigenstate.org> authored on 2019/06/17 17:12
Delete dead code.

3a3eb043 – Alex Musolino <alex@musolino.id.au> authored on 2019/06/17 09:17
rc-httpd: set charset=utf-8 for all text/* content types

8648e065 – Alex Musolino <alex@musolino.id.au> authored on 2019/06/17 09:13
rc-httpd: only emit charset option for text/plain content type

873a7716 – Ori Bernstein <ori@eigenstate.org'> authored on 2019/06/16 14:21
Add test for pow.c

37a5e86b – Ori Bernstein <ori@eigenstate.org'> authored on 2019/06/16 11:55
Handle NaN and Inf edge cases as specified by posix, instead of barfing.

55f018df – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/14 06:32
merge

8d36cd8d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/14 06:30
devdtracy: make machlocks and dtktab static

f42e5365 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/06/14 06:28
bcm64: implement dtracy support

9a9403bb – aiju <devnull@localhost> authored on 2019/06/11 07:36
vmx(1): update BUGS

39a435ee – Alex Musolino <alex@musolino.id.au> authored on 2019/06/11 11:27
snoopy(8): add support for dhcp classless static routes option

d904a57e – Alex Musolino <alex@musolino.id.au> authored on 2019/06/11 11:19
snoopy(8): avoid extra spaces in dhcp filter output

39684478 – Alex Musolino <alex@musolino.id.au> authored on 2019/06/11 11:18
snoopy(8): include dhcp.h instead of replicating bootp/dhcp options enum

26dc73c7 – Alex Musolino <alex@musolino.id.au> authored on 2019/06/08 11:56
file(1): recognise unified diff output

78c7cd0c – Alex Musolino <alex@musolino.id.au> authored on 2019/06/05 12:04
rc-httpd(8): avoid duplicate log output in dir-index handler

341b64b5 – Ori Bernstein <ori@eigenstate.org> authored on 2019/06/04 18:47
Remove trailing whitespace.

41be41b4 – Ori Bernstein <ori@eigenstate.org> authored on 2019/06/04 18:42
Lost a trailing \n

033c2812 – Ori Bernstein <ori@eigenstate.org> authored on 2019/06/04 18:36
Make 'g' grep recursively by default.

12e13633 – BurnZeZ <devnull@localhost> authored on 2019/05/31 18:15
plumber: loop will go out of bounds when *++s == '\0'; replace with strstr

ed3a3c4d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/26 22:11
ssh: work around github.com's broken cipher negotiation code (thanks Ori_B)

569f9366 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/24 18:52
/sys/src/cmd/mkfile: fix PCONLY exclude (thanks stefan)

d7684982 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/24 13:25
awk: no need to call getargv() twice to get the value for FILENAME

c9a1045d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/24 10:17
gs: fix missing type check in ztype (thanks jsmoody)

e55778d6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/23 10:59
gs: apply fixes for CVE-2018-16509 (thanks jsmoody)

197ff3ac – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/22 18:20
devip: if the server does not support TCP ws option, disable window scaling (thanks joe9)

d7aa56c0 – Alex Musolino <alex@musolino.id.au> authored on 2019/05/20 11:00
upas/fs: remove read timeout via alarm(2) in pop3resp

c35f95de – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/19 13:11
vmx: handle build arch exclude in /sys/src/cmd/mkfile

c881e33e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/19 12:54
bcm, bcm64: fix cache operations for dma and emmc

d667607c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/18 08:45
sshnet(4): ... and incoming TCP calls

a852f55b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/17 15:01
merge

d5e45580 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/17 14:57
bcm64: remove unneccesary tlb flush on mmuidmap()

2235660f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/17 14:56
bcm64: no need to flush instruction cache when switching TTBR0

5c5c1b66 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/17 14:35
bcm64: switch to 64k page size

e0c19ae0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/17 14:14
7l: don't hardcode 4k pagesize, use INITRND

18d67944 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/16 21:53
merge

335e0197 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/16 21:51
mkone: fix man target (thanks Amavect)

3b00f089 – 23hiro <23hiro@gmail.com> authored on 2019/05/15 16:24
draw(3): memlorigin

b24ed2bf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/15 12:19
bcm64: generalize mmu code

47d3e8fc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/15 09:24
bcm64: fix mmu0clear() mistake from previous commit

70497007 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/14 05:06
nusb(2): remove startdevs() reference, document getdev() (thanks BurnZeZ)

adf96a52 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/13 15:21
bcm: add cache invalidate before accessing prop buffer

a3b5e399 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/13 15:20
bcm64: implement reboot support

3b36daa2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/13 15:12
bcm, bcm64: preserve memsize across reboots, avoid trashing atags while parsing cmdline

157d7ebd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/11 21:20
devip: do not lock selftab in ipselftabread(), remove unused fields from Ipself

bf4f1587 – BurnZeZ <devnull@localhost> authored on 2019/05/11 11:28
memdraw(2): remove references to iprint()

333c3202 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/11 13:22
devip: reset speed and delay on bind, adjust burst on mtu change, ifc->m nil check, consistent error strings

7186be04 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/11 10:54
devip: make sure ifc is bound in add6 ctl command

3a0d5f41 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/11 10:01
devip: remove unused c->car qlock, avoid potential deadlock in ipifcregisterproxy()

a25819c4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/11 03:22
devip: avoid media bind/unbind kproc reader startup race, simplify etherbind

ed3a576e – 23hiro <23hiro@gmail.com> authored on 2019/05/10 21:23
timezones: add India (thanks joe9)

db3bf827 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/10 10:05
bcm64: use exclusive monitor on nrdy to wake up idlehands()

addb36ee – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/10 08:10
ape: fix malloc to deal with more than 4GB of memory on 64 bit systems

a375c9ac – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/09 08:40
libc: fix return value for arm64 memset() and memove()

57e07865 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/09 07:40
libc: use MOVP instruction for arm64 memmove() and memset()

9d790238 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/09 07:11
bcm64: use MOVP instruction for saving and restoring registers

1c0427e6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/09 06:27
libmach: remove newline

a065270f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/09 06:24
libmach: support for MOVP instruction disassembly for arm64

e8cf7530 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/09 06:23
7l: implement MOVP instruction

4e7fbabf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/08 22:32
libc: provide arm64 assembly versions for memmove() and memset()

1046d3e3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/08 22:17
bcm64: map framebuffer write-through to allow unaligned access

5a934b56 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/07 17:49
wadfs: avoid comma operator after PBIT32() macros

fe1f6c1b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/07 07:41
plan9.ini(8), boot(8): clarify the use of $rootdir and $rootspec

3a4a3faf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/07 05:19
nusb/usbd: work around devices that ignore the high byte of wLength in control transfer reads

ceed9b88 – Ori Bernstein <ori@eigenstate.org> authored on 2019/05/06 13:26
Sand edges down on GBIT64()/PBIT64() macros.

c9086fb3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/06 14:31
merge

24544b80 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/06 14:29
dist/mkfile: add *.pi3.img target for ARM64 raspberry pi3

f22b4ecc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2019/05/05 13:02
bootrc: fix $rootdir and $rootspec handling (thanks lucio)

Next