| Commit message (Expand) | Author | Age | Files | Lines |
* | Add __aeabi_memset to libkern, implemented using memset, as clang may | andrew | 2013-03-16 | 1 | -0/+49 |
* | Add END to ARM libkern assembly functions | andrew | 2013-03-16 | 4 | -1/+19 |
* | Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can be | andrew | 2013-03-16 | 1 | -0/+58 |
* | Add __aeabi_memcpy to libkern as clang may generate calls to it. | andrew | 2013-03-10 | 1 | -0/+37 |
* | Add __aeabi_ulcmp to allow building of the LINT kernel. | andrew | 2013-01-23 | 2 | -0/+17 |
* | Add the required __aeabi_* functions the kernel uses when built for ARM EABI | andrew | 2013-01-17 | 3 | -0/+128 |
* | Sync strlcpy with userland version. | delphij | 2012-11-03 | 1 | -33/+17 |
* | Sync strlen with userland implementation. | delphij | 2012-11-03 | 1 | -13/+98 |
* | s/ is is / is /g | eadler | 2012-09-14 | 1 | -1/+1 |
* | - Move jenkins.h to jenkins_hash.c | glebius | 2012-09-04 | 2 | -185/+463 |
* | Fix unloading of libiconv module. | mjg | 2012-06-11 | 1 | -2/+4 |
* | Use strcmp that I replaced by accident. | kevlo | 2012-05-21 | 1 | -3/+3 |
* | Fix broken ref count | kevlo | 2012-05-21 | 1 | -0/+1 |
* | Fix improper handling of variadic args with ICDEBUG | kevlo | 2012-05-21 | 1 | -3/+1 |
* | Remove dead code | kevlo | 2012-05-21 | 1 | -5/+3 |
* | Remove second consts in r233288 in order to appease C++ compilers. | marius | 2012-03-26 | 1 | -10/+10 |
* | Declare the CRC lookup-tables const as they hardly should change at | marius | 2012-03-21 | 1 | -10/+10 |
* | Implement extensions on top of standards instead of the other way around. | ed | 2012-01-03 | 2 | -14/+2 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 1 | -2/+2 |
* | Remove the now unused skpc() function. | ed | 2012-01-01 | 1 | -49/+0 |
* | Introducing memcchr(3). | ed | 2012-01-01 | 1 | -0/+115 |
* | retire libkern gets | avg | 2011-12-17 | 1 | -77/+0 |
* | Add unicode support to msdosfs and smbfs; original pathes from imura, | kevlo | 2011-11-18 | 2 | -0/+552 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Add strnlen() to libkern. | jkim | 2011-10-04 | 1 | -0/+42 |
* | Fix typos - remove duplicate "is". | brucec | 2011-02-23 | 1 | -1/+1 |
* | Add support for asterisk characters when filling in the GELI password | ed | 2010-11-14 | 1 | -1/+9 |
* | Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general | attilio | 2010-09-24 | 2 | -0/+403 |
* | Provide memchr() in the libkern. | raj | 2010-06-02 | 1 | -0/+51 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 3 | -21/+3 |
* | Start copyright notice with /*- | joel | 2010-04-07 | 2 | -2/+2 |
* | Move inet_aton() (specular to inet_ntoa(), already present in libkern) | attilio | 2009-11-12 | 1 | -0/+136 |
* | done method is supposed to return int. | delphij | 2009-06-22 | 1 | -1/+1 |
* | Split tolower/toupper code from usual xlat16 kiconv table, and make it | delphij | 2009-06-22 | 3 | -24/+168 |
* | add explanatory header license | kmacy | 2009-06-09 | 1 | -0/+36 |
* | move jenkins hash to its own header in libkern | kmacy | 2009-06-09 | 1 | -0/+149 |
* | Add memmove() to the kernel, making the kernel compile with Clang. | ed | 2009-02-28 | 1 | -0/+38 |
* | Remove redundant assignment of `s'. | ed | 2009-02-26 | 1 | -1/+0 |
* | This commit fixes the issue with alias_sctp.c. No | rrs | 2009-02-14 | 1 | -0/+643 |
* | Add simple locking for the in-kernel iconv code. Translation operations | jhb | 2008-12-05 | 1 | -5/+27 |
* | Prefix the static shl function with '__' like its parent function __qdivrem to | thompsa | 2008-10-09 | 1 | -3/+3 |
* | The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmp | obrien | 2008-09-23 | 1 | -0/+53 |
* | Add strcspn to libkern for use by xenbus routines. Will add to build | kmacy | 2008-08-15 | 1 | -0/+72 |
* | Return arc4_i = arc4_j = 0; line from previous backing out since | ache | 2008-07-26 | 1 | -0/+1 |
* | Per rwatson's request: | ache | 2008-07-25 | 1 | -7/+4 |
* | 1) Initialize arc4_i and arc4_j to 0 after key mixing as recommended in | ache | 2008-07-22 | 1 | -4/+7 |
* | Match the implementation of the inline function from libkern.h. | obrien | 2008-07-14 | 1 | -4/+8 |
* | Add prototype for __cmpd2(). | marcel | 2008-02-23 | 1 | -0/+1 |
* | Bring back (without advertising clause) cmpdi2.c. It's needed on PowerPC | marcel | 2008-02-23 | 1 | -0/+54 |
* | Do not use __XSCALE__ to detect if clz is available, use _ARM_ARCH_5 instead. | cognet | 2007-10-13 | 1 | -1/+1 |