summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: refresh AUTHORS fileKarel Zak2007-05-161-11/+23
* mount: kill mount_guess_rootdevStepan Kasal2007-05-165-101/+1Star
* build-sys: add AC_GNU_SOURCEKarel Zak2007-05-161-0/+1
* build-sys: remove -fomit-frame-pointerKarel Zak2007-05-161-1/+1
* build-sys: add Automake option dist-bzip2Stepan Kasal2007-05-161-1/+1
* build-sys: in configure.ac, change "po" -> "$srcdir/po"Stepan Kasal2007-05-161-2/+2
* build-sys: use dist_noinst_HEADERS in include/Makefile.amStepan Kasal2007-05-161-1/+2
* build-sys: in the clean targets use "find ... | xargs rm -f"Stepan Kasal2007-05-161-2/+2
* build-sys: remove po/Makevars.template from EXTRA_DISTStepan Kasal2007-05-161-1/+0Star
* build-sys: remove config/include-Makefile.am from EXTRA_DISTStepan Kasal2007-05-161-1/+1
* build-sys: do not use wildcards in EXTRA_DISTStepan Kasal2007-05-166-10/+13
* build-sys: use dist_usrbinexec_SCRIPTS in misc-utils/Makefile.amStepan Kasal2007-05-161-4/+3Star
* build-sys: let configure instantiate the misc-utils/*.pl scriptsStepan Kasal2007-05-163-8/+4Star
* build-sys: --prefix defaults to /usrStepan Kasal2007-05-162-6/+18
* build-sys: set DISTCHECK_CONFIGURE_FLAGS in top-level makefileStepan Kasal2007-05-161-0/+5
* build-sys: make the getopt example directory relative to datadirStepan Kasal2007-05-161-1/+1
* build-sys: amend .gitignoreStepan Kasal2007-05-163-0/+4
* build-sys: remove swapargs.h, move the tests to main configure.acStepan Kasal2007-05-164-46/+29Star
* build-sys: replace AC_TRY_* by AC_*_IFELSEStepan Kasal2007-05-161-21/+26
* build-sys: s/AC_HELP_STRING/AS_HELP_STRING/Stepan Kasal2007-05-161-26/+26
* build-sys: do not use internal Autoconf variablesStepan Kasal2007-05-162-61/+62
* build-sys: merge adjacent AC_CONFIG_HEADERS and AC_CONFIG_FUNCS callsStepan Kasal2007-05-161-23/+20Star
* build-sys: move -D flags to *_CPPFLAGSStepan Kasal2007-05-163-4/+4
* build-sys: do not set with_foo twiceStepan Kasal2007-05-161-26/+26
* swapon: simplify an #ifStepan Kasal2007-05-161-6/+1Star
* build-sys: use dist_noinst_DATA to work around the bug with dist_man_MANSStepan Kasal2007-05-162-9/+6Star
* build-sys: simplify "clean" in tests/Makefile.amStepan Kasal2007-05-161-5/+1Star
* build-sys: use dist_example_DATAStepan Kasal2007-05-161-2/+2
* build-sys: mount/Makefile.am tiny cleanup IIStepan Kasal2007-05-161-7/+9
* build-sys: do not build convenience libraries in lib/Stepan Kasal2007-05-167-23/+17Star
* build-sys: mount/Makefile.am tiny cleanupStepan Kasal2007-05-161-11/+6Star
* build-sys: remove AC_PROG_RANLIBStepan Kasal2007-05-161-1/+0Star
* build-sys: declare SUID_CFLAGS and SUID_LDFLAGS as preciousStepan Kasal2007-05-161-2/+4
* build-sys: fix the example configure call in READMEStepan Kasal2007-05-161-5/+5
* build-sys: add SUID_LDFLAGSStepan Kasal2007-05-165-2/+10
* build-sys: do not play with DEFS, use AM_CPPFLAGSStepan Kasal2007-05-161-4/+2Star
* build-sys: move the optimization flags to AM_CFLAGSStepan Kasal2007-05-162-2/+1Star
* build-sys: do not kick off AM_CFLAGS by SUID_CFLAGSStepan Kasal2007-05-163-6/+6
* build-sys: update po/POTFILES.inStepan Kasal2007-05-161-3/+0Star
* mount: remove nfsmount() from sundries.hKarel Zak2007-05-111-3/+0Star
* mount: remove all NFS codeKarel Zak2007-05-0916-4077/+3Star
* build-sys: fix the final message of autogen.shStepan Kasal2007-05-081-1/+1
* build-sys: call automake after autoconfStepan Kasal2007-05-081-1/+1
* build-sys: remove config.h.in from VCSStepan Kasal2007-05-081-198/+0Star
* mount: add support for context, fscontext and defcontext selinux mount optionsKarel Zak2007-05-043-9/+146
* mount: use realloc for xstrconcat functionsKarel Zak2007-05-043-48/+49
* mount: use growable string for optionsKarel Zak2007-05-041-51/+60
* mount: avoid duplicate entries in mtab when mount -fKarel Zak2007-05-022-1/+13
* tests: add mount -o remount testKarel Zak2007-04-263-1/+76
* tests: add mount --move testKarel Zak2007-04-263-1/+64