Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libc] Add ffs(), ffsl(), and ffsll() | Michael Brown | 2015-03-16 | 1 | -4/+77 |
* | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 2015-03-02 | 1 | -1/+1 |
* | [libc] Rewrite string functions | Michael Brown | 2015-02-16 | 1 | -7/+55 |
* | [libc] Add flsll() | Michael Brown | 2014-04-27 | 1 | -4/+11 |
* | [libc] Add inline assembly implementation of flsl() using BSR instruction | Michael Brown | 2014-04-24 | 1 | -2/+2 |
* | [legal] Add a selection of FILE_LICENCE declarations | Michael Brown | 2009-05-18 | 1 | -0/+2 |
* | Add fls() for non-constant values. | Michael Brown | 2007-09-21 | 1 | -5/+1 |
* | 4.3BSD says that bcopy and bzero are defined in strings.h, not string.h | Michael Brown | 2007-01-19 | 1 | -0/+11 |
* | The prototype for strcasecmp() is apparently in strings.h. | Michael Brown | 2006-08-08 | 1 | -0/+2 |
* | Add __constant_flsl(), because it's useful for finding out the next | Michael Brown | 2006-04-24 | 1 | -0/+54 |