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 | 1 | -419/+419 |
| | | | | | | | 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 | 1 | -1/+1 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Remove parenthesis around arguments of return statements. | Ralf Baechle | 2013-06-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Use tabs for indentation, not spaces. | Ralf Baechle | 2013-06-17 | 1 | -36/+36 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Nuke trailing whitespace. | Ralf Baechle | 2013-06-17 | 1 | -3/+3 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Weed out all use of RCS strings. | Ralf Baechle | 2013-06-06 | 1 | -2/+0 |
| | | | | | | | 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> | ||||
* | 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 warnings about // style comment. And remove some of the most | Ralf Baechle | 2007-01-23 | 1 | -28/+38 |
| | | | | pointless comments. | ||||
* | axgetput (bget, bput, ..) for 8bit clean up/download from an | Thomas Osterried | 2006-12-10 | 1 | -0/+489 |
axspawn(8) login session. Initial checkin. Import from http://x-berg.in-berlin.de/cgi-bin/viewcvs.cgi/ampr/axgetput/ |