plan9fox/sys/src
cinap_lenrek dbbbff8915 lib9p: defer closing down srv until the last request has been responded, Tversion message size
in multithreaded programs, we have to wait until all outstanding
requests have been responded before closing down the srv.

dont make write errors sysfatal(), only print them. in case if
listensrv() is used we dont want to exit the process in respond()
called by some worker thread.

make sure Tversion is only handled when there are no outstanding
requests and make sure message size is sane.
2013-01-30 06:26:03 +01:00
..
9 audiohda: fix vid typo 1003 -> 1003 2013-01-29 21:59:34 +01:00
ape ape: fix getsockname() byte swaped ports (by yarikos) 2013-01-09 06:08:29 +01:00
boot 9boot: truncate long lines instead of producing partial lines from console/plan9.ini 2012-12-03 16:52:14 +01:00
cmd merge 2013-01-27 13:00:09 +01:00
games doom: fix mixbuffer size confusion 2012-09-03 00:24:27 +02:00
lib9p lib9p: defer closing down srv until the last request has been responded, Tversion message size 2013-01-30 06:26:03 +01:00
libaml libaml: store *value* instead of name reference in dest for alias op 2012-09-09 09:06:37 +02:00
libauth
libauthsrv
libavl
libbin
libbio fix utf and rune handling in preparation for 32bit runes 2012-12-31 21:09:46 +01:00
libc libc: update atomic ops and fp code for arm (from sources) 2013-01-26 17:00:38 +01:00
libcomplete
libcontrol
libdisk Add alignment hints for e512 ATA drives. 2012-09-09 17:22:12 +12:00
libdraw libdraw: fix memory corruption bug in initdisplay() 2013-01-25 14:17:41 +01:00
libfis libfis: do not lie about logical sector units 2012-10-06 22:56:05 +02:00
libflate
libframe
libgeometry
libhtml fix utf and rune handling in preparation for 32bit runes 2012-12-31 21:09:46 +01:00
libhttpd
libip
liblex liblex: fix allprint() definition (from sources) 2012-10-03 18:18:01 +02:00
libmach add arm vfp support to compiler and linker (from sources) 2013-01-26 18:03:45 +01:00
libmemdraw
libmemlayer libmemlayer: remove pool.h includes (import from sources) 2012-10-25 00:47:55 +02:00
libmp
libndb
liboventi
libplumb
libregexp
libscribble
libsec fix spaces 2012-11-15 19:41:13 +01:00
libstdio
libString
libsunrpc
libthread
libventi libventi: handle nil connection in rpc as error instead of crashing (from sources) 2013-01-25 14:19:18 +01:00
mkfile
mkfile.proto
NOTICE