Commit Graph

38 Commits

Author SHA1 Message Date
Filip Holec
7e127fee6a Fix man page typos 2012-09-12 22:42:45 +02:00
Gilles Grandou
ff8e759ed3 renamed (un)pack-initrd to abootimg-(un)pack-initrd 2011-07-21 01:26:28 +02:00
Gilles Grandou
4f8acfd128 fixed silly warnings due to -Wall 2011-07-21 01:21:34 +02:00
Heiko Stuebner
6a7ce6cad0 debian packaging for 0.6 2011-07-14 21:34:00 +02:00
Heiko Stuebner
d5e385e221 fix implicit declared function ftruncate 2011-07-14 21:13:25 +02:00
Gilles Grandou
b2dabebdcb Changelog for v0.6 2011-07-14 01:39:26 +02:00
Gilles Grandou
9e64f0332b gitignore temp files 2011-07-14 01:32:16 +02:00
Gilles Grandou
7bde63e971 cleaned Makefile 2011-07-14 01:32:16 +02:00
Gilles Grandou
4494fb2cac check fread() ret values + clean all fread/fwrite 2011-07-14 01:24:44 +02:00
Gilles Grandou
1fb6383d76 fix - block device support was broken...
bad pointer dereferencing in ioctl call
2011-07-14 00:13:13 +02:00
Heiko Stuebner
63ad881fac Fix version.h creation.
Only create version.h if file not present and only try to read
git version if .git present.
2011-07-04 17:49:42 +02:00
Heiko Stuebner
f8525d5c9e Fix compilation on GNU-Hurd.
Hurd seems to also not contain a BLKGETSIZE equivalent.
2011-07-04 17:49:40 +02:00
Gilles Grandou
e6390973fa debian package 0.5+git20110609-1 2011-07-02 23:09:51 +02:00
Martin Johnson
819366a970 Fix for malloc of wrong size, (crashed if ramdisk larger than kernel) 2011-06-09 10:51:50 +12:00
Gilles Grandou
c3aa51b9af updated v0.5 changelog 2011-05-18 23:54:07 +02:00
Gilles Grandou
6ef3f1acc2 iside: be verbose when check_boot_img_header fails 2011-05-18 23:32:41 +02:00
Gilles Grandou
bd22314611 put all blkgetsize mess in a dedicated function 2011-05-18 23:14:48 +02:00
Heiko Stuebner
3dc5f15704 Fix build-failure with BLKGETSIZE64 on non Linux systems
The BLKGETSIZE64 ioctl is Linux specific.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
2011-05-18 22:59:28 +02:00
Gilles Grandou
b1ca8027d8 populate v0.5 Changelog 2011-05-04 00:30:04 +02:00
Gilles Grandou
ab7a686673 updated (c) 2011 2011-05-04 00:00:32 +02:00
Gilles Grandou
075d1b38f0 pack-initrd: use -f to overwrite initrd 2011-05-03 23:57:35 +02:00
Gilles Grandou
a51d2f237a added .phony target 2011-05-03 23:43:48 +02:00
Gilles Grandou
f23308b89a added version number
* generate version.h from git-describe
* print version number and (c) in help message
2011-05-03 23:42:20 +02:00
Gilles Grandou
891020dec7 debian: install pack-initrd and unpack-initrd in /usr/bin 2011-05-03 22:44:44 +02:00
Heiko Stuebner
81350194c5 more sanity-checks for initrd scripts 2011-05-03 22:34:41 +02:00
Gilles Grandou
9b8c83da5e added debian packaging scripts made by Heiko for abootimg_0.3-1 2011-04-15 19:06:57 +02:00
Gilles Grandou
b19301beb0 updated to v0.4 2011-02-17 23:03:23 +01:00
Gilles Grandou
0da07ee2bf warning fix 2011-02-17 23:02:53 +01:00
Gilles Grandou
b4bf230bcb fix: sigfpe if page_size == 0
* exit if page_size is null
* set default page_size to 2048.
2011-02-17 22:57:19 +01:00
Gilles Grandou
8426206447 updated to v0.3 2010-12-08 09:45:57 +01:00
Gilles Grandou
01ca8b99e2 fix: when only kernel is updated ramdisk can be corrupted 2010-12-08 07:38:32 +01:00
Gilles Grandou
59024932bb updated to v0.2 2010-11-28 22:52:05 +01:00
Gilles Grandou
f0ba129367 fixed make archive 2010-11-28 22:52:05 +01:00
Gilles Grandou
e1a2d45d5a fix when udpating ramdisk without kernel 2010-11-28 22:42:39 +01:00
Gilles Grandou
6cf7c45b2a fixed --create on block devices 2010-11-28 22:14:11 +01:00
Gilles Grandou
40817afd9b added tools to pack/unpack ramdisks 2010-11-26 23:13:33 +01:00
Gilles Grandou
5230e5fb08 gitignore 2010-11-26 21:46:20 +01:00
Gilles Grandou
6d37c08545 Initial commit 2010-11-26 11:09:19 +01:00