]> git.openfabrics.org - ~adrianc/mstflint.git/log
~adrianc/mstflint.git
8 years ago- restored support for ConnectX2 master
Adrian Chiris [Wed, 27 Jan 2016 08:06:19 +0000 (10:06 +0200)]
- restored support for ConnectX2
- restored support for InfiniScale IV

8 years agoMerge branch 'master_devel' of ssh://git.openfabrics.org/home/mohammads/scm/mstflint...
Adrian Chiris [Tue, 19 Jan 2016 14:02:08 +0000 (16:02 +0200)]
Merge branch 'master_devel' of ssh://git.openfabrics.org/home/mohammads/scm/mstflint into master_devel

8 years agofixed compilation issue with --disable-inband configure option
Adrian Chiris [Mon, 18 Jan 2016 14:51:57 +0000 (16:51 +0200)]
fixed compilation issue with --disable-inband configure option

8 years agofixed compilation issue with --disable-inband configure option
Adrian Chiris [Mon, 18 Jan 2016 14:51:57 +0000 (16:51 +0200)]
fixed compilation issue with --disable-inband configure option

8 years agofixed possible issue where Flash IDs as ST when more than 1 flash bank is checked
Adrian Chiris [Thu, 14 Jan 2016 17:13:08 +0000 (19:13 +0200)]
fixed possible issue where Flash IDs as ST when more than 1 flash bank is checked

8 years agoMerge branch 'master_devel' of ssh://git.openfabrics.org/home/mohammads/scm/mstflint...
Adrian Chiris [Thu, 14 Jan 2016 09:29:38 +0000 (11:29 +0200)]
Merge branch 'master_devel' of ssh://git.openfabrics.org/home/mohammads/scm/mstflint into master_devel

8 years agoMerge branch 'master_devel' of ssh://git.openfabrics.org/home/mohammads/scm/mstflint...
Adrian Chiris [Thu, 14 Jan 2016 09:25:19 +0000 (11:25 +0200)]
Merge branch 'master_devel' of ssh://git.openfabrics.org/home/mohammads/scm/mstflint into master_devel

8 years agoMerge branch 'master_devel' of ssh://git.openfabrics.org/home/mohammads/scm/mstflint...
Adrian Chiris [Thu, 14 Jan 2016 09:25:19 +0000 (11:25 +0200)]
Merge branch 'master_devel' of ssh://git.openfabrics.org/home/mohammads/scm/mstflint into master_devel

8 years agoadded --enable-cs configure flag to enable checksum calculation feature in mstflint...
Adrian Chiris [Wed, 13 Jan 2016 17:31:53 +0000 (19:31 +0200)]
added --enable-cs configure flag to enable checksum calculation feature in mstflint(requires openssl package)

8 years agoadded --enable-cs configure flag to enable checksum calculation feature in mstflint...
Adrian Chiris [Wed, 13 Jan 2016 17:31:53 +0000 (19:31 +0200)]
added --enable-cs configure flag to enable checksum calculation feature in mstflint(requires openssl package)

8 years agolicense modification after portig
Adrian Chiris [Wed, 13 Jan 2016 17:27:57 +0000 (19:27 +0200)]
license modification after portig

8 years agoremoved MFT_EXT_LIBS_INC_DIR undefined variable
Adrian Chiris [Wed, 13 Jan 2016 12:36:49 +0000 (14:36 +0200)]
removed MFT_EXT_LIBS_INC_DIR undefined variable

8 years agoported MFT-4.3.0 changes
Adrian Chiris [Tue, 12 Jan 2016 14:57:54 +0000 (16:57 +0200)]
ported MFT-4.3.0 changes

8 years agotest developement branch
Adrian Chiris [Mon, 11 Jan 2016 13:36:16 +0000 (15:36 +0200)]
test developement branch

8 years agoUpdate ConnectX4LX database in mstdump
Adrian Chiris [Thu, 3 Sep 2015 15:40:04 +0000 (18:40 +0300)]
Update ConnectX4LX database in mstdump

8 years agoremoved check of preboot settings support due to FW bug RM#598504
Adrian Chiris [Fri, 18 Sep 2015 09:02:16 +0000 (12:02 +0300)]
removed check of preboot settings support due to FW bug RM#598504

8 years agofixed compilation issue when compiling under UEFI env
Adrian Chiris [Fri, 18 Sep 2015 08:55:21 +0000 (11:55 +0300)]
fixed compilation issue when compiling under UEFI env

