util-linux/disk-utils
maximilian attems d144727bc3 use getpagesize()
getpagesize() is said to be more portable than sysconf(_SC_PAGESIZE)
to anything Linux.

this patch helps klibc porting effort as the sysconf
multiplex API is not supported there.

also remove comment of the switch to sysconf in mkswap.c.

Signed-off-by: maximilian attems <max@stro.at>
2008-07-30 13:26:58 +02:00
..
.gitignore build-sys: update .gitignore files 2008-04-14 14:24:03 +02:00
Makefile.am disk-utils: clean up code, use blkdev_* functions 2008-07-24 01:15:07 +02:00
bitops.h Imported from util-linux-2.7.1 tarball. 2006-12-07 00:25:34 +01:00
blockdev.8 blockdev: add --getsz to blockdev.8 2007-11-28 20:55:45 +01:00
blockdev.c blockdev: use lib/blkdev.c, fix --report 2007-11-07 20:59:28 +01:00
cramfs.h Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
elvtune.8 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
elvtune.c elvtune: use get_linux_version() 2007-11-07 21:25:48 +01:00
fdformat.8 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
fdformat.c Imported from util-linux-2.13-pre2 tarball. 2006-12-07 00:26:58 +01:00
fsck.cramfs.c use getpagesize() 2008-07-30 13:26:58 +02:00
fsck.minix.8 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
fsck.minix.c disk-utils: s/MOUNTED/_PATH_MOUNTED/ 2008-07-28 11:06:07 +02:00
isosize.8 Imported from util-linux-2.10s tarball. 2006-12-07 00:25:44 +01:00
isosize.c blockdev: fix: opened file leaving unclosed 2007-10-26 01:02:45 +02:00
minix.h Imported from util-linux-2.11m tarball. 2006-12-07 00:25:49 +01:00
mkfs.8 mkfs: remove nonsense from man page 2007-08-02 14:23:38 +02:00
mkfs.bfs.8 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
mkfs.bfs.c disk-utils: clean up code, use blkdev_* functions 2008-07-24 01:15:07 +02:00
mkfs.c Imported from util-linux-2.13-pre2 tarball. 2006-12-07 00:26:58 +01:00
mkfs.cramfs.c use getpagesize() 2008-07-30 13:26:58 +02:00
mkfs.minix.8 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
mkfs.minix.c disk-utils: s/MOUNTED/_PATH_MOUNTED/ 2008-07-28 11:06:07 +02:00
mkswap.8 mkswap: set UUID for swap space (add -U option) 2008-02-15 01:31:50 +01:00
mkswap.c use getpagesize() 2008-07-30 13:26:58 +02:00
raw.8 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
raw.c disk-utils: include fcntl.h directly (mkfs.cramfs, raw) 2008-07-28 11:09:14 +02:00
swapheader.h Imported from util-linux-2.12o tarball. 2006-12-07 00:26:31 +01:00