shithub: drawterm-fdroid

RSS feed

4c2d87cd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/18 12:51
cpu: allow passing remote command with the -c flag (use -h to pass cpu server)

b19ced51 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/18 12:02
devcons: remove cpunote file

b9cc4860 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/18 11:58
win32: fix semaphore leak in osproc()

7d7ddbc1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/11 19:44
libc: bring strtod() in line with plan9's (ape) libc version

8294a496 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/11 09:30
replace custom randfill() with prng() calls, remove rand()/nrand() definitions from kernel

3d14bcb3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/08 15:19
aan: dont break connection on write error...

35ab5a74 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/08 05:54
libmp: update mptov.c and mplogic.c from 9front

00c19a0e – stanley lieber <stanley.lieber@gmail.com> authored on 2016/09/06 13:26
add Make.freebsd

2fdbfe6d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/28 22:13
libmp: remove unused mpeuclid.c

cc706364 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/28 22:12
libmp: allow passing nil to v,x,y results of mpextendedgcd(), simplify mpinvert()

90baca83 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/28 20:46
libmp: mpnrand from 9front

3084c763 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/28 15:28
import secalloc()/secfre() from from 9front

88f161d1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/28 14:02
libmp: sync with 9front

17da0b9d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 23:44
strtomp: update the returned char* even if there were no characters parsed (from, fix mpbits() call in octal code

bc73cbac – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/21 10:03
kern/posix: remove srandom()/random() code for entropy gathering, will always use /dev/[u]random

62ab8e7c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/21 10:02
kern/devip: add t9fs service

0f3bdd70 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/20 23:56
devssl, devtls: merge with 9front

fc582333 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/20 23:42
kern/win32: remove #include <libsec.h> (was there for sha1)

7d6b0ad1 – 23hiro <23hiro@gmail.com> authored on 2016/08/20 23:38
devip-posix.c: replace PADDRINFOA with addrinfo structs

313cf410 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/20 23:20
libmp: mptrunc: normalize after mpassign to handle the case b==r (from 9front)

c9ff32c9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/20 23:12
devip: return multiple addresses in /net/cs for dial(), handle ipv6 for windows

d14cd19f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/20 23:09
kern/win32: use RtlGenRandom() instead for randrom source, fix oserrstr()

58bf8cb8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/06 13:47
libauthsrv: ANAMELEN -> PASSWDLEN

0594c6d1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/31 16:47
update libauthsrv, use common readcons() function

354d513a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/18 07:04
devmouse: implement swap, scrollswap and buttonmap mousectl

289afc11 – 23hiro <23hiro@gmail.com> authored on 2016/07/12 08:10
gui-x11: add scroll_lock key (thanks 9fuser)