| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r313006 (by cem), r315983 (by bde): | markj | 2017-04-19 | 2 | -0/+390 |
* | MFC r304572 (by bz): | ae | 2017-03-18 | 1 | -37/+80 |
* | MFC r315225: | delphij | 2017-03-14 | 1 | -2/+2 |
* | MFC r313982, r314068: | pfg | 2017-03-14 | 1 | -1/+1 |
* | sys: Make use of our rounddown() macro when sys/param.h is available. | pfg | 2016-04-30 | 1 | -1/+1 |
* | Merge ACPICA 20160422. | jkim | 2016-04-27 | 1 | -0/+63 |
* | kern: for pointers replace 0 with NULL. | pfg | 2016-04-15 | 4 | -4/+4 |
* | libkern: ffs, fls: s/4/3/ the 3rd BSD clause | cem | 2015-10-22 | 6 | -6/+6 |
* | Add libkern ffsll() for parity with flsll() | cem | 2015-10-22 | 1 | -0/+48 |
* | Add the __aeabi_memclr8 symbol, clang 3.7 uses this. | andrew | 2015-09-21 | 1 | -0/+2 |
* | Remove checks for __ARM_EABI__, we only build for EABI now. | andrew | 2015-07-09 | 6 | -30/+0 |
* | Add support for __aeabi_memclr4, clang 3.7 calls it. | andrew | 2015-07-09 | 1 | -0/+40 |
* | Huge cleanup of random(4) code. | markm | 2015-06-30 | 2 | -16/+10 |
* | Add more __aeabi_memcpy functions, later versions of clang generate calls | andrew | 2015-05-31 | 1 | -0/+4 |
* | Move zlib.c from net to libkern. | rodrigc | 2015-04-22 | 1 | -0/+5414 |
* | Implement asprintf in libkern | rstone | 2015-03-01 | 1 | -0/+77 |
* | Similar to r277901, fix more -Wcast-qual warnings in libkern's strtoq(), | dim | 2015-01-29 | 3 | -3/+3 |
* | Fix a -Wcast-qual warning in libkern's strtol(), by using __DECONST. No | dim | 2015-01-29 | 1 | -1/+1 |
* | Add some new modes to OpenCrypto. These modes are AES-ICM (can be used | jmg | 2014-12-12 | 1 | -0/+32 |
* | Use the unified syntax in a few more assembly files | andrew | 2014-12-05 | 1 | -1/+2 |
* | Sync with userland variant. | delphij | 2014-11-17 | 1 | -5/+3 |
* | Add a complete implementation of MurmurHash3. Tweak both implementations | des | 2014-10-18 | 1 | -12/+70 |
* | Remove duplicated code. | delphij | 2014-10-16 | 1 | -0/+4 |
* | Change the PF hash from Jenkins to Murmur3. In forwarding tests | gnn | 2014-10-10 | 1 | -0/+74 |
* | Add explicit_bzero(3) and its kernel counterpart. | delphij | 2014-10-07 | 1 | -0/+24 |
* | Use __DECONST to avoid compiler warnings (and thus build failures) | bz | 2014-09-08 | 1 | -2/+2 |
* | Add support for gdb's memory searching capabilities to our in-kernel gdb | benno | 2014-09-05 | 1 | -0/+62 |
* | Bring in the new automounter, similar to what's provided in most other | trasz | 2014-08-17 | 1 | -0/+51 |
* | Fix unwind-info errors in our hand-written arm assembler code. | ian | 2014-08-01 | 1 | -10/+10 |
* | Remove ia64. | marcel | 2014-07-07 | 12 | -1273/+0 |
* | Use strcasecmp() instead of strcmp() when checking user-supplied encoding | jhb | 2014-06-09 | 2 | -4/+4 |
* | Fix typo | eadler | 2013-11-29 | 1 | -1/+1 |
* | Fix typo | eadler | 2013-11-29 | 1 | -1/+1 |
* | Fix ixp425 boot2 with ARM EABI: | andrew | 2013-09-29 | 2 | -0/+14 |
* | Fix watchdog pretimeout. | alfred | 2013-07-27 | 1 | -0/+47 |
* | Attempt to mitigate poor initialization of arc4 by one-shot | ache | 2013-04-19 | 1 | -1/+4 |
* | Add __aeabi_memset to libkern, implemented using memset, as clang may | andrew | 2013-03-16 | 1 | -0/+49 |
* | Add END to ARM libkern assembly functions | andrew | 2013-03-16 | 4 | -1/+19 |
* | Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can be | andrew | 2013-03-16 | 1 | -0/+58 |
* | Add __aeabi_memcpy to libkern as clang may generate calls to it. | andrew | 2013-03-10 | 1 | -0/+37 |
* | Add __aeabi_ulcmp to allow building of the LINT kernel. | andrew | 2013-01-23 | 2 | -0/+17 |
* | Add the required __aeabi_* functions the kernel uses when built for ARM EABI | andrew | 2013-01-17 | 3 | -0/+128 |
* | Sync strlcpy with userland version. | delphij | 2012-11-03 | 1 | -33/+17 |
* | Sync strlen with userland implementation. | delphij | 2012-11-03 | 1 | -13/+98 |
* | s/ is is / is /g | eadler | 2012-09-14 | 1 | -1/+1 |
* | - Move jenkins.h to jenkins_hash.c | glebius | 2012-09-04 | 2 | -185/+463 |
* | Fix unloading of libiconv module. | mjg | 2012-06-11 | 1 | -2/+4 |
* | Use strcmp that I replaced by accident. | kevlo | 2012-05-21 | 1 | -3/+3 |
* | Fix broken ref count | kevlo | 2012-05-21 | 1 | -0/+1 |
* | Fix improper handling of variadic args with ICDEBUG | kevlo | 2012-05-21 | 1 | -3/+1 |