plan9fox/sys/src
cinap_lenrek a360bddee7 qio: raise critical queue bloat threshold from 2 to 10 times to queue limit
the limit for overqueueing was too small for stuff like fcp
on a fileserver connected with a standard 32K limit pipe like
ramfs.

fcp usesd 8K*16procs > 32K*2

the biggest queue limit used in the kernel is 256K making
the maximum queue bloat 2.5MB or 320K for standard pipes.
that should be big enougth to never happen in practice
unless there is a bug which we like to catch before we
exhaust all kernel memory.
2012-07-08 19:11:29 +02:00
..
9 qio: raise critical queue bloat threshold from 2 to 10 times to queue limit 2012-07-08 19:11:29 +02:00
ape ape: fix symbol name collision for by renaming static timezone struct to tz 2011-06-04 21:44:21 +00:00
boot 9boot: change to new *e820= format, support for 64bit kernels 2012-06-23 03:16:59 +02:00
cmd mothra: handle span and div, helps to resynchronization on html errors 2012-07-08 01:06:31 +02:00
games fix more enviroment pollution 2012-05-26 21:50:10 +02:00
lib9p lib9p: add Srv.start 2012-03-30 20:06:33 +02:00
libaml experimental acpi support for apic irq routing 2012-06-17 23:12:19 +02:00
libauth
libauthsrv
libavl
libbin
libbio libbio: add Breadn 2011-10-06 00:39:05 +02:00
libc allow # netpath in dial string 2012-05-22 05:36:57 +02:00
libcomplete
libcontrol
libdisk fdisk: ignore 0 endsecotor for partition geometry discovery 2012-04-28 09:34:02 +02:00
libdraw libdraw: change built in lucm.9 default font to vga font 2011-12-09 19:11:16 +01:00
libfis merge sd changes from 9atom 2011-07-10 14:14:23 +02:00
libflate
libframe
libgeometry
libhtml
libhttpd
libip
liblex
libmach libmach: use correct kernel base, kprof: use kernel base from libmach (from applied/kprof patch) 2012-02-13 06:06:13 +01:00
libmemdraw libdraw: reduce memory for writeimage/writememimage 2011-09-04 04:38:08 +02:00
libmemlayer
libmp
libndb ndb/cs: fix use after free caused by flush/clunk happening before dns lookup finishes 2012-03-23 04:02:34 +01:00
liboventi
libplumb libplumb: realloc memleak (thank you clsmith, THANK YOU!) 2012-05-14 01:35:17 +02:00
libregexp
libscribble
libsec more btc stuff 2012-06-08 17:23:29 +02:00
libstdio
libString
libsunrpc
libthread libthread: make ioproc even when opening /proc/n/ctl fails (factotum) 2012-04-03 22:10:19 +02:00
libventi
mkfile fix the build 2012-06-18 22:10:25 +02:00
mkfile.proto
NOTICE