Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-04-07 | Don't try to return result from a void function (spotted by Sparse) | blueswir1 | 1 | -10/+16 |
2009-03-07 | Sparse fixes: NULL use, header order, ANSI prototypes, static | blueswir1 | 1 | -5/+5 |
2008-11-09 | Add qemu_strndup: qemu_strdup with length limit. | balrog | 1 | -4/+4 |
2008-11-08 | Revert r5532, r5536 and a piece of r5531. | balrog | 1 | -5/+5 |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 | 1 | -2/+4 |
2008-10-25 | Change freeing method because the allocation function was changed in r5532 | blueswir1 | 1 | -3/+3 |
2008-10-25 | Replace uses of strndup (a GNU extension) with Qemu pstrdup | blueswir1 | 1 | -1/+1 |
2008-10-25 | Replace uses of strncpy (a GNU extension) with Qemu pstrcpy | blueswir1 | 1 | -1/+1 |
2008-09-30 | Make sure bluez programs (cross-)compile, add missing statics. | balrog | 1 | -3/+3 |
2008-09-29 | Add a virtual HCI. | balrog | 1 | -0/+2220 |