index
:
ax25-tools.git
master
Non-GUI tools used to configure an AX.25 enabled computer
Ralf Baechle
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
automake: Replace use of deprecated automake macro INCLUDES.
Ralf Baechle
2015-05-17
8
-16
/
+16
*
axspawn: Remove unused variable command.
Ralf Baechle
2015-05-07
1
-1
/
+0
*
Ignore *~ files.
Ralf Baechle
2015-05-02
1
-0
/
+1
*
Merge branch 'master' of git://git.linux-ax25.org/pub/scm/ralf/ax25-tools
Ralf Baechle
2015-05-02
95
-3949
/
+3896
|
\
|
*
axgetput: Use shifts instead of a silly table to compute bitmask.
Ralf Baechle
2013-06-17
1
-3
/
+1
|
*
axgetput: Simplify do_crc() a bit.
Ralf Baechle
2013-06-17
1
-2
/
+1
|
*
axgetput: Use calc_crc() to simplify CRC calculations.
Ralf Baechle
2013-06-17
1
-11
/
+4
|
*
axgetput: Provide calc_crc() function to iterate over memory area.
Ralf Baechle
2013-06-17
1
-0
/
+8
|
*
axgetput: Get rid of unused length argument of do_crc().
Ralf Baechle
2013-06-17
1
-4
/
+4
|
*
Insert space between `)' and a following `{'.
Ralf Baechle
2013-06-17
2
-2
/
+2
|
*
Reformat consistently. Strictly whitespace changes only.
Ralf Baechle
2013-06-17
35
-2548
/
+2548
|
*
Remove pointless return statements at the end of void functions.
Ralf Baechle
2013-06-17
3
-3
/
+0
|
*
Always have a space between if, for, switch, while and the following `('.
Ralf Baechle
2013-06-17
10
-29
/
+29
|
*
Remove parenthesis around arguments of return statements.
Ralf Baechle
2013-06-17
6
-19
/
+19
|
*
Use tabs for indentation, not spaces.
Ralf Baechle
2013-06-17
31
-560
/
+560
|
*
Remove useless initializations to 0 or NULL.
Ralf Baechle
2013-06-17
19
-59
/
+59
|
*
Nuke trailing whitespace.
Ralf Baechle
2013-06-17
76
-767
/
+767
|
*
Nuke trailing blank lines.
Ralf Baechle
2013-06-17
22
-35
/
+0
|
*
Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible.
Ralf Baechle
2013-06-17
11
-32
/
+19
*
|
Fix typo SIOCAX25CTLCON in perror()
Thomas Osterried
2015-05-01
1
-1
/
+1
*
|
Signed-off-by: Thomas Osterried <ax25@x-berg.in-berlin.de>
Thomas Osterried
2015-05-01
1
-1
/
+1
*
|
The current linux kernel has no limit anymore for the number of netrom
Thomas Osterried
2015-05-01
2
-2
/
+4
*
|
Provide defaults for user_shell if unset.
Thomas Osterried
2015-05-01
2
-2
/
+8
*
|
Found debian wheezy useradd bug: useradd did terminates and eats 100%
Thomas Osterried
2015-05-01
1
-10
/
+78
*
|
Fix: kernel learned qualities < configured worst_qual.
Thomas Osterried
2015-05-01
1
-3
/
+3
|
/
*
Bump version to 0.0.10-rc4.
ax25-tools-0.0.10-rc4
Ralf Baechle
2013-06-17
1
-1
/
+1
*
Fix linking order.
Ralf Baechle
2013-06-10
1
-2
/
+1
*
Fix warnings about passing of string constant as argument.
Ralf Baechle
2013-06-06
2
-5
/
+5
*
Fix implicit declaration caused missing #include <string.h>
Ralf Baechle
2013-06-06
1
-0
/
+1
*
ROSE: Fix warnings caused by bogus variable initializations.
Ralf Baechle
2013-06-06
1
-4
/
+6
*
Weed out all use of RCS strings.
Ralf Baechle
2013-06-06
12
-92
/
+5
*
Split off doc files into ax25-tools-docs package.
Ralf Baechle
2013-06-04
1
-41
/
+19
*
Remove bogus removal of doc files.
Ralf Baechle
2013-06-04
1
-3
/
+0
*
Building an rpm requires mesa-libGLU-devel.
Ralf Baechle
2013-06-04
1
-0
/
+1
*
Remove all definitions of docdir from makefiles.
Ralf Baechle
2013-06-04
4
-4
/
+0
*
Ignore even more generated files.
Ralf Baechle
2013-06-04
1
-14
/
+23
*
Convert .cvsignore files to .gitignore
Ralf Baechle
2013-06-04
13
-20
/
+20
*
Bump version number to 0.0.10-rc3.
ax25-tools-0.0.10-rc3
Ralf Baechle
2013-05-31
1
-1
/
+1
*
Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
Ralf Baechle
2013-05-30
1
-2
/
+2
*
kissattach and it's sisters are parsing axports on their own.
Thomas Osterried
2012-10-28
1
-1
/
+1
*
fixed "bashism" complain. debian Bug#690626
Thomas Osterried
2012-10-28
1
-5
/
+5
*
renamed variable "restrict" to "route_restrict"
Thomas Osterried
2012-10-01
3
-7
/
+7
*
call setsid() only if we are not already the process group leader
Thomas Osterried
2011-08-18
1
-2
/
+6
*
Removed check for return value of setsid(). If it's already
Thomas Osterried
2011-08-18
1
-3
/
+2
*
Fix for CVE-2011-2910: check return status of setuid(), ..
Thomas Osterried
2011-08-18
2
-8
/
+13
*
rsparms: Fix spelling mistake in usage message.
Ralf Baechle
2011-07-15
1
-1
/
+1
*
Remove all references to rsctl.
Ralf Baechle
2011-07-15
2
-2
/
+0
*
Remove all references to nrctl.
Ralf Baechle
2011-07-15
2
-2
/
+0
*
Consistently spell digipeater.
Ralf Baechle
2011-07-14
1
-1
/
+1
*
Fix and make spelling cosistent.
Ralf Baechle
2011-07-14
1
-2
/
+2
[prev]
[next]