[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ext2fs patch
From: |
Marco Gerards |
Subject: |
Re: Ext2fs patch |
Date: |
27 Oct 2003 22:20:37 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Jeroen Dekkers <address@hidden> writes:
> On Mon, Oct 27, 2003 at 08:25:25PM +0100, Marco Gerards wrote:
> <snip>
> > * conf/i386-pc.rmk (pupa_setup_SOURCES): Added fs/ext2.c.
> > (pkgdata_MODULES): Added ext2.mod.
> > (ext2_mod_SOURCES): New variable.
> > (ext2_mod_CFLAGS): Likewise.
>
> Usually people add something like this too:
>
> * conf/i386-pc.mk: Regenerated.
Ok, thanks. Same is true for config.h.in and configure. The
changelog entry will now look like this:
2003-10-27 Marco Gerards <address@hidden>
* README: In the pupa-mkimage example use _chain instead of chain
and ext2 instead of fat.
* TODO: Replace ext2fs with jfs as an example. Add an item for
adding journal playback for ext2fs.
* configure.ac: Changed bug address to address@hidden
Added AC_SYS_LARGEFILE.
* conf/i386-pc.rmk (pupa_setup_SOURCES): Added fs/ext2.c.
(pkgdata_MODULES): Added ext2.mod.
(ext2_mod_SOURCES): New variable.
(ext2_mod_CFLAGS): Likewise.
* conf/i386-pc.mk: Regenerated.
* config.h.in: Likewise.
* configure: Likewise.
* include/pupa/err.h (pupa_err_t): Added PUPA_ERR_SYMLINK_LOOP.
* include/pupa/misc.h (pupa_strncpy): New prototype.
(pupa_strcat): Likewise.
(pupa_strncmp): Likewise.
* kern/misc.c (pupa_strcat): Enable function.
(pupa_strncpy): New function.
(pupa_strncmp): Likewise.
* util/i386/pc/biosdisk.c (linux_find_partition): Removed.
(open_device): Don't substract the start sector from the sector
number.
Thanks,
Marco
- Ext2fs patch, Marco Gerards, 2003/10/27
- Re: Ext2fs patch, Jeroen Dekkers, 2003/10/27
- Re: Ext2fs patch,
Marco Gerards <=
- Re: Ext2fs patch, Yoshinori K. Okuji, 2003/10/28
- Re: Ext2fs patch, Yoshinori K. Okuji, 2003/10/28
- Re: Ext2fs patch, M. Gerards, 2003/10/28
- Re: Ext2fs patch, Marco Gerards, 2003/10/28
- Re: Ext2fs patch, Yoshinori K. Okuji, 2003/10/29
- Re: Ext2fs patch, Marco Gerards, 2003/10/29
- Re: Ext2fs patch, Yoshinori K. Okuji, 2003/10/29
- Re: Ext2fs patch, Marco Gerards, 2003/10/29
- Re: Ext2fs patch, Yoshinori K. Okuji, 2003/10/29