]> Zhao Yanbai Git Server - minix.git/commit
exec now uses phys_zero system call to zero bss segments (instead of
authorBen Gras <ben@minix3.org>
Wed, 1 Jun 2005 09:39:45 +0000 (09:39 +0000)
committerBen Gras <ben@minix3.org>
Wed, 1 Jun 2005 09:39:45 +0000 (09:39 +0000)
commit447b9881544560d9fc22287999849a648e8c3bc3
tree47b47c6e6606ad2c5adc0566cd238b52cb418342
parentc977bd870954adb7e7aac4bdcbafa365a9f35584
exec now uses phys_zero system call to zero bss segments (instead of
using phys_copy to copy zeroes there for every kb), which is a big
optimisation in some cases

fixed a bug that was introduced when function keys became notifies
servers/pm/dmp.c
servers/pm/exec.c