aboutsummaryrefslogtreecommitdiff
path: root/include/fcall.h
Commit message (Collapse)AuthorAgeFilesLines
* delete 9P2000.uRuss Cox2010-12-071-9/+0
| | | | | | | thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
* lib9: dotu fixes in convS2M, convM2STim Newsham2009-08-201-0/+2
| | | | http://codereview.appspot.com/109049
* Change GET/GBIT32 macros to explicitly cast final result to u32int.rsc2006-11-041-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.rsc2006-04-011-1/+1
|
* change Tcreate message in 9P2000.ursc2006-03-031-0/+1
|
* sign fixrsc2006-01-171-1/+1
|
* Add 9P2000.u functionsrsc2005-09-131-1/+14
|
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-0/+4
| | | | with them.
* various tweaks.rsc2003-12-061-4/+4
|
* Add the #goo to allow use in C++.rsc2003-11-251-0/+9
| | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
* new filesrsc2003-11-231-0/+120