From 28a764b113701d5f340273fbe4d86be7b65e7b70 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 1 Sep 2014 07:40:02 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 60e39b148e..0ace0a85f2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8342,3 +8342,5 @@ * Rename kmalloc() to kmm_malloc(), kzalloc() to kmm_zalloc(), and kfree() to kmm_free() and kuzalloc to kumm_zalloc() for consistency with the rest of the naming (2014-8-31). + * mm/mm_sbrk.c, kmm_sbrk.c, umm_sbrk.c, and include/unistd.h: Initial + * implementation of sbrk() (2014-9-1).