RSS feed
	
	
	
		e9853213
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2021/10/16 11:13
		
devtls: implement "hangup" control message
		 
	
		e65af5d4
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2021/10/08 08:45
		
Fix fdclose conflict in drawterm (thanks Christos Margiolis)
		 
	
		823eea4c
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2021/10/03 13:58
		
chan: minimize differences with 9front...
		 
	
		c6f547e1
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2021/10/02 13:46
		
devtls: fix bwrite memory leak when channel stops being open (from 9front)
		 
	
		f1a4a546
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2021/08/31 04:06
		
gui-x11: fix uninitialized vars bug for screeninit() window position (thanks Nicola Girardi)
		 
	
		9620904e
		 – Lorenzo Bivens <git@lorenzobivens.info>
 authored
 on 2021/08/13 23:39
		
Merging echoline's android and fbdev forks
		 
	
		a130d441
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2021/08/02 14:33
		
gui-win32: delete utf-16 routines, just use WideCharToMultiByte()/MultiByteToWideChar() kernel32 functions
		 
	
		dbe5ea12
		 – kemal <kemali13@protonmail.com>
 authored
 on 2021/08/01 15:36
		
gui-win32: add support for surrogate pairs in rune16 functions
		 
	
		c97fe469
		 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
 authored
 on 2021/06/28 15:29
		
drawterm/gui-cocoa/screen.m: fix SEGFAULT during cursor updates (thanks Igor)
		 
	
		df9c9a8f
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2021/06/20 10:47
		
libsec: move zero check to curve25519_dh_finish()
		 
	
		368599de
		 – glenda <cinap_lenrek@felloff.net>
 authored
 on 2021/06/19 11:07
		
libsec: add curve25519 and adjust ECpriv point access
		 
	
		4eeb8bcb
		 – glenda <cinap_lenrek@felloff.net>
 authored
 on 2021/06/19 10:55
		
libsec: various changes to tls (import from 9front)
		 
	
		0e9b2f46
		 – glenda <cinap_lenrek@felloff.net>
 authored
 on 2021/06/17 03:49
		
implement simulated mouse buttons for Mac laptops similar to plan9port.
		 
	
		4b2ebe94
		 – glenda <cinap_lenrek@felloff.net>
 authored
 on 2021/06/13 15:58
		
merge
		 
	
		c9f4e6f1
		 – glenda <cinap_lenrek@felloff.net>
 authored
 on 2021/06/13 15:55
		
remove .hgignore, update new repo url in README
		 
	
		8fad5143
		 – Ori Bernstein <ori@eigenstate.org>
 authored
 on 2021/06/13 08:20
		
license: it's all mit, baby.
		 
	
		8fde26c4
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2021/06/04 16:57
		
win32: remove unused argv0 variable (clashes with main.c)
		 
	
		e104d959
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2021/05/04 21:52
		
drawterm: properly handle enf of file in readstr() (from 9front cpu.c)
		 
	
		7b58000c
		 – Sigrid <ftrvxmtrx@gmail.com>
 authored
 on 2021/04/14 16:46
		
x11: reset Kshift state on focus change until we find a way to reset all modifier keys state
		 
	
		c6e96174
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/12/23 10:58
		
kern: remove per-process information from devcons
		 
	
		cfda4c39
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/12/22 19:04
		
add preliminary riscv64 support from archlinux (thanks Sören Tempel)
		 
	
		d744632a
		 – kvik <kvik@a-b.xyz>
 authored
 on 2020/11/18 18:01
		
devaudio-sndio: use a documented default device string
		 
	
		3b85c767
		 – mischief <mischief@offblast.org>
 authored
 on 2020/11/09 05:30
		
gui-x11: handle WM_DELETE_WINDOW messages
		 
	
		76ddc13f
		 – Ori Bernstein <ori@eigenstate.org>
 authored
 on 2020/09/26 09:03
		
merge
		 
	
		e93e6aac
		 – Ori Bernstein <ori@eigenstate.org>
 authored
 on 2020/09/26 07:14
		
freebsd: AUDIO=unix works, so use it. Tested on 12.1
		 
	
		6971ee1b
		 – Sigrid <ftrvxmtrx@gmail.com>
 authored
 on 2020/09/22 06:08
		
devfs-posix: fix pread/pwrite for large (>2Gb) files
		 
	
		afadbd7a
		 – Ori Bernstein <ori@eigenstate.org>
 authored
 on 2020/08/29 11:34
		
osx-cocoa: ensure array is non-empty before indexing
		 
	
		7ba254af
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/06/24 14:42
		
cpu: remove /env/PASS to avoid leaking password to the remote system
		 
	
		566f2779
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/06/19 19:18
		
Add devenv to provide exit status for rcpu (thanks Fazlul)
		 
	
		11729e23
		 – Sigrid <ftrvxmtrx@gmail.com>
 authored
 on 2020/06/19 12:52
		
