shithub: riscv

RSS feed

ce0b77e2 – cinap_lenrek <[email protected]> authored on 2014/08/16 13:26
kernel: xinit() use ulong for page counts, cleanup

a5bce846 – cinap_lenrek <[email protected]> authored on 2014/08/16 19:34
nusb/kb: delete code for keyboard boot protocol handling, just use hid parser

74a276d0 – aiju <[email protected]> authored on 2014/08/14 06:42
spred: command window improvements

a67d18cc – cinap_lenrek <[email protected]> authored on 2014/08/13 20:11
import: make aan (-p flag) work in ``backwards mode'' (-B)

d8d26c70 – cinap_lenrek <[email protected]> authored on 2014/08/12 21:10
nusb/ptp: do maxpkt reads to avoid babble error with usb 2.0 devices (thanks mischief!)

bedffdd8 – cinap_lenrek <[email protected]> authored on 2014/08/13 19:09
devenv: prevent non-hostowner from creating or removing variables in '#ec', cleanup

55bf3d63 – cinap_lenrek <[email protected]> authored on 2014/08/12 17:35
ip: fix missed unlocks and waserror handlers

53619de4 – mischief <[email protected]> authored on 2014/08/12 06:33
aux/8prefix: fix usage

b0d7ade4 – mischief <[email protected]> authored on 2014/08/10 16:38
secstore(1): clarify how the server is dialed and add new $secstore environment variable

a0b7cabe – mischief <[email protected]> authored on 2014/08/10 14:05
secstore: read server from $secstore environment variable

e1702517 – stanley lieber <[email protected]> authored on 2014/08/10 15:04
fortunes: it´s easy but you are complicated

443b046b – stanley lieber <[email protected]> authored on 2014/08/10 15:00
fs(8): correct spelling

427e925e – cinap_lenrek <[email protected]> authored on 2014/08/11 18:36
cwfs: add optional uid argument to allow command, unify permission override code

30d4d898 – cinap_lenrek <[email protected]> authored on 2014/08/09 14:23
5a: MOVM.IA.W.S ..., [R15] is exception return and needs to be allowed (thanks aiju)

760063ab – cinap_lenrek <[email protected]> authored on 2014/08/09 13:37
cwfs: fix 32bit multiplication overflows for allocation sizes (thanks kenji okomoto)

3472f911 – cinap_lenrek <[email protected]> authored on 2014/08/09 18:47
5a: reject MOVM instruction with .S and .W bits both set (aijus idea)

daa15d1e – cinap_lenrek <[email protected]> authored on 2014/08/08 13:02
kernel: more nil vs 0 cleanup in chan.c

ee640936 – cinap_lenrek <[email protected]> authored on 2014/08/08 12:44
kernel: use nil for pointers instead of 0, zero channel umc and dirrock in newchan()

0ceeee4c – cinap_lenrek <[email protected]> authored on 2014/08/07 22:06
ndb/dns: fix nil dereference crash with convM2DNS() returning reqmsg.qd == nil

45333cdc – cinap_lenrek <[email protected]> authored on 2014/08/08 19:28
devmnt: fix potential race with mntflushfree(), remove mntstats, 0 vs nil cleanup

bc306a5a – cinap_lenrek <[email protected]> authored on 2014/08/07 17:35
8c, 6c: generate enam.c file, just like 5c

0a101736 – cinap_lenrek <[email protected]> authored on 2014/08/07 17:11
pc, pc64: make pc kaddr() check reject -KZERO address (thanks aiju)

d304dc81 – cinap_lenrek <[email protected]> authored on 2014/08/07 16:22
5a, 5l: add LDREX/STREX/CLREX instructions

ca4f815c – cinap_lenrek <[email protected]> authored on 2014/08/07 15:55
pc64: fix wrong Ureg* argument on note handler (thanks _sl!)

7c1ae2ea – cinap_lenrek <[email protected]> authored on 2014/08/04 05:33
samterm: fix ctrl-b crash when cmd window resized (thanks revex)

15b5a980 – cinap_lenrek <[email protected]> authored on 2014/08/03 13:09
iostats: properly distribute exit status and give usefull error messages

718f3358 – cinap_lenrek <[email protected]> authored on 2014/08/03 12:28
iostats: remove unused fcallfmt, dont leak our mount pipe end into exportfs proc

d63734eb – cinap_lenrek <[email protected]> authored on 2014/08/03 12:02
iostats: bring back standard filedescriptor spying

5302e887 – cinap_lenrek <[email protected]> authored on 2014/08/02 15:22
exportfs: simplify freefile() code

b185d2fe – cinap_lenrek <[email protected]> authored on 2014/08/02 15:04
exportfs: remove getsbuf() nil check, can't happen

686cf0b0 – cinap_lenrek <[email protected]> authored on 2014/08/02 14:45
iostats: isolate fs from interrupt notes

4f45a403 – cinap_lenrek <[email protected]> authored on 2014/08/02 11:47
iostats: cannot spy on fd 0,1,2 as /fd is per process

