Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-18 | vncs: use procsetname() instead of rolling your own | cinap_lenrek | |
2018-08-21 | vncs: fix uninterruptable temporary warning | cinap_lenrek | |
2018-08-20 | vncs: shut up used and not set warning | mischief | |
2018-08-20 | vncs: support for desktop resize extension, update devdraw | cinap_lenrek | |
2018-08-18 | vncs: fix mistake "screen" vs "gscreen", thanks eekee | cinap_lenrek | |
2018-07-30 | vncv: implement extended DesktopSize extension, cleanup | cinap_lenrek | |
2016-12-11 | vncs: update devmouse code | cinap_lenrek | |
2015-01-06 | vncs: add -A for no auth to usage | mischief | |
2015-01-05 | vncs: turn off auth with -A, do not require -c for -x | mischief | |
2013-09-15 | vncs: fix cmdpid fork bug | cinap_lenrek | |
we cannot do: cmdpid = rfork(... RFMEM); because cmdpid is a global variable in the data segment and hence shared between parent and child process. use a temporary variable on the stack. | |||
2013-09-14 | tls: fix various tlsClient()/tlsServer() related bugs | cinap_lenrek | |
- TLSconn structure on stack but not initialized (zeroed) - original filedescriptor double closed in error case - original filedescriptor leaked in success case - leaked TLSconn.sessionID and TLSconn.cert - clarify in pushtls(2) and pushssl(2) | |||
2012-11-06 | make interrupt key (Del) just work in the console | cinap_lenrek | |
these changes make the interrupt key available in the console (before rio is started). kbdfs: will now send a "interrupt" note to its invoking process group in cooked mode. bootrc: is now prepared to handle interrupts, mainly to not accidently spawn a new bootargs prompt. init: forwards the interrupt to the cpurc/termrc pgrp. vncs: shields itself from kbdfs notegroup so interrrupt wont kill the whole vnc session. | |||
2012-08-19 | vncs: cleanup and error handling | cinap_lenrek | |
2012-02-25 | vncs: /dev/kbd support by running kbdfs and forwarding keycodes thru kbdin | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |