| Age | Commit message (Expand) | Author |
| 2014-01-29 | Include compiler-rt in libc, libm and libkern. | joerg |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-08-21 | Thumbify | 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-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-21 | Add back {,u}modsi3 for libkern since if we are building standalone tools | matt |
| 2013-06-20 | modsi3/umodsi3 are only needed !EABI arm | matt |
| 2013-05-02 | This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that | matt |
| 2013-03-17 | Remove duplicate source files. | nakayama |
| 2013-03-17 | Revert previous. christos fixed the root cause. | nakayama |
| 2013-03-14 | Make sparc64 32-bit kernel buildable. | nakayama |
| 2013-02-06 | Modify earm rule to match any machine_arch starting with earm. | matt |
| 2013-01-23 | Add strnlen.c to SRCS (which will automatically use the .S version if it | matt |
| 2013-01-23 | pull in strnlen.S | macallan |
| 2012-10-30 | add new divsi3 related files. | christos |
| 2012-10-10 | add split files. | christos |
| 2012-09-01 | Add ARMv5 support the clz instruction | matt |
| 2012-08-06 | If earm*, compile new aeabi runtime routines. | matt |
| 2011-10-28 | shouldn't need .size for ppc64. | christos |
| 2011-08-12 | Fix bug when only restoring r31 (lr was not being restored properly). | matt |
| 2011-08-05 | Reword the comment about "millicode" nature of these functions and add | uwe |
| 2011-08-05 | Reword the comment about "millicode" nature of these functions and add | uwe |
| 2011-08-04 | For unsignad integer division gcc used to emit a call to __udivsi3 | uwe |
| 2011-07-14 | revert the _i4i aliases. they are not the right thing. | mrg |
| 2011-07-06 | add weak aliases for __sdivsi3_i4i and __udivsi3_i4i. | mrg |
| 2011-07-02 | fix the names of the _END symbols passed to .size; fixes rump issues, | mrg |
| 2011-07-02 | Add the _restgpr* and _savegpr* entries that GCC 4.5 wants. This file is | matt |
| 2011-06-13 | catch up with the userland copy: | mrg |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2011-01-31 | This file needs opt_multiprocessor.h early so we pick up the right | skrll |
| 2011-01-24 | Fix build. | skrll |
| 2011-01-22 | Fix MULTIPROCESSOR curlwp/curcpu handling... missed in previous commit. | skrll |
| 2011-01-17 | Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't it | matt |
| 2011-01-17 | Don't define _NOREGNAMES since all of libkern is now compiled with it. | matt |
| 2011-01-16 | Add -D_NOREGNAMES | matt |
| 2010-09-07 | Rename jump label to something a little more negative. No, I'm | pooka |
| 2010-03-20 | fix copy{in,out}{,str}() to return the error returned by uvm_fault(). | chs |
| 2010-03-15 | Add memset to libkern on vax, moving existing memset.S to src/common. | uwe |
| 2010-01-20 | Remove kern_assert.c - it's not needed here cuz it's already pulled in | pgoyette |
| 2010-01-20 | __assert.c -> kern_assert.c | pooka |
| 2010-01-14 | Move AMD64's bswap64 implementation from libc to src/common and share it | joerg |