CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/04/30 10:07:31
Modified files: sys/uvm : uvm_aobj.c Log message: Assigning list pointers doesn't really work with doubly linked lists. Use a remove-and-insert-all-items approach for now and remove the comments that suggest manipulating list pointers. Pointed out by Pedro Martelletto. ok beck@, krw@, mikeb@