code: drawterm

RSS feed

c9098197 – cinap_lenrek authored - 2016/02/28 04:33
win32: unicode command line, fix showfile

15d8e4cb – cinap_lenrek authored - 2016/02/28 03:49
libauthsrv: remove opasstokey()

aa8d3d79 – cinap_lenrek authored - 2016/02/28 03:10
libsec: have 16 32-bit words in DigestState to avoid out of bounds warnings for poly1305

2ad858a3 – khm authored - 2016/02/28 02:48
x11: work around incompatible libc types

3f419d1c – cinap_lenrek authored - 2016/02/27 21:25
kern: allow Dev.create() to return a Chan* to bring it in line with 9front kernel

df77799e – cinap_lenrek authored - 2016/02/27 21:09
import devdraw from 9front

17b41aef – cinap_lenrek authored - 2016/02/27 20:08
remove lib/codereview hipster shit

9e58d45f – cinap_lenrek authored - 2016/02/27 20:01
gui-osx: fix attachscreen() prototype (untested)

af5fa79b – cinap_lenrek authored - 2016/02/27 19:50
libip: update parseip() from 9front

7b844275 – cinap_lenrek authored - 2016/02/27 19:39
libdraw: remove unused static log2[] array

a08fb228 – cinap_lenrek authored - 2016/02/27 19:13
update libdraw code to 9front version, cleanup x11 code

5dc9cad6 – cinap_lenrek authored - 2016/02/26 22:26
/dev/kbd support for rcpu (requires updated kbdfs on remote side)

b1032467 – cinap_lenrek authored - 2016/02/25 02:53
bring back /dev/audio, sorry :-)

9731b2c5 – cinap_lenrek authored - 2016/02/25 02: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 authored - 2016/02/24 18:39
don't expose secstore secrets in /mnt/term/dev/secstore

162ce8d8 – cinap_lenrek authored - 2016/02/24 18:30
devip: dont need to set cv->owner, its a static buffer

63e826c1 – cinap_lenrek authored - 2016/02/24 18:04
devip: fix ipgen() so /mnt/term/net becomes usable

7d633eeb – cinap_lenrek authored - 2016/02/24 06:25
gui-x11: fix unicode chars in clipboard (use utf8string vs XA_STRING) (thanks BurnZeZ)

8349bbae – cinap_lenrek authored - 2016/02/22 19:12
README: add description

62eede69 – cinap_lenrek authored - 2016/02/21 22:57
update binaries url

ef6d7a8a – cinap_lenrek authored - 2016/02/21 22:22
provide secstore key separation for proto p9sk1 and dp9ik

d8586354 – cinap_lenrek authored - 2016/02/21 14:38
remove .gitignore

0a8a66a4 – cinap_lenrek authored - 2016/02/21 14:37
devfs-posix: use stat->st_dev<<32 | stat->st_ino for qid.path

47ee1007 – 23hiro authored - 2016/02/20 22:04
CONTRIBUTORS: delete incomplete list to minimize maintenance costs and avoid bad feelings.

7d2ec9b8 – 23hiro authored - 2016/02/20 21:55
merge

08a8630d – 23hiro authored - 2016/02/20 21:53
simplify README

9bec8b1a – cinap_lenrek authored - 2016/02/20 19:44
import devssl from 9front

cd0889fa – cinap_lenrek authored - 2016/02/20 19:06
import keyboard.h from 9front, fix Kdel

c0bdcc5a – cinap_lenrek authored - 2016/02/20 18:32
merge

68fe504f – 23hiro authored - 2016/02/20 18:27
Ask for cpu and auth servers when none are specified on cli or environment, be consistent with plan9 boot. Most helpful on windows.

01028c1d – cinap_lenrek authored - 2016/02/20 18:24
recognize proto=dp9ik from secstore

d9508059 – cinap_lenrek authored - 2016/02/20 17:38
replace 9balls with tuttle glenda icon

5811e042 – 23hiro authored - 2016/02/20 15:01
gui-x11: disable xdraw() acceleration to fix crazy rendering bugs

f8fc90dc – 23hiro authored - 2016/02/20 14:54
linux: static links don't work because glibc sucks

8fab9847 – 23hiro authored - 2016/02/20 14:40
linux: for systems with 64 bit kernel but 32 bit userland provide a conf=linux386 to force 386 build

ee4b5854 – 23hiro authored - 2016/02/20 13:45
win32: fix scrolling, add pageup/down/home/end keys

969f1e1c – cinap_lenrek authored - 2016/02/19 13:13
devfs-win32: use sha1() for pathhash

693b886a – cinap_lenrek authored - 2016/02/19 12:43
devfs-win32: allow access to all windows drive letters exporting them under /mnt/term/C: ect... 64-bit file offsets

a090f5f5 – cinap_lenrek authored - 2016/02/19 07:12
libauthsrv: convert anonymous struct members

2923f854 – cinap_lenrek authored - 2016/02/19 03:15
libsec: remove unused tlsSecKill()

42924ab3 – cinap_lenrek authored - 2016/02/19 03:09
libsec/libmp: convert anonymous structs (thanks fish)

47d50808 – cinap_lenrek authored - 2016/02/19 02:59
libc: rename dysize() to not conflict on unix

0ff7b387 – cinap_lenrek authored - 2016/02/19 02:54
fix setrealloctag() declaration for kern

d6ca0cfb – cinap_lenrek authored - 2016/02/18 12:37
port 9front libauthsrv/libsec/libmp and implement dp9ik and rcpu support

