| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 35 | -349/+349 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 56 | -664/+664 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-18 | 1 | -0/+57 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-18 | 3 | -77/+77 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-18 | 1 | -77/+101 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-18 | 2 | -6/+102 |
* | Freddie Chopin <freddie_chopin@op.pl> makes lpc2478.cfg file more "standard" ... | oharboe | 2009-06-17 | 1 | -18/+32 |
* | dummy driver now works under eCos | oharboe | 2009-06-17 | 6 | -36/+43 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-17 | 3 | -44/+73 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-17 | 1 | -40/+4 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-17 | 1 | -18/+31 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-17 | 1 | -1/+5 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-17 | 1 | -2/+2 |
* | Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd. | zwelch | 2009-06-17 | 2 | -3/+3 |
* | Set svn:eol-style native on ZY1000 minidriver header file. | zwelch | 2009-06-17 | 1 | -210/+210 |
* | Ensure range errors are reported only when errno indicates one occurred. | zwelch | 2009-06-17 | 1 | -2/+2 |
* | Change parse_type macros to be sed-friendly. | zwelch | 2009-06-17 | 2 | -18/+18 |
* | Add argument parsing errors in command.h, use in parse_type routines. | zwelch | 2009-06-17 | 2 | -6/+11 |
* | Move definition of parse_type helpers to command.c: | zwelch | 2009-06-17 | 2 | -22/+41 |
* | Convert core parse_type implementations to check for underflow errors. | zwelch | 2009-06-17 | 1 | -8/+12 |
* | Add improved support for parsing signed integers. | zwelch | 2009-06-17 | 2 | -0/+12 |
* | Update parse_type macro definitions to allow re-use with signed types. | zwelch | 2009-06-17 | 1 | -3/+6 |
* | Improve definitions of parse_ulong and parse_ullong: | zwelch | 2009-06-17 | 1 | -14/+11 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 4 | -10/+31 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -12/+33 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -28/+23 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -13/+21 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 4 | -10/+15 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 2 | -6/+14 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 3 | -16/+17 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -13/+15 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-15 | 2 | -0/+75 |
* | fix eCos build problems w/latest parse_ulong() stuff | oharboe | 2009-06-15 | 1 | -3/+8 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-13 | 4 | -9/+19 |
* | Factor load_image argument parsing to parse_load_image_command_args: | zwelch | 2009-06-13 | 1 | -69/+44 |
* | Improve handle_profile_command argument parsing: | zwelch | 2009-06-13 | 1 | -7/+6 |
* | Improve handle_virt2phys_command argument parsing: | zwelch | 2009-06-13 | 1 | -3/+6 |
* | Cleanup and improve handle_wp_command and handle_rwp_command: | zwelch | 2009-06-13 | 1 | -40/+57 |
* | Improve and simplify handle_bp_command and handle_rbp_command: | zwelch | 2009-06-13 | 1 | -5/+18 |
* | Improve handle_verify_image_command_internal command argument handling: | zwelch | 2009-06-13 | 1 | -1/+5 |
* | Improve handle_dump_image_command argument parsing: | zwelch | 2009-06-13 | 1 | -5/+10 |
* | Improve handle_load_image_command argument parsing: | zwelch | 2009-06-13 | 1 | -3/+13 |
* | Improve handle_mw_command argument handling: | zwelch | 2009-06-13 | 1 | -13/+21 |
* | Improve handle_md_command argument handling: | zwelch | 2009-06-13 | 1 | -3/+10 |
* | Use parse_u32 in handle_resume_command and handle_step_command. | zwelch | 2009-06-13 | 1 | -2/+10 |
* | Cleanup and improve handle_halt_command: | zwelch | 2009-06-13 | 1 | -11/+8 |
* | Cleanup and fi handle_wait_halt_command: | zwelch | 2009-06-13 | 1 | -8/+10 |
* | Use parse_uint in handle_reg_command to ensure reg number parses properly. | zwelch | 2009-06-13 | 1 | -3/+6 |