code: drawterm

RSS feed

fe1e2947 – cinap_lenrek authored - 2017/01/15 15:51
win32: fix seconds()

b4d00e3b – cinap_lenrek authored - 2017/01/15 13:02
libsec: sync with 9front

a50be995 – cinap_lenrek authored - 2016/12/28 12:26
libmp: avoid temporary buffer allocation in mprand() (from 9front)

b75e3b2c – cinap_lenrek authored - 2016/12/27 20:04
libsec: replace des based X9.17 genrandom() with chacha random number generator (from 9front)

9ca0eeaa – cinap_lenrek authored - 2016/12/21 20:01
mpxor: sign should be 1/-1, not 0/-1 (from 9front)

f8adb5f7 – cinap_lenrek authored - 2016/12/16 14:29
remove unused kern/x file

911c9760 – cinap_lenrek authored - 2016/12/16 14:14
fix build on freebsd (thanks mveety)

4d702dce – cinap_lenrek authored - 2016/12/16 14:12
get rid of unused kern/syscall.c

7daaecd5 – cinap_lenrek authored - 2016/12/16 13:51
adding Make.netbsd (thanks k0ga)

120319ea – cinap_lenrek authored - 2016/12/10 10:12
devmouse: change msec argument of absmousetrack() to ulong

e49acd45 – cinap_lenrek authored - 2016/12/10 09:55
gui-x11: fix mistake

09820aa6 – cinap_lenrek authored - 2016/12/10 09:47
devmouse: provide absmousetrack() for os specific code instead of exposing te mouse info state

ae6b4b42 – cinap_lenrek authored - 2016/12/10 09:45
devcons, devkbd: use tas() to check for unuse

6b188c0b – cinap_lenrek authored - 2016/12/10 09:42
tas: fix function prototype, tas takes int* and returns int

efbc81f6 – cinap_lenrek authored - 2016/12/08 18:12
devfs-*.c: fix memory leak on remove, implement ORCLOSE

0757b2cd – cinap_lenrek authored - 2016/11/17 14:10
libmemdraw: cleanup fillpoly(), remove unused fillcolor hack

734ac7f2 – cinap_lenrek authored - 2016/11/17 13:55
libsec: remove unused get32() function

cc4362cf – cinap_lenrek authored - 2016/11/17 13:51
libmemdraw: remove unused static drawbuf variables and ptrfn() declaration

525ffef1 – cinap_lenrek authored - 2016/11/17 12:22
libsec: remove unused aes_setupDec() function (thanks ftrvxmtrx)

01dc1e2c – cinap_lenrek authored - 2016/11/17 12:14
devtls: remove unused get32() function

9f46d488 – cinap_lenrek authored - 2016/11/12 11:42
kern: make readblist() offset of type ulong as the rest

3b886fcd – cinap_lenrek authored - 2016/11/12 09:54
kern: update qio and devmnt, remove mount cache stub

278bcb7e – sl authored - 2016/11/01 19:37
posix-mips: fix build (from OpenBSD port)

aa7b1a1a – sl authored - 2016/11/01 19:31
posix-power/Makefile: add CFLAGS (from OpenBSD port)

4983641c – cinap_lenrek authored - 2016/10/30 09:14
merge

fbff9598 – cinap_lenrek authored - 2016/10/30 09:14
libsec: add secp384r1 curve parameters for tls

a84829ad – sl authored - 2016/10/27 23:48
Make.openbsd: fix for ppc and sparc64 build (thanks, jca)

e33e6673 – cinap_lenrek authored - 2016/09/18 11:05
use service names instead of numberic ports for ticket and secstore

4c2d87cd – cinap_lenrek authored - 2016/09/18 10:51
cpu: allow passing remote command with the -c flag (use -h to pass cpu server)

b19ced51 – cinap_lenrek authored - 2016/09/18 10:02
devcons: remove cpunote file

b9cc4860 – cinap_lenrek authored - 2016/09/18 09:58
win32: fix semaphore leak in osproc()

7d7ddbc1 – cinap_lenrek authored - 2016/09/11 17:44
libc: bring strtod() in line with plan9's (ape) libc version

8294a496 – cinap_lenrek authored - 2016/09/11 07:30
replace custom randfill() with prng() calls, remove rand()/nrand() definitions from kernel

