date | project | content | link |
|---|
| 00:52 on Jan 17 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r 9cef9e042a moto-boot-usb/src/cdt_parse.c: ( link) | # |
| 00:44 on Jan 17 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r d239392312 moto-boot-usb/src/moto-boot-usb.c: ( link) src/moto-boot-usb.c: Fix some warnings from 'sparse' moto-boot-usb.c:257:29: warning: non-ANSI function declaration of function 'ezx_device_open' moto-boot-usb.c:614:19: warning: non-ANSI function declaration of function 'usage' moto-boot-usb.c:773:30: warning: non-ANSI function declaration of function 'boot_usb_cmd_off' moto-boot-usb.c:121:18: warning: symbol 'phonetypes' was not declared. Should it be static? moto-boot-usb.c:212:18: warning: symbol 'phone' was not declared. Should it be static? Signed-off-by: Antonio Ospite < ospite at studenti dot unina dot it> | # |
| 00:39 on Jan 17 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r 6191772b08 moto-boot-usb/src/cdt_parse.c: ( link) | # |
| 00:24 on Jan 17 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r 8e4af9ee8a moto-boot-usb/src/cdt_parse.c: ( link) | # |
| 16:48 on Jan 16 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r 22892b9c8d moto-boot-usb/src/ (Makefile.am cdt_parse.c): ( link) src/cdt_parse.c: Rewrite the parsing routines to make them more readable Also do the parsing in an endian independent way, and split parsing the file header from the partitions map. Signed-off-by: Antonio Ospite < ospite at studenti dot unina dot it> | # |
| 16:44 on Jan 16 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r 16740b7934 moto-boot-usb/src/cdt_parse.c: ( link) | # |
| 17:03 on Jan 09 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r 8884ef026e moto-boot-usb/src/cdt_parse.c: ( link) | # |
| 17:01 on Jan 09 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r 073a0d41bb moto-boot-usb/src/cdt_parse.c: ( link) | # |
| 16:49 on Jan 09 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r 6be712467d moto-boot-usb/src/cdt_parse.c: ( link) src/cdt_parse.c: fix a compiler warning cdt_parse.c: In function ‘main’: cdt_parse.c:150:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] Check the 'ret' value, and handle better the fread error path. Signed-off-by: Antonio Ospite < ospite at studenti dot unina dot it> | # |
| 15:30 on Jan 09 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r 4c8885253f moto-boot-usb/src/moto-boot-usb.c: ( link) | # |
| 15:22 on Jan 09 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r e9ce08686e moto-boot-usb/src/moto-boot-usb.c: ( link) src/moto-boot-usb.c: split the last newline from command descriptions
This will make patches adding other commands look a little nicer. | # |
| 21:25 on Jan 07 | OpenEZX | Commit by Angelo S. Mavridis Bartolome <barklome@gmail.com> on master :: r 42aedf88c6 moto-boot-usb/src/moto-boot-usb.c: ( link) | # |
| 12:43 on Apr 18, 2011 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r 33d6abb6ae gen-blob/src/blob/bl_parser.c: ( link) src/blob/bl_parser.c: force alignment for structs used in usb transfers Without this change newer gcc versions won't guarantee those structs are aligned to a 4 byte boundary, which is required for them to correctly store the commands coming over USB. Signed-off-by: Antonio Ospite < ospite at studenti dot unina dot it> | # |
| 11:01 on Apr 18, 2011 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r aeef3f44a1 moto-boot-usb/src/moto-boot-usb.c: ( link) src/moto-boot-usb.c: don't issue query commands to gen-blob gen-blob doesn't support RQHW for instance so don't call this and the other query commands when we are talking to it. Signed-off-by: Antonio Ospite < ospite at studenti dot unina dot it> | # |
| 09:52 on Apr 13, 2011 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on ezx/current :: r 5f32e4293f openezx/ (2 files in 2 dirs): ( link) ezx/rfkill-bluetooth: align with v3 of rfkill-regulator driver This should be the one which is going to be merged upstream. Signed-off-by: Antonio Ospite < ospite at studenti dot unina dot it> | # |
| 16:27 on Apr 09, 2011 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r 5bc1f47aa9 moto-boot-usb/src/moto-boot-usb.c: ( link) moto-boot-usb.c: Comment out USECS_SLEEP again This is not needed by most users, it slipped in from the previous commit. Signed-off-by: Antonio Ospite < ospite at studenti dot unina dot it> | # |
| 16:20 on Apr 09, 2011 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on master :: r 83f3cf85ed moto-boot-usb/src/moto-boot-usb.c: ( link) moto-boot-usb.c: add a confirmation prompt when flashing at addr 0 Some user happened to flash the bootloader by accident using moto-boot-usb in a script, add some more protection with an interactive prompt which asks for explicit confirmation when flashing at address 0. Signed-off-by: Antonio Ospite < ospite at studenti dot unina dot it> | # |
| 10:25 on Apr 08, 2011 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on ezx/current :: r aebdf1c583 openezx/net/rfkill/rfkill-regulator.c: ( link) ezx/rfkill-bluetooth: assign rfkill_data fileds before rfkill_register() This avoids a NULL pointer dereference in set_block() when it is called by the related workqueue before rfkill_register() finish its execution. Signed-off-by: Antonio Ospite < ospite at studenti dot unina dot it> | # |
| 08:31 on Apr 08, 2011 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on ezx/current :: r d054959b2b openezx/net/rfkill/ (Makefile rfkill-regulator.c): ( link) ezx/rfkill-bluetooth: align with v2 of rfkill-regulator Align with the second version of the driver sent for inclusion into linux mainline tree. Signed-off-by: Antonio Ospite < ospite at studenti dot unina dot it> | # |
| 15:13 on Apr 05, 2011 | OpenEZX | Commit by Antonio Ospite <ospite@studenti.unina.it> on ezx/current :: r aae8398e9e openezx/include/linux/rfkill-regulator.h: ( link) | # |