RSS feed
	
	
	
		00c19a0e
		 – stanley lieber <stanley.lieber@gmail.com>
 authored
 on 2016/09/06 13:26
		
add Make.freebsd
		 
	
		2fdbfe6d
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/28 22:13
		
libmp: remove unused mpeuclid.c
		 
	
		cc706364
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/28 22:12
		
libmp: allow passing nil to v,x,y results of mpextendedgcd(), simplify mpinvert()
		 
	
		90baca83
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/28 20:46
		
libmp: mpnrand from 9front
		 
	
		3084c763
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/28 15:28
		
import secalloc()/secfre() from from 9front
		 
	
		88f161d1
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/28 14:02
		
libmp: sync with 9front
		 
	
		17da0b9d
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 23:44
		
strtomp: update the returned char* even if there were no characters parsed (from, fix mpbits() call in octal code
		 
	
		bc73cbac
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/21 10:03
		
kern/posix: remove srandom()/random() code for entropy gathering, will always use /dev/[u]random
		 
	
		62ab8e7c
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/21 10:02
		
kern/devip: add t9fs service
		 
	
		0f3bdd70
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/20 23:56
		
devssl, devtls: merge with 9front
		 
	
		fc582333
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/20 23:42
		
kern/win32: remove #include <libsec.h> (was there for sha1)
		 
	
		7d6b0ad1
		 – 23hiro <23hiro@gmail.com>
 authored
 on 2016/08/20 23:38
		
devip-posix.c: replace PADDRINFOA with addrinfo structs
		 
	
		313cf410
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/20 23:20
		
libmp: mptrunc: normalize after mpassign to handle the case b==r (from 9front)
		 
	
		c9ff32c9
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/20 23:12
		
devip: return multiple addresses in /net/cs for dial(), handle ipv6 for windows
		 
	
		d14cd19f
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/20 23:09
		
kern/win32: use RtlGenRandom() instead for randrom source, fix oserrstr()
		 
	
		58bf8cb8
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/06 13:47
		
libauthsrv: ANAMELEN -> PASSWDLEN
		 
	
		0594c6d1
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/07/31 16:47
		
update libauthsrv, use common readcons() function
		 
	
		354d513a
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/07/18 07:04
		
devmouse: implement swap, scrollswap and buttonmap mousectl
		 
	
		289afc11
		 – 23hiro <23hiro@gmail.com>
 authored
 on 2016/07/12 08:10
		
gui-x11: add scroll_lock key (thanks 9fuser)
		 
	
		6bfea395
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/06/21 19:40
		
merge
		 
	
		4ed08f43
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/06/21 19:39
		
gui-win32: fix clipping code
		 
	
		aa386f95
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/06/01 08:01
		
devcons: dont setterm(0) in printinit, ioctl causes process to get stopped when run in background on unix
		 
	
		261a80f0
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/05/30 04:35
		
remove unreachable sysfatal() calls after exportfs(), exits(nil) on eof in exportfs
		 
	
		6ffcc16c
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/05/30 00:55
		
reduce error verbosity, hang when panicing in graphics mode
		 
	
		50746b16
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/05/29 22:26
		
rcpu: post final hangup note to the group after rc exits
		 
	
		8bd7505d
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/05/29 21:14
		
devcons: simplify line editing logic
		 
	
		3a32c071
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/05/29 14:24
		
fix some compiler warnings
		 
	
		8d356984
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/05/28 22:21
		
do screeninit() in devdraw at attach time, fix type for setterm() prototype
		 
	
		a9725511
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/05/28 21:55
		
handle cooked mode eof
		 
	
		850af541
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/05/28 20:51
		
raw mode
		 
	
		94161e04
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/05/28 16:29
		
just read stdin for readcons() until i figured out tty raw processing
		 
	
		65d683ba
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/05/28 16:07
		
provide dummy _getch() function for unix, fix mouseinit() crash
		 
	
		c38bce11
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/05/28 14:49
		
add -G flag to disable graphics mode
		 
	
		78a654c8
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/04/26 09:44
		
make tuttle glenda icon for gui-x11
		 
	
		f85ef344
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/04/25 18:44
		
libsec: update ecc and tlshand (sync with 9front)
		 
	
		72da0579
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/04/19 20:42
		
don't leak /env/fn#server into the environment when using aan
		 
	
		691adfab
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/04/17 17:31
		
remove -C flag, cleanup
		 
	
		5b50d2da
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/04/17 16:33
		
remove -d flag (was unused)
		 
	
		c1f45eb4
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/04/17 16:21
		
add -O option to disable new rcpu protocol, accept -h option just like cpu
		 
	
		1077af5b
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/04/17 15:19
		
sync with 9front libsec and devtls, c2name() -> chanpath()
		 
	
		efa00ae6
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/04/14 21:53
		
merge
		 
	
		b86ca0bf
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/04/14 21:52
		
fix error print in p9any negotiation (thanks Kenji Arisawa)
		 
	
		eb34f4d4
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/04/11 10:25
		
gui-x11: simpler attempt on handling alt-compose cancel on window focus change
		 
	
		b9347940
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/04/10 22:19
		
reverting this megashit
		 
	
		40db9d53
		 – 23hiro <23hiro@gmail.com>
 authored
 on 2016/04/10 21: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 <devnull@localhost>
 authored
 on 2016/04/06 13:18
		
gui-x11/x11.c: fix [thing] (thanks, k0ga)
		 
	
		8406d230
		 – aap <aap@papnet.eu>
 authored
 on 2016/04/05 10:58
		
changed cursor to plan 9 cursor
		 
	
		fa752996
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/04/03 19:24
		
devkbd: return multiple messages per /dev/kbd read (helps with high latency links)
		 
	
		b7491323
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/26 18:39
		
drawterm: fix auth method string (p9 vs p9any)
		 
	
		3b45a5cf
		 – aiju <aiju@phicode.de>
 authored
 on 2016/03/24 14:38
		
remove extraneous typedef from tlshand.c
		 
	
		3e13a4a3
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/17 19:01
		
term: only call flushmemscreen() when we got the drawlock
		 
	
		50dcc5c0
		 – 23hiro <23hiro@gmail.com>
 authored
 on 2016/03/17 16:01
		
gui-x11: fix ctrl key release event
		 
	
		09d3c3c9
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/15 10:55
		
merge
		 
	
		7a73fd88
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/15 10:55
		
handle role= and !hex= key attributes in secstore p9sk1/dp9ik keys
		 
	
		31d7a7a1
		 – 23hiro <23hiro@gmail.com>
 authored
 on 2016/03/15 08:19
		
readme: note support for mac os x11
		 
	
		4e34729a
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/15 05:46
		
fix build for osx/x11 on amd64 (thanks Kenji Arisawa)
		 
	
		7768cd9a
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/13 18:12
		
gui-x11: handle shift, ctl, caps keys
		 
	
		081c1f21
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/12 08:29
		
libsec: remove weakCipher[] array check as we do not support any of these weak ciphers
		 
	
		c8d84a80
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/10 16:02
		
fix sparc and mips getcallerpc() return type ulong -> uintptr
		 
	
		b7cd7074
		 – sl <devnull@localhost>
 authored
 on 2016/03/10 09:03
		
add Make.openbsd and kern/devaudio-sndio.c to support sound on OpenBSD (thanks jpm_)
		 
	
		a583f0d9
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/09 22:09
		
pass zeroed buffer in fversion syscall instead of 9P2000 for iounit negotion
		 
	
		c89f3940
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/09 15:58
		
implement iounit() as kernel function, try to set iounit to 64K before mount on remote side
		 
	
		b5e697fd
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/09 14:54
		
devtls: fix wrong iounit
		 
	
		082f1a3a
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/08 11:21
		
add -B option to disable /dev/kbd
		 
	
		673e3de9
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/07 16:01
		
implement aan support for rcpu
		 
	
		b5259817
		 – 23hiro <23hiro@gmail.com>
 authored
 on 2016/03/06 18:20
		
readme: visual studio is now officially broken
		 
	
		bd39efd4
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/03/01 06:30
		
libsec: fix verifyDHparams() for version <= TLS1.1
		 
	
		6703a455
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/29 00:00
		
devaudio-win32: dont burn cpu when wave block is busy
		 
	
		cdcc2bf6
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/28 23:14
		
devaudio-win32: quick and dirty audio playback driver for windows
		 
	
		86573f1a
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/28 06:48
		
libc: fix sign extension bug for GBIT64()
		 
	
		76af4ec0
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/28 05:51
		
win32: fix warnings
		 
	
		181023b0
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/28 05:34
		
lib: add strtoll() prototype
		 
	
		c9098197
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/28 05:33
		
win32: unicode command line, fix showfile
		 
	
		15d8e4cb
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/28 04:49
		
libauthsrv: remove opasstokey()
		 
	
		aa8d3d79
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/28 04:10
		
libsec: have 16 32-bit words in DigestState to avoid out of bounds warnings for poly1305
		 
	
		2ad858a3
		 – khm <devnull@localhost>
 authored
 on 2016/02/27 21:48
		
x11: work around incompatible libc types
		 
	
		3f419d1c
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/27 22:25
		
kern: allow Dev.create() to return a Chan* to bring it in line with 9front kernel
		 
	
		df77799e
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/27 22:09
		
import devdraw from 9front
		 
	
		17b41aef
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/27 21:08
		
remove lib/codereview hipster shit
		 
	
		9e58d45f
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/27 21:01
		
gui-osx: fix attachscreen() prototype (untested)
		 
	
		af5fa79b
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/27 20:50
		
libip: update parseip() from 9front
		 
	
		7b844275
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/27 20:39
		
libdraw: remove unused static log2[] array
		 
	
		a08fb228
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/27 20:13
		
update libdraw code to 9front version, cleanup x11 code
		 
	
		5dc9cad6
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/26 23:26
		
/dev/kbd support for rcpu (requires updated kbdfs on remote side)
		 
	
		b1032467
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/25 03:53
		
bring back /dev/audio, sorry :-)
		 
	
		9731b2c5
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/25 03:31
		
