RSS feed
aa8d3d79
– cinap_lenrek
– 2016-02-28T03:10:45-05:00
libsec: have 16 32-bit words in DigestState to avoid out of bounds warnings for poly1305
2ad858a3
– khm
– 2016-02-28T02:48:14-05:00
x11: work around incompatible libc types
3f419d1c
– cinap_lenrek
– 2016-02-27T21:25:48-05:00
kern: allow Dev.create() to return a Chan* to bring it in line with 9front kernel
df77799e
– cinap_lenrek
– 2016-02-27T21:09:06-05:00
import devdraw from 9front
17b41aef
– cinap_lenrek
– 2016-02-27T20:08:12-05:00
remove lib/codereview hipster shit
9e58d45f
– cinap_lenrek
– 2016-02-27T20:01:53-05:00
gui-osx: fix attachscreen() prototype (untested)
af5fa79b
– cinap_lenrek
– 2016-02-27T19:50:31-05:00
libip: update parseip() from 9front
7b844275
– cinap_lenrek
– 2016-02-27T19:39:29-05:00
libdraw: remove unused static log2[] array
a08fb228
– cinap_lenrek
– 2016-02-27T19:13:17-05:00
update libdraw code to 9front version, cleanup x11 code
5dc9cad6
– cinap_lenrek
– 2016-02-26T22:26:51-05:00
/dev/kbd support for rcpu (requires updated kbdfs on remote side)
b1032467
– cinap_lenrek
– 2016-02-25T02:53:52-05:00
bring back /dev/audio, sorry :-)
9731b2c5
– cinap_lenrek
– 2016-02-25T02:31:01-05:00
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
– 2016-02-24T18:39:41-05:00
don't expose secstore secrets in /mnt/term/dev/secstore
162ce8d8
– cinap_lenrek
– 2016-02-24T18:30:51-05:00
devip: dont need to set cv->owner, its a static buffer
63e826c1
– cinap_lenrek
– 2016-02-24T18:04:29-05:00
devip: fix ipgen() so /mnt/term/net becomes usable
7d633eeb
– cinap_lenrek
– 2016-02-24T06:25:41-05:00
gui-x11: fix unicode chars in clipboard (use utf8string vs XA_STRING) (thanks BurnZeZ)
8349bbae
– cinap_lenrek
– 2016-02-22T19:12:28-05:00
README: add description
62eede69
– cinap_lenrek
– 2016-02-21T22:57:20-05:00
update binaries url
ef6d7a8a
– cinap_lenrek
– 2016-02-21T22:22:53-05:00
provide secstore key separation for proto p9sk1 and dp9ik
d8586354
– cinap_lenrek
– 2016-02-21T14:38:23-05:00
remove .gitignore
0a8a66a4
– cinap_lenrek
– 2016-02-21T14:37:46-05:00
devfs-posix: use stat->st_dev<<32 | stat->st_ino for qid.path
47ee1007
– 23hiro
– 2016-02-20T22:04:10-05:00
CONTRIBUTORS: delete incomplete list to minimize maintenance costs and avoid bad feelings.
7d2ec9b8
– 23hiro
– 2016-02-20T21:55:12-05:00
merge
08a8630d
– 23hiro
– 2016-02-20T21:53:32-05:00
simplify README
68fe504f
– 23hiro
– 2016-02-20T18:27:56-05:00
Ask for cpu and auth servers when none are specified on cli or environment, be consistent with plan9 boot. Most helpful on windows.
5811e042
– 23hiro
– 2016-02-20T15:01:18-05:00
gui-x11: disable xdraw() acceleration to fix crazy rendering bugs
f8fc90dc
– 23hiro
– 2016-02-20T14:54:07-05:00
linux: static links don't work because glibc sucks
8fab9847
– 23hiro
– 2016-02-20T14:40:55-05:00
linux: for systems with 64 bit kernel but 32 bit userland provide a conf=linux386 to force 386 build
ee4b5854
– 23hiro
– 2016-02-20T13:45:27-05:00
win32: fix scrolling, add pageup/down/home/end keys
969f1e1c
– cinap_lenrek
– 2016-02-19T13:13:08-05:00
devfs-win32: use sha1() for pathhash
693b886a
– cinap_lenrek
– 2016-02-19T12:43:04-05:00
devfs-win32: allow access to all windows drive letters exporting them under /mnt/term/C: ect... 64-bit file offsets
a090f5f5
– cinap_lenrek
– 2016-02-19T07:12:01-05:00
libauthsrv: convert anonymous struct members
2923f854
– cinap_lenrek
– 2016-02-19T03:15:21-05:00
libsec: remove unused tlsSecKill()
42924ab3
– cinap_lenrek
– 2016-02-19T03:09:24-05:00
libsec/libmp: convert anonymous structs (thanks fish)
47d50808
– cinap_lenrek
– 2016-02-19T02:59:55-05:00
libc: rename dysize() to not conflict on unix
0ff7b387
– cinap_lenrek
– 2016-02-19T02:54:43-05:00
fix setrealloctag() declaration for kern
d6ca0cfb
– cinap_lenrek
– 2016-02-18T12:37:53-05:00
port 9front libauthsrv/libsec/libmp and implement dp9ik and rcpu support
445b6293
– David
– 2015-10-16T14:47:49-04:00
include: define _DEFAULT_SOURCE
8de603bf
– David
– 2015-06-17T16:40:15-04:00
gui-win32: fix encoding and decoding of clipboard strings
164f9308
– David
– 2015-06-14T11:50:04-04:00
all: move from Mercurial to Git
3dbe2c35
– David
– 2013-06-21T17:08:33-04:00
libc: import 21-bit runes from Plan 9
2f4516ba
– David
– 2012-09-10T13:51:39-04:00
devip: fix addrlen in connect() and bind()
23a48c7c
– David
– 2012-08-03T15:30:17-04:00
devip: add support for IPv6
2ca76dc7
– Russ
– 2012-07-14T10:30:35-04:00
posix-arm: new directory, with tas.c from Skip Tavakkolian
e64d488c
– Russ
– 2012-07-14T10:22:22-04:00
gui-x11: better snarfing with Chrome/Opera (ported from p9p, thanks Ethan Grammatikidis)
14564d23
– Russ
– 2012-07-14T09:21:46-04:00
kern/win32.c: restore actually used variable
6af132da
– Russ
– 2012-07-14T08:15:02-04:00
kern/devfs-posix: fix chmod after rename (thanks Cinap)
b2296200
– Russ
– 2012-07-14T08:14:17-04:00
codereview: set up from plan9port
6fb85848
– Russ
– 2011-01-02T18:33:44-05:00
cleanup suggested by Geoff Collyer
7211f00b
– Erik
– 2010-12-28T20:58:28-05:00
cpu: fix p9any v.2 negotiation
a568eea7
– Erik
– 2010-12-28T20:53:46-05:00
devdraw: add new draw operators
31aac06d
– Erik
– 2010-12-28T20:51:02-05:00
expand iounit to handle large images in /dev/draw
f473ac46
– Yaroslav
– 2010-07-03T02:49:48-04:00
x11: pass F1-F12 keys
54944afb
– Russ
– 2009-08-26T01:50:54-04:00
update README
3bab3a22
– Russ
– 2009-08-26T01:46:22-04:00
win32 build; add -r option
5df8776c
– Russ
– 2009-03-13T12:11:55-04:00
lib.h: add #define for strtoll (Steve Simon)
3c2bf42f
– Russ
– 2009-03-13T12:09:54-04:00
x11: uint -> ulong on clipboard read for x86-64
5cc6f05c
– Russ
– 2008-12-09T11:47:22-05:00
sprint: the usual gcc "bug"
4f14409f
– Russ
– 2008-12-09T02:05:09-05:00
add make CONF=pthread for modern systems
189f67ae
– Russ
– 2008-12-06T18:31:02-05:00
delay user prompt until after -u is parsed (Randall Bohn)
b012e1ab
– Russ
– 2008-08-07T11:18:48-04:00
ctl-opt is gone (Michaelian Ennis)
5c166123
– Russ
– 2008-07-31T15:57:29-04:00
ctl-alt is not ctl-u (tony lainson)
46bd8d37
– Russ
– 2008-07-14T12:48:16-04:00
memrchr -> mymemrchr for FreeBSD
347c54db
– Russ
– 2008-06-24T13:50:12-04:00
better handling of quit events (underspecified@gmail)
6c519f33
– Russ
– 2008-06-21T23:10:12-04:00
consolidate
972518cb
– Russ
– 2007-12-31T12:23:36-05:00
windows fixes
f7c89560
– Russ
– 2007-11-26T10:11:24-05:00
fix redefinition in kern/posix.c
f94cf325
– Russ
– 2007-09-28T08:58:54-04:00
add openbsd
9b112390
– Russ
– 2007-08-22T10:36:59-04:00
add glenda icon (Matthias Schmidt)
276098f8
– Russ
– 2007-06-24T14:56:06-04:00
fix auth problem
faa1eca1
– Russ
– 2007-06-22T20:13:47-04:00
add lib64
7f51f90c
– Russ
– 2007-06-22T18:06:34-04:00
various fixes
d1b585cf
– Russ
– 2007-05-29T08:23:05-04:00
fix name bug; try to use bigger offsets
be768764
– Russ
– 2007-05-03T21:48:02-04:00
uintptr for getcallerpc
602ec677
– Russ
– 2007-01-28T21:56:33-05:00
yet more length fiddling
a984a8b2
– Russ
– 2007-01-28T20:43:06-05:00
More length fiddling.
7bdaff72
– Russ
– 2007-01-28T19:42:13-05:00
fix length
c0963c9a
– Russ
– 2007-01-28T11:10:13-05:00
respect snarf length
ffc8608e
– Russ
– 2007-01-18T10:09:48-05:00
9ball
6fcd59e9
– Russ
– 2007-01-16T19:26:51-05:00
more fixes from andrey
a25f83e3
– Russ
– 2007-01-16T14:47:55-05:00
fixes from Andrey
e8b1d5b0
– Russ
– 2007-01-15T15:40:54-05:00
Fixes from Andrey - extra buttons and Alt handling.
2dfb06d6
– Russ
– 2007-01-12T12:29:58-05:00
more fixes from andrey
50eb08d1
– Russ
– 2007-01-12T12:27:18-05:00
use __APPLE__ instead of __Darwin__
6ebf0a51
– Russ
– 2007-01-12T12:26:45-05:00
trick gcc!
99dd6a29
– Russ
– 2007-01-09T21:48:22-05:00
add missing drawqlock/drawqunlock
c50e30b5
– Russ
– 2007-01-09T17:17:21-05:00
Updates for 386 OS X, add native OS X graphics from Paul Lalonde
416371c2
– Russ
– 2007-01-09T17:16:38-05:00
oops
a85fefcc
– Russ
– 2006-11-12T22:23:32-05:00
sync with Plan 9
bf7b4c49
– Russ
– 2006-10-11T23:23:15-04:00
fix the way Plan 9 does
d4753beb
– Russ
– 2006-10-11T23:21:03-04:00
dangling pointer reference (Tim Wiess)
353f9089
– Russ
– 2006-05-29T11:24:15-04:00
from axel belinfante
964d0bdc
– Russ
– 2006-05-24T11:24:14-04:00
silly sun
083b5a0e
– Russ
– 2006-05-21T19:32:55-04:00
setmalloctag
1125f094
– Russ
– 2006-05-21T13:02:05-04:00
#%*&*@#(@ sun
ee4955c8
– Russ
– 2006-05-21T12:35:53-04:00
posix-amd64 changes
5797fdc0
– Russ
– 2006-05-21T12:32:29-04:00
amd64 fixes
af11a9e1
– Russ
– 2006-04-06T12:21:51-04:00
misparsing 9grid.net
17efd16d
– Russ
– 2006-04-06T11:54:12-04:00
misparsing 9grid.net
50200c18
– Russ
– 2006-04-04T07:40:26-04:00
separate Make.osx
Next