summaryrefslogtreecommitdiffstats
path: root/sys/libkern
Commit message (Expand)AuthorAgeFilesLines
* Add support for asterisk characters when filling in the GELI passworded2010-11-141-1/+9
* Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalattilio2010-09-242-0/+403
* Provide memchr() in the libkern.raj2010-06-021-0/+51
* Switch to our preferred 2-clause BSD license.joel2010-04-073-21/+3
* Start copyright notice with /*-joel2010-04-072-2/+2
* Move inet_aton() (specular to inet_ntoa(), already present in libkern)attilio2009-11-121-0/+136
* done method is supposed to return int.delphij2009-06-221-1/+1
* Split tolower/toupper code from usual xlat16 kiconv table, and make itdelphij2009-06-223-24/+168
* add explanatory header licensekmacy2009-06-091-0/+36
* move jenkins hash to its own header in libkernkmacy2009-06-091-0/+149
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-0/+38
* Remove redundant assignment of `s'.ed2009-02-261-1/+0
* This commit fixes the issue with alias_sctp.c. Norrs2009-02-141-0/+643
* Add simple locking for the in-kernel iconv code. Translation operationsjhb2008-12-051-5/+27
* Prefix the static shl function with '__' like its parent function __qdivrem tothompsa2008-10-091-3/+3
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpobrien2008-09-231-0/+53
* Add strcspn to libkern for use by xenbus routines. Will add to buildkmacy2008-08-151-0/+72
* Return arc4_i = arc4_j = 0; line from previous backing out sinceache2008-07-261-0/+1
* Per rwatson's request:ache2008-07-251-7/+4
* 1) Initialize arc4_i and arc4_j to 0 after key mixing as recommended inache2008-07-221-4/+7
* Match the implementation of the inline function from libkern.h.obrien2008-07-141-4/+8
* Add prototype for __cmpd2().marcel2008-02-231-0/+1
* Bring back (without advertising clause) cmpdi2.c. It's needed on PowerPCmarcel2008-02-231-0/+54
* Do not use __XSCALE__ to detect if clz is available, use _ARM_ARCH_5 instead.cognet2007-10-131-1/+1
* Unbreak high resolution profiling a little: use dummy asms to preventbde2007-06-131-1/+6
* strchr() and strrchr() are already present in the kernel, but with lesswkoszek2007-04-102-0/+8
* Add local ptototype for memset function.kan2007-04-061-0/+3
* Add trivial MI memset function implementation. GCC mandates thekan2007-04-051-0/+37
* Add strstr() function to the libkern.pjd2006-08-121-0/+63
* First pass at removing Alpha kernel support.jhb2006-05-114-172/+0
* Convert function declarations to ANSI C.rwatson2006-01-221-8/+2
* Ignore spurious '\0' first character read on a serial console.ru2006-01-141-0/+2
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* Backout strtok() addition to libkern, strsep() is enough and strtok()pjd2005-10-061-98/+0
* Add strtok() and strtok_r() function to libkern.pjd2005-10-061-0/+98
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,imura2005-08-241-0/+6
* Ha! This is a very interesting bug.pjd2005-08-081-4/+6
* Add strcasecmp() and strncasecmp() to libkern and connect to the build.pjd2005-08-081-0/+69
* Temporary restore a part of rev 1.6.imura2005-07-231-4/+2
* Fix kiconv on the 64bit plathomes.imura2005-05-241-5/+5
* Update comment to direct the reader to libkern.h instead of systm.h.marcel2005-04-281-1/+1
* Refactor the CRC-32 code to enhance its usability. Move the actualmarcel2005-04-271-15/+18
* Replace the current strspn() and strcspn() with significantly fasterdas2005-04-021-24/+40
* Add strspn() to libkern.glebius2005-02-101-0/+55
* MFlibc: Remove extra closing parenthesis.ru2005-02-032-2/+2
* We do want to print '\n'/'\r'.pjd2005-02-031-0/+1
* 'c' cannot be -1.pjd2005-02-031-1/+0
* - Move gets() function to libkern (I want to use it outside vfs_mount.c).pjd2005-02-031-0/+67
* Because the argument to strvalid() is a size_t, use a size_t to iteraterwatson2005-01-291-1/+1
* Per permission from McAfee, remove clause 3 of the BSD license onrwatson2005-01-291-3/+0
OpenPOWER on IntegriCloud