aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern
Commit message (Expand)AuthorAgeFilesLines
* MFC r330027David Bright2018-03-051-3/+3
* MFC r318514-r318515, r318517, r318917Xin LI2017-05-311-47/+82
* MFC r311989 (cem):Xin LI2017-05-3110-28/+28
* MFC r315225:Xin LI2017-03-141-2/+2
* MFC: r284583, r285797, r285799, r287168, r298714, r298720, r298838,Jung-uk Kim2016-09-301-0/+63
* MFC r279433 (by rstone): Implement asprintf in libkernAlexander Motin2015-10-051-0/+77
* MFC r277901:Dimitry Andric2015-02-024-4/+4
* Clean up our ARM assembly:Andrew Turner2014-12-141-1/+2
* MFC r274636:Xin LI2014-12-041-5/+3
* MFC: 272906George V. Neville-Neil2014-11-131-0/+74
* MFC r270096:Edward Tomasz Napierala2014-08-311-0/+51
* MFC r269390: Fix unwind info in hand-written asm (avoid nested functions).Ian Lepore2014-08-111-10/+10
* MFC 267291:John Baldwin2014-06-272-4/+4
* Fix ixp425 boot2 with ARM EABI:Andrew Turner2013-09-292-0/+14
* Fix watchdog pretimeout.Alfred Perlstein2013-07-271-0/+47
* Attempt to mitigate poor initialization of arc4 by one-shotAndrey A. Chernov2013-04-191-1/+4
* Add __aeabi_memset to libkern, implemented using memset, as clang mayAndrew Turner2013-03-161-0/+49
* Add END to ARM libkern assembly functionsAndrew Turner2013-03-164-1/+19
* Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can beAndrew Turner2013-03-161-0/+58
* Add __aeabi_memcpy to libkern as clang may generate calls to it.Andrew Turner2013-03-101-0/+37
* Add __aeabi_ulcmp to allow building of the LINT kernel.Andrew Turner2013-01-232-0/+17
* Add the required __aeabi_* functions the kernel uses when built for ARM EABIAndrew Turner2013-01-173-0/+128
* Sync strlcpy with userland version.Xin LI2012-11-031-33/+17
* Sync strlen with userland implementation.Xin LI2012-11-031-13/+98
* s/ is is / is /gEitan Adler2012-09-141-1/+1
* - Move jenkins.h to jenkins_hash.cGleb Smirnoff2012-09-042-185/+463
* 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