diff options
-rw-r--r-- | boot/ChangeLog | 4 | ||||
-rw-r--r-- | libthreads/ChangeLog | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog index ddafdd82..5b7c411f 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,3 +1,7 @@ +2000-02-28 Roland McGrath <roland@baalperazim.frob.com> + + * boot.c (ds_device_get_status): Accept *STATUSLEN greater than needed. + 1999-09-13 Roland McGrath <roland@baalperazim.frob.com> * boot.c: Reverted changes related to io_map_segment. diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index db4d3f86..f5c65ad9 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,8 @@ +2000-02-28 Roland McGrath <roland@baalperazim.frob.com> + + * i386/csw.S: #undef __ELF__ before defining it, since + it is usually predefined. + 2000-01-10 Mark Kettenis <kettenis@gnu.org> * cprocs.c: Include <assert.h> |