arm64/tas: use atomic builtin when possible, fixes drawterm on aarch64 android
		 
	
		18dbc24c
		 – Sigrid <ftrvxmtrx@gmail.com>
 authored
 on 2020/06/19 12:19
		
merge
		 
	
		b44945b7
		 – Sigrid <ftrvxmtrx@gmail.com>
 authored
 on 2020/06/19 12:18
		
Make.unix: -lm (for frexp)
		 
	
		e1964307
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/05/26 20:21
		
devfs-posix: apply u9fs truncate support (thanks Fazlul Shahriar)
		 
	
		d4043e96
		 – Ori Bernstein <ori@eigenstate.org>
 authored
 on 2020/04/27 10:19
		
fix drawterm compiles using gcc 10
		 
	
		bf3a3cdf
		 – joe <devnull@localhost>
 authored
 on 2020/04/23 08:52
		
get the WM_NAME and WM_CLASS from the environment
		 
	
		07155bd7
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/04/23 15:49
		
remove unused macro from chan.c (from 9front)
		 
	
		c4faf3aa
		 – joe <devnull@localhost>
 authored
 on 2020/04/23 02:14
		
x11 set wm properties needs a display flush to work
		 
	
		e40ce258
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/04/21 15:45
		
remove cpu specific _sha1block() and _md5block() functions
		 
	
		7aab5c79
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/04/21 15:16
		
add arm64 support (thanks mpmkp2020 from alpinelinux)
		 
	
		f4cc7901
		 – Alex Musolino <alex@musolino.id.au>
 authored
 on 2020/04/19 12:04
		
devip: replace "net" with "tcp" in dial strings regardless of host part
		 
	
		05702a29
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/04/18 00:26
		
x11: add -g geometry arg to set window position and size (thanks joe9)
		 
	
		3a300145
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/04/18 00:23
		
x11: add _NET_WM_PID property to main window (thanks joe9)
		 
	
		836f7f45
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/03/01 12:35
		
libsec: remove unused code not relevant to drawterm
		 
	
		9863ee8b
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/03/01 10:14
		
libsec: remove hash pickle functions
		 
	
		e56902a6
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2020/01/11 19:16
		
devdraw: fix topnwindows() panic when images are not windows (thanks aiju)
		 
	
		3c6be475
		 – Sigrid <ftrvxmtrx@gmail.com>
 authored
 on 2019/12/04 09:01
		
sndio: a better fix - just call error()
		 
	
		5876605b
		 – Sigrid <ftrvxmtrx@gmail.com>
 authored
 on 2019/12/03 17:11
		
sndio: audiodevclose: don't crash if failed to init before
		 
	
		11fecde6
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/12/02 20:12
		
devcmd: on posix, use execvp() and handle chdir(), format better status line
		 
	
		f502310b
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/11/30 14:57
		
devcmd: format a 5-field status line in oscmdwait() as described by cmd(3)
		 
	
		f2f53748
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/11/25 18:38
		
cmd(3): encode empty argument as "" for win32
		 
	
		788f6549
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/11/25 18:23
		
cmd(3): fix command argument quoting for win32
		 
	
		580a5149
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/11/23 21:08
		
cmd(3): implement command execution for posix
		 
	
		9c784144
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/11/23 20:04
		
devlfd-posix: bring back lfdfd() for posix-factotum.c
		 
	
		7c69c6d7
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/11/23 19:21
		
cmd(3): port the os command execution device from inferno (win32 only so far)
		 
	
		748142a9
		 – 23hiro <23hiro@gmail.com>
 authored
 on 2019/09/24 18:53
		
win32: audio scale fix (thanks Jacob Moody)
		 
	
		bcbb3563
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/06/19 13:34
		
devaudio: implement volume setting for win32 (thanks jsmoody)
		 
	
		5f074880
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/03/09 15:51
		
libmemdraw: update memarc() and memellipse() from 9front
		 
	
		176099bb
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/02/12 23:05
		
libip: don't reject ipmask in v6 form for v4 address
		 
	
		46311023
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/02/12 17:00
		
libip: sync with 9front
		 
	
		f12ca802
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/02/01 12:38
		
gui-x11: free the right GC in xallocmemimage() error case
		 
	
		5689c790
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/02/01 12:33
		
gui-x11: implement screensize()
		 
	
		d68a6212
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/01/30 13:52
		
merge
		 
	
		f5639c63
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/01/30 13:52
		
devdraw: get rid of softscreen==0xa110c hack and make attachscreen() return Memdata* (from 9front)
		 
	
		c854b7aa
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/01/30 11:09
		
gui-osx: fix bogus USED()
		 
	
		66c514de
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/01/30 06:38
		
gui-x11: fix USED()...
		 
	
		395d4c92
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/01/29 19:41
		
screen: add screensize() function to reallocate the gscreen
		 
	
		1c709767
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/01/28 19:00
		
