| Age | Commit message (Expand) | Author |
| 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-05 | If GCC 4.0 or later, use __builtin_offsetof for offsetof. | matt |
| 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-03-24 | Add a new libquota library, which contains some blocks to build and/or | bouyer |
| 2011-02-26 | Add quad srcs if building x86_64 32-bit libkern. | jakllsch |
| 2011-02-26 | Add quad srcs if using MIPS O32 ABI | matt |
| 2011-02-19 | Define CTASSERT in terms of __CTASSERT | matt |
| 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-26 | Fix KDASSERTMSG defintions for !DEBUG | matt |
| 2011-01-24 | Add KDASSERTMSG (KDASSERT already exists). | matt |
| 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-05-11 | fix typo | pooka |
| 2010-04-25 | Fix KASSERTMSG() to be consistent with KASSERT() logic, not inverted. | rmind |
| 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-19 | Get rid of last "easy" kernel symbols starting with __: | pooka |
| 2010-01-18 | Keep arc4_i and arc4_j synchronised after a rekeying. This prevents | joerg |
| 2010-01-14 | Move AMD64's bswap64 implementation from libc to src/common and share it | joerg |
| 2009-12-14 | Build fix for the mips64 merge: | uebayasi |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-12-10 | Rename L_ADDR to L_PCB | skrll |
| 2009-12-01 | Remove U_PCB as requested by rmind. | skrll |
| 2009-11-21 | Redo the previous inverted logic. Sort alphabetically. | uebayasi |
| 2009-11-21 | Don't build quad support code on 64-bit platforms. | uebayasi |
| 2009-09-22 | Don't build spcopy for rumpkern. Fixes hp700 build failure pointed | pooka |
| 2009-08-14 | Move that majority of the 'SRCS+= foo.c' into the main Makefile.libkern. | dsl |
| 2009-08-12 | Put back random.S. Hi dsl! | skrll |
| 2009-08-12 | Remove some .c files accidentally left on the .S lines | dsl |
| 2009-08-12 | Split the lines that add .c to SRCS from those that add .S | dsl |
| 2009-08-12 | Use stuff from libc/Makefile to auto-remove .c files if a .S has been added. | dsl |
| 2009-07-21 | Move popcount et al to src/common and add popcount32/popcount64. | joerg |
| 2009-07-20 | Fix little bit, and add a few files. | kiyohara |
| 2009-06-18 | Back out the addition of memset.c to the vax libkern, and instead do | he |
| 2009-06-18 | Add memset.c, so that the references from sha2.c can be satisfied, and | he |
| 2009-05-13 | Implement snprintb_m(3) to provide multi-line bit/bit-field decode. | pgoyette |
| 2009-04-30 | Merge nick-hppapmap. | skrll |
| 2009-03-26 | Make the function declaration the same for the big-endian case as | he |
| 2009-03-25 | Fix compilation error on 64-bit platforms. | tls |
| 2009-03-25 | Fix build problems caused by crc32 addition to libkern. Also, this makes | tls |