diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-03 21:58:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-03 21:58:25 +0000 |
commit | 50c67b66a0a7a7c54169032ff4388dfb10ad7cb5 (patch) | |
tree | a229b509b849cbfecd1373f147638683d4bf104c | |
parent | 1304b2d60198f3f47b476514040411bd23bd16e3 (diff) | |
download | hurd-50c67b66a0a7a7c54169032ff4388dfb10ad7cb5.tar.gz hurd-50c67b66a0a7a7c54169032ff4388dfb10ad7cb5.tar.bz2 hurd-50c67b66a0a7a7c54169032ff4388dfb10ad7cb5.zip |
.
-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> |