8 years agoDo not use sizeof for array parameters.
Ana Guerrero López [Tue, 1 Sep 2015 14:57:50 +0000 (16:57 +0200)]
Do not use sizeof for array parameters.

It's not the most elegant of the fixes but properly fixing this requires
rewriting the function.

vpd.c: In function 'pci_read_vpd_dword_gw':
vpd.c:223:31: error: 'sizeof' on array function parameter 'data' will return size of 'unsigned char *' [-Werror=sizeof-array-argument]
  ret = pread(fd, data, sizeof data, vpd_cap_offset + VPD_DATA_OFFSET);
                               ^
vpd.c:189:86: note: declared here
 int pci_read_vpd_dword_gw(int fd, int vpd_cap_offset, unsigned offset, unsigned char data[4])
                                                                                      ^
vpd.c:224:20: error: 'sizeof' on array function parameter 'data' will return size of 'unsigned char *' [-Werror=sizeof-array-argument]
  if (ret != sizeof data) {
                    ^
vpd.c:189:86: note: declared here
 int pci_read_vpd_dword_gw(int fd, int vpd_cap_offset, unsigned offset, unsigned char data[4])

Signed-off-by: Ana Guerrero López <ana@ekaia.org>
Signed-off-by: Adrian Chiris <adrianc@mellanox.com>
8 years agoFix uninitialized variables:
Ana Guerrero López [Tue, 1 Sep 2015 14:51:29 +0000 (16:51 +0200)]
Fix uninitialized variables:

fs3_ops.cpp: In member function 'bool Fs3Operations::Fs3GetNewSectionAddr(Fs3Operations::toc_info*, u_int32_t&, bool)':
fs3_ops.cpp:1727:40: error: 'toc' may be used uninitialized in this function [-Werror=maybe-uninitialized]
         devInfoAddr1 = (toc->toc_entry.flash_addr << 2) - 0x1000;
                                        ^
fs3_ops.cpp: In member function 'bool Fs3Operations::Fs3UpdateSection(void*, fs3_section_t, bool, CommandType, PrintCallBack)':
fs3_ops.cpp:1863:27: error: 'curr_toc' may be used uninitialized in this function [-Werror=maybe-uninitialized]
     if (!Fs3UpdateItocInfo(curr_toc, newSectionAddr, curr_toc->toc_entry.size, newUidSection)) {
                           ^
fs3_ops.cpp: In member function 'bool Fs3Operations::Fs3Burn(Fs3Operations&, FwOperations::ExtBurnParams&)':
fs3_ops.cpp:1068:65: error: 'imageInfoToc' may be used uninitialized in this function [-Werror=maybe-uninitialized]
             std::vector<u_int8_t> imageInfoSect = imageInfoToc->section_data;

Signed-off-by: Ana Guerrero López <ana@ekaia.org>
Signed-off-by: Adrian Chiris <adrianc@mellanox.com>
8 years agofixed unused variable warning when compiling on ARM64
Adrian Chiris [Thu, 27 Aug 2015 12:56:36 +0000 (15:56 +0300)]
fixed unused variable warning when compiling on ARM64

8 years agoPorted MFT-4.1.0 changes
Adrian Chiris [Wed, 26 Aug 2015 13:23:57 +0000 (16:23 +0300)]
Ported MFT-4.1.0 changes

9 years agofixed compilation against --no-inband
Adrian Chiris [Wed, 8 Jul 2015 15:32:16 +0000 (18:32 +0300)]
fixed compilation against --no-inband

9 years agoadded support for swreset in mstflint
Adrian Chiris [Wed, 8 Jul 2015 13:45:13 +0000 (16:45 +0300)]
added support for swreset in mstflint

9 years agoadded support for swreset in mstflint
Adrian Chiris [Wed, 8 Jul 2015 13:45:13 +0000 (16:45 +0300)]
added support for swreset in mstflint

9 years agofixed issue where non-failsafe burn might corrupt the VPD
Adrian Chiris [Tue, 23 Jun 2015 13:14:48 +0000 (16:14 +0300)]
fixed issue where non-failsafe burn might corrupt the VPD

9 years agofixed an issue when checking correctness of TPT settings
Adrian Chiris [Fri, 19 Jun 2015 16:31:20 +0000 (19:31 +0300)]
fixed an issue when checking correctness of TPT settings

9 years agoAdded INT_LOG_MAX_PAYLOAD_SIZE configuration
Adrian Chiris [Tue, 16 Jun 2015 14:15:23 +0000 (17:15 +0300)]
Added INT_LOG_MAX_PAYLOAD_SIZE configuration

9 years agoPorted MFT-4.0.1 pt2
Adrian Chiris [Thu, 4 Jun 2015 18:07:12 +0000 (21:07 +0300)]
Ported MFT-4.0.1 pt2

9 years agoported changes from MFT-4.0.1 , initial commit
Adrian Chiris [Wed, 3 Jun 2015 11:34:32 +0000 (14:34 +0300)]
ported changes from MFT-4.0.1  , initial commit

9 years agoremoved FPP,SRIOV configurations from mstconfig
Adrian Chiris [Thu, 28 May 2015 14:47:25 +0000 (17:47 +0300)]
removed FPP,SRIOV configurations from mstconfig

9 years agoremoved num_pfs constraint when setting FPP_EN
Adrian Chiris [Wed, 27 May 2015 12:26:37 +0000 (15:26 +0300)]
removed num_pfs constraint when setting FPP_EN

9 years agoFixed setting itocs on image without -ocr flag
Adham Masarwah [Wed, 20 May 2015 08:52:42 +0000 (11:52 +0300)]
Fixed setting itocs on image without -ocr flag

Signed-off-by: Adham Masarwah <adham@mellanox.com>
9 years agoUpdate the files with latest from MFT-4.0.0
Adham Masarwah [Tue, 19 May 2015 14:31:35 +0000 (17:31 +0300)]
Update the files with latest from MFT-4.0.0

Signed-off-by: Adham Masarwah <adham@mellanox.com>
9 years agoadded support for cross compilation with powerpc64le-linux-gnu cross compiler
Adrian Chiris [Tue, 28 Apr 2015 15:08:36 +0000 (18:08 +0300)]
added support for cross compilation with powerpc64le-linux-gnu cross compiler

9 years agoadded debian_revision for the package in changlog (support for Debian 8.0)
Adrian Chiris [Tue, 28 Apr 2015 11:04:37 +0000 (14:04 +0300)]
added debian_revision for the package in changlog (support for Debian 8.0)

9 years agofixed compilation issues on PPC64 arch
Adrian Chiris [Tue, 21 Apr 2015 17:17:07 +0000 (20:17 +0300)]
fixed compilation issues on PPC64 arch

9 years agoported MFT-4.0.0 changes
Adrian Chiris [Sun, 19 Apr 2015 13:26:30 +0000 (16:26 +0300)]
ported MFT-4.0.0 changes

9 years agoadded support of aarch64 in specfile
Adrian Chiris [Sat, 11 Apr 2015 05:20:57 +0000 (08:20 +0300)]
added support of aarch64 in specfile

9 years agoadded support of compiling against static libstdc++
Adrian Chiris [Thu, 2 Apr 2015 14:22:22 +0000 (17:22 +0300)]
added support of compiling against static libstdc++

9 years agoadded check for supported spaces when vendor specific capability is present
Adrian Chiris [Wed, 18 Mar 2015 14:06:13 +0000 (16:06 +0200)]
added check for supported spaces when vendor specific capability is present

9 years agoadded support for ISFU in mstflint
Adrian Chiris [Thu, 26 Feb 2015 15:35:05 +0000 (17:35 +0200)]
added support for ISFU in mstflint

9 years agoporting of MFT-4.0.0 changes to mstflint pt1
Adrian Chiris [Mon, 23 Feb 2015 16:03:46 +0000 (18:03 +0200)]
porting of MFT-4.0.0 changes to mstflint pt1

9 years agomtcr_ul- get cap9 pci address from pci_find_capability method
Adrian Chiris [Wed, 7 Jan 2015 14:05:04 +0000 (16:05 +0200)]
mtcr_ul- get cap9 pci address from pci_find_capability method

9 years agomft-3.8.0 porting pt3
Adrian Chiris [Tue, 6 Jan 2015 14:06:53 +0000 (16:06 +0200)]
mft-3.8.0 porting pt3

9 years agoported mft-3.8.0 changes pt2
Adrian Chiris [Sun, 4 Jan 2015 13:30:48 +0000 (15:30 +0200)]
ported mft-3.8.0 changes pt2

9 years agoported changes from MFT-3.8.0 branch
Adrian Chiris [Tue, 30 Dec 2014 16:06:19 +0000 (18:06 +0200)]
ported changes from MFT-3.8.0 branch

9 years agoAdded support for switching MEM to CONFIG in mtcr , also merge cmdif from MFT
Adham Masarwah [Tue, 23 Dec 2014 13:58:09 +0000 (15:58 +0200)]
Added support for switching MEM to CONFIG in mtcr , also merge cmdif from MFT

Signed-off-by: Adham Masarwah <adham@mellanox.com>
9 years ago- mflash : updated icmd error codes
Adrian Chiris [Tue, 16 Dec 2014 11:46:17 +0000 (13:46 +0200)]
- mflash : updated icmd error codes
- mtcr_ul : fixed icmd semaphore locking mechanism according to new spec

9 years agomtcr- new pci capability performance fix
Adrian Chiris [Thu, 11 Dec 2014 16:01:30 +0000 (18:01 +0200)]
mtcr- new pci capability performance fix

9 years agoremoved support of flash access via fw on CX device
Adrian Chiris [Thu, 11 Dec 2014 09:46:27 +0000 (11:46 +0200)]
removed support of flash access via fw on CX device

9 years agoremoved un-needed variables from makefile
Adrian Chiris [Mon, 8 Dec 2014 09:17:20 +0000 (11:17 +0200)]
removed un-needed variables from makefile

9 years ago- addedd support for next gen devices that support new pci capability (0x9)
Adrian Chiris [Mon, 8 Dec 2014 08:55:24 +0000 (10:55 +0200)]
- addedd support for next gen devices that support new pci capability (0x9)
     this capability allows access to : CR-Space , iCMD command ifc to be utilized in the
     near future for 5th generation devices and above.
- for compatible device with un-supporting fw current flow is kept

9 years agoadded support for compiling flint with a cross compiler (passing Zlib include path...
Adrian Chiris [Mon, 8 Dec 2014 08:54:57 +0000 (10:54 +0200)]
added support for compiling flint with a cross compiler (passing Zlib include path was missing)

9 years agoAdded support for multiple archs
tomerc [Sun, 7 Dec 2014 15:59:38 +0000 (17:59 +0200)]
Added support for multiple archs

Signed-off-by: tomerc <tomerc@mellanox.com>
Signed-off-by: Adrian Chiris <adrianc@mellanox.com>
9 years ago- added new files to tools_layouts (for MGIR register)
Adrian Chiris [Sun, 23 Nov 2014 13:05:07 +0000 (15:05 +0200)]
- added new files to tools_layouts (for MGIR register)
- mtcr_ul - added support for iCMD via Virtual CR-Space only

9 years ago- added support for accessing flash through ICMD in mstflint
Adrian Chiris [Mon, 17 Nov 2014 16:11:43 +0000 (18:11 +0200)]
- added support for accessing flash through ICMD in mstflint
- initial porting of mft-3.8.0 changes (mflash, mlxfwops, flint, mlxconfig, reg_access)
- added cmdif library : library for sending command to devices that support Tools HCR (ConnectX3 and Connect3Pro devices)

9 years agoupdated changelog
Adrian Chiris [Mon, 13 Oct 2014 06:45:25 +0000 (08:45 +0200)]
updated changelog

9 years agochanged version to mft-3.7.1
Adrian Chiris [Sun, 12 Oct 2014 15:23:32 +0000 (17:23 +0200)]
changed version to mft-3.7.1

9 years agoRM425969 fixed mlxfwops/flint default number of flash bank (set to -1 for mflash...
Adrian Chiris [Sun, 12 Oct 2014 14:44:34 +0000 (16:44 +0200)]
RM425969 fixed mlxfwops/flint default number of flash bank (set to -1 for mflash default behaviour)

9 years agofixed endianess issues when working on big-endian platforms
Adrian Chiris [Wed, 27 Aug 2014 15:43:18 +0000 (18:43 +0300)]
fixed endianess issues when working on big-endian platforms

9 years agoported changes from MFT-3.7.0 pt3
Adrian Chiris [Wed, 20 Aug 2014 11:51:55 +0000 (14:51 +0300)]
ported changes from MFT-3.7.0 pt3

9 years agoadded parallel access support for mtcr_ul
Adrian Chiris [Tue, 19 Aug 2014 14:34:02 +0000 (17:34 +0300)]
added parallel access support for mtcr_ul

9 years agoported changes from MFT-3.7.0 pt2
Adrian Chiris [Sun, 17 Aug 2014 08:57:47 +0000 (11:57 +0300)]
ported changes from MFT-3.7.0 pt2

9 years agofixed RM#415018 - mstflint would not take default response on prompt
Adrian Chiris [Thu, 14 Aug 2014 12:40:12 +0000 (15:40 +0300)]
fixed RM#415018 - mstflint would not take default response on prompt

9 years agomtcr_ul access device only through configuration cycles on arm64 arch due to failure...
Adrian Chiris [Tue, 12 Aug 2014 11:41:48 +0000 (14:41 +0300)]
mtcr_ul access device only through configuration cycles on arm64 arch due to failure to mmap

9 years agowarrning fix
Adrian Chiris [Sun, 3 Aug 2014 07:36:56 +0000 (10:36 +0300)]
warrning fix

9 years agoupdated changelog of mstflint.spec.in
Adrian Chiris [Thu, 31 Jul 2014 15:57:28 +0000 (18:57 +0300)]
updated changelog of mstflint.spec.in

9 years agofixed warrnings when compiling with gcc 4.8
Adrian Chiris [Thu, 31 Jul 2014 15:18:59 +0000 (18:18 +0300)]
fixed warrnings when compiling with gcc 4.8

9 years agoported changes from MFT-3.7.0
Adrian Chiris [Thu, 31 Jul 2014 13:50:35 +0000 (16:50 +0300)]
ported changes from MFT-3.7.0

9 years agoMerge branch 'master' of ssh://git.openfabrics.org/home/mohammads/scm/mstflint
Adrian Chiris [Thu, 24 Jul 2014 07:19:31 +0000 (10:19 +0300)]
Merge branch 'master' of ssh://git.openfabrics.org/home/mohammads/scm/mstflint

9 years agoCheck empty VPD even if no checksum required
Adham Masarwah [Sun, 20 Jul 2014 13:06:04 +0000 (16:06 +0300)]
Check empty VPD even if no checksum required

Signed-off-by: Adham Masarwah <adham@mellanox.com>
10 years agoAdded -v flag to print version
Adham Masarwah [Tue, 8 Jul 2014 08:15:57 +0000 (11:15 +0300)]
Added -v flag to print version
Updated the Help to contain -v / -h flags

Signed-off-by: Adham Masarwah <adham@mellanox.com>
10 years agoCheck the argument for -t if it is number.
Adham Masarwah [Mon, 7 Jul 2014 13:25:36 +0000 (16:25 +0300)]
Check the argument for -t if it is number.

Signed-off-by: Adham Masarwah <adham@mellanox.com>
10 years agoBug SW #400685 mstvpd with an empty VPD issue
Adham Masarwah [Mon, 7 Jul 2014 12:08:32 +0000 (15:08 +0300)]
Bug SW #400685 mstvpd with an empty VPD issue

Signed-off-by: Adham Masarwah <adham@mellanox.com>
10 years agoFix some bugs in mstvpd:
Adham Masarwah [Mon, 7 Jul 2014 11:51:15 +0000 (14:51 +0300)]
Fix some bugs in mstvpd:
    1. mlx5_0 is supported now.
    2. Fixed negative timeout.
    3. Fixed segmentaion fault when no device was provided
    4. Fix return code when the command contain extra flags

Signed-off-by: Adham Masarwah <adham@mellanox.com>
10 years agochanged version to mstflint 3.7.0
Adrian Chiris [Sun, 22 Jun 2014 11:11:45 +0000 (14:11 +0300)]
changed version to mstflint 3.7.0

10 years agoFix out of range address when trying to read invalid address
Adham Masarwah [Thu, 19 Jun 2014 10:25:13 +0000 (13:25 +0300)]
Fix out of range address when trying to read invalid address

10 years agoremoved change im mtcr_mmap() that increments the /sys/bus/pci/*/enable counter due...
Adrian Chiris [Tue, 20 May 2014 12:47:49 +0000 (15:47 +0300)]
removed change im mtcr_mmap() that increments the /sys/bus/pci/*/enable counter due to compatibility issues in some OSes

10 years agoadded missing include
Adrian Chiris [Wed, 14 May 2014 15:43:26 +0000 (18:43 +0300)]
added missing include

10 years agoapplied some patches
Adrian Chiris [Wed, 14 May 2014 07:49:15 +0000 (10:49 +0300)]
applied some patches
     main changes:
        - compiling mstflint with no termios.h will work
        - removed un-needed includes
        - mtcr_ul when calling mtcr_mmap() it advances the enable counter when accessing deivce through /sys/bus/pci
        - removed some includes from headers and moved them to source files

10 years ago+ Added support to read VPD in new way from FileSystem path that support concurrency...
Adham Masarwah [Mon, 12 May 2014 12:57:18 +0000 (15:57 +0300)]
+ Added support to read VPD in new way from FileSystem path that support concurrency, and parallel access to read VPD.
+ Fix some coding styles.
+ Change some variables' names.

10 years ago-mtcr_ul.c : ported changes from mft-3.6.0 branch
Adrian Chiris [Thu, 10 Apr 2014 13:36:02 +0000 (16:36 +0300)]
-mtcr_ul.c : ported changes from mft-3.6.0 branch
- mxfwops/flint : modifed GetMaxImageSize due to firmware limitations
- mlxconfig: removed bar size configuration as its not supported yet

10 years agofixed compilation warrnings on Ubuntu , XenServer
Adrian Chiris [Mon, 7 Apr 2014 08:19:46 +0000 (11:19 +0300)]
fixed compilation warrnings on Ubuntu , XenServer

10 years agoFixed compiler warnnings for Debian
Adrian Chiris [Thu, 3 Apr 2014 16:31:53 +0000 (19:31 +0300)]
Fixed compiler warnnings for Debian

10 years agofixed inband access for ConnectIB
Adrian Chiris [Thu, 3 Apr 2014 11:30:17 +0000 (14:30 +0300)]
fixed inband access for ConnectIB

10 years agoFixed flint device name in extended help menu
Adrian Chiris [Wed, 2 Apr 2014 09:25:51 +0000 (12:25 +0300)]
Fixed flint device name in extended help menu

10 years agoremoved unused variable
Adrian Chiris [Wed, 2 Apr 2014 09:06:47 +0000 (12:06 +0300)]
removed unused variable

10 years agoMerge branch 'master' of git://git.openfabrics.org/~mohammads/mstflint
Adrian Chiris [Wed, 2 Apr 2014 08:52:35 +0000 (11:52 +0300)]
Merge branch 'master' of git://git.openfabrics.org/~mohammads/mstflint

10 years agofixed compiler warnings, some fixes in specfile to work with rpmbuild
Adrian Chiris [Tue, 1 Apr 2014 14:33:45 +0000 (17:33 +0300)]
fixed compiler warnings, some fixes in specfile to work with rpmbuild

10 years agoporting of mft-3.6.0 to mstflint-3.6.0
Adrian Chiris [Mon, 31 Mar 2014 13:38:43 +0000 (16:38 +0300)]
porting of mft-3.6.0 to mstflint-3.6.0

10 years agoFixed an issue in burning Connect_IB in SLES 10.3 OS
Mohammad Sawalha [Tue, 4 Feb 2014 16:16:21 +0000 (18:16 +0200)]
Fixed an issue in burning Connect_IB in SLES 10.3 OS

10 years agoFix VPATH build
Oren Kladnitsky [Tue, 14 Jan 2014 14:30:18 +0000 (16:30 +0200)]
Fix VPATH build

10 years agoFix support of --disable-dc configure flag
Oren Kladnitsky [Tue, 14 Jan 2014 12:42:27 +0000 (14:42 +0200)]
Fix support of --disable-dc configure flag

10 years agoAdded configure --disable-inband to eliminate infiniband/mad.h dependency
Oren Kladnitsky [Thu, 9 Jan 2014 11:17:15 +0000 (13:17 +0200)]
Added configure --disable-inband to eliminate infiniband/mad.h dependency

This is required to build on eth only platforms.

10 years agoFix man files packaging in spec
Oren Kladnitsky [Wed, 25 Dec 2013 15:03:09 +0000 (17:03 +0200)]
Fix man files packaging in spec

10 years agoUpdate debian/changelog . Add debian dir to dist
Oren Kladnitsky [Wed, 25 Dec 2013 15:02:23 +0000 (17:02 +0200)]
Update debian/changelog . Add debian dir to dist

10 years agoAdded mstflint man
Oren Kladnitsky [Tue, 24 Dec 2013 16:11:17 +0000 (18:11 +0200)]
Added mstflint man

10 years agorc set to 1
Oren Kladnitsky [Tue, 24 Dec 2013 15:30:36 +0000 (17:30 +0200)]
rc set to 1

10 years agoSet external build macro
Oren Kladnitsky [Tue, 24 Dec 2013 15:30:15 +0000 (17:30 +0200)]
Set external build macro

10 years agoFix warnings
Oren Kladnitsky [Tue, 24 Dec 2013 13:32:10 +0000 (15:32 +0200)]
Fix warnings