Mercurial > ecos-v2_0-branch
diff packages/redboot/current/ChangeLog @ 117:bd1a71e3e476 ecos-sw-2000-08-25
Merge from eCos master repository on 2000-08-25-19:22:58-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 19:17:22 +0000 |
| parents | 6ed91473a1cd |
| children | 77cec8369160 |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,34 @@ +2000-08-25 Gary Thomas <gthomas@redhat.com> + + * src/load.c (getc): Fix edge condition when file is an exact multiple + of internal buffer size (got stuck at end of file). + +2000-08-24 Gary Thomas <gthomas@redhat.com> + + * src/load.c: Fix some prints. Also use command line parse functions + instead of ad hoc code. + + * src/flash.c: Better configuration control. + +2000-08-23 Gary Thomas <gthomas@redhat.com> + + * src/load.c (do_load): Use paramterized command line parser. + + * include/redboot.h: + * src/main.c (scan_opts): Better support for simple flags. + + * src/flash.c: Add "-l" (list only) option to 'fconfig'. + + * src/net/net_io.c: Add handling of ^C via network connections. + + * include/flash_config.h: + + * include/redboot.h: Fully qualify table entries (for proper + sorting and order control). + + * cdl/redboot.cdl: Update requirements to support ^C and thread + debugging. + 2000-08-21 Gary Thomas <gthomas@redhat.com> * cdl/redboot.cdl:
