summaryrefslogtreecommitdiffstats
path: root/sys-utils/flock.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+3
* lib/timer: add fallback if timer_create() not availableKarel Zak2018-12-031-3/+5
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-1/+1
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* flock, getopt: write --help to stdout and return 0Ruediger Meier2017-06-261-25/+27
* misc: fix more strutils related exit codesRuediger Meier2017-06-221-0/+2
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-1/+1
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-5/+3Star
* flocks: keep run_program() simpleKarel Zak2016-10-311-8/+7Star
* flock: fix no-flock patchKarel Zak2016-10-311-17/+28
* flock: Introduce no-fork option.Terry Burton2016-04-161-27/+41
* textual: adjust grammar and punctuation of some messagesBenno Schulenberg2015-08-031-1/+1
* flock: NULL derefBrad Forschinger2015-05-051-1/+1
* lib/timer: use separate file for timersKarel Zak2015-03-061-0/+1
* flock: improve timeout handlingSami Kerola2015-03-051-7/+10
* flock: add --verbose optionSami Kerola2015-03-031-2/+29
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* flock: zero timeout is validKarel Zak2014-10-071-2/+0Star
* flock: add error message to translationsSami Kerola2014-10-011-1/+1
* textual: using angular brackets around individual argumentsBenno Schulenberg2014-10-011-10/+10
* flock: use nfs4 fallback on EBADF tooKarel Zak2014-03-241-0/+1
* textual: fix several typos and angular brackets in messagesBenno Schulenberg2013-06-071-1/+1
* flock: possible pointer dereferences [coverity scan]Karel Zak2013-03-271-0/+1
* flock: use include/timer.hKarel Zak2013-03-131-18/+3Star
* flock: use strtotimeval() from libcommonKarel Zak2013-03-131-12/+4Star
* translation: unify exec error messagesSami Kerola2013-02-061-1/+1
* textual: standardize the reporting of program name plus package versionBenno Schulenberg2013-01-301-2/+1Star
* textual: standardize reporting of program name plus package versionBenno Schulenberg2013-01-251-1/+2
* flock: improve usage stringsMike Frysinger2013-01-091-3/+3
* textual: fix typos in messagesYuri Chornoivan2012-09-041-1/+1
* flock: user-configurable exit codeJan \"Yenya\" Kasprzak2012-06-151-10/+16
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* flock: fix sizeof usage [clang -Wsizeof-pointer-memaccess]Karel Zak2012-01-191-1/+1
* flock: use O_RDWR as fallback if O_RDONLY returns EIOKarel Zak2011-11-211-20/+48
* flock: timer code refactoringKarel Zak2011-11-211-13/+20
* flock: simplify strtotimeval()Sami Kerola2011-09-291-26/+8Star
* flock: use strutils.h to check numeric user inputSami Kerola2011-09-291-4/+2Star
* flock: use sysexit.h for all exit valuesSami Kerola2011-09-291-9/+14
* flock: use function attributesSami Kerola2011-09-291-3/+2Star
* flock: align with howto-usage-function.txtSami Kerola2011-09-291-15/+16
* flock: use libc error printing facilitiesSami Kerola2011-09-291-43/+22Star
* flock: move long_options struct to function scopeSami Kerola2011-09-291-14/+14
* flock: fix coding styleSami Kerola2011-09-291-280/+282
* flock: make flock(1) work on NFSv4Petr Uzel2011-09-271-2/+5
* flock: cleanup usage()Karel Zak2011-08-161-14/+15
* fsck, checktty, flock: Use more portable includes.Josiah Worcester2011-06-141-0/+2
* flock: properly report exec() errorsKarel Zak2010-08-201-1/+1
* portability: use standard constantsFrançois Revol2010-07-261-1/+1
* flock: fix hang when parent ignores SIGCHLDMike Frysinger2009-12-071-1/+9