diff options
-rw-r--r-- | libdiskfs/ChangeLog | 6 | ||||
-rw-r--r-- | libnetfs/ChangeLog | 4 | ||||
-rw-r--r-- | pfinet/ChangeLog | 6 | ||||
-rw-r--r-- | term/ChangeLog | 2 |
4 files changed, 15 insertions, 3 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 3da0ef5f..f5ffdfc1 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,9 +1,13 @@ +2004-02-10 Roland McGrath <roland@frob.com> + + * opts-runtime.c (diskfs_runtime_argp): Include <argp.h>. + 2003-10-11 Marcus Brinkmann <marcus@gnu.org> * notify-nosenders.c, notify-stubs.c: Delete obsolete files. 2003-06-11 Ognyan Kulev <ogi@fmi.uni-sofia.bg> - + * dir-renamed.c (diskfs_rename_dir): Check permissions to remove FROMNAME before any modification could take place. Check result of removing the from node. diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 005bde45..eae40ede 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,7 @@ +2004-02-10 Roland McGrath <roland@frob.com> + + * runtime-argp.c (netfs_runtime_argp): Include <argp.h>. + 2002-06-13 Roland McGrath <roland@frob.com> * dir-readdir.c (netfs_S_dir_readdir): Revert last change. diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index 579f4761..c5436c41 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,7 @@ +2004-02-10 Roland McGrath <roland@frob.com> + + * linux-src/arch/i386/lib/checksum.S: Fix comment syntax. + 2003-05-07 Ognyan Kulev <ogi@fmi.uni-sofia.bg> * linux-src/include/asm-i386/checksum.h (ip_fast_csum): Use @@ -15,7 +19,7 @@ * Makefile: Revert last change. * glue-include/asm/spinlock.h (SPIN_LOCK_UNLOCKED): Do not use a compound literal, which is not constant. - + * Makefile: For now, filter -std=gnu99 out of CPPFLAGS. 2002-06-15 Roland McGrath <roland@frob.com> diff --git a/term/ChangeLog b/term/ChangeLog index 1f8b9c6c..ada36fc6 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -4,7 +4,7 @@ 2002-11-20 Roland McGrath <roland@frob.com> - * main.c (parse_opt : case ARGP_KEY_SUCCESS): After initializing a new + * main.c (parse_opt: case ARGP_KEY_SUCCESS): After initializing a new bottomhalf, call its assert_dtr hook if TTY_OPEN is set in termflags. 2002-11-19 Roland McGrath <roland@frob.com> |