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
path:
root
/
ax25
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed spelling errors.
HEAD
master
Thomas Osterried
2023-05-13
5
-5
/
+5
*
Fixed speeling errors in man pages and programs.
Thomas Osterried
2023-05-13
11
-17
/
+17
*
ax25(4): Capitalize the acronym ASCII and make it bold.
Ralf Baechle
2021-08-06
1
-1
/
+3
*
rxecho: Increase space allocated for network interface name to IFNAMSIZ.
Ralf Baechle
2021-07-27
1
-2
/
+2
*
rxecho: rip out support for PF_INET, SOCK_PACKET sockets.
Ralf Baechle
2021-07-27
1
-59
/
+0
*
ax25.4: Remove recommendation for PF_INET, SOCK_PACKET sockets.
Ralf Baechle
2021-07-27
1
-8
/
+1
*
ax25.4: Use .B nroff highliting as is common practice for man pages.
Ralf Baechle
2021-07-27
1
-17
/
+38
*
treewide: Update all references to the FSF's address.
Ralf Baechle
2019-04-11
3
-3
/
+6
*
axspawn: Fix transformation by bad cleanup
Ralf Baechle
2019-03-28
1
-3
/
+2
*
Man pages: Update with date from last non-trivial change.
Ralf Baechle
2019-03-28
13
-13
/
+13
*
axgetput: Rename README file to README.axgetput.
Ralf Baechle
2019-03-28
2
-1
/
+1
*
ax25getput: Distribute TIPS.txt.
Ralf Baechle
2019-03-20
1
-0
/
+1
*
axgetput: Delete duplicate inclusion of <sys/types.h>
Ralf Baechle
2017-08-08
1
-1
/
+0
*
ax25.4: Fix reference to non-existing man page.
Ralf Baechle
2017-08-03
1
-2
/
+2
*
Delete more assignments in if conditions.
Ralf Baechle
2017-08-03
4
-32
/
+63
*
treewide: Remove casts of a type to the same type.
Ralf Baechle
2017-08-03
1
-1
/
+1
*
treewide: Remove useless casts from memset pointer argument.
Ralf Baechle
2017-08-03
2
-5
/
+5
*
treewide: Kill assignments in if conditions.
Ralf Baechle
2017-07-31
12
-87
/
+181
*
axwrapper: Compute nfds argument of select() instead of using a constant.
Ralf Baechle
2017-07-26
1
-1
/
+10
*
axwrapper: Remove unused code resulting in warning.
Ralf Baechle
2017-07-26
1
-7
/
+0
*
axwrapper: Handle EINTR error return from select().
Ralf Baechle
2017-07-26
1
-0
/
+3
*
axwrapper: Delete FILES section from man page.
Ralf Baechle
2017-07-26
1
-1
/
+0
*
ax25: Delete useless casts of malloc's return value.
Ralf Baechle
2017-02-06
2
-17
/
+17
*
axgetput: Don't check for negative return from strlen.
Ralf Baechle
2017-02-06
1
-1
/
+1
*
mheard: Drop unsatisfiable conditions.
Ralf Baechle
2017-02-06
1
-2
/
+2
*
ax25d: Fix use of 0 instead of NULL as a pointer value.
Ralf Baechle
2017-02-06
1
-2
/
+2
*
axwrapper: Fix use of 0 instead of NULL as a pointer value.
Ralf Baechle
2017-02-06
1
-1
/
+1
*
axgetput: Fix use of 0 instead of NULL as a pointer value.
Ralf Baechle
2017-02-06
1
-2
/
+2
*
axspawn: Fix use of 0 instead of NULL as a pointer value.
Ralf Baechle
2017-02-06
1
-6
/
+6
*
axgetput: Fix use of 0 instead of NULL as a pointer value.
Ralf Baechle
2017-02-06
1
-11
/
+12
*
axspawn: Fix use of 0 instead of NULL as a pointer value.
Ralf Baechle
2017-02-06
1
-7
/
+7
*
mheard: Fix use of 0 instead of NULL as a pointer value.
Ralf Baechle
2017-02-06
1
-5
/
+5
*
axgetput: Make function calc_crc static.
Ralf Baechle
2017-02-06
1
-1
/
+1
*
axgetput: Include util.h into utilc for the prototypes.
Ralf Baechle
2017-02-06
1
-0
/
+1
*
axgetput: Make do_version static.
Ralf Baechle
2017-02-06
1
-1
/
+1
*
axgetput: Move definition of several array from a .h to a .c file.
Ralf Baechle
2017-02-06
2
-3
/
+7
*
ax25d: Reorder code to avoid the need for forward declarations.
Ralf Baechle
2017-02-06
1
-461
/
+454
*
ax25d: Make several functions static.
Ralf Baechle
2017-02-06
1
-4
/
+7
*
axparms: Make several functions static.
Ralf Baechle
2017-02-06
1
-9
/
+9
*
axspawn: Remove unused function Xtoupper().
Ralf Baechle
2017-02-06
1
-9
/
+0
*
axspawn: Sort out homebrew declaration of forkpty(3).
Ralf Baechle
2017-02-06
1
-9
/
+1
*
axspawn: Make many functions and variables static.
Ralf Baechle
2017-02-06
1
-42
/
+38
*
axspawn: Move calc_md5_pw to eleminate need for declaration and make static.
Ralf Baechle
2017-02-06
1
-30
/
+29
*
axspawn: Make several functions and variables static.
Ralf Baechle
2017-02-06
1
-11
/
+8
*
axwrapper: Mark functions sigchld_handler and convert_{cr_lf,lf_cr} static.
Ralf Baechle
2017-02-06
1
-3
/
+3
*
bpqparms: Fix excessive indentation in usage().
Ralf Baechle
2017-02-06
1
-4
/
+4
*
bpqparms: Make functions usage and get_hwaddr static.
Ralf Baechle
2017-02-06
1
-2
/
+2
*
Remove support for !defined(__GLIBC__) and __GLIBC__ != 2.
Ralf Baechle
2017-02-06
3
-14
/
+0
*
axspawn: Sort out pointer signedness mess.
Ralf Baechle
2017-01-26
1
-3
/
+4
*
Use the right way to get the required feature set from glibc.
Ralf Baechle
2017-01-26
2
-1
/
+4
[next]