| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Unbreak high resolution profiling a little: use dummy asms to prevent | bde | 2007-06-13 | 1 | -1/+6 |
* | strchr() and strrchr() are already present in the kernel, but with less | wkoszek | 2007-04-10 | 2 | -0/+8 |
* | Add local ptototype for memset function. | kan | 2007-04-06 | 1 | -0/+3 |
* | Add trivial MI memset function implementation. GCC mandates the | kan | 2007-04-05 | 1 | -0/+37 |
* | Add strstr() function to the libkern. | pjd | 2006-08-12 | 1 | -0/+63 |
* | First pass at removing Alpha kernel support. | jhb | 2006-05-11 | 4 | -172/+0 |
* | Convert function declarations to ANSI C. | rwatson | 2006-01-22 | 1 | -8/+2 |
* | Ignore spurious '\0' first character read on a serial console. | ru | 2006-01-14 | 1 | -0/+2 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -2/+2 |
* | Backout strtok() addition to libkern, strsep() is enough and strtok() | pjd | 2005-10-06 | 1 | -98/+0 |
* | Add strtok() and strtok_r() function to libkern. | pjd | 2005-10-06 | 1 | -0/+98 |
* | - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv, | imura | 2005-08-24 | 1 | -0/+6 |
* | Ha! This is a very interesting bug. | pjd | 2005-08-08 | 1 | -4/+6 |
* | Add strcasecmp() and strncasecmp() to libkern and connect to the build. | pjd | 2005-08-08 | 1 | -0/+69 |
* | Temporary restore a part of rev 1.6. | imura | 2005-07-23 | 1 | -4/+2 |
* | Fix kiconv on the 64bit plathomes. | imura | 2005-05-24 | 1 | -5/+5 |
* | Update comment to direct the reader to libkern.h instead of systm.h. | marcel | 2005-04-28 | 1 | -1/+1 |
* | Refactor the CRC-32 code to enhance its usability. Move the actual | marcel | 2005-04-27 | 1 | -15/+18 |
* | Replace the current strspn() and strcspn() with significantly faster | das | 2005-04-02 | 1 | -24/+40 |
* | Add strspn() to libkern. | glebius | 2005-02-10 | 1 | -0/+55 |
* | MFlibc: Remove extra closing parenthesis. | ru | 2005-02-03 | 2 | -2/+2 |
* | We do want to print '\n'/'\r'. | pjd | 2005-02-03 | 1 | -0/+1 |
* | 'c' cannot be -1. | pjd | 2005-02-03 | 1 | -1/+0 |
* | - Move gets() function to libkern (I want to use it outside vfs_mount.c). | pjd | 2005-02-03 | 1 | -0/+67 |
* | Because the argument to strvalid() is a size_t, use a size_t to iterate | rwatson | 2005-01-29 | 1 | -1/+1 |
* | Per permission from McAfee, remove clause 3 of the BSD license on | rwatson | 2005-01-29 | 1 | -3/+0 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-07 | 33 | -33/+43 |
* | Use the RET macro. | cognet | 2004-11-09 | 2 | -6/+6 |
* | Implement ffs with clz for Xscale. | cognet | 2004-11-07 | 1 | -1/+8 |
* | Don't attempt to profile __udivsi3() and friends, as mcount() uses them. | cognet | 2004-10-01 | 1 | -4/+4 |
* | Move the kernel-specific logic to adjust frompc from MI to MD. For | marcel | 2004-08-27 | 1 | -33/+21 |
* | Convert the vfsconf list to a TAILQ. | phk | 2004-07-27 | 1 | -8/+3 |
* | Copy qsort_r(3) from libc to libkern. | glebius | 2004-07-15 | 2 | -24/+49 |
* | Import libkern arm specific bits. | cognet | 2004-05-14 | 3 | -0/+713 |
* | Fixed some style bugs (unsorting of prototypes in previous commit, and | bde | 2004-05-05 | 1 | -8/+8 |
* | Prototype __ashldi3(), __ashrdi3() and __lshrdi3(). | cognet | 2004-05-04 | 1 | -0/+4 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 35 | -140/+0 |
* | Bring these files closer to style(9) conformance by comparing a | robert | 2004-03-29 | 2 | -2/+2 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 1 | -10/+0 |