aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern
Commit message (Expand)AuthorAgeFilesLines
* Fix unloading of libiconv module.Mateusz Guzik2012-06-111-2/+4
* Use strcmp that I replaced by accident.Kevin Lo2012-05-211-3/+3
* Fix broken ref countKevin Lo2012-05-211-0/+1
* Fix improper handling of variadic args with ICDEBUGKevin Lo2012-05-211-3/+1
* Remove dead codeKevin Lo2012-05-211-5/+3
* Remove second consts in r233288 in order to appease C++ compilers.Marius Strobl2012-03-261-10/+10
* Declare the CRC lookup-tables const as they hardly should change atMarius Strobl2012-03-211-10/+10
* Implement extensions on top of standards instead of the other way around.Ed Schouten2012-01-032-14/+2
* Use strchr() and strrchr().Ed Schouten2012-01-021-2/+2
* Remove the now unused skpc() function.Ed Schouten2012-01-011-49/+0
* Introducing memcchr(3).Ed Schouten2012-01-011-0/+115
* retire libkern getsAndriy Gapon2011-12-171-77/+0
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-182-0/+552
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add strnlen() to libkern.Jung-uk Kim2011-10-041-0/+42
* Fix typos - remove duplicate "is".Rebecca Cran2011-02-231-1/+1
* Add support for asterisk characters when filling in the GELI passwordEd Schouten2010-11-141-1/+9
* Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalAttilio Rao2010-09-242-0/+403
* Provide memchr() in the libkern.Rafal Jaworowski2010-06-021-0/+51
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-073-21/+3
* Start copyright notice with /*-Joel Dahl2010-04-072-2/+2
* Move inet_aton() (specular to inet_ntoa(), already present in libkern)Attilio Rao2009-11-121-0/+136
* done method is supposed to return int.Xin LI2009-06-221-1/+1
* Split tolower/toupper code from usual xlat16 kiconv table, and make itXin LI2009-06-223-24/+168
* add explanatory header licenseKip Macy2009-06-091-0/+36
* move jenkins hash to its own header in libkernKip Macy2009-06-091-0/+149
* Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten2009-02-281-0/+38
* Remove redundant assignment of `s'.Ed Schouten2009-02-261-1/+0
* This commit fixes the issue with alias_sctp.c. NoRandall Stewart2009-02-141-0/+643
* Add simple locking for the in-kernel iconv code. Translation operationsJohn Baldwin2008-12-051-5/+27
* Prefix the static shl function with '__' like its parent function __qdivrem toAndrew Thompson2008-10-091-3/+3
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpDavid E. O'Brien2008-09-231-0/+53
* Add strcspn to libkern for use by xenbus routines. Will add to buildKip Macy2008-08-151-0/+72
* Return arc4_i = arc4_j = 0; line from previous backing out sinceAndrey A. Chernov2008-07-261-0/+1
* Per rwatson's request:Andrey A. Chernov2008-07-251-7/+4
* 1) Initialize arc4_i and arc4_j to 0 after key mixing as recommended inAndrey A. Chernov2008-07-221-4/+7
* Match the implementation of the inline function from libkern.h.David E. O'Brien2008-07-141-4/+8
* Add prototype for __cmpd2().Marcel Moolenaar2008-02-231-0/+1
* Bring back (without advertising clause) cmpdi2.c. It's needed on PowerPCMarcel Moolenaar2008-02-231-0/+54
* Do not use __XSCALE__ to detect if clz is available, use _ARM_ARCH_5 instead.Olivier Houchard2007-10-131-1/+1
* Unbreak high resolution profiling a little: use dummy asms to preventBruce Evans2007-06-131-1/+6
* strchr() and strrchr() are already present in the kernel, but with lessWojciech A. Koszek2007-04-102-0/+8
* Add local ptototype for memset function.Alexander Kabaev2007-04-061-0/+3
* Add trivial MI memset function implementation. GCC mandates theAlexander Kabaev2007-04-051-0/+37
* Add strstr() function to the libkern.Pawel Jakub Dawidek2006-08-121-0/+63
* First pass at removing Alpha kernel support.John Baldwin2006-05-114-172/+0
* Convert function declarations to ANSI C.Robert Watson2006-01-221-8/+2
* Ignore spurious '\0' first character read on a serial console.Ruslan Ermilov2006-01-141-0/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-2/+2
* Backout strtok() addition to libkern, strsep() is enough and strtok()Pawel Jakub Dawidek2005-10-061-98/+0