aboutsummaryrefslogtreecommitdiff
path: root/include/fcall.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-07delete 9P2000.uRuss Cox1-9/+0
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
2009-08-20lib9: dotu fixes in convS2M, convM2STim Newsham1-0/+2
http://codereview.appspot.com/109049
2006-11-04Change GET/GBIT32 macros to explicitly cast final result to u32int.rsc1-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-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2006-03-03change Tcreate message in 9P2000.ursc1-0/+1
2006-01-17sign fixrsc1-1/+1
2005-09-13Add 9P2000.u functionsrsc1-1/+14
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc1-0/+4
with them.
2003-12-06various tweaks.rsc1-4/+4
2003-11-25Add the #goo to allow use in C++.rsc1-0/+9
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
2003-11-23new filesrsc1-0/+120