Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help support reinstated #101

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

help support reinstated #101

wants to merge 13 commits into from

Commits on Jul 27, 2016

  1. modified: .gitignore

    	modified:   libvdev/config.c
    	modified:   libvdev/config.h
    	modified:   vdevd/main.c
    	modified:   vdevd/vdev.c
    patches to (re)instate --help for the vdevd daemon.
    should now exit early when -h or --help
    is supplied on the command line.
    
    hopefully I have understood the project style
    and intent of various code structures.
    currently the  exit code is 2
    
    make clean
    make
    
    test and compare with
    build/sbin/vdevd -l mylogfile.log  -h
    echo $?  =returns=> 6
    build/sbin/vdevd   --help
    echo $?  =returns=> 2
    
    which may be a little helpful
    
    There are structures and defs for future work
    PeteGozz committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    2f2f7a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. modified: buildconf.mk

    	set CFLAGS to more recent C version and increase error reporting
    	originals simply commented out ready for production uses.
    PeteGozz committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    cb4da01 View commit details
    Browse the repository at this point in the history
  2. modified: example/sysv-initscript.sh

    Some small tweaks for clarity and consistancy with init time errors.
    PeteGozz committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    0efdeed View commit details
    Browse the repository at this point in the history
  3. modified: example/vdevd.conf

    	No major alterations
    	diff maybe becuase of testing.
    PeteGozz committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    ed83cfa View commit details
    Browse the repository at this point in the history
  4. modified: .gitignore

    	modified:   libvdev/config.c
    	modified:   libvdev/ini.c
    	modified:   libvdev/ini.h
    	modified:   libvdev/param.h
    	modified:   libvdev/sglib.h
    	modified:   libvdev/util.h
    	modified:   vdevd/action.c
    	modified:   vdevd/vdev.c
    	modified:   vdevd/vdev.h
    
    Mostly just compiler warning fixits.
      - attempts to understand some macros and defs.
      - attempts to understand initramfs inplications.
      - No functionality alters at all.
    PeteGozz committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    1d2b493 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2016

  1. indent -linux ./*.c

    no more than a style tidy up.
    PeteGozz committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    1b815e5 View commit details
    Browse the repository at this point in the history
  2. indent -linux ./*.h

     also some hand tweaks
     all cosmetics only
    PeteGozz committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    fff81a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. indent -gnu

    just for the blast
    PeteGozz committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    8e7e230 View commit details
    Browse the repository at this point in the history
  2. Testing indent really

    Moving everything to GNU style
    As a "middle path"...
    Its probaly appropriate to move LINUX specific  code to -linux style...
    Not a huge issue for me.
    PeteGozz committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    8980195 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. archive, capture, merge ralphs work on packaging

    ralph.ronnquist@gmail.com
    PeteGozz committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    37e6d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8723067 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. new file: MAKEDEV.sh

    capturing a snapshot for dev and emergency uses
    This version has been slightly extended to warn about
    possible accidental creations.
    PeteGozz committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    5f91a65 View commit details
    Browse the repository at this point in the history
  2. modified: example/initramfs/hooks/vdev

    Some tidy ups and gentle extensions
    Most important change is to ensure i386 build of initramfs
    (libc naming conventions ?)
    PeteGozz committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    21a0c59 View commit details
    Browse the repository at this point in the history