3d14bcb3 – cinap_lenrek authored - 2016/09/08 13:19
aan: dont break connection on write error...

35ab5a74 – cinap_lenrek authored - 2016/09/08 03:54
libmp: update mptov.c and mplogic.c from 9front

00c19a0e – stanley authored - 2016/09/06 17:26
add Make.freebsd

2fdbfe6d – cinap_lenrek authored - 2016/08/28 20:13
libmp: remove unused mpeuclid.c

cc706364 – cinap_lenrek authored - 2016/08/28 20:12
libmp: allow passing nil to v,x,y results of mpextendedgcd(), simplify mpinvert()

90baca83 – cinap_lenrek authored - 2016/08/28 18:46
libmp: mpnrand from 9front

3084c763 – cinap_lenrek authored - 2016/08/28 13:28
import secalloc()/secfre() from from 9front

88f161d1 – cinap_lenrek authored - 2016/08/28 12:02
libmp: sync with 9front

17da0b9d – cinap_lenrek authored - 2016/08/27 21:44
strtomp: update the returned char* even if there were no characters parsed (from, fix mpbits() call in octal code

bc73cbac – cinap_lenrek authored - 2016/08/21 08:03
kern/posix: remove srandom()/random() code for entropy gathering, will always use /dev/[u]random

62ab8e7c – cinap_lenrek authored - 2016/08/21 08:02
kern/devip: add t9fs service

0f3bdd70 – cinap_lenrek authored - 2016/08/20 21:56
devssl, devtls: merge with 9front

fc582333 – cinap_lenrek authored - 2016/08/20 21:42
kern/win32: remove #include <libsec.h> (was there for sha1)

7d6b0ad1 – 23hiro authored - 2016/08/20 21:38
devip-posix.c: replace PADDRINFOA with addrinfo structs

313cf410 – cinap_lenrek authored - 2016/08/20 21:20
libmp: mptrunc: normalize after mpassign to handle the case b==r (from 9front)

c9ff32c9 – cinap_lenrek authored - 2016/08/20 21:12
devip: return multiple addresses in /net/cs for dial(), handle ipv6 for windows

d14cd19f – cinap_lenrek authored - 2016/08/20 21:09
kern/win32: use RtlGenRandom() instead for randrom source, fix oserrstr()

58bf8cb8 – cinap_lenrek authored - 2016/08/06 11:47
libauthsrv: ANAMELEN -> PASSWDLEN

0594c6d1 – cinap_lenrek authored - 2016/07/31 14:47
update libauthsrv, use common readcons() function

354d513a – cinap_lenrek authored - 2016/07/18 05:04
devmouse: implement swap, scrollswap and buttonmap mousectl

289afc11 – 23hiro authored - 2016/07/12 06:10
gui-x11: add scroll_lock key (thanks 9fuser)

6bfea395 – cinap_lenrek authored - 2016/06/21 17:40
merge

4ed08f43 – cinap_lenrek authored - 2016/06/21 17:39
gui-win32: fix clipping code

aa386f95 – cinap_lenrek authored - 2016/06/01 06:01
devcons: dont setterm(0) in printinit, ioctl causes process to get stopped when run in background on unix

261a80f0 – cinap_lenrek authored - 2016/05/30 02:35
remove unreachable sysfatal() calls after exportfs(), exits(nil) on eof in exportfs

6ffcc16c – cinap_lenrek authored - 2016/05/29 22:55
reduce error verbosity, hang when panicing in graphics mode

50746b16 – cinap_lenrek authored - 2016/05/29 20:26
rcpu: post final hangup note to the group after rc exits

8bd7505d – cinap_lenrek authored - 2016/05/29 19:14
devcons: simplify line editing logic

3a32c071 – cinap_lenrek authored - 2016/05/29 12:24
fix some compiler warnings

8d356984 – cinap_lenrek authored - 2016/05/28 20:21
do screeninit() in devdraw at attach time, fix type for setterm() prototype

a9725511 – cinap_lenrek authored - 2016/05/28 19:55
handle cooked mode eof

850af541 – cinap_lenrek authored - 2016/05/28 18:51
raw mode

94161e04 – cinap_lenrek authored - 2016/05/28 14:29
just read stdin for readcons() until i figured out tty raw processing

65d683ba – cinap_lenrek authored - 2016/05/28 14:07
provide dummy _getch() function for unix, fix mouseinit() crash

c38bce11 – cinap_lenrek authored - 2016/05/28 12:49
add -G flag to disable graphics mode

78a654c8 – cinap_lenrek authored - 2016/04/26 07:44
make tuttle glenda icon for gui-x11

f85ef344 – cinap_lenrek authored - 2016/04/25 16:44
libsec: update ecc and tlshand (sync with 9front)

72da0579 – cinap_lenrek authored - 2016/04/19 18:42
don't leak /env/fn#server into the environment when using aan

691adfab – cinap_lenrek authored - 2016/04/17 15:31
remove -C flag, cleanup

5b50d2da – cinap_lenrek authored - 2016/04/17 14:33
remove -d flag (was unused)

c1f45eb4 – cinap_lenrek authored - 2016/04/17 14:21
add -O option to disable new rcpu protocol, accept -h option just like cpu

1077af5b – cinap_lenrek authored - 2016/04/17 13:19
sync with 9front libsec and devtls, c2name() -> chanpath()

efa00ae6 – cinap_lenrek authored - 2016/04/14 19:53
merge

b86ca0bf – cinap_lenrek authored - 2016/04/14 19:52
fix error print in p9any negotiation (thanks Kenji Arisawa)

eb34f4d4 – cinap_lenrek authored - 2016/04/11 08:25
gui-x11: simpler attempt on handling alt-compose cancel on window focus change

b9347940 – cinap_lenrek authored - 2016/04/10 20:19
reverting this megashit

40db9d53 – 23hiro authored - 2016/04/10 19:30
gux-x11: Alt key: if alt was pressed during focusout send a second alt to get out of composition mode on focusin.

fad4eb92 – sl authored - 2016/04/06 17:18
gui-x11/x11.c: fix [thing] (thanks, k0ga)

8406d230 – aap authored - 2016/04/05 08:58
changed cursor to plan 9 cursor

fa752996 – cinap_lenrek authored - 2016/04/03 17:24
devkbd: return multiple messages per /dev/kbd read (helps with high latency links)

b7491323 – cinap_lenrek authored - 2016/03/26 17:39
drawterm: fix auth method string (p9 vs p9any)

3b45a5cf – aiju authored - 2016/03/24 13:38
remove extraneous typedef from tlshand.c

3e13a4a3 – cinap_lenrek authored - 2016/03/17 18:01
term: only call flushmemscreen() when we got the drawlock

50dcc5c0 – 23hiro authored - 2016/03/17 15:01
gui-x11: fix ctrl key release event

09d3c3c9 – cinap_lenrek authored - 2016/03/15 09:55
merge

7a73fd88 – cinap_lenrek authored - 2016/03/15 09:55
handle role= and !hex= key attributes in secstore p9sk1/dp9ik keys

31d7a7a1 – 23hiro authored - 2016/03/15 07:19
readme: note support for mac os x11

4e34729a – cinap_lenrek authored - 2016/03/15 04:46
fix build for osx/x11 on amd64 (thanks Kenji Arisawa)

7768cd9a – cinap_lenrek authored - 2016/03/13 17:12
gui-x11: handle shift, ctl, caps keys

081c1f21 – cinap_lenrek authored - 2016/03/12 07:29
libsec: remove weakCipher[] array check as we do not support any of these weak ciphers

c8d84a80 – cinap_lenrek authored - 2016/03/10 15:02
fix sparc and mips getcallerpc() return type ulong -> uintptr

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

a583f0d9 – cinap_lenrek authored - 2016/03/09 21:09
pass zeroed buffer in fversion syscall instead of 9P2000 for iounit negotion

c89f3940 – cinap_lenrek authored - 2016/03/09 14:58
implement iounit() as kernel function, try to set iounit to 64K before mount on remote side

b5e697fd – cinap_lenrek authored - 2016/03/09 13:54
devtls: fix wrong iounit

082f1a3a – cinap_lenrek authored - 2016/03/08 10:21
add -B option to disable /dev/kbd

673e3de9 – cinap_lenrek authored - 2016/03/07 15:01
implement aan support for rcpu

Next