445b6293 – David authored - 2015/10/16 14:47
include: define _DEFAULT_SOURCE

8de603bf – David authored - 2015/06/17 16:40
gui-win32: fix encoding and decoding of clipboard strings

164f9308 – David authored - 2015/06/14 11:50
all: move from Mercurial to Git

3dbe2c35 – David authored - 2013/06/21 17:08
libc: import 21-bit runes from Plan 9

2f4516ba – David authored - 2012/09/10 13:51
devip: fix addrlen in connect() and bind()

23a48c7c – David authored - 2012/08/03 15:30
devip: add support for IPv6

2ca76dc7 – Russ authored - 2012/07/14 10:30
posix-arm: new directory, with tas.c from Skip Tavakkolian

e64d488c – Russ authored - 2012/07/14 10:22
gui-x11: better snarfing with Chrome/Opera (ported from p9p, thanks Ethan Grammatikidis)

14564d23 – Russ authored - 2012/07/14 09:21
kern/win32.c: restore actually used variable

6af132da – Russ authored - 2012/07/14 08:15
kern/devfs-posix: fix chmod after rename (thanks Cinap)

b2296200 – Russ authored - 2012/07/14 08:14
codereview: set up from plan9port

6fb85848 – Russ authored - 2011/01/02 18:33
cleanup suggested by Geoff Collyer

7211f00b – Erik authored - 2010/12/28 20:58
cpu: fix p9any v.2 negotiation

a568eea7 – Erik authored - 2010/12/28 20:53
devdraw: add new draw operators

31aac06d – Erik authored - 2010/12/28 20:51
expand iounit to handle large images in /dev/draw

f473ac46 – Yaroslav authored - 2010/07/03 02:49
x11: pass F1-F12 keys

54944afb – Russ authored - 2009/08/26 01:50
update README

3bab3a22 – Russ authored - 2009/08/26 01:46
win32 build; add -r option

5df8776c – Russ authored - 2009/03/13 12:11
lib.h: add #define for strtoll (Steve Simon)

3c2bf42f – Russ authored - 2009/03/13 12:09
x11: uint -> ulong on clipboard read for x86-64

5cc6f05c – Russ authored - 2008/12/09 11:47
sprint: the usual gcc "bug"

4f14409f – Russ authored - 2008/12/09 02:05
add make CONF=pthread for modern systems

189f67ae – Russ authored - 2008/12/06 18:31
delay user prompt until after -u is parsed (Randall Bohn)

b012e1ab – Russ authored - 2008/08/07 11:18
ctl-opt is gone (Michaelian Ennis)

5c166123 – Russ authored - 2008/07/31 15:57
ctl-alt is not ctl-u (tony lainson)

46bd8d37 – Russ authored - 2008/07/14 12:48
memrchr -> mymemrchr for FreeBSD

347c54db – Russ authored - 2008/06/24 13:50
better handling of quit events (underspecified@gmail)

6c519f33 – Russ authored - 2008/06/21 23:10
consolidate

972518cb – Russ authored - 2007/12/31 12:23
windows fixes

f7c89560 – Russ authored - 2007/11/26 10:11
fix redefinition in kern/posix.c

f94cf325 – Russ authored - 2007/09/28 08:58
add openbsd

9b112390 – Russ authored - 2007/08/22 10:36
add glenda icon (Matthias Schmidt)

276098f8 – Russ authored - 2007/06/24 14:56
fix auth problem

faa1eca1 – Russ authored - 2007/06/22 20:13
add lib64

7f51f90c – Russ authored - 2007/06/22 18:06
various fixes

d1b585cf – Russ authored - 2007/05/29 08:23
fix name bug; try to use bigger offsets

be768764 – Russ authored - 2007/05/03 21:48
uintptr for getcallerpc

602ec677 – Russ authored - 2007/01/28 21:56
yet more length fiddling

a984a8b2 – Russ authored - 2007/01/28 20:43
More length fiddling.

7bdaff72 – Russ authored - 2007/01/28 19:42
fix length

c0963c9a – Russ authored - 2007/01/28 11:10
respect snarf length

ffc8608e – Russ authored - 2007/01/18 10:09
9ball

6fcd59e9 – Russ authored - 2007/01/16 19:26
more fixes from andrey

a25f83e3 – Russ authored - 2007/01/16 14:47
fixes from Andrey

e8b1d5b0 – Russ authored - 2007/01/15 15:40
Fixes from Andrey - extra buttons and Alt handling.

2dfb06d6 – Russ authored - 2007/01/12 12:29
more fixes from andrey

50eb08d1 – Russ authored - 2007/01/12 12:27
use __APPLE__ instead of __Darwin__

6ebf0a51 – Russ authored - 2007/01/12 12:26
trick gcc!

99dd6a29 – Russ authored - 2007/01/09 21:48
add missing drawqlock/drawqunlock

c50e30b5 – Russ authored - 2007/01/09 17:17
Updates for 386 OS X, add native OS X graphics from Paul Lalonde

416371c2 – Russ authored - 2007/01/09 17:16
oops

a85fefcc – Russ authored - 2006/11/12 22:23
sync with Plan 9

bf7b4c49 – Russ authored - 2006/10/11 23:23
fix the way Plan 9 does

d4753beb – Russ authored - 2006/10/11 23:21
dangling pointer reference (Tim Wiess)

353f9089 – Russ authored - 2006/05/29 11:24
from axel belinfante

964d0bdc – Russ authored - 2006/05/24 11:24
silly sun

Next