code: drawterm

RSS feed

19fc2213 – aiju authored - 2018/04/17 05:45
windows: PADDRINFOA is not always available

83150518 – aiju authored - 2018/04/17 05:45
windows: fix creating directories under volume root

807168fe – aiju authored - 2018/04/17 05:44
windows: add fullscreen mode

7ba556c6 – henesy authored - 2018/03/20 04:45
Adding manual page drawterm.1

5fe2b255 – Dave authored - 2018/01/20 10:42
Add DragonFly support to drawterm

9110fed3 – cinap_lenrek authored - 2018/01/06 14:09
merge

a8472c1d – cinap_lenrek authored - 2018/01/06 14:07
aan: implement client timeout

6718e705 – 23hiro authored - 2018/01/06 13:33
remove aanto variable from env

fd1a984f – cinap_lenrek authored - 2018/01/06 03:18
libsec: remove asn1toDSApriv()

75e61c07 – 23hiro authored - 2018/01/02 09:44
cpu: add -t flag to overwrite default 1 day aan timeout.

5c9d398c – cinap_lenrek authored - 2018/01/01 23:26
libauth: don't compile unneeded (for drawterm) units, update _attrfmt() and auth.h header

f7b7d007 – cinap_lenrek authored - 2018/01/01 17:25
libauth: fix out of bounds memory access in _parseattr()

503427f3 – cinap_lenrek authored - 2018/01/01 15:19
cpu: replace custom hex parsing code with dec16() avoding timing side channels

91d5706e – cinap_lenrek authored - 2017/12/31 05:38
libc: update various libc functions (from 9front)

0fbac08c – cinap_lenrek authored - 2017/12/31 05:36
libc: update encodefmt support l flag on < (base32) (from 9front)

07eda1b8 – cinap_lenrek authored - 2017/12/31 05:17
libc, libmp: new constant time encode(2) routines (from 9front)

ce450582 – cinap_lenrek authored - 2017/12/29 21:28
libsec: keep in sync with 9front

7ac6345a – cinap_lenrek authored - 2017/12/29 14:05
libsec: get rid of dummy data[1] in Bytes and Ints types (thanks pr)

2edf6164 – cinap_lenrek authored - 2017/12/28 13:24
devfs-posix: add missing stat() call in fsattach to fill info for root fid

22aa6e04 – cinap_lenrek authored - 2017/12/28 13:09
devssl, devtls: fix ~0UL comparsion in wstat on amd64/gcc

15af8dd5 – cinap_lenrek authored - 2017/12/28 12:28
devmnt: use u32int for tagmask, simplify alloctag()

74af129a – cinap_lenrek authored - 2017/11/30 15:52
libsec: make includes consistent for sha2block*.c

b1b106c0 – cinap_lenrek authored - 2017/11/30 15:34
libsec: add sha1block (from 9front)

89649ad9 – cinap_lenrek authored - 2017/11/29 20:56
libsec: unroll sha1block functions (from 9front)

bc76055c – cinap_lenrek authored - 2017/11/25 22:46
devcons: add #c/kmesg, redraw kmesg buffer after resize

fee6fdde – cinap_lenrek authored - 2017/11/25 11:56
screen: do mouseresize() from devdraw instead of the resizeproc

bc5528aa – cinap_lenrek authored - 2017/11/25 11:55
gui-win32: call terminit() only after window size has been determined

74e47cde – cinap_lenrek authored - 2017/11/25 10:54
drawterm: debounce screen resize

b5df2820 – cinap_lenrek authored - 2017/11/23 17:16
gui-x11: reset screenputs before panicing with x i/o error

69161a85 – cinap_lenrek authored - 2017/11/23 13:13
drawterm: implement window resize for gui-x11 and gui-win32

966e3f1d – cinap_lenrek authored - 2017/11/21 14:55
devcons: remove /dev/swap

eb4ce56d – cinap_lenrek authored - 2017/11/21 14:54
libsec: sync with 9front

df8c7d8f – cinap_lenrek authored - 2017/11/21 14:53
use $PASS environment variable secstore/p9any password

