git: drawterm

RSS feed

e3a4e2d5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/05/09 18:19
allocate 2 ulongs for secalloc() to keep it 8 byte aligned (use first ulong for magic constant)

b2e55f09 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/05/07 14:14
kernel: fix namelenerror(), avoid memrchr() and make it static (from 9front)

d6760dce – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/04/29 17:35
get rid of drawdebug cruft

2c92a6e0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/04/23 15:21
libsec: update thumbprint implementation from 9front

1583a55d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/04/04 20:25
kern: merge with chan.c, dev.c, pgrp.c from 9front, fix waserror() botch in devwalk()

cdb9a6e1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/04/04 15:02
tlshand: simplify tlsReadN() (from 9front)

43866763 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/04/03 21:59
tlshand: sync with 9front

15e68cc2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/04/02 22:49
tlshand: fix ECDHE and DHE for SSLv3 (from 9front)

d60c87d4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/03/18 21:13
devdraw: get rid of screen blanking state

2da0defa – aiju <devnull@localhost> authored on 2017/03/14 19:44
translate xkb dead accent codes into corresponding unicode characters

f2c70311 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/25 18:33
devfs-posix: fix syntax error...

0f3766f4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/25 18:03
implement setting atime and mtime in fswstat for unix and windows

333472c8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/10 20:29
libsec: update tlshand from 9front...

298b974e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/10 17:53
libsec: import from 9front

6f175d28 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/09 19:21
libsec: import changed from 9front

1cb0ad40 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/06 16:51
libsec: import x509 and rsagen changes from 9front

f5683254 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/05 00:18
libsec: have rsagen() always produce postive !dk to avoid confusion

24964a29 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/04 22:02
libmp: fix mpmod() aliasing bug when n == r and x < 0 (thanks aiju, mischief)

64c6eaaa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/03 20:35
aan: use unsigned message counters

e61ca3be – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/02/02 15:49
aan: fix ack logic, handle connection shutdown

0646450b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/27 20:11
devmouse: fix off-by-one in mouseread() (thanks Sören)

dc90f87b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/24 18:13
netbsd: *shaking head*

72775a71 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/21 11:46
gui-x11: cleanup error handling code, just call panic()

bdf96eb6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/21 11:25
gui-x11: fix unexpected keyups on auto repeat

632d598b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/15 19:29
Make.unix: linux presents our all time favorite: "guess your machine" game

023a0ce7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/15 17:45
remove more old cruft

bc9f9803 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/15 17:44
devfs-win32: set atime and mtime of drive volume directories

c928f5c0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/15 17:13
remove old unused cruft

04e6c5fd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/15 17:12
set kerndate in main(), move global variables to cpu.c

fe1e2947 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/15 16:51
win32: fix seconds()

b4d00e3b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/15 14:02
libsec: sync with 9front

a50be995 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/28 13:26
libmp: avoid temporary buffer allocation in mprand() (from 9front)

b75e3b2c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/27 21:04
libsec: replace des based X9.17 genrandom() with chacha random number generator (from 9front)

9ca0eeaa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/21 21:01
mpxor: sign should be 1/-1, not 0/-1 (from 9front)

f8adb5f7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/16 15:29
remove unused kern/x file

911c9760 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/16 15:14
fix build on freebsd (thanks mveety)

4d702dce – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/16 15:12
get rid of unused kern/syscall.c

7daaecd5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/16 14:51
adding Make.netbsd (thanks k0ga)

120319ea – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/10 11:12
devmouse: change msec argument of absmousetrack() to ulong

e49acd45 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/10 10:55
gui-x11: fix mistake

09820aa6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/10 10:47
devmouse: provide absmousetrack() for os specific code instead of exposing te mouse info state

ae6b4b42 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/10 10:45
devcons, devkbd: use tas() to check for unuse

6b188c0b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/10 10:42
tas: fix function prototype, tas takes int* and returns int

efbc81f6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/08 19:12
devfs-*.c: fix memory leak on remove, implement ORCLOSE

0757b2cd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/17 15:10
libmemdraw: cleanup fillpoly(), remove unused fillcolor hack

734ac7f2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/17 14:55
libsec: remove unused get32() function

cc4362cf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/17 14:51
libmemdraw: remove unused static drawbuf variables and ptrfn() declaration