Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-07 | delete 9P2000.u | Russ Cox | 1 | -9/+0 | |
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042 | |||||
2009-08-20 | lib9: dotu fixes in convS2M, convM2S | Tim Newsham | 1 | -0/+2 | |
http://codereview.appspot.com/109049 | |||||
2006-11-04 | Change GET/GBIT32 macros to explicitly cast final result to u32int. | rsc | 1 | -1/+1 | |
Otherwise, the type of the expression will be int, and if written to a uvlong (or just a ulong on most 64-bit systems), it will be sign-extended. This was going on in drawfcall with Mouse.msec, which is declared as a ulong. This fix assumes that the protocols only send unsigned numbers, which is true. | |||||
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -1/+1 | |
2006-03-03 | change Tcreate message in 9P2000.u | rsc | 1 | -0/+1 | |
2006-01-17 | sign fix | rsc | 1 | -1/+1 | |
2005-09-13 | Add 9P2000.u functions | rsc | 1 | -1/+14 | |
2003-12-11 | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 1 | -0/+4 | |
with them. | |||||
2003-12-06 | various tweaks. | rsc | 1 | -4/+4 | |
2003-11-25 | Add the #goo to allow use in C++. | rsc | 1 | -0/+9 | |
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups. | |||||
2003-11-23 | new files | rsc | 1 | -0/+120 | |