2f3f38b8 – cinap_lenrek authored - 2017/07/20 15:03
fix bounds check in screenputc() (thanks mischief)

e10ae983 – cinap_lenrek authored - 2017/05/19 19:27
gui-win32: fix WM_SCROLLWHEEL mouse position

e3a4e2d5 – cinap_lenrek authored - 2017/05/09 16:19
allocate 2 ulongs for secalloc() to keep it 8 byte aligned (use first ulong for magic constant)

b2e55f09 – cinap_lenrek authored - 2017/05/07 12:14
kernel: fix namelenerror(), avoid memrchr() and make it static (from 9front)

d6760dce – cinap_lenrek authored - 2017/04/29 15:35
get rid of drawdebug cruft

2c92a6e0 – cinap_lenrek authored - 2017/04/23 13:21
libsec: update thumbprint implementation from 9front

1583a55d – cinap_lenrek authored - 2017/04/04 18:25
kern: merge with chan.c, dev.c, pgrp.c from 9front, fix waserror() botch in devwalk()

cdb9a6e1 – cinap_lenrek authored - 2017/04/04 13:02
tlshand: simplify tlsReadN() (from 9front)

43866763 – cinap_lenrek authored - 2017/04/03 19:59
tlshand: sync with 9front

15e68cc2 – cinap_lenrek authored - 2017/04/02 20:49
tlshand: fix ECDHE and DHE for SSLv3 (from 9front)

d60c87d4 – cinap_lenrek authored - 2017/03/18 20:13
devdraw: get rid of screen blanking state

2da0defa – aiju authored - 2017/03/14 19:44
translate xkb dead accent codes into corresponding unicode characters

f2c70311 – cinap_lenrek authored - 2017/02/25 17:33
devfs-posix: fix syntax error...

0f3766f4 – cinap_lenrek authored - 2017/02/25 17:03
implement setting atime and mtime in fswstat for unix and windows

333472c8 – cinap_lenrek authored - 2017/02/10 19:29
libsec: update tlshand from 9front...

298b974e – cinap_lenrek authored - 2017/02/10 16:53
libsec: import from 9front

6f175d28 – cinap_lenrek authored - 2017/02/09 18:21
libsec: import changed from 9front

1cb0ad40 – cinap_lenrek authored - 2017/02/06 15:51
libsec: import x509 and rsagen changes from 9front

f5683254 – cinap_lenrek authored - 2017/02/04 23:18
libsec: have rsagen() always produce postive !dk to avoid confusion

24964a29 – cinap_lenrek authored - 2017/02/04 21:02
libmp: fix mpmod() aliasing bug when n == r and x < 0 (thanks aiju, mischief)

64c6eaaa – cinap_lenrek authored - 2017/02/03 19:35
aan: use unsigned message counters

e61ca3be – cinap_lenrek authored - 2017/02/02 14:49
aan: fix ack logic, handle connection shutdown

0646450b – cinap_lenrek authored - 2017/01/27 19:11
devmouse: fix off-by-one in mouseread() (thanks Sören)

dc90f87b – cinap_lenrek authored - 2017/01/24 17:13
netbsd: *shaking head*

72775a71 – cinap_lenrek authored - 2017/01/21 10:46
gui-x11: cleanup error handling code, just call panic()

bdf96eb6 – cinap_lenrek authored - 2017/01/21 10:25
gui-x11: fix unexpected keyups on auto repeat

632d598b – cinap_lenrek authored - 2017/01/15 18:29
Make.unix: linux presents our all time favorite: "guess your machine" game

023a0ce7 – cinap_lenrek authored - 2017/01/15 16:45
remove more old cruft

bc9f9803 – cinap_lenrek authored - 2017/01/15 16:44
devfs-win32: set atime and mtime of drive volume directories

c928f5c0 – cinap_lenrek authored - 2017/01/15 16:13
remove old unused cruft

04e6c5fd – cinap_lenrek authored - 2017/01/15 16:12
set kerndate in main(), move global variables to cpu.c

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

Next