Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | axgetput: Use shifts instead of a silly table to compute bitmask. | Ralf Baechle | 2013-06-17 | 1 | -3/+1 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | axgetput: Simplify do_crc() a bit. | Ralf Baechle | 2013-06-17 | 1 | -2/+1 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | axgetput: Use calc_crc() to simplify CRC calculations. | Ralf Baechle | 2013-06-17 | 1 | -11/+4 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | axgetput: Provide calc_crc() function to iterate over memory area. | Ralf Baechle | 2013-06-17 | 1 | -0/+8 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | axgetput: Get rid of unused length argument of do_crc(). | Ralf Baechle | 2013-06-17 | 1 | -4/+4 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Reformat consistently. Strictly whitespace changes only. | Ralf Baechle | 2013-06-17 | 2 | -687/+687 |
| | | | | | | | Indentation by tabs only. Move case labels in switches are on the same level as the switch keyword. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Always have a space between if, for, switch, while and the following `('. | Ralf Baechle | 2013-06-17 | 2 | -2/+2 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Remove parenthesis around arguments of return statements. | Ralf Baechle | 2013-06-17 | 2 | -2/+2 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Use tabs for indentation, not spaces. | Ralf Baechle | 2013-06-17 | 3 | -75/+75 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Remove useless initializations to 0 or NULL. | Ralf Baechle | 2013-06-17 | 1 | -10/+10 |
| | | | | | | | They only inflate the .data section of the binary. Initializations to FALSE are still left to do. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Nuke trailing whitespace. | Ralf Baechle | 2013-06-17 | 4 | -10/+10 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Nuke trailing blank lines. | Ralf Baechle | 2013-06-17 | 2 | -2/+0 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible. | Ralf Baechle | 2013-06-17 | 1 | -2/+1 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Weed out all use of RCS strings. | Ralf Baechle | 2013-06-06 | 6 | -32/+4 |
| | | | | | | | Their value has always been dubious and git doesn't support them so let's get rid of the clutter. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Convert .cvsignore files to .gitignore | Ralf Baechle | 2013-06-04 | 1 | -0/+0 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Fix parallel installation bugs. | Ralf Baechle | 2009-09-23 | 1 | -1/+1 |
| | | | | | | | | install-exec-local hooks may be run in parallel. This may result in the attempted installation of files into directories before they have been created. Fixed by using install-exec-hook instead. Reported and axgetput-only patch by Thomas Beierlein <tb@forth-ev.de>. | ||||
* | axgetput: Delete homegrown declarations of optarg and optind. | Ralf Baechle | 2009-06-23 | 1 | -4/+1 |
| | | | | These should be declared by unistd.h only. | ||||
* | axgetput: Remove homegrown 'extern int errno' declaration. | Ralf Baechle | 2009-06-23 | 1 | -2/+1 |
| | | | | <errno.h> is the way to go. | ||||
* | Ignore a few more generated files. | Ralf Baechle | 2009-06-19 | 1 | -0/+1 |
| | |||||
* | Remove all generated files. | Ralf Baechle | 2009-06-19 | 1 | -453/+0 |
| | | | | | | | | | | | | | | Keeping generated files in CVS doesn't only tend to produce large and cluttered files it also may result in build problems due to timestamps in the wrong order. So dump everything, update .cvsignore to ignore these files and resolve all warnings generated by autoreconf. From now on users of a CVS checkout should run the command autoreconf --install --force after having done a CVS checkout. For this to succeed automake, autoconf and libtool will have to be installed. | ||||
* | Convert K&R-style function definitions to function prototypes. | Ralf Baechle | 2009-06-14 | 1 | -4/+4 |
| | |||||
* | time_t for file_time | Thomas Osterried | 2009-01-22 | 1 | -3/+3 |
| | |||||
* | made proto_bin compatible to call(1) ~a upload. | Thomas Osterried | 2009-01-22 | 1 | -15/+25 |
| | |||||
* | Fix for autoconf. Thanks to Tom <DL1JBE> | Thomas Osterried | 2008-08-03 | 1 | -2/+1 |
| | |||||
* | fix in Makefile.am for installation of man page axgetput.1 | Thomas Osterried | 2008-05-16 | 1 | -0/+1 |
| | |||||
* | updated manpage | Thomas Osterried | 2007-03-11 | 1 | -2/+47 |
| | |||||
* | Fix warnings about // style comment. And remove some of the most | Ralf Baechle | 2007-01-23 | 4 | -46/+58 |
| | | | | pointless comments. | ||||
* | Include <sys/time.h>. This fixes a build error on glibc 2.1. | Ralf Baechle | 2007-01-23 | 1 | -0/+1 |
| | |||||
* | Convert to autoconf 2.59. Delete junk from past centuries. | Ralf Baechle | 2007-01-22 | 3 | -70/+16 |
| | |||||
* | Manual page for axgetput. This fixes the build which broke because | Ralf Baechle | 2007-01-22 | 1 | -0/+32 |
| | | | | ax25/axgetput/Makefile.am was referencing the non-existing man page. | ||||
* | axgetput (bget, bput, ..) for 8bit clean up/download from an | Thomas Osterried | 2006-12-10 | 12 | -0/+1786 |
axspawn(8) login session. Initial checkin. Import from http://x-berg.in-berlin.de/cgi-bin/viewcvs.cgi/ampr/axgetput/ |