aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2011-06-13venti.h: import indentation from plan 9David du Colombier1-145/+147
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4571065
2010-12-07delete 9P2000.uRuss Cox2-10/+0
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
2010-07-14u.h: add int8, uint8Russ Cox1-0/+2
R=rsc http://codereview.appspot.com/1791044
2010-02-07make flate crc32 work when ulong is 64 bitsRuss Cox2-3/+10
R=, rsc CC= http://codereview.appspot.com/203061
2009-09-13libc.h: update comment for 32-bit RuneRuss Cox1-2/+3
http://codereview.appspot.com/116097
2009-09-13lib9: fix dirread/stat mismatch on Snow LeopardRuss Cox1-0/+3
http://codereview.appspot.com/116096
2009-09-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2-4/+5
http://codereview.appspot.com/116075
2009-08-23libavl: import from Plan 9Russ Cox1-0/+27
2009-08-20lib9: dotu fixes in convS2M, convM2STim Newsham1-0/+2
http://codereview.appspot.com/109049
2009-08-14more licensingRuss Cox2-0/+6
2009-08-14more licensingRuss Cox1-0/+2
2009-07-14mergeRuss Cox1-0/+3
2009-07-08mergeRuss Cox1-0/+1
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