看板 DFBSD_commit 關於我們 聯絡資訊
commit 6056eb53d2d6e7d890113b500be93c7d58726904 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Oct 26 15:44:13 2011 -0700 kernel - Fix recently introduced bus error w/postgres scoreboard * The OBJ_ONEMAPPING flag has to be cleared when forking a shared mapping. * Fixed an issue with the postgres scoreboard. Reported-by: Studbolt, thesjg Summary of changes: sys/vm/vm_map.c | 26 +++++++++++++++++++------- sys/vm/vm_object.c | 2 +- 2 files changed, 20 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6056eb53d2d6e7d890113b500be93c7d58726904 -- DragonFly BSD source repository