shithub: riscv

RSS feed

9dc9c6c5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/08 11:45
rio, libdraw: experimental removal of redundant flushimage() calls for roundtrip latency reduction

bf6ba568 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/07 15:27
aan: use sync messages as keep alives

481ae719 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/07 14:20
vncs: fix dead Kend key

c07f5d32 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/03/05 06:38
9/mkfile: update ARCH

ba2c2fca – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/03/05 06:00
libFLAC/mkfile: -DFLAC__NO_ASM

2d2ffac8 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/03/05 05:32
libFLAC: update to 1.3.1

897da507 – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 16:27
auth/pemencode: fix usage()

c6aa11d0 – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 16:24
dict: similar fixes, different files. also remove runescpy

2a5b2f4c – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 16:21
dict mkindex: code cleanup

33131a98 – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 14:40
plot: handle create() failure

9d1e80cb – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 14:36
map/libmap: remove unused function/definitions

dacebbb2 – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 14:17
vt: add -r flag to start in raw mode

db509b84 – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 14:09
sort: code cleanup

f0744bae – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 14:00
cc: populate the flag list comment in lex.c

edec6e6a – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 13:12
cc: sort the lex.c comment listing debug flags

7314601f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/01 18:54
pppoe: Avoid double free (thanks k0ga)

4f2bf182 – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 12:30
fix /lib/keyboard spacing

9262c3f3 – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 12:29
add a couple runes to /lib/keyboard

d491a0ae – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 10:27
add bug to yesterday(1), fix /sys/man/3/cons permissions

63abfb50 – BurnZeZ <brz-9dev@feline.systems> authored on 2016/03/01 10:24
manpage references/typos

169bfb46 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/01 06:30
libsec: fix verifyDHparams() for version <= TLS1.1

bb81a106 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/28 19:25
glenda's default profile: remove /n/other mount, done by /lib/namespace

e3434eb5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/28 18:23
authsrv(2): document _asgetpakkey(), authpak_hash(), authpak_new(), authpak_finish()

02dce7a2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/28 06:44
games/doom: handle allocimage() failure

4a923972 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/28 04:09
libsec: have 16 32-bit words in DigestState to avoid out of bounds warnings for poly1305

5ebb1a29 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/27 22:06
devdraw: remove unused Edepth[]

75186be2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/27 20:38
libdraw: remove unused static log2[] array

e02b986a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/26 21:39
rio: exit rio when /dev/cons or /dev/kbd read loop terminates

09b250f0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/26 21:36
kbdfs: read outer /dev/kbd file and use it just like /dev/kbdin

e95f557b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/26 21:08
rcpu: post hangup note to remote when connection breaks

f2ddc5f8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/22 18:26
rcpu(1): fix manpage reference

59ef6222 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/22 17:56
libauthsrv: can write p = 2^448 - 2^224 - 1 now, as mpc has constant folding.

f43a5c82 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/22 17:53
libfis: dont reject drives lacking SSP (sata ssd connected to ide with adapter)

b31cc134 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/22 17:44
ndb/dns: initialize unknown fids to point to the root qid

258fe87f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/22 17:25
rc: terminate rc when exec fails, cleanup

a9639c68 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/22 16:55
smtpd: remove unused lastsender logic

95d6ca9f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/22 15:55
factotum: fix memory leak for p9any key confirmation, fix key handling for role=client

4410517b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/22 14:38
stats: use rimport or import to mount remote system

046e0ee2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/21 15:11
exportfs: fix endless loop for eof/error on second read in localread9pmsg()

688c1f15 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/21 11:36
fix ipv6 icmphostunr() locking and memory free bugs (from sources)

9d30cabb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/20 11:39
sgi: add chmod to bootfs.proto for sgi kernel

e1633ed3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/19 04:14
libsec: remove unused tlsSecKill()

0cad8a59 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/18 13:42
libsec: fix memset() size in tlsConnectionFree(), remove #include <bio.h>

7f259925 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/17 13:50
libsec: add libc.h include for aes_xts.c (drawterm)

e5ead1a9 – stanley lieber <stanley.lieber@gmail.com> authored on 2016/02/16 15:53
rcpu(1) man page: english

a1fa3d75 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/16 14:06
ndb/dns: removing the buggy /net.alt remount hack

c9d2fecb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/16 03:52
usbuhci: removing "uhci bug" print spam from interrupt handler

86dfd3cf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/15 12:30
provide rcpu(1), make usage line consistent

b450cb7e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/14 20:03
devmnt: deal with partial response for Tversion request in mntversion()

61dea901 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/14 00:59
cron: just run /bin/rx to execute remote commands

373723d4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/14 00:37
rx: rcpu service support

fde5906b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/14 00:18
adding experimental rcpu service

4fe7daec – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/13 23:49
exportfs: retry execing ourselfs as "/bin/exportfs" (argv0 might be relative path)

232a064f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/13 23:48
exportfs: properly reply to chdir() error when we speak 9p

a9b1e990 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/13 21:06
tlsclient: add -o option to establish connection over a file, free the AuthInfo structure to avoid leaking secrets

9ec9a477 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/13 20:52
newuser: /n/other now handled in /lib/namespace

ecebba77 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/13 20:42
provide /n and /mnt early in bootrc to allow consistent use in /lib/namespace

