[lockdev-devel] [GIT] Git repository for lockdev branch, master, updated. 746704628cedb3d7a2fac52df121f63458f83dcd

Roger Leigh rleigh at alioth.debian.org
Sat Feb 27 15:47:25 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Git repository for lockdev".

The branch, master has been updated
       via  746704628cedb3d7a2fac52df121f63458f83dcd (commit)
       via  446160f8eb767a6e73c2f57e0e689121376f55c0 (commit)
       via  1ac49702c0a776116ec9e973ce76b2c090209983 (commit)
       via  db18223ce701b64f56e55732e9ad128ec42bfb38 (commit)
       via  e34dafc5a1d8cb3d9c862e79f982a30bf262bc07 (commit)
       via  ce79271bfa7cda33b9dbc51f322652e957aea6dd (commit)
       via  3a0462d8dba91397f1549b3826c3347e2fa7e51e (commit)
       via  a050b7fd2137f8e522cf19fa1d6d67a2c54e2e93 (commit)
       via  7c4c853365da4d5a7f12b7143054b95cbbd1ce97 (commit)
       via  3536e08a733eb56b07eb4329169e499165c8917e (commit)
       via  260b5bfc28b2b84f63e3320bbf578b1a17b7719a (commit)
       via  d258f9bde348bed0eb53c2654cc7e76ffbfec462 (commit)
       via  9555b30559982157ab5023cce95da663c5635989 (commit)
       via  b6cba52a888d020685854c901543e92d4af787a7 (commit)
       via  9c46736b348ec3c2535157d521f8c9f98b30dc6a (commit)
       via  0859d28634a0036a2302f88def9281b197bde6c3 (commit)
       via  af74b5f898ea9c8d895be71178e26c1d9713cede (commit)
       via  966bef2152c693225f65c567cb5ce5f87d354a03 (commit)
       via  acebfa45e7f25beb089259c6f95bdc68b31c80ec (commit)
       via  b12279a1ec523b208e0af69f5b2154aafbcaed33 (commit)
       via  0dd47123655c52d68185f06b9da8fb0e1b925400 (commit)
       via  3e99734b57f35d9206de984930a545731a05915c (commit)
      from  fefc3fea8866caf2fef60047542c4ff9f779be44 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 746704628cedb3d7a2fac52df121f63458f83dcd
Merge: fefc3fea8866caf2fef60047542c4ff9f779be44 446160f8eb767a6e73c2f57e0e689121376f55c0
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat Feb 27 15:47:05 2010 +0000

    Merge remote branch 'lnussel/master'

commit 446160f8eb767a6e73c2f57e0e689121376f55c0
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Fri Feb 26 08:27:50 2010 +0100

    conditionally enable silent rules
    
    Older automake that don't support silent rules abort if the silent-rules
    option is present.
    Also automatically include config.h
    Thanks Karel Zak for the hints.

commit 1ac49702c0a776116ec9e973ce76b2c090209983
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Thu Feb 25 11:08:59 2010 +0100

    add pkgconfig file

commit db18223ce701b64f56e55732e9ad128ec42bfb38
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Wed Feb 24 14:58:04 2010 +0100

    test program for baudboy interface

commit e34dafc5a1d8cb3d9c862e79f982a30bf262bc07
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Wed Feb 24 14:57:17 2010 +0100

    use automake/autoconf/libtool

commit ce79271bfa7cda33b9dbc51f322652e957aea6dd
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Wed Feb 24 14:38:06 2010 +0100

    remove custom Makefile

commit 3a0462d8dba91397f1549b3826c3347e2fa7e51e
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Mon Feb 15 13:39:19 2010 +0100

    remove debugging section from manpage

commit a050b7fd2137f8e522cf19fa1d6d67a2c54e2e93
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Thu Feb 11 10:32:11 2010 +0100

    add EPERM as error code

commit 7c4c853365da4d5a7f12b7143054b95cbbd1ce97
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Wed Feb 10 14:55:22 2010 +0100

    SIGCHLD handling should be left to the caller

commit 3536e08a733eb56b07eb4329169e499165c8917e
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Wed Feb 10 14:03:36 2010 +0100

    allow to simply run make DEBUG=x

