diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-04 13:03:05 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-04 13:03:05 +0000 |
commit | 90546c60847c045505c9e8256ea72c8cba71e975 (patch) | |
tree | c85f0edbd4b06980f849ba57eaa984148061c7c4 | |
parent | e52d57e59ea25197896c44d645ff58150cec96aa (diff) |
*** empty log message ***
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,8 +1,22 @@ +1999-09-04 Thomas Bushnell, BSG <tb@mit.edu> + + * vm/vm_resident.c (vm_page_grab): Only block unprivileged + allocations over vm_page_external_limit if they are actually + external allocations. Reported by Mark Kettenis + (kettenis@wins.uva.nl>. + +1999-08-10 Thomas Bushnell, BSG <tb@mit.edu> + + * i386/i386at/model_dep.c (init_alloc_aligned): Revert previous + change except for the one to AVAIL_NEXT. All the rest of the + previous code was correct. Correction from Momchil Velikov + (velco@fadata.bg). + 1999-07-23 Roland McGrath <roland@baalperazim.frob.com> * Drivers.macros (AC_DRIVER): Use `test' instead of `[ ... ]'. Reported by "Momchil 'Velco' Velikov" <velco@fadata.bg>. - + 1999-07-20 Roland McGrath <roland@baalperazim.frob.com> * linux/dev/drivers/block/genhd.c (check_partition): Change message |