Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-15 | change mpdigit to uint -- 64-bit mp library not so working | rsc | 1 | -1/+1 | |
2006-11-04 | Change GET/GBIT32 macros to explicitly cast final result to u32int. | rsc | 2 | -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-04 | In non-blocking recv functions in libmux and libdraw, | rsc | 1 | -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-19 | Fix a handful of small one-time memory leaks in vbackup, | rsc | 1 | -0/+3 | |
and one per-package memory leak (in writethread). | |||||
2006-07-23 | more functions | rsc | 1 | -0/+7 | |
2006-07-18 | add vttimefmt | rsc | 1 | -0/+2 | |
2006-06-26 | pin | rsc | 2 | -0/+5 | |
2006-06-26 | forgot | rsc | 1 | -0/+124 | |
2006-06-26 | simpler USED | rsc | 1 | -1/+1 | |
2006-06-25 | plumbunmount | rsc | 1 | -0/+1 | |
2006-06-25 | nbrecv | rsc | 1 | -3/+8 | |
2006-06-25 | autolib | rsc | 2 | -0/+6 | |
2006-06-25 | remove junk | rsc | 2 | -16/+1 | |
2006-06-25 | new draw interface | rsc | 1 | -6/+24 | |
2006-06-25 | tweak for manual | rsc | 1 | -3/+3 | |
2006-05-25 | new libacme | rsc | 1 | -0/+76 | |
2006-05-21 | fmt changes from Google | rsc | 1 | -1/+16 | |
2006-05-05 | extra | rsc | 2 | -0/+2 | |
2006-04-04 | get strtoll on freebsd | rsc | 1 | -0/+8 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 22 | -443/+443 | |
2006-03-31 | add Fullsrc | rsc | 1 | -1/+2 | |
2006-03-03 | change Tcreate message in 9P2000.u | rsc | 1 | -0/+1 | |
2006-02-28 | use carbon for pasteboard | rsc | 1 | -0/+3 | |
2006-02-12 | add exitcode | rsc | 1 | -0/+1 | |
2006-02-12 | add procwait | rsc | 1 | -0/+5 | |
2006-02-08 | add print | rsc | 1 | -0/+3 | |
2006-02-07 | add threadidle | rsc | 1 | -0/+1 | |
2006-02-05 | add threadid | rsc | 1 | -0/+1 | |
2006-01-27 | bsd | rsc | 2 | -11/+1 | |
2006-01-27 | more | rsc | 1 | -0/+3 | |
2006-01-27 | 9p2000.u | rsc | 2 | -0/+3 | |
2006-01-17 | sign fix | rsc | 1 | -1/+1 | |
2005-12-31 | new | rsc | 1 | -1/+4 | |
2005-12-30 | update | rsc | 1 | -0/+3 | |
2005-12-30 | consistency is the hobgoblin of little minds. (taj/andrey) | rsc | 1 | -2/+2 | |
2005-11-29 | c++ changes | rsc | 1 | -1/+5 | |
2005-11-28 | add text version of install(1) | rsc | 1 | -1/+0 | |
2005-11-28 | name mangling | rsc | 1 | -0/+3 | |
2005-11-26 | move utf, fmt to libc | rsc | 2 | -2/+3 | |
2005-11-16 | sched_yield netbsd (anselm garbe) | rsc | 1 | -1/+2 | |
2005-11-07 | p9syslog for varargck | rsc | 1 | -1/+1 | |
2005-11-02 | Better logging in vtrpc, publish cache statistics. | rsc | 1 | -0/+3 | |
2005-10-29 | Add autolib. | rsc | 1 | -0/+5 | |
2005-10-29 | Add experimental noredraw flag. | rsc | 1 | -0/+1 | |
2005-10-29 | Add Disk definitions. | rsc | 1 | -1/+1 | |
2005-09-29 | Add print pragmas back, #ifdef'ed. | rsc | 1 | -0/+60 | |
2005-09-13 | Add 9P2000.u functions | rsc | 1 | -1/+14 | |
2005-09-13 | Add 9P2000.u fields. | rsc | 1 | -7/+15 | |
2005-07-28 | debugging | rsc | 1 | -0/+2 | |
2005-07-27 | sun | rsc | 1 | -2/+8 | |