aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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
2006-02-05add threadidrsc1-0/+1
2006-01-27bsdrsc2-11/+1
2006-01-27morersc1-0/+3
2006-01-279p2000.ursc2-0/+3
2006-01-17sign fixrsc1-1/+1
2005-12-31newrsc1-1/+4
2005-12-30updatersc1-0/+3
2005-12-30consistency is the hobgoblin of little minds. (taj/andrey)rsc1-2/+2
2005-11-29c++ changesrsc1-1/+5
2005-11-28add text version of install(1)rsc1-1/+0
2005-11-28name manglingrsc1-0/+3
2005-11-26move utf, fmt to libcrsc2-2/+3
2005-11-16sched_yield netbsd (anselm garbe)rsc1-1/+2
2005-11-07p9syslog for varargckrsc1-1/+1
2005-11-02Better logging in vtrpc, publish cache statistics.rsc1-0/+3
2005-10-29Add autolib.rsc1-0/+5
2005-10-29Add experimental noredraw flag.rsc1-0/+1
2005-10-29Add Disk definitions.rsc1-1/+1
2005-09-29Add print pragmas back, #ifdef'ed.rsc1-0/+60