| Age | Commit message (Expand) | Author |
| 2014-02-27 | Provide labs, llabs and imaxabs for kernel use. | joerg |
| 2014-02-26 | Update compiler-rt glue for the new source layout. | joerg |
| 2014-02-20 | Casting to void is the canonical way of marking a variable as | joerg |
| 2014-02-09 | Revert previous revision. It bkeaks profiling kernel builds. | njoly |
| 2014-01-29 | Include compiler-rt in libc, libm and libkern. | joerg |
| 2014-01-29 | For ARM EABI, includ divide-by-0 trap handlers. | joerg |
| 2014-01-29 | Add support for non-EABI (DWARF) ARM exception handling. | matt |
| 2014-01-17 | This is not libc, so don't check the libc arch macro. | joerg |
| 2014-01-15 | For HAVE_LIBGCC=no, use compiler-rt for quad support. | joerg |
| 2014-01-12 | Remove obsolete exec.c for a.out. It was superseded by loadfile() long ago. | tsutsui |
| 2014-01-05 | Make libsa fsmod string pointer const. | jakllsch |
| 2013-12-27 | add strncat (for acpi) | christos |
| 2013-12-24 | intmax_t might be long long, handle accordingly. from christos | jakllsch |
| 2013-12-24 | Add 'j' format modifier for intmax_t. | jakllsch |
| 2013-12-20 | Fix typo. | joerg |
| 2013-12-15 | Allow overriding CTASSERT. This helps with building NetBSD sources with | pooka |
| 2013-12-11 | Allow kernel code to access constant databases by moving cdbr(3) and the | joerg |
| 2013-12-03 | libkern build glue for compiler-rt. | joerg |
| 2013-12-02 | changed lua_Number to int64_t | lneto |
| 2013-11-27 | Fix a use-after-free (well, dealloc actually) issue. | jakllsch |
| 2013-11-19 | For the purposes of static analysis, this never returns. | christos |
| 2013-11-03 | make a gcc unitialized variable | christos |
| 2013-11-03 | mark some variables as unused, but keep them around as comments | christos |
| 2013-10-20 | XXX: gcc initializations | christos |
| 2013-10-20 | remove unused | christos |
| 2013-10-20 | use new function to avoid array overflow | christos |
| 2013-10-14 | Add a heavily modified version of Apple's libunwind as released under | joerg |
| 2013-10-13 | Let's not use uninitialized variables to write to random memory | joerg |
| 2013-10-11 | Rework previous (1.24) change. Rather than depending on the | pgoyette |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-08-28 | Fix libkern's prototype for explicit_memset. | riastradh |
| 2013-08-21 | Use LIBISPRIVATE?= yes | matt |
| 2013-08-21 | Thumbify | matt |
| 2013-08-21 | Simplify by using LIBISPRIVATE?= yes | matt |
| 2013-08-20 | Some assembly files need to compiled -marm since they are Thumb compatible. | matt |
| 2013-08-12 | Fix typos (prX not cpX) | matt |
| 2013-08-12 | Add EHABI unwind stubs to libkern so prevent errors in linking if unwind | matt |
| 2013-08-11 | Support thumb | matt |
| 2013-07-23 | Another codegen bug that fixes (in this case lots of) atf tests. | skrll |
| 2013-07-18 | Adjust for coldfire | matt |
| 2013-07-18 | Fix typo. | matt |
| 2013-07-18 | Reorder a little to make clearer. | matt |
| 2013-07-18 | Keep stack longword aligned. | matt |
| 2013-07-18 | Convert to motorola syntax | matt |
| 2013-07-18 | Convert to morotola syntax | matt |
| 2013-07-18 | Don't use %d2 (violates the ABI since it wasn't saved), use %a0 instead. | matt |
| 2013-06-29 | libkern: add murmurhash module. | rmind |
| 2013-06-24 | Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. | riastradh |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-23 | Account bytes drawn from initial call to libkern arc4random. | riastradh |