73d35f9c – cinap_lenrek <[email protected]> authored on 2014/08/02 11:07
exportfs: cleanup

7ae4e473 – cinap_lenrek <[email protected]> authored on 2014/08/02 10:37
ftpfs: dont convert names to latin when string is valid utf-8

7cc757c3 – cinap_lenrek <[email protected]> authored on 2014/08/02 10:28
python: disable symlink and readlink compile options, ape has no reasonable way emulating it

dc501ae1 – cinap_lenrek <[email protected]> authored on 2014/08/01 23:06
iostats: dont prefix /bin to argv[0] when already absolute or relative path

4e42b999 – cinap_lenrek <[email protected]> authored on 2014/08/01 22:41
iostats: cleanup, remove bogus Maxrpc constant

23aaa0c5 – cinap_lenrek <[email protected]> authored on 2014/08/01 22:30
iostats: reimplement iostats as a 9p filter instead of duplicating exportfs

d14b6a0b – ftrvxmtrx <devnull@localhost> authored on 2014/08/01 16:44
usps: yet another update

1b70ab59 – cinap_lenrek <[email protected]> authored on 2014/08/01 12:57
exportfs: use argv0 instead of hardcoding "/bin/exportfs" in openmount(), dont use 0 for nil

709e78b9 – aiju <devnull@localhost> authored on 2014/07/31 07:36
spred: scrolling and other bugfixes

98d518cc – cinap_lenrek <[email protected]> authored on 2014/07/30 16:34
fstype: fix kfs detection (thanks kenji okomoto)

a39ce6a9 – stanley lieber <[email protected]> authored on 2014/07/30 08:11
fortunes: From: [email protected]

e7a3cd0f – stanley lieber <[email protected]> authored on 2014/07/30 08:09
spred(1): fix troff

712fd306 – aiju <devnull@localhost> authored on 2014/07/30 11:57
added sprite editor spred

555a0501 – stanley lieber <[email protected]> authored on 2014/07/29 18:32
fstype(1): document hjfs

a2f7d03d – cinap_lenrek <[email protected]> authored on 2014/07/23 11:28
rc: fix slow Xqdol(), avoid recursion in conclist(), estrdup(), avoid copying

2bdd2663 – mischief <[email protected]> authored on 2014/07/22 19:40
ratrace(1): uses syscall not syscalltrace file

e42d8492 – stanley lieber <[email protected]> authored on 2014/07/22 14:41
fortunes: I wanted to do something that didn't involve arguing online about trivia. -- jwz

de8752e4 – stanley lieber <[email protected]> authored on 2014/07/22 14:29
sega(1): add man page for games/md (and potential future sega emulators)

0d909ae6 – stanley lieber <[email protected]> authored on 2014/07/22 13:44
nintendo(1): document snes

33592e9d – stanley lieber <[email protected]> authored on 2014/07/22 13:38
games/md: add -2 -3 -a and trailing newline to usage

69eb0cd7 – stanley lieber <[email protected]> authored on 2014/07/22 13:00
games/snes: add -a -h -m -T to usage

6273bad1 – cinap_lenrek <[email protected]> authored on 2014/07/22 17:54
ratrace: make multithreaded ratraces less confusing (for mischief)

168b9f3d – cinap_lenrek <[email protected]> authored on 2014/07/21 14:10
libdraw: add missing borderop() (thanks aiju)

1021caa3 – cinap_lenrek <[email protected]> authored on 2014/07/21 14:02
pc64: cleanup syscallentry()

c78c6e34 – cinap_lenrek <[email protected]> authored on 2014/07/19 22:59
pc64: dont save/restore DS/ES/FS/GS segment registers on syscall or interrupt, they are ignored in long mode.

20b7a19c – cinap_lenrek <[email protected]> authored on 2014/07/20 18:49
pc64: preserve user extern registers R14 and R15 across syscalls, use Ureg.bp (RARG) for syscall number

b6039915 – mischief <[email protected]> authored on 2014/07/17 19:22
a.out(6): sync definitions

4a7d29dd – cinap_lenrek <[email protected]> authored on 2014/07/17 19:29
libframe: use correct text color on frinsert depending on selection (thanks sl)

e4436ec0 – cinap_lenrek <[email protected]> authored on 2014/07/15 16:45
page: fix deadlock with addpage (thanks BurnZeZ for the stacktraces)

4f3724e6 – cinap_lenrek <[email protected]> authored on 2014/07/15 14:51
devproc: nil

3d3a29cd – cinap_lenrek <[email protected]> authored on 2014/07/15 03:54
devproc: fix syscalltrace error handling, conistent use of nil for pointers

e4db040b – cinap_lenrek <[email protected]> authored on 2014/07/14 02:45
devproc: fix mistake

655ec332 – cinap_lenrek <[email protected]> authored on 2014/07/14 02:02
devproc: fix proccrlmemio bugs

