| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r317512: | Michael Tuexen | 2017-06-01 | 2 | -0/+94 |
| * | MFC r318514-r318515, r318517, r318917 | Xin LI | 2017-05-31 | 1 | -47/+82 |
| * | MFC r311989 (cem): | Xin LI | 2017-05-31 | 11 | -29/+29 |
| * | Direct commit to fix the PC98 build. | Mark Johnston | 2017-05-19 | 1 | -1/+1 |
| * | MFC r313006 (by cem), r315983 (by bde): | Mark Johnston | 2017-04-19 | 2 | -0/+390 |
| * | MFC r304572 (by bz): | Andrey V. Elsukov | 2017-03-18 | 1 | -37/+80 |
| * | MFC r315225: | Xin LI | 2017-03-14 | 1 | -2/+2 |
| * | MFC r313982, r314068: | Pedro F. Giffuni | 2017-03-14 | 1 | -1/+1 |
| * | sys: Make use of our rounddown() macro when sys/param.h is available. | Pedro F. Giffuni | 2016-04-30 | 1 | -1/+1 |
| * | Merge ACPICA 20160422. | Jung-uk Kim | 2016-04-27 | 1 | -0/+63 |
| * | kern: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 4 | -4/+4 |
| * | libkern: ffs, fls: s/4/3/ the 3rd BSD clause | Conrad Meyer | 2015-10-22 | 6 | -6/+6 |
| * | Add libkern ffsll() for parity with flsll() | Conrad Meyer | 2015-10-22 | 1 | -0/+48 |
| * | Add the __aeabi_memclr8 symbol, clang 3.7 uses this. | Andrew Turner | 2015-09-21 | 1 | -0/+2 |
| * | Remove checks for __ARM_EABI__, we only build for EABI now. | Andrew Turner | 2015-07-09 | 6 | -30/+0 |
| * | Add support for __aeabi_memclr4, clang 3.7 calls it. | Andrew Turner | 2015-07-09 | 1 | -0/+40 |
| * | Huge cleanup of random(4) code. | Mark Murray | 2015-06-30 | 2 | -16/+10 |
| * | Add more __aeabi_memcpy functions, later versions of clang generate calls | Andrew Turner | 2015-05-31 | 1 | -0/+4 |
| * | Move zlib.c from net to libkern. | Craig Rodrigues | 2015-04-22 | 1 | -0/+5414 |
| * | Implement asprintf in libkern | Ryan Stone | 2015-03-01 | 1 | -0/+77 |
| * | Similar to r277901, fix more -Wcast-qual warnings in libkern's strtoq(), | Dimitry Andric | 2015-01-29 | 3 | -3/+3 |
| * | Fix a -Wcast-qual warning in libkern's strtol(), by using __DECONST. No | Dimitry Andric | 2015-01-29 | 1 | -1/+1 |
| * | Add some new modes to OpenCrypto. These modes are AES-ICM (can be used | John-Mark Gurney | 2014-12-12 | 1 | -0/+32 |
| * | Use the unified syntax in a few more assembly files | Andrew Turner | 2014-12-05 | 1 | -1/+2 |
| * | Sync with userland variant. | Xin LI | 2014-11-17 | 1 | -5/+3 |
| * | Add a complete implementation of MurmurHash3. Tweak both implementations | Dag-Erling Smørgrav | 2014-10-18 | 1 | -12/+70 |
| * | Remove duplicated code. | Xin LI | 2014-10-16 | 1 | -0/+4 |
| * | Change the PF hash from Jenkins to Murmur3. In forwarding tests | George V. Neville-Neil | 2014-10-10 | 1 | -0/+74 |
| * | Add explicit_bzero(3) and its kernel counterpart. | Xin LI | 2014-10-07 | 1 | -0/+24 |
| * | Use __DECONST to avoid compiler warnings (and thus build failures) | Bjoern A. Zeeb | 2014-09-08 | 1 | -2/+2 |
| * | Add support for gdb's memory searching capabilities to our in-kernel gdb | Benno Rice | 2014-09-05 | 1 | -0/+62 |
| * | Bring in the new automounter, similar to what's provided in most other | Edward Tomasz Napierala | 2014-08-17 | 1 | -0/+51 |
| * | Fix unwind-info errors in our hand-written arm assembler code. | Ian Lepore | 2014-08-01 | 1 | -10/+10 |
| * | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 12 | -1273/+0 |
| * | Use strcasecmp() instead of strcmp() when checking user-supplied encoding | John Baldwin | 2014-06-09 | 2 | -4/+4 |
| * | Fix typo | Eitan Adler | 2013-11-29 | 1 | -1/+1 |
| * | Fix typo | Eitan Adler | 2013-11-29 | 1 | -1/+1 |
| * | Fix ixp425 boot2 with ARM EABI: | Andrew Turner | 2013-09-29 | 2 | -0/+14 |
| * | Fix watchdog pretimeout. | Alfred Perlstein | 2013-07-27 | 1 | -0/+47 |
| * | Attempt to mitigate poor initialization of arc4 by one-shot | Andrey A. Chernov | 2013-04-19 | 1 | -1/+4 |
| * | Add __aeabi_memset to libkern, implemented using memset, as clang may | Andrew Turner | 2013-03-16 | 1 | -0/+49 |
| * | Add END to ARM libkern assembly functions | Andrew Turner | 2013-03-16 | 4 | -1/+19 |
| * | Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can be | Andrew Turner | 2013-03-16 | 1 | -0/+58 |
| * | Add __aeabi_memcpy to libkern as clang may generate calls to it. | Andrew Turner | 2013-03-10 | 1 | -0/+37 |
| * | Add __aeabi_ulcmp to allow building of the LINT kernel. | Andrew Turner | 2013-01-23 | 2 | -0/+17 |
| * | Add the required __aeabi_* functions the kernel uses when built for ARM EABI | Andrew Turner | 2013-01-17 | 3 | -0/+128 |
| * | Sync strlcpy with userland version. | Xin LI | 2012-11-03 | 1 | -33/+17 |
| * | Sync strlen with userland implementation. | Xin LI | 2012-11-03 | 1 | -13/+98 |
| * | s/ is is / is /g | Eitan Adler | 2012-09-14 | 1 | -1/+1 |
| * | - Move jenkins.h to jenkins_hash.c | Gleb Smirnoff | 2012-09-04 | 2 | -185/+463 |