fix devfs-*.c to not use cname hack to get file path, get rid of MAXPATH limit, make root accessible under /mnt/term/root
		 
	
		39347ab4
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/24 19:39
		
don't expose secstore secrets in /mnt/term/dev/secstore
		 
	
		162ce8d8
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/24 19:30
		
devip: dont need to set cv->owner, its a static buffer
		 
	
		63e826c1
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/24 19:04
		
devip: fix ipgen() so /mnt/term/net becomes usable
		 
	
		7d633eeb
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/24 07:25
		
gui-x11: fix unicode chars in clipboard (use utf8string vs XA_STRING) (thanks BurnZeZ)
		 
	
		8349bbae
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/22 20:12
		
README: add description
		 
	
		62eede69
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/21 23:57
		
update binaries url
		 
	
		ef6d7a8a
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/21 23:22
		
provide secstore key separation for proto p9sk1 and dp9ik
		 
	
		d8586354
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/21 15:38
		
remove .gitignore
		 
	
		0a8a66a4
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/21 15:37
		
devfs-posix: use stat->st_dev<<32 | stat->st_ino for qid.path
		 
	
		47ee1007
		 – 23hiro <23hiro@gmail.com>
 authored
 on 2016/02/20 23:04
		
CONTRIBUTORS: delete incomplete list to minimize maintenance costs and avoid bad feelings.
		 
	
		7d2ec9b8
		 – 23hiro <23hiro@gmail.com>
 authored
 on 2016/02/20 22:55
		
merge
		 
	
		08a8630d
		 – 23hiro <23hiro@gmail.com>
 authored
 on 2016/02/20 22:53
		
simplify README
		 
	
		9bec8b1a
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/20 20:44
		
import devssl from 9front
		 
	
		cd0889fa
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/02/20 20:06
		
import keyboard.h from 9front, fix Kdel
		 
Next