| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r249631 | Andrey A. Chernov | 2013-04-26 | 1 | -1/+4 |
| * | MFC r227293 (by ed): | Alexander Motin | 2013-04-05 | 1 | -1/+1 |
| * | MFC r236899: | Kevin Lo | 2013-01-08 | 1 | -2/+4 |
| * | MFC r242507: | Xin LI | 2012-12-03 | 1 | -33/+17 |
| * | MFC r242506: | Xin LI | 2012-12-03 | 1 | -13/+98 |
| * | MFC r228633,228634,228638,228642,228643: introduce cngets, | Andriy Gapon | 2012-05-13 | 1 | -77/+0 |
| * | MFC r228796: | Kevin Lo | 2012-01-16 | 2 | -0/+552 |
| * | MFC: r226029 | Jung-uk Kim | 2011-10-10 | 1 | -0/+42 |
| * | Fix typos - remove duplicate "is". | Rebecca Cran | 2011-02-23 | 1 | -1/+1 |
| * | Add support for asterisk characters when filling in the GELI password | Ed Schouten | 2010-11-14 | 1 | -1/+9 |
| * | Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general | Attilio Rao | 2010-09-24 | 2 | -0/+403 |
| * | Provide memchr() in the libkern. | Rafal Jaworowski | 2010-06-02 | 1 | -0/+51 |
| * | Switch to our preferred 2-clause BSD license. | Joel Dahl | 2010-04-07 | 3 | -21/+3 |
| * | Start copyright notice with /*- | Joel Dahl | 2010-04-07 | 2 | -2/+2 |
| * | Move inet_aton() (specular to inet_ntoa(), already present in libkern) | Attilio Rao | 2009-11-12 | 1 | -0/+136 |
| * | done method is supposed to return int. | Xin LI | 2009-06-22 | 1 | -1/+1 |
| * | Split tolower/toupper code from usual xlat16 kiconv table, and make it | Xin LI | 2009-06-22 | 3 | -24/+168 |
| * | add explanatory header license | Kip Macy | 2009-06-09 | 1 | -0/+36 |
| * | move jenkins hash to its own header in libkern | Kip Macy | 2009-06-09 | 1 | -0/+149 |
| * | Add memmove() to the kernel, making the kernel compile with Clang. | Ed Schouten | 2009-02-28 | 1 | -0/+38 |
| * | Remove redundant assignment of `s'. | Ed Schouten | 2009-02-26 | 1 | -1/+0 |
| * | This commit fixes the issue with alias_sctp.c. No | Randall Stewart | 2009-02-14 | 1 | -0/+643 |
| * | Add simple locking for the in-kernel iconv code. Translation operations | John Baldwin | 2008-12-05 | 1 | -5/+27 |
| * | Prefix the static shl function with '__' like its parent function __qdivrem to | Andrew Thompson | 2008-10-09 | 1 | -3/+3 |
| * | The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmp | David E. O'Brien | 2008-09-23 | 1 | -0/+53 |
| * | Add strcspn to libkern for use by xenbus routines. Will add to build | Kip Macy | 2008-08-15 | 1 | -0/+72 |
| * | Return arc4_i = arc4_j = 0; line from previous backing out since | Andrey A. Chernov | 2008-07-26 | 1 | -0/+1 |
| * | Per rwatson's request: | Andrey A. Chernov | 2008-07-25 | 1 | -7/+4 |
| * | 1) Initialize arc4_i and arc4_j to 0 after key mixing as recommended in | Andrey A. Chernov | 2008-07-22 | 1 | -4/+7 |
| * | Match the implementation of the inline function from libkern.h. | David E. O'Brien | 2008-07-14 | 1 | -4/+8 |
| * | Add prototype for __cmpd2(). | Marcel Moolenaar | 2008-02-23 | 1 | -0/+1 |
| * | Bring back (without advertising clause) cmpdi2.c. It's needed on PowerPC | Marcel Moolenaar | 2008-02-23 | 1 | -0/+54 |
| * | Do not use __XSCALE__ to detect if clz is available, use _ARM_ARCH_5 instead. | Olivier Houchard | 2007-10-13 | 1 | -1/+1 |
| * | Unbreak high resolution profiling a little: use dummy asms to prevent | Bruce Evans | 2007-06-13 | 1 | -1/+6 |
| * | strchr() and strrchr() are already present in the kernel, but with less | Wojciech A. Koszek | 2007-04-10 | 2 | -0/+8 |
| * | Add local ptototype for memset function. | Alexander Kabaev | 2007-04-06 | 1 | -0/+3 |
| * | Add trivial MI memset function implementation. GCC mandates the | Alexander Kabaev | 2007-04-05 | 1 | -0/+37 |
| * | Add strstr() function to the libkern. | Pawel Jakub Dawidek | 2006-08-12 | 1 | -0/+63 |
| * | First pass at removing Alpha kernel support. | John Baldwin | 2006-05-11 | 4 | -172/+0 |
| * | Convert function declarations to ANSI C. | Robert Watson | 2006-01-22 | 1 | -8/+2 |
| * | Ignore spurious '\0' first character read on a serial console. | Ruslan Ermilov | 2006-01-14 | 1 | -0/+2 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -2/+2 |
| * | Backout strtok() addition to libkern, strsep() is enough and strtok() | Pawel Jakub Dawidek | 2005-10-06 | 1 | -98/+0 |
| * | Add strtok() and strtok_r() function to libkern. | Pawel Jakub Dawidek | 2005-10-06 | 1 | -0/+98 |
| * | - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv, | R. Imura | 2005-08-24 | 1 | -0/+6 |
| * | Ha! This is a very interesting bug. | Pawel Jakub Dawidek | 2005-08-08 | 1 | -4/+6 |
| * | Add strcasecmp() and strncasecmp() to libkern and connect to the build. | Pawel Jakub Dawidek | 2005-08-08 | 1 | -0/+69 |
| * | Temporary restore a part of rev 1.6. | R. Imura | 2005-07-23 | 1 | -4/+2 |
| * | Fix kiconv on the 64bit plathomes. | R. Imura | 2005-05-24 | 1 | -5/+5 |
| * | Update comment to direct the reader to libkern.h instead of systm.h. | Marcel Moolenaar | 2005-04-28 | 1 | -1/+1 |