24150b11 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/13 12:24
tlssrv: add -A flag to skip changing user after authentication (usefull for aan)

3b835a1d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/13 11:43
merge

c3867623 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/13 11:36
rio: fix wrong frame colors when moving non-current window

668318b2 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/02/12 18:52
ip/chandial: fail with Ebadarg instead of printing memory contents

eeb96dca – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/11 17:59
libsec: simplify pkcs1_decrypt()

fac5be2d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/11 17:43
merge

6033931b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/11 17:42
libsec: fix double free in pkcs1_decrypt(), handle bad epm length in tlsSecRSAs(), cleanup

2ca8e310 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/10 00:11
removing libgio, this is not golang mveery >:-(

9b2bed73 – Matthew Veety <mveety@mveety.com> authored on 2016/02/09 12:02
fixed a typo

a54782d6 – Matthew Veety <mveety@mveety.com> authored on 2016/02/09 11:24
Imported ngfs libgio. This is a library to create virtual file descriptors, similar to common lisp grey-streams or golang's io.Reader/io.Writer. Now 95% bug-free.

9c3de0c8 – stanley lieber <stanley.lieber@gmail.com> authored on 2016/02/08 15:07
fortunes: ./configure CFLAGS="-I$HOME/source/harvey/ape/amd64/include -I$HOME/source/harvey/ape/include -mno-red-zone -ffreestanding -fno-builtin -nostdlib -trigraphs -D_SUSV2_SOURCE -D_POSIX_SOURCE -D_LIMITS_EXTENSION -D_BSD_SOURCE -D_BSD_EXTENSION -DHAVE_SOCK_OPTS -DHARVEY -DPlan9" LDFLAGS="-static $HOME/source/harvey/ape/amd64/lib/crt1.o $HOME/source/harvey/ape/amd64/lib/crti.o $HOME/source/harvey/ape/amd64/lib/crtn.o -L$HOME/source/harvey/ape/amd64/lib -L$HOME/source/harvey/amd64/lib" LIBS="-lbsd -lap -lc" LIBM="" --prefix=$HOME/source/harvey/ape/ports *--host=x86_64-linux-gnu --build=x86_64-harvey *--enable-shared=no

3d20565a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/08 14:35
webfs: faster shutdown using postnote()

302fc26f – aiju <devnull@localhost> authored on 2016/02/07 18:40
/lib/keyboard: add more crucial symbols

b63a6bf6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/06 19:31
libsec: fix missing error case unlock() in tlshands initCiphers()

faecd86e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/06 17:26
factotum: fix nil pointer crash on p9skclosekey(), thanks k0ga

39868682 – aiju <devnull@localhost> authored on 2016/02/06 15:41
add mathematical angle brackets to /lib/keyboard

b7f2aed0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/06 02:19
libsec: mpconv -> mpfmt

ad637845 – mischief <mischief@offblast.org> authored on 2016/02/05 14:29
libmp: remove include of libsec.h

f1254da6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/03 22:11
libmp: handle out of memory case in gmfield()

78808ca3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/02 23:18
libsec: refactor asn1 encoding of digest for rsa signatures, fix memory leak in ecverify

cc8e8c97 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/01 17:49
tlssrv: p9any authentication support using TLS-PSK cipher suits

a291bbde – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/01 16:34
libsec: ecdsa client support for tlshand, cleanups

0bfac109 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/01 14:27
mpc: constant expression folding

340d83d4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/30 14:11
games/doom: fix white window issue on exit

7cfe4aef – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/19 08:06
salsa(2): fix source reference

876e19c6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/19 08:02
salsa(2): some formating fixes

7cf11db6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/19 07:50
libsec: add salsa20 stream cipher

7b31d5e4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/19 06:08
authsrv(6): fix arrows

4a47b264 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/14 18:39
wifi: check tkip/ccmp mac and crc in constant time avoiding timing side channels

a57a6e51 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/13 20:08
pc64: move idle() routine after CALL main(SB) as the comment suggests

ed4c8127 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/13 18:18
pc/pc64: backing out new mp startup code (caused issues with ramnode)

21b70c78 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/13 16:48
devssl: use tsmemcmp() to compare mac to close timing side channel

5243969b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/12 03:53
ndb/dnstcp: -x specifies the mountmoint

36d2092a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/12 03:43
fix manpage references

af42c4f4 – mischief <mischief@offblast.org> authored on 2016/01/11 14:30
libauthsrv: fix ed448 goldilocks prime comment

63f9a4fd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/11 01:47
pc/pc64: bring up ap's one after another, use idlehands() while waiting for thunderbirdsarego

dacaf31e – aiju <devnull@localhost> authored on 2016/01/10 17:03
libauthsrv: add D in mkfile

d80e3a5d – stanley lieber <stanley.lieber@gmail.com> authored on 2016/01/07 10:04
/rc/bin/": fix quoting bug (thanks, aiju and silasm)

ad874731 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/07 14:37
pc/pc64: remove mpshutdown print

5afa5f5c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/07 14:37
kernel: remove todfix overflow iprint() spam

6a651b42 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/07 14:20
ape/stdio: %z format is VLONG on amd64

4308f6e7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/07 14:04
ape/fmt: %p and %z format for amd64

772afbe9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/06 23:44
format pointer subtraction results with %zd instead of %ld (for long -> intptr on amd64)

Next