#!/bin/bash
-# $Id: MAKEDEV,v 1.9 2005/11/29 11:47:58 sean Exp $
function mkftl () {
mknod /dev/ftl$1 b 44 $2
# -*- sh -*-
-# $Id: Makefile,v 1.60 2005/11/07 11:15:09 gleixner Exp $
-
SBINDIR=/usr/sbin
MANDIR=/usr/man
INCLUDEDIR=/usr/include
*
* For licensing information, see the file 'LICENCE' in this directory
* in the jffs2 directory.
- *
- * $Id: compr.c,v 1.9 2005/11/07 11:15:09 gleixner Exp $
- *
*/
#include "compr.h"
*
* For licensing information, see the file 'LICENCE' in the
* jffs2 directory.
- *
- * $Id: compr.h,v 1.7 2005/11/07 11:15:09 gleixner Exp $
- *
*/
#ifndef __JFFS2_COMPR_H__
*
* For licensing information, see the file 'LICENCE' in this directory.
*
- * $Id: compr_rtime.c,v 1.4 2005/11/07 11:15:09 gleixner Exp $
- *
- *
* Very simple lz77-ish encoder.
*
* Theory of operation: Both encoder and decoder have a list of "last
* other provisions required by the GPL. If you do not delete the
* provisions above, a recipient may use your version of this file
* under either the RHEPL or the GPL.
- *
- * $Id: compr_zlib.c,v 1.4 2005/11/07 11:15:09 gleixner Exp $
- *
*/
#include <stdint.h>
* polynomial $edb88320
*/
-/* $Id: crc32.c,v 1.5 2004/02/24 17:40:51 dwmw2 Exp $ */
-
#include <stdint.h>
const uint32_t crc32_table[256] = {
#ifndef CRC32_H
#define CRC32_H
-/* $Id: crc32.h,v 1.6 2005/11/07 11:15:09 gleixner Exp $ */
-
#include <stdint.h>
extern const uint32_t crc32_table[256];
#include <sys/ioctl.h>
#include <sys/mount.h>
-/* $Id: doc_loadbios.c,v 1.9 2005/11/07 11:15:10 gleixner Exp $ */
#include <mtd/mtd-user.h>
unsigned char databuf[512];
/*
* docfdisk.c: Modify INFTL partition tables
*
- *
- * $Id: docfdisk.c,v 1.9 2005/11/07 11:15:10 gleixner Exp $
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-
- $Id: flash_eraseall.c,v 1.22 2005/02/17 14:55:06 hvr Exp $
*/
#include <sys/types.h>
#include <stdio.h>
* Written by Abraham vd Merwe <abraham@2d3d.co.za>
* All rights reserved.
*
- * $Id: flashcp.c,v 1.6 2005/11/07 11:15:11 gleixner Exp $
- *
* Renamed to flashcp.c to avoid conflicts with fcp from fsh package
*
* Redistribution and use in source and binary forms, with or without
/* Ported to MTD system.
- * $Id: ftl_check.c,v 1.6 2005/11/07 11:15:11 gleixner Exp $
* Based on:
*/
/*======================================================================
/* Ported to MTD system.
- * $Id: ftl_format.c,v 1.9 2005/11/07 11:15:12 gleixner Exp $
* Based on:
*/
/*======================================================================
* Useful when it buggers up.
*/
-/* $Id: jffs-dump.c,v 1.3 2005/11/07 11:15:12 gleixner Exp $ */
-
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
*
* Copyright (C) 2003 Thomas Gleixner (tglx@linutronix.de)
*
- * $Id: jffs2dump.c,v 1.10 2005/09/26 11:49:39 havasi Exp $
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* *) Made it show major/minor numbers for device nodes
* *) Made it show symlink targets
* -Erik, 13 September 2001
- *
- * $Id: jffs2reader.c,v 1.6 2005/11/07 11:15:12 gleixner Exp $
*/
* has a different endianness than the host.
*/
-/* $Id: mkfs.jffs.c,v 1.15 2005/11/07 11:15:13 gleixner Exp $ */
-
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
.TH MKFS.JFFS2 1
-.\" $Id: mkfs.jffs2.1,v 1.6 2004/11/26 14:30:15 havasi Exp $
.SH NAME
mkfs.jffs2 \- Create a JFFS2 file system image from directory
.SH SYNOPSIS
* Copyright (C) 2000 David Woodhouse (dwmw2@infradead.org)
* Steven J. Hill (sjhill@realitydiluted.com)
*
- * $Id: nanddump.c,v 1.29 2005/11/07 11:15:13 gleixner Exp $
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* Copyright (C) 2000 Steven J. Hill (sjhill@realitydiluted.com)
* 2003 Thomas Gleixner (tglx@linutronix.de)
*
- * $Id: nandwrite.c,v 1.32 2005/11/07 11:15:13 gleixner Exp $
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
/*
* nftl_format.c: Creating a NFTL/INFTL partition on an MTD device
*
- *
- * $Id: nftl_format.c,v 1.24 2005/11/07 11:15:13 gleixner Exp $
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
int c, do_inftl = 0, do_bbt = 0;
- printf("$Id: nftl_format.c,v 1.24 2005/11/07 11:15:13 gleixner Exp $\n");
+ printf("version 1.24 2005/11/07 11:15:13 gleixner\n");
if (argc < 2)
usage(1);
/*
* nftldump.c: Dumping the content of NFTL partitions on a "Physical Disk"
*
- *
- * $Id: nftldump.c,v 1.17 2005/11/07 11:15:13 gleixner Exp $
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
- * $Id: rfddump.c,v 1.3 2005/11/07 11:15:13 gleixner Exp $
*/
#define _XOPEN_SOURCE 500 /* For pread */
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * $Id: rfdformat.c,v 1.3 2005/11/07 11:15:14 gleixner Exp $
- *
* This is very easy: just erase all the blocks and put the magic at
* the beginning of each block.
*/
* University of Szeged, Hungary
*
* For licensing information, see the file 'LICENCE' in this directory.
- *
- * $Id: summary.h,v 1.7 2006/02/15 09:42:34 havasi Exp $
- *
*/
#ifndef JFFS2_SUMMARY_H
* University of Szeged, Hungary
* 2006 KaiGai Kohei <kaigai@ak.jp.nec.com>
*
- * $Id: sumtool.c,v 1.9 2006/01/23 08:22:45 havasi Exp $
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2