summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-22#include <fcntl.h>Igor Pashev1-0/+1
2012-01-22Adjusted logger for Illumos realityIgor Pashev1-5/+84
2012-01-21Removed generated filesIgor Pashev14-8573/+0
2012-01-21Added gnulib (progname, memrchr, rawmemchr, etc)Igor Pashev57-2/+37299
2012-01-21Use static cfmakeraw() if not systemIgor Pashev2-0/+13
2012-01-21Put all under /usr if DEB_HOST_ARCH_OS=illumos (with DEB_HOST_MULTIARCH)Igor Pashev1-0/+6
2011-01-31Merge remote branch 'origin/master'LaMont Jones286-60403/+87054
2011-01-31libblkid: conditionalise parts from blkid/topology for LinuxFabian Groffen3-7/+14
2011-01-31build-sys: shell syntax fix in autogen.shSami Kerola1-1/+1
2011-01-31mount: fix parsing offset= followed by more optionsPetr Uzel4-25/+29
2011-01-31build-sys: provide missing strnlen from strutilsFabian Groffen1-1/+2
2011-01-31swapon: make needlessly global variables staticTobias Klauser1-9/+9
2011-01-31provide a workaround if program_invocation_short_name is missingFabian Groffen3-0/+53
2011-01-31build-sys: enable lsblk and libmount for Linux onlyKarel Zak3-4/+49
2011-01-27mount: fix atime description in mount.8 man pageKarel Zak1-2/+5
2011-01-25build-sys: release++ (v2.19-rc3)Karel Zak2-1/+5
2011-01-25docs: update v2.19 ReleaseNotesKarel Zak1-3/+10
2011-01-25tests: skip non-compiled libmount testsKarel Zak8-0/+16
2011-01-25libmount: don't compile tests by defaultKarel Zak2-5/+3
2011-01-25libmount: fix debug messageKarel Zak1-1/+1
2011-01-25build-sys: release++ (v2.19-rc2)Karel Zak2-2/+6
2011-01-25docs: update v2.19 ReleaseNotesKarel Zak1-4/+73
2011-01-25docs: update AUTHORS fileKarel Zak1-0/+2
2011-01-25po: merge changesKarel Zak26-20088/+23058
2011-01-25tests: update lscpu tests on x86_64Karel Zak2-2/+2
2011-01-25libmount: compile testsKarel Zak1-3/+5
2011-01-25column: data type mismatch compiler warning fixesSami Kerola1-2/+3
2011-01-25cfdisk: data type mismatch, and other, compiler warning fixesSami Kerola2-8/+13
2011-01-25libmount: fix user= usageKarel Zak3-5/+8
2011-01-25libmount: improve status check, minor cleanupsKarel Zak6-20/+44
2011-01-25include: [tt] enlarge output bufferKarel Zak2-4/+22
2011-01-24libmount: rename mount.sym -> libmount.symKarel Zak2-3/+3
2011-01-24libmount: add mnt_context_get_{source,target,fstype}Karel Zak4-3/+57
2011-01-24tests: ignore device name used in some fdisk and blkid testsFrancesco Cosoleto10-35/+40
2011-01-23fdisk: more meaningful error messages (use err.h)Francesco Cosoleto1-24/+11
2011-01-23fdisk: use xalloc libFrancesco Cosoleto3-17/+9
2011-01-23fdisk: replace fatal(usage) with a separate usage() functionFrancesco Cosoleto2-26/+27
2011-01-23fdisk: add exFAT to MBR partition type 0x7Jon Grant1-1/+1
2011-01-23libmount: _SC_GETPW_R_SIZE_MAX portability issueKarel Zak1-0/+4
2011-01-23remaining util-linux-ng to util-linuxSami Kerola3-4/+4
2011-01-23wall: document -n optionDavidlohr Bueso2-1/+3
2011-01-23include: emulate dirfd when necessaryFabian Groffen3-5/+40
2011-01-23lib: [xalloc] don't use hardcoded return codeKarel Zak1-4/+8
2011-01-22libmount: cleanup API, remove typedefKarel Zak25-989/+1021
2011-01-22libmount: add functions for mount.<type> helpersKarel Zak5-5/+79
2011-01-22libmount: rename mount.h to libmount.hKarel Zak12-14/+15
2011-01-22libmount: split mnt_context_do_mount()Karel Zak6-22/+108
2011-01-21mount: update ext{3,4} options in mount.8Karel Zak1-2/+56
2011-01-21don't declare usage() without parametrKarel Zak3-3/+3
2011-01-20use uint32_t instead of u_int32_tFabian Groffen2-9/+10