1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
2007-06-26 19:04 Janos Farkas <chexum+dev () gmail.com>
* NEWS, genromfs.8, genromfs.lsm: releasing 0.5.2.
2002-04-30 15:09 Janos Farkas <chexum@shadow.banki.hu>
* genromfs.c: romfs_checksum(); avoid potential side effects of an
ntohl() macro; processdir(): don't readdir() on NULLs.
Thanks to Ilguiz Latypov.
2002-03-05 09:58 Janos Farkas <chexum@shadow.banki.hu>
* genromfs.c: Cygwin needs to include sys/sysmacros.h,
Thanks to Arthur Shipkowski.
2002-01-23 11:32 Janos Farkas <chexum@shadow.banki.hu>
* Makefile: update version; check for correct release on dist.
* checkdist: new file to check for misversioned dists.
2002-01-22 10:00 Janos Farkas <chexum@shadow.banki.hu>
* NEWS: update version, release 0.5.1.
* genromfs.lsm: likewise.
2002-01-22 09:54 Janos Farkas <chexum@shadow.banki.hu>
* Makefile: remove mis-installed man-page first.
Also fix directories to not use //.
2002-01-22 08:37 Janos Farkas <chexum@shadow.banki.hu>
* genromfs.8: document special @files, clarify wording of some
other options, and update version/date.
2002-01-21 10:37 Janos Farkas <chexum@shadow.banki.hu>
* Makefile: install man page in man-dir. oops.
2002-01-21 09:30 Janos Farkas <chexum@shadow.banki.hu>
* bump version for next release.
2002-01-20 12:03 Janos Farkas <chexum@shadow.banki.hu>
* Makefile: bump version, release 0.5.
2002-01-20 11:47 Janos Farkas <chexum@shadow.banki.hu>
* Makefile: more fixes for FreeBSD build.
2002-01-20 11:32 Janos Farkas <chexum@shadow.banki.hu>
* Makefile: build fixes, add version, dist.
2002-01-20 10:57 Janos Farkas <chexum@shadow.banki.hu>
* genrommkdev: a sample script to generate special nodes from a
device list file.
2002-01-20 10:29 Janos Farkas <chexum@shadow.banki.hu>
* genromfs.c: use O_BINARY, and "wb" if possible to ease porting.
2002-01-20 10:03 Janos Farkas <chexum@shadow.banki.hu>
* Makefile: add prefix/bindir/mandir to ease relocated build.
2002-01-20 09:36 Janos Farkas <chexum@shadow.banki.hu>
* genromfs.c: include sys/types.h, and use int32_t, clear up
hopefully all ntohl/htonl confusion.
(thanks to Debian patches)
2002-01-19 17:20 Janos Farkas <chexum@shadow.banki.hu>
* genromfs.c: refactor fnmatch() usage to nodematch()
* genromfs.c: spelling nad => and
* romfs.txt: thinkos
2002-01-18 11:22 Janos Farkas <chexum@shadow.banki.hu>
* imported from http://www.uclinux.org/pub/uClinux/utilities/
without the indent changes (sorry)
* Fri Aug 17 23:21:00 2001 Greg Ungerer (gerg@lineo.com)
* incorporated patches from many uClinux users
* fixed @ device link problem (profesor@sidehack.sat.gweep.net)
addition of -x option to skip files
* compilation on Solaris (The LEOX team <lpm@leox.org> )
* filename device insertion (davidm@lineo.com)
Tue Feb 8 09:52:51 2000 Pavel Roskin <pavel_roskin@geocities.com>
* genromfs.c (main): don't rely on char being signed when parsing
the arguments
Mon Sep 21 16:35:33 1998 Jakub Jelinek <jj@ultra.linux.cz>
* genromfs.c: add support for `-a' and `-A'.
* genromfs.8: document it.
Tue Aug 5 15:54:47 1997 Janos Farkas <chexum@shadow.banki.hu>
* Version 0.2.
* genromfs.8: the manual page has been initially written by
Cristoph Lameter, now I reworked it to be less repetitive with
respect to the comments in the source :)
* genromfs.c: just helpful help, and process `-h' too.
* Makefile: add an install target.
|