summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* use carbon for pasteboardrsc2006-02-281-0/+3
|
* add exitcodersc2006-02-121-0/+1
|
* add procwaitrsc2006-02-121-0/+5
|
* add printrsc2006-02-081-0/+3
|
* add threadidlersc2006-02-071-0/+1
|
* add threadidrsc2006-02-051-0/+1
|
* bsdrsc2006-01-272-11/+1
|
* morersc2006-01-271-0/+3
|
* 9p2000.ursc2006-01-272-0/+3
|
* sign fixrsc2006-01-171-1/+1
|
* newrsc2005-12-311-1/+4
|
* updatersc2005-12-301-0/+3
|
* consistency is the hobgoblin of little minds. (taj/andrey)rsc2005-12-301-2/+2
|
* c++ changesrsc2005-11-291-1/+5
|
* add text version of install(1)rsc2005-11-281-1/+0
|
* name manglingrsc2005-11-281-0/+3
|