devdraw: simplify drawgen() (from 9front)
		 
	
		679555db
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2019/01/22 17:50
		
devtls: remove static "already" flag in tlsinit(). this function is only run once. (from 9front)
		 
	
		83e42639
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/12/06 15:49
		
libmp: fix mptouv behaviour to match mptoui (sync with 9front)
		 
	
		f389dc63
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/12/05 10:56
		
libmp: mptov: make it actually work (sync with 9front)
		 
	
		aa06c6a0
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/12/01 22:25
		
libsec: fix memory leak in pkcs1_decrypt() (from 9front)
		 
	
		fe1f7fac
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/10/03 15:29
		
move setterm() to kern/posix.c and kern/win32.c (thanks j-xy)
		 
	
		d06ed886
		 – mischief <mischief@offblast.org>
 authored
 on 2018/09/11 20:29
		
kern: fix *another* longjmp bug
		 
	
		7e48e47a
		 – mischief <mischief@offblast.org>
 authored
 on 2018/09/11 15:34
		
kern: fix another longjmp bug
		 
	
		550a8ec5
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/09/05 06:56
		
devfs-posix: error on rename when newpath already exists
		 
	
		fd5ced87
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/09/01 14:47
		
fswstat: can't modify automatic variables that get used in waseror() handler
		 
	
		aa140ab5
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/08/19 18:01
		
devdraw: zero initialize DImage.dscreen pointer (vnc, drawterm)
		 
	
		f3fbc0b2
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/07/23 15:31
		
merge
		 
	
		3e20c041
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/07/23 15:30
		
devmouse: produce signed msec timstamp in /dev/mouse
		 
	
		bb68e065
		 – aiju <devnull@localhost>
 authored
 on 2018/07/10 12:07
		
update README for cocoa
		 
	
		f54a88de
		 – aiju <devnull@localhost>
 authored
 on 2018/07/10 11:36
		
drawterm x11: MIME types need case sensitivity training (thanks echoline)
		 
	
		ebb16275
		 – aiju <devnull@localhost>
 authored
 on 2018/07/10 11:18
		
drawterm.app rule breaks osx build; delete it
		 
	
		a38e9e1d
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/07/09 06:55
		
secstore: increase line buffer size to 8k to avoid warning on big keys (rsa)
		 
	
		774d1d23
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/07/07 17:03
		
gui-win32: remove shift mouse button swap code
		 
	
		911a007c
		 – aiju <devnull@localhost>
 authored
 on 2018/07/07 06:09
		
add mousewheel to cocoa drawterm (thanks Steven McDonald)
		 
	
		047ad2e0
		 – aiju <devnull@localhost>
 authored
 on 2018/07/03 19:28
		
add .hgignore
		 
	
		41144a24
		 – aiju <devnull@localhost>
 authored
 on 2018/07/03 19:28
		
add osx tuttle glenda and add makefile target to copy binary into .app
		 
	
		d951a96b
		 – aiju <devnull@localhost>
 authored
 on 2018/07/03 19:05
		
add osx cocoa port
		 
	
		0748e023
		 – aiju <devnull@localhost>
 authored
 on 2018/07/03 19:04
		
add guimain() and cpubody() indirection to allow for osx cocoa port
		 
	
		9383debb
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/06/19 17:42
		
devip: allow * hostname for listen
		 
	
		ec3e4f9b
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/06/06 18:50
		
win32: fix windows7 graphics glitches when in fullscreen
		 
	
		175d88f6
		 – aiju <devnull@localhost>
 authored
 on 2018/05/14 11:57
		
merge
		 
	
		658bdec9
		 – aiju <devnull@localhost>
 authored
 on 2018/05/14 11:57
		
win32: convert clipboard to and from CR+LF
		 
	
		943e142d
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2018/05/11 11:37
		
libmp: apply fixes for mplogic, mpdiv and mpmagadd from 9front (thanks aiju)
		 
	
		ee260887
		 – aiju <devnull@localhost>
 authored
 on 2018/04/17 06:45
		
windows: RtlGenRandom cannot always be statically linked
		 
	
		19fc2213
		 – aiju <devnull@localhost>
 authored
 on 2018/04/17 06:45
		
windows: PADDRINFOA is not always available
		 
	
		83150518
		 – aiju <devnull@localhost>
 authored
 on 2018/04/17 06:45
		
windows: fix creating directories under volume root
		 
	
		807168fe
		 – aiju <devnull@localhost>
 authored
 on 2018/04/17 06:44
		
windows: add fullscreen mode
		 
	
		7ba556c6
		 – henesy <devnull@localhost>
 authored
 on 2018/03/19 23:45
		
Adding manual page drawterm.1
		 
	
		5fe2b255
		 – Dave MacFarlane <driusan@gmail.com>
 authored
 on 2018/01/20 05:42
		
Add DragonFly support to drawterm
		 
Next