e53511ef – cinap_lenrek <[email protected]> authored on 2014/07/12 21:24
libmach: fix break point instruction for little endian MIPS (from sources)

cc001c31 – cinap_lenrek <[email protected]> authored on 2014/07/12 21:17
tftpfs: make sure path is null terminated

e4d29ea9 – cinap_lenrek <[email protected]> authored on 2014/07/12 21:05
merge

4b7b1218 – cinap_lenrek <[email protected]> authored on 2014/07/12 21:03
ftpd: dont skip unmountnet() and return proper error string from dialdata()

e14eaacc – cinap_lenrek <[email protected]> authored on 2014/07/12 21:00
tftpd: fix error string packet overflow in nak(), fix syslog reporting

fafc17b0 – cinap_lenrek <[email protected]> authored on 2014/07/11 23:02
expr: fix missing type declarations for match(), which broke on amd64 as pointers dont fit into a long

b46a3ee9 – stanley lieber <[email protected]> authored on 2014/07/11 19:24
rc-httpd/handlers/serve-static: restore simple test for file type and hardcode max_age to 1 hour (thanks eekee)

03f68c49 – cinap_lenrek <[email protected]> authored on 2014/07/10 23:57
kernel: only complain about no images when theres nothing more to reclaim

2fb18c33 – cinap_lenrek <[email protected]> authored on 2014/07/11 19:20
sysinfo: add cpuid info

3cfdae97 – stanley lieber <[email protected]> authored on 2014/07/09 15:48
pkg(1): add mischief's repositories

e89ca39e – cinap_lenrek <[email protected]> authored on 2014/07/09 20:07
Add AHCI support for Intel 8 Series/C220 Series Chipset Family SATA Controller. (from sources)

d0895186 – cinap_lenrek <[email protected]> authored on 2014/07/09 20:07
Add Intel C226 chipset PCI support. (from sources)

6bfff754 – cinap_lenrek <[email protected]> authored on 2014/07/09 19:55
abaco: fix double free race of p->status string (thanks BurnZeZ for the proc snap)

3a6a7540 – cinap_lenrek <[email protected]> authored on 2014/07/09 18:45
pc, pc64: initial machine check architecture support

3fe38f70 – cinap_lenrek <[email protected]> authored on 2014/07/08 17:57
bcm: apply richards fix for mmukmap (from /n/sources/patch/bcm-mmukmap-bug)

8677db33 – cinap_lenrek <[email protected]> authored on 2014/07/05 04:17
nusb/serial: implement flushes

502247bf – cinap_lenrek <[email protected]> authored on 2014/07/05 02:01
nusb/serial: more cleanup

336e605a – cinap_lenrek <[email protected]> authored on 2014/07/05 19:19
support for huawei e220 g3 modem, cleanup nusb/serial

c20bab6f – stanley lieber <[email protected]> authored on 2014/07/03 08:03
ndb/common: add ipv6-icmp, ipv6-nonxt, ipv6-opts, bootps

013054ef – cinap_lenrek <[email protected]> authored on 2014/07/02 21:11
merge

2dc3180f – cinap_lenrek <[email protected]> authored on 2014/07/02 20:57
9p(2): add reference to 9pqueue(2)

fa56753e – cinap_lenrek <[email protected]> authored on 2014/07/02 20:47
add 9pqueue(2), medium to low quality manpage.

51cb8f50 – cinap_lenrek <[email protected]> authored on 2014/07/02 20:17
remove executable bit from /sys/src/lib9p/ramfs.c

5814e665 – stanley lieber <[email protected]> authored on 2014/07/02 15:01
9pqueue(2): english

0577d208 – Aram Hăvărneanu <[email protected]> authored on 2014/07/01 07:21
merge

889afd97 – Aram Hăvărneanu <[email protected]> authored on 2014/07/01 07:20
acid: fix notestk() on amd64

92e43acb – cinap_lenrek <[email protected]> authored on 2014/06/30 04:27
authsrv(6): fix typos (from /n/sources/patch/authsrv-6-typos)

114a5bdc – stanley lieber <[email protected]> authored on 2014/06/29 11:01
fortunes: Subject: ftp(1) User-Agent

6a182d56 – stanley lieber <[email protected]> authored on 2014/06/29 10:58
nusbrc: ensure rpi ethernet always appears as /net/etherU0

4ad63a4c – cinap_lenrek <[email protected]> authored on 2014/06/28 15:55
nusb: fix spelling, sorry

7d9339f7 – cinap_lenrek <[email protected]> authored on 2014/06/28 14:11
merge

4275c49e – cinap_lenrek <[email protected]> authored on 2014/06/28 14:09
nusb: implement aijus stable uniqueue device names

d8c75e45 – cinap_lenrek <[email protected]> authored on 2014/06/28 13:53
iostats: more procs

ec572a53 – cinap_lenrek <[email protected]> authored on 2014/06/27 21:36
ptp: fix alignment assumptions for amd64

9d30b0f3 – mischief <[email protected]> authored on 2014/06/27 19:51
merge

Next