aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* lib9: dotu fixes in convS2M, convM2STim Newsham2009-08-201-0/+2
| | | | http://codereview.appspot.com/109049
* more licensingRuss Cox2009-08-142-0/+6
|
* more licensingRuss Cox2009-08-141-0/+2
|
* mergeRuss Cox2009-07-141-0/+3
|
* mergeRuss Cox2009-07-081-0/+1
|
* venti: 32-bit extensions to data structuresRuss Cox2009-05-251-11/+13
|
* libventi: protocol support for blocks larger than 64kRuss Cox2009-05-251-1/+1
|
* libthread: remove unimplemented chaninitRuss Cox2009-04-301-1/+0
|
* mergeRuss Cox2009-04-301-1/+3
|
* u.h: add SunOS 5.9Brian L. Suart2008-07-201-1/+2
|
* libframe: add frredraw prototypeRuss Cox2008-07-201-0/+1
|
* libframe: translucent font fixes from Plan 9Russ Cox2008-03-071-2/+2
|
* keyboard.h: End is no longer \rRuss Cox2008-07-181-1/+1
|
* lib9: add mode parameter to opentempRuss Cox2008-07-101-1/+1
|
* lib9: add write function that withstands interruptsRuss Cox2008-07-041-0/+2
|
* lib9p: add Srv.foreground flagRuss Cox2008-07-041-0/+1
|
* include/memlayer.h: remove redundant AUTOLIB (Brian Stuart)Russ Cox2008-06-101-2/+0
|
* include/drawfcall.h: remove redundant AUTOLIB(draw)Russ Cox2008-06-041-1/+0
|
* libbio: lost changes to include/bio.h (@#%@#$ mercurial)Russ Cox2008-06-031-4/+3
|
* u.h: add Solaris 5.10 to makecontext listRuss Cox2008-06-011-1/+1
|
* post9pservice: accept mtpt (via fuse)Russ Cox2008-05-051-1/+2
|
* u.h: add intptrRuss Cox2008-03-061-0/+1
|
* libthread: simplify alt tracking, possibly fixing bugRuss Cox2007-08-221-1/+0
|
* hfs (David Swasey)rsc2007-05-281-0/+1
|
* add partabandonrsc2007-05-281-0/+1
|
* add disk partitions (David Swasey)rsc2007-05-281-0/+1
|
* add searchpairsrsc2007-04-211-0/+1
|
* remove plan9-specificrsc2007-04-211-8/+0
|
* change mpdigit to uint -- 64-bit mp library not so workingrsc2007-01-151-1/+1
|
* Change GET/GBIT32 macros to explicitly cast final result to u32int.rsc2006-11-042-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.
* In non-blocking recv functions in libmux and libdraw,rsc2006-11-041-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.
* Fix a handful of small one-time memory leaks in vbackup,rsc2006-10-191-0/+3
| | | | and one per-package memory leak (in writethread).
* more functionsrsc2006-07-231-0/+7
|
* add vttimefmtrsc2006-07-181-0/+2
|
* pinrsc2006-06-262-0/+5
|
* forgotrsc2006-06-261-0/+124
|
* simpler USEDrsc2006-06-261-1/+1
|
* plumbunmountrsc2006-06-251-0/+1
|
* nbrecvrsc2006-06-251-3/+8
|
* autolibrsc2006-06-252-0/+6
|
* remove junkrsc2006-06-252-16/+1
|
* new draw interfacersc2006-06-251-6/+24
|
* tweak for manualrsc2006-06-251-3/+3
|
* new libacmersc2006-05-251-0/+76
|
* fmt changes from Googlersc2006-05-211-1/+16
|
* extrarsc2006-05-052-0/+2
|
* get strtoll on freebsdrsc2006-04-041-0/+8
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-0122-443/+443
|
* add Fullsrcrsc2006-03-311-1/+2
|
* change Tcreate message in 9P2000.ursc2006-03-031-0/+1
|