| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | delete 9P2000.u | Russ Cox | 2010-12-07 | 1 | -9/+0 |
| | | | | | | | | thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042 | ||||
| * | lib9: dotu fixes in convS2M, convM2S | Tim Newsham | 2009-08-20 | 1 | -0/+2 |
| | | | | | http://codereview.appspot.com/109049 | ||||
| * | Change GET/GBIT32 macros to explicitly cast final result to u32int. | rsc | 2006-11-04 | 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. | ||||
| * | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2006-04-01 | 1 | -1/+1 |
| | | |||||
| * | change Tcreate message in 9P2000.u | rsc | 2006-03-03 | 1 | -0/+1 |
| | | |||||
| * | sign fix | rsc | 2006-01-17 | 1 | -1/+1 |
| | | |||||
| * | Add 9P2000.u functions | rsc | 2005-09-13 | 1 | -1/+14 |
| | | |||||
| * | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 2003-12-11 | 1 | -0/+4 |
| | | | | | with them. | ||||
| * | various tweaks. | rsc | 2003-12-06 | 1 | -4/+4 |
| | | |||||
| * | Add the #goo to allow use in C++. | rsc | 2003-11-25 | 1 | -0/+9 |
| | | | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups. | ||||
| * | new files | rsc | 2003-11-23 | 1 | -0/+120 |