jehanne/qa
Giacomo Tesio 65cdad4317 libc: rewrite putenv and getenv.
These new implementations

- do several validity check on input parameters
- allow a bit larger variable names (127 bytes, aka sizeof(Proc.genbuf)-1)
- preserve nulls in the content (the original version used to replace
  '\0' with ' '). I can't see why they did, actually.
  See also http://marc.info/?l=9fans&m=148475801229908&w=2

Should also fix CID 155718
2017-01-19 00:58:43 +01:00
..
gnu/gcc kernel&all: create() syscall only sends Tcreate 2016-12-24 21:25:20 +01:00
kern kernel: fix #0/brk/ qid (it's a special directory, not a special file) 2017-01-09 00:44:01 +01:00
lib libc: rewrite putenv and getenv. 2017-01-19 00:58:43 +01:00
build.json first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
check first usable version of kernel and commands 2016-11-26 03:49:29 +01:00