aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2009-05-25venti: 32-bit extensions to data structuresRuss Cox1-11/+13
2009-05-25libventi: protocol support for blocks larger than 64kRuss Cox1-1/+1
2009-04-30libthread: remove unimplemented chaninitRuss Cox1-1/+0
2009-04-30mergeRuss Cox1-1/+3
2008-07-20u.h: add SunOS 5.9Brian L. Suart1-1/+2
2008-07-20libframe: add frredraw prototypeRuss Cox1-0/+1
2008-03-07libframe: translucent font fixes from Plan 9Russ Cox1-2/+2
2008-07-18keyboard.h: End is no longer \rRuss Cox1-1/+1
2008-07-10lib9: add mode parameter to opentempRuss Cox1-1/+1
2008-07-04lib9: add write function that withstands interruptsRuss Cox1-0/+2
2008-07-04lib9p: add Srv.foreground flagRuss Cox1-0/+1
2008-06-10include/memlayer.h: remove redundant AUTOLIB (Brian Stuart)Russ Cox1-2/+0
2008-06-04include/drawfcall.h: remove redundant AUTOLIB(draw)Russ Cox1-1/+0
2008-06-03libbio: lost changes to include/bio.h (@#%@#$ mercurial)Russ Cox1-4/+3
2008-06-01u.h: add Solaris 5.10 to makecontext listRuss Cox1-1/+1
2008-05-05post9pservice: accept mtpt (via fuse)Russ Cox1-1/+2
2008-03-06u.h: add intptrRuss Cox1-0/+1
2007-08-22libthread: simplify alt tracking, possibly fixing bugRuss Cox1-1/+0
2007-05-28hfs (David Swasey)rsc1-0/+1
2007-05-28add partabandonrsc1-0/+1
2007-05-28add disk partitions (David Swasey)rsc1-0/+1
2007-04-21add searchpairsrsc1-0/+1
2007-04-21remove plan9-specificrsc1-8/+0
2007-01-15change mpdigit to uint -- 64-bit mp library not so workingrsc1-1/+1
2006-11-04Change GET/GBIT32 macros to explicitly cast final result to u32int.rsc2-2/+2
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-11-04In non-blocking recv functions in libmux and libdraw,rsc1-4/+5
distinguish between "cannot receive without blocking" and "EOF on connection". In libmux, do not elect async guys muxers, so that synchronous RPC calls run in the main event loop (e.g., in eresized) do not get stuck. Fixes problem reported by Lu Xuxiao, namely that jpg etc. would spin at 100% cpu usage.
2006-10-19Fix a handful of small one-time memory leaks in vbackup,rsc1-0/+3
and one per-package memory leak (in writethread).
2006-07-23more functionsrsc1-0/+7
2006-07-18add vttimefmtrsc1-0/+2
2006-06-26pinrsc2-0/+5
2006-06-26forgotrsc1-0/+124
2006-06-26simpler USEDrsc1-1/+1
2006-06-25plumbunmountrsc1-0/+1
2006-06-25nbrecvrsc1-3/+8
2006-06-25autolibrsc2-0/+6
2006-06-25remove junkrsc2-16/+1
2006-06-25new draw interfacersc1-6/+24
2006-06-25tweak for manualrsc1-3/+3
2006-05-25new libacmersc1-0/+76
2006-05-21fmt changes from Googlersc1-1/+16
2006-05-05extrarsc2-0/+2
2006-04-04get strtoll on freebsdrsc1-0/+8
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc22-443/+443
2006-03-31add Fullsrcrsc1-1/+2
2006-03-03change Tcreate message in 9P2000.ursc1-0/+1
2006-02-28use carbon for pasteboardrsc1-0/+3
2006-02-12add exitcodersc1-0/+1
2006-02-12add procwaitrsc1-0/+5
2006-02-08add printrsc1-0/+3
2006-02-07add threadidlersc1-0/+1