summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: use automake's PYTHON primary for __init__.pyRuediger Meier2014-06-031-0/+1
| | | | | | | | | | Actually the initial reason for this commit was to remove execute permission from installed __init__.py. Now after discovering automake's _PYTHON suffix we slightly cleanup Makemodule.am and we will install byte compiled .pyc and .pyo files. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* lslogins: add functionalityOndrej Oprala2014-05-151-0/+1
| | | | Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
* cytune: remove from util-linuxSami Kerola2014-05-121-1/+0Star
| | | | | | | | | | | Assumption is there are not many who need this tool. Whom ever they might be the recommendation is to use the command from old util-linux release. Second reason to removal is difficulty to test hardware specific command when none of the active project members does not seem to have such. Basically the command has reached dead end what comes to maintainability of it. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: sort gitignore filesSami Kerola2014-03-121-34/+33Star
| | | | | | Use 'LC_ALL=C sort -fu' order for all lists. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* nologin: add new commandKarel Zak2013-09-301-0/+1
| | | | | | | Currently it's maintained as distro specific (or people use impolite /bin/false way). Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add *vim and clang_complete to gitignoreKarel Zak2013-09-121-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: complete elvtune removalSami Kerola2013-08-231-1/+0Star
| | | | | | | | The first removal managed to remove only most of the elvtune, this commit will complete the task. Original-removal: 7f1fe74248290c50f5447c2c09fcf0f0575a7666 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* pylibmount: add __init__.pyOndrej Oprala2013-08-191-0/+1
| | | | | Signed-off-by: Karel Zak <kzak@redhat.com> Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
* chkdupexe: remove, deprecated for yearsKarel Zak2013-03-141-2/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* setpriv: run a program with different Linux privilege settingsAndy Lutomirski2013-02-051-0/+1
| | | | | | | | | | | | This new command can set no_new_privs, uid, gid, groups, securebits, inheritable caps, the cap bounding set, securebits, and selinux and apparmor labels. [kerolasa@iki.fi: a lot of small adjustment making the command to be good fit to util-linux project] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Andy Lutomirski <luto@amacapital.net>
* build-sys: add nsenter to gitignoreSami Kerola2013-01-251-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: add gcov files to .gitignoreSami Kerola2013-01-241-0/+3
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* ddate: remove from util-linuxSami Kerola2012-10-151-1/+0Star
| | | | | | | | | | | See RedHat bug for reasons why the ddate is cleaned up. The reference is where to get the command in future. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=823156 References: https://github.com/bo0ts/ddate Acked-by: Petr Uzel <petr.uzel@suse.cz> Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* blkdiscard: add new commandLukas Czerner2012-09-281-0/+1
| | | | | | | | | | | | | blkdiscard is used to discard device sectors. This is useful for solid-state drivers (SSDs) and thinly-provisioned storage. Unlike fstrim this command is used directly on the block device. blkkdiscard uses BLKDISCARD ioctl or BLKSECDISCARD ioctl for the secure discard. All data in the discarded region on the device will be lost! Signed-off-by: Lukas Czerner <lczerner@redhat.com>
* Revert "blkdiscard: new command"Karel Zak2012-09-281-1/+0Star
| | | | | | | This was only attempt as alternative implementation, unfortunately pushed publicly... sorry. This reverts commit c84ed54cefdcaa07f3d1f40a65434c9d4277da08.
* blkdiscard: new commandKarel Zak2012-09-271-0/+1
| | | | | | | | | | | Add to fstrim(8) code to support new discard BLKDISCARD and BLKSECDISCARD ioctls for block devices. The new command is only symlink to fstrim(8) as the both utils share some code and the basic ideas. Based on patch from Lukas Czerner <lczerner@redhat.com>. Signed-off-by: Karel Zak <kzak@redhat.com>
* runuser: new command (derived from su(1))Karel Zak2012-09-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | This command is based on su(1), the differences: - based on Fedora runuser su(1) patch - not installed with suid rights - allowed for root users only - don't ask for password - uses PAM session, for example: $ cat /etc/pam.d/runuser auth sufficient pam_rootok.so session optional pam_keyinit.so revoke session required pam_limits.so session required pam_unix.so $ cat /etc/pam.d/runuser-l auth include runuser session optional pam_keyinit.so force revoke session include runuser Signed-off-by: Karel Zak <kzak@redhat.com>
* resizepart: add new commandKarel Zak2012-08-131-0/+1
| | | | | | | This is a simple wrapper for BLKPG_RESIZE_PARTITION (since kernel 3.6). Co-Author: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add files make check generates in gitignoreSami Kerola2012-08-061-0/+4
| | | | | | | | The config/test-driver appears at automake stage, rest after running 'make check'. Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: use slash for binaries in gitignoreKarel Zak2012-07-311-109/+107Star
| | | | | | | .. otherwise git interprets binaries names as shell blog and apply the pattern globally. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add UL_PROG_CLANG function, rename warnings.m4 -> compiler.m4Karel Zak2012-07-161-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* utmpdump: new command, merge from sysvinitKarel Zak2012-06-291-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: cleanup .gitignore filesKarel Zak2012-06-261-0/+115
| | | | | | | - move all binaries to top-level .gitignore - remove unnecessary */.gitignore files Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: ignore .dirstamp fileKarel Zak2012-06-261-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add compiler warningsKarel Zak2012-06-061-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: rename and move macrosKarel Zak2011-11-031-0/+3
| | | | | | | - use m4/ul.m4 for util-linux macros - use UL_ prefix for all util-linux macros Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: use AUTOMAKE_OPTIONS = gnuSami Kerola2011-05-261-0/+1
| | | | | | | | | | | | | | | | | The change will cause make dist to have INSTALL file from automake release, which hopefully is more up to date than manually maintained version. The gnu option will also require ChangeLog to be present, and without doubts no-one wants to maintain that manually. I added file to reference link to internet git repository view. At the time of make dist current tag is added to the ChangeLog reference which will make release to point exactly to the point where changes ended. Minor drawback is that untagged make dist releases will contain a broken link in ChangeLog. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: use git-version-gen to distinct git and release versionsSami Kerola2011-04-051-0/+2
| | | | | | | | | | | The script is copied as is from gnulib. [kzak@redhat.com: - generate .tarball-version and .version files in top level Makefile.am - delete autom4te.cache in autogen.sh] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: ignore generated ltmain.shKarel Zak2011-01-051-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: use generated libtool-2 stuffKarel Zak2011-01-051-9/+0Star
| | | | | | | | | The commit 60a4edd66200be829560dce0d41a02fc70cef4f5 temporary disabled libtool-2 in autogen.sh. It seems that libtool-2 in available in many distributions now, so we don't have to manage the generated .m4 libtool files in git anymore. Signed-off-by: Karel Zak <kzak@redhat.com>
* git: ignore index files generated by ctags and cscopePetr Uzel2010-05-281-0/+2
| | | | Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
* build-sys: clean up gtk-doc usageKarel Zak2009-10-121-1/+3
| | | | | | | | | | | Currently gtk-doc is optional. Unfortunately, the ./configure script still depends on GTK_DOC_CHECK macro and shlibs/blkid/docs/Makefile.am depends on gtk-doc.make. It seems that the best solution is to add gtk-doc.[make,m4] files to the repository. Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: gtkdocize (API docs generated by gtk-docs)Karel Zak2009-09-161-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --disable-tlsKarel Zak2009-05-221-0/+3
| | | | | | | | | | | * add AX_TLS autoconf macro * add --disabletls option * cleanup gen_uuid.c code to remove gcc warnings when compiled without TLS macro. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add temporary libtool *.m4 stuffKarel Zak2009-02-161-2/+10
| | | | | | | | | | We require libtool-2 (because old 1.5.x is crap). Unfortunately, libtool-2 is still not available in many Linux distributions -- now I see it in unstable distributions only. The painless way how to resolve this problem is to __temporary__ commit generated libtool-2 stuff to our repository. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: libtoolize by libtool-2Karel Zak2009-02-131-0/+3
| | | | | | | | | | We need an infrastructure for stared libraries. The latest libtool-2 seems useful and it's definitely better than the old 1.5 crap. You need to install libtool-2 when you want to run ./autogen.sh script after checkout from git repository. Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: minor changes to library build systemKarel Zak2009-02-111-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: update .gitignore filesKarel Zak2008-04-141-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: amend .gitignoreStepan Kasal2007-05-161-0/+2
| | | | | | Add several built files to .gitignore files. Signed-off-by: Stepan Kasal <skasal@redhat.com>
* tests: add library for LD_PRELOAD to manipulate with time() in testsKarel Zak2007-03-141-0/+1
| | | | | | | | The cal command generates output that depends on time(). For reliable regression tests we need to use still same time. It seems that LD_PRELOAD is pretty simple way. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove aclocal.m4 from SCMKarel Zak2007-03-141-0/+1
| | | | | | The aclocal.m4 is also generated by autogen.sh Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove generated autotools stuff from gitKarel Zak2007-01-031-2/+19
| | | | | | | 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>
* Imported from util-linux-2.13-pre1 tarball.Karel Zak2006-12-071-0/+9