| Age | Commit message (Expand) | Author |
| 2014-02-22 | include <arm/locore.h> | matt |
| 2014-02-22 | Deal with non-4K page sizes. | matt |
| 2014-02-22 | use kenter_pa/kremove | matt |
| 2014-01-30 | Put EHABI exception tables at the end of text. | matt |
| 2014-01-12 | Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR. | tsutsui |
| 2014-01-02 | Fix const use. | joerg |
| 2013-12-27 | Bump SYMTAB_SPACE | matt |
| 2013-12-02 | Don't use cpsr_all/spsr_all with mrs, it doesn't take a mask. | joerg |
| 2013-11-06 | remove unused variables | christos |
| 2013-11-06 | move code inside ifdef | christos |
| 2013-08-27 | Bump STMRAB_SPACE | matt |
| 2013-08-22 | Re-add -fno-unwind-tables, otherwise eabi kernels fail to boot (bug in | martin |
| 2013-08-21 | Use <bsd.klinks.mk> | matt |
| 2013-08-18 | Use <arm/locore.h> | matt |
| 2013-08-15 | Do not explicitly prevent unwind table generation | martin |
| 2013-08-14 | Do not output unwind tables, they make no sense for the kernel. | martin |
| 2013-08-14 | Allow building of COMPAT_NETBSD32. | martin |
| 2013-08-12 | Update to unified syntax | matt |
| 2013-06-30 | Move stand to its own line. | matt |
| 2013-06-30 | Add -fno-unwind-tables | matt |
| 2013-06-30 | G/C PFIL_HOOKS from the kernel configs. | rmind |
| 2013-06-05 | remove obsolete networking options | christos |
| 2013-05-07 | Make all ports use a common disklabel.h with MAXPARTITIONS set to 16. | matt |
| 2013-05-02 | This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that | matt |
| 2013-04-27 | more bogus number removal | christos |
| 2013-04-27 | the bogus number police | christos |
| 2013-04-27 | remove confusing numeric locators where they are unused. | christos |
| 2013-03-02 | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it. | christos |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2013-01-11 | Don't install fp.h anymore | matt |
| 2013-01-11 | Remove FPA specific header. | matt |
| 2012-12-06 | Remove "#options ARMFPE" | msaitoh |
| 2012-10-29 | fix device/softc split errors. | chs |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-17 | Add "options COMPAT_60" to all kernel configuration files | apb |
| 2012-10-13 | Adapt to the changed signature of pckbc_cnattach(). | jdc |
| 2012-09-22 | Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead | matt |
| 2012-09-21 | Switch to the generic bounce buffer support. | matt |
| 2012-09-03 | Don't use r7, use r5 instead | matt |
| 2012-09-01 | Rework includes and include <uvm/uvm_extern.h> for pmap.h | matt |
| 2012-08-22 | actually pass a working IO tag to the rest of the driver | macallan |
| 2012-08-01 | bump symtab_space | matt |
| 2012-07-29 | Do not call setroot() from MD code and from MI code, which has | mlelstv |
| 2012-07-29 | Fix more -fno-common fallout. | matt |
| 2012-06-05 | Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least | abs |
| 2012-05-13 | enable PUFFS and putter. | mrg |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-03-10 | P1003_1B_SEMAPHORE is no longer optional. | joerg |
| 2012-03-01 | kernelstack is declared in arm32_machdep.c | matt |
| 2012-02-18 | expose more for kmemuser/fix include protection | christos |