Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-13 | libc.h: update comment for 32-bit Rune | Russ Cox | 1 | -2/+3 | |
http://codereview.appspot.com/116097 | |||||
2009-09-13 | lib9: fix dirread/stat mismatch on Snow Leopard | Russ Cox | 1 | -0/+3 | |
http://codereview.appspot.com/116096 | |||||
2009-09-11 | convert to 4-byte UTF-8 and 32-bit Rune | Russ Cox | 2 | -4/+5 | |
http://codereview.appspot.com/116075 | |||||
2009-08-23 | libavl: import from Plan 9 | Russ Cox | 1 | -0/+27 | |
2009-08-20 | lib9: dotu fixes in convS2M, convM2S | Tim Newsham | 1 | -0/+2 | |
http://codereview.appspot.com/109049 | |||||
2009-08-14 | more licensing | Russ Cox | 2 | -0/+6 | |
2009-08-14 | more licensing | Russ Cox | 1 | -0/+2 | |
2009-07-14 | merge | Russ Cox | 1 | -0/+3 | |
2009-07-08 | merge | Russ Cox | 1 | -0/+1 | |
2009-05-25 | venti: 32-bit extensions to data structures | Russ Cox | 1 | -11/+13 | |
2009-05-25 | libventi: protocol support for blocks larger than 64k | Russ Cox | 1 | -1/+1 | |
2009-04-30 | libthread: remove unimplemented chaninit | Russ Cox | 1 | -1/+0 | |
2009-04-30 | merge | Russ Cox | 1 | -1/+3 | |
2008-07-20 | u.h: add SunOS 5.9 | Brian L. Suart | 1 | -1/+2 | |
2008-07-20 | libframe: add frredraw prototype | Russ Cox | 1 | -0/+1 | |
2008-03-07 | libframe: translucent font fixes from Plan 9 | Russ Cox | 1 | -2/+2 | |
2008-07-18 | keyboard.h: End is no longer \r | Russ Cox | 1 | -1/+1 | |
2008-07-10 | lib9: add mode parameter to opentemp | Russ Cox | 1 | -1/+1 | |
2008-07-04 | lib9: add write function that withstands interrupts | Russ Cox | 1 | -0/+2 | |
2008-07-04 | lib9p: add Srv.foreground flag | Russ Cox | 1 | -0/+1 | |
2008-06-10 | include/memlayer.h: remove redundant AUTOLIB (Brian Stuart) | Russ Cox | 1 | -2/+0 | |
2008-06-04 | include/drawfcall.h: remove redundant AUTOLIB(draw) | Russ Cox | 1 | -1/+0 | |
2008-06-03 | libbio: lost changes to include/bio.h (@#%@#$ mercurial) | Russ Cox | 1 | -4/+3 | |
2008-06-01 | u.h: add Solaris 5.10 to makecontext list | Russ Cox | 1 | -1/+1 | |
2008-05-05 | post9pservice: accept mtpt (via fuse) | Russ Cox | 1 | -1/+2 | |
2008-03-06 | u.h: add intptr | Russ Cox | 1 | -0/+1 | |
2007-08-22 | libthread: simplify alt tracking, possibly fixing bug | Russ Cox | 1 | -1/+0 | |
2007-05-28 | hfs (David Swasey) | rsc | 1 | -0/+1 | |
2007-05-28 | add partabandon | rsc | 1 | -0/+1 | |
2007-05-28 | add disk partitions (David Swasey) | rsc | 1 | -0/+1 | |
2007-04-21 | add searchpairs | rsc | 1 | -0/+1 | |
2007-04-21 | remove plan9-specific | rsc | 1 | -8/+0 | |
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 | |