plan9fox/sys/man/3
cinap_lenrek 60adc40118 devenv: allow environment total size of up to 1MB
Sometimes, there is the one-off occation when one needs to
pass a huge list in rc...

This change makes devenv track total memory consumption
of environment groups allowing them to grow up to 1MB in
size (including overhead).

(Before, only the variable size was restricted, but
not the amount of files being created).

The maximum value size of a single environment variable
is set to half of the total size, which allows the
occational large value. (But not many of them).

Because we track all memory consuption, it is also
now possible to create around 10k small environment
variales.

A hashtable is added for name lookups and the qid.path
was changed to allow direct indexing into the entry
array without needing a scan lookup.

All smalloc() calls have been removed, exhaustion is
handled with error(Enomem) avoiding deadlock
in case we run out of kernel memory.
2022-01-23 21:33:58 +00:00
..
0intro
aoe
apm
arch minor man page typos 2021-04-08 21:42:31 +02:00
audio mainly just spelling and typos 2021-11-01 20:49:43 +00:00
bridge
cap
cmd man page fixes (thanks stuart morrow) 2021-08-24 21:45:37 +00:00
cons devsons: remove #c/pgrpid 2020-12-19 14:59:19 +01:00
draw
dup
env devenv: allow environment total size of up to 1MB 2022-01-23 21:33:58 +00:00
ether
flash
floppy
fs
i82365
ip
kbd
kprof
loopback
lpt
mnt
mouse mouse(3): mousein is NOT exclusive, see 30907f1d00 2021-07-09 14:40:23 +00:00
pipe
pnp
proc
root
rtc
sd
sdahci
sdaoe
sdloop
sdp
segment segment(3): restore missing phrase 2021-06-27 00:18:49 +00:00
shr
srv
swap
tls
twsi
uart
usb man page fixes (thanks stuart morrow) 2021-08-24 21:45:37 +00:00
vga devvga: implement screen tilting, remove panning and overlays 2020-12-27 23:08:59 +01:00
vmx [9front] [PATCH] fix small typo in vmx(3) 2021-03-06 22:52:00 +01:00