shithub: drawterm-fdroid

RSS feed

7768cd9a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/13 18:12
gui-x11: handle shift, ctl, caps keys

081c1f21 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/12 08:29
libsec: remove weakCipher[] array check as we do not support any of these weak ciphers

c8d84a80 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/10 16:02
fix sparc and mips getcallerpc() return type ulong -> uintptr

b7cd7074 – sl <devnull@localhost> authored on 2016/03/10 09:03
add Make.openbsd and kern/devaudio-sndio.c to support sound on OpenBSD (thanks jpm_)

a583f0d9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/09 22:09
pass zeroed buffer in fversion syscall instead of 9P2000 for iounit negotion

c89f3940 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/09 15:58
implement iounit() as kernel function, try to set iounit to 64K before mount on remote side

b5e697fd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/09 14:54
devtls: fix wrong iounit

082f1a3a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/08 11:21
add -B option to disable /dev/kbd

673e3de9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/03/07 16:01
implement aan support for rcpu

b5259817 – 23hiro <23hiro@gmail.com> authored on 2016/03/06 18:20
readme: visual studio is now officially broken

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

6703a455 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/29 00:00
devaudio-win32: dont burn cpu when wave block is busy

cdcc2bf6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/28 23:14
devaudio-win32: quick and dirty audio playback driver for windows

86573f1a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/28 06:48
libc: fix sign extension bug for GBIT64()

76af4ec0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/28 05:51
win32: fix warnings

181023b0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/28 05:34
lib: add strtoll() prototype

c9098197 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/28 05:33
win32: unicode command line, fix showfile

15d8e4cb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/28 04:49
libauthsrv: remove opasstokey()

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

2ad858a3 – khm <devnull@localhost> authored on 2016/02/27 21:48
x11: work around incompatible libc types

3f419d1c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/27 22:25
kern: allow Dev.create() to return a Chan* to bring it in line with 9front kernel

df77799e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/27 22:09
import devdraw from 9front

17b41aef – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/27 21:08
remove lib/codereview hipster shit

9e58d45f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/27 21:01
gui-osx: fix attachscreen() prototype (untested)

af5fa79b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/27 20:50
libip: update parseip() from 9front

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

a08fb228 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/27 20:13
update libdraw code to 9front version, cleanup x11 code

5dc9cad6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/26 23:26
/dev/kbd support for rcpu (requires updated kbdfs on remote side)

b1032467 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/25 03:53
bring back /dev/audio, sorry :-)

9731b2c5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/25 03:31
fix devfs-*.c to not use cname hack to get file path, get rid of MAXPATH limit, make root accessible under /mnt/term/root

39347ab4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/24 19:39
don't expose secstore secrets in /mnt/term/dev/secstore

162ce8d8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/02/24 19:30
devip: dont need to set cv->owner, its a static buffer