summaryrefslogtreecommitdiff
path: root/disk-utils
AgeCommit message (Collapse)AuthorFilesLines
2007-06-14mkfs.cramfs: cleanup HAVE_ macros usageKarel Zak1-6/+9
It's bad to use any HAVE_* macros for anything other than for build-system (autotools) stuff. Signed-off-by: Karel Zak <kzak@redhat.com>
2007-05-16disk-utils: fix libuuid usage in mkswapMatthias Koenig1-4/+4
Fix libuuid usage in mkswap. Signed-off-by: Matthias Koenig <mkoenig@suse.de>
2007-05-16build-sys: do not build convenience libraries in lib/Stepan Kasal1-2/+2
Build lib/*.c individually for each project which uses it, so that the right set of flags is applied each time. Signed-off-by: Stepan Kasal <skasal@redhat.com>
2007-02-27mkfs.cramfs: fix a way how mkfs works with empty filesKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-02-27mkfs.cramfs: remove hardcoded limit for directoriesKarel Zak1-9/+12
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-02-08mkswap: automatically add selinux label to swapfileKarel Zak2-6/+54
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-02-07mkswap: avoid mkswap usage on already mounted deviceKarel Zak1-2/+37
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-02-07mkswap: gcc happy: unsigned long usageKarel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-02-06Clean up pagesize/PAGE_SIZE usage.Karel Zak1-36/+20
Now all code in util-linux uses sysconf(_SC_PAGESIZE) that is standardized and preferred way of querying page size. The asm/page.h file is not included to the code anymore. (This patch doesn't change mount's FS detection code which will be removed later). Signed-off-by: Karel Zak <kzak@redhat.com>
2007-01-26raw: move the raw command to /sbinKarel Zak1-1/+1
The raw command could be used from udev scripts. Signed-off-by: Karel Zak <kzak@redhat.com>
2007-01-26raw: don't accept raw0 as a target nameKarel Zak1-6/+28
The raw0 is rawctl and cannot be used as a normal raw device. The patch also enlarge range of <N> for raw<N> and improve the query mode. Signed-off-by: Karel Zak <kzak@redhat.com>
2007-01-25raw: update man page (about dd and O_DIRECT)Karel Zak1-3/+10
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-01-04build-sys: add missing filesKarel Zak1-4/+6
This patch add all missing headers, man pages and README files to automake stuff and "make dist-gzip" produces useful tarball now. Signed-off-by: Karel Zak <kzak@redhat.com>
2007-01-03build-sys: remove generated autotools stuff from gitKarel Zak1-673/+0
The generated autotools stuff shouldn't be maintained by SCM. After check out from git use ./autogen.sh. For more details see README.devel. Signed-off-by: Karel Zak <kzak@redhat.com>
2006-12-07Imported from util-linux-2.13-pre6 tarball.Karel Zak1-1/+1
2006-12-07Imported from util-linux-2.13-pre5 tarball.Karel Zak2-360/+449
2006-12-07Imported from util-linux-2.13-pre4 tarball.Karel Zak2-2/+7
2006-12-07Imported from util-linux-2.13-pre3 tarball.Karel Zak2-13/+14
2006-12-07Imported from util-linux-2.13-pre2 tarball.Karel Zak12-206/+67
2006-12-07Imported from util-linux-2.13-pre1 tarball.Karel Zak17-346/+842
2006-12-07Imported from util-linux-2.12p tarball.Karel Zak1-3/+9
2006-12-07Imported from util-linux-2.12o tarball.Karel Zak4-14/+130
2006-12-07Imported from util-linux-2.12k tarball.Karel Zak2-2/+12
2006-12-07Imported from util-linux-2.12h tarball.Karel Zak1-2/+37
2006-12-07Imported from util-linux-2.12d tarball.Karel Zak1-1/+1
2006-12-07Imported from util-linux-2.12b tarball.Karel Zak4-102/+78
2006-12-07Imported from util-linux-2.12a tarball.Karel Zak1-11/+12
2006-12-07Imported from util-linux-2.12 tarball.Karel Zak2-0/+9
2006-12-07Imported from util-linux-2.11x tarball.Karel Zak5-139/+245
2006-12-07Imported from util-linux-2.11v tarball.Karel Zak2-21/+24
2006-12-07Imported from util-linux-2.11u tarball.Karel Zak1-3/+8
2006-12-07Imported from util-linux-2.11t tarball.Karel Zak6-7/+1550
2006-12-07Imported from util-linux-2.11r tarball.Karel Zak1-2/+2
2006-12-07Imported from util-linux-2.11q tarball.Karel Zak1-11/+16
2006-12-07Imported from util-linux-2.11o tarball.Karel Zak9-118/+19
2006-12-07Imported from util-linux-2.11n tarball.Karel Zak2-79/+203
2006-12-07Imported from util-linux-2.11m tarball.Karel Zak6-36/+79
2006-12-07Imported from util-linux-2.11f tarball.Karel Zak2-19/+23
2006-12-07Imported from util-linux-2.11b tarball.Karel Zak6-12/+17
2006-12-07Imported from util-linux-2.10s tarball.Karel Zak12-71/+391
2006-12-07Imported from util-linux-2.10m tarball.Karel Zak14-205/+575
2006-12-07Imported from util-linux-2.10f tarball.Karel Zak14-166/+1138
2006-12-07Imported from util-linux-2.9v tarball.Karel Zak10-233/+380
2006-12-07Imported from util-linux-2.9i tarball.Karel Zak29-16402/+344
2006-12-07Imported from util-linux-2.8 tarball.Karel Zak19-668/+2258
2006-12-07Imported from util-linux-2.7.1 tarball.Karel Zak23-734/+5057
2006-12-07Imported from util-linux-2.5 tarball.Karel Zak23-524/+6135
2006-12-07Imported from util-linux-2.2 tarball.Karel Zak24-0/+8212