commit 260b5bfc28b2b84f63e3320bbf578b1a17b7719a
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Wed Feb 10 13:40:34 2010 +0100

    don't use inline functions in library interface

commit d258f9bde348bed0eb53c2654cc7e76ffbfec462
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Mon Feb 15 13:36:35 2010 +0100

    update manpage wrt correct sysv lockfile format

commit 9555b30559982157ab5023cce95da663c5635989
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Tue Feb 9 15:55:50 2010 +0100

    use actual sysv lock file format
    
    "LK.%03u.%03u.%03u", major(st.st_dev), major(st.st_rdev), minor(st.st_rdev)
    
    http://www.columbia.edu/kermit/ckuins.html#x10
    http://www.airs.com/ian/uucp-doc/uucp_7.html#SEC86

commit b6cba52a888d020685854c901543e92d4af787a7
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Tue Feb 9 15:49:26 2010 +0100

    cheap DESTDIR support

commit 9c46736b348ec3c2535157d521f8c9f98b30dc6a
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Tue Feb 9 15:19:14 2010 +0100

    fix Makefile and silence a warning

commit 0859d28634a0036a2302f88def9281b197bde6c3
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Tue Feb 9 14:59:12 2010 +0100

    RedHat patch 7
    
    - add man page

commit af74b5f898ea9c8d895be71178e26c1d9713cede
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Tue Feb 9 14:59:00 2010 +0100

    RedHat patch 6
    
    - fix warning

commit 966bef2152c693225f65c567cb5ce5f87d354a03
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Tue Feb 9 14:58:36 2010 +0100

    RedHat patch 5
    
    - fix detection of stale pid files (brc#128104)

commit acebfa45e7f25beb089259c6f95bdc68b31c80ec
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Tue Feb 9 14:58:00 2010 +0100

    RedHat patch 4
    
    - allow locking devices in subdirectories (brc#74454)

commit b12279a1ec523b208e0af69f5b2154aafbcaed33
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Tue Feb 9 14:56:41 2010 +0100

    RedHat patch 3
    
    print help if helper is called without arguments

commit 0dd47123655c52d68185f06b9da8fb0e1b925400
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Tue Feb 9 14:56:23 2010 +0100

    RedHat patch 2
    
    - change library file name
    - install devel symlink

commit 3e99734b57f35d9206de984930a545731a05915c
Author: Ludwig Nussel <ludwig.nussel at suse.de>
Date:   Tue Feb 9 14:55:15 2010 +0100

    RedHat patch 1
    
    - install src/sample as sbin/lockdev helper utility
    - introduce baudboy.h as wrapper to calling the helper
    - new library calls dev_getpid/dev_setpid to allow locking on behalf
      of another process

-----------------------------------------------------------------------

Summary of changes:
 LockDev/Makefile.PL |    2 +-
 Makefile            |   95 ------------------
 Makefile.am         |    4 +
 Rules.mk            |   51 ----------
 configure.ac        |   38 +++++++
 docs/Makefile.am    |    2 +
 docs/lockdev.3      |   64 +------------
 docs/lockdev.8      |   46 +++++++++
 lockdev.pc.in       |   11 ++
 src/Makefile.am     |   17 ++++
 src/baudboy.h       |   42 ++++++++
 src/baudboy_test.c  |   60 ++++++++++++
 src/lockdev.c       |  267 +++++++++++++++++++++++++++++++++++++++++----------
 src/lockdev.h       |    4 +
 src/sample.c        |   72 ++++++++++-----
 src/ttylock.h       |   37 +-------
 16 files changed, 496 insertions(+), 316 deletions(-)
 delete mode 100644 Makefile
 create mode 100644 Makefile.am
 delete mode 100644 Rules.mk
 create mode 100644 configure.ac
 create mode 100644 docs/Makefile.am
 create mode 100644 docs/lockdev.8
 create mode 100644 lockdev.pc.in
 create mode 100644 src/Makefile.am
 create mode 100644 src/baudboy.h
 create mode 100644 src/baudboy_test.c


hooks/post-receive
-- 
Git repository for lockdev



More information about the